|
669 | 669 | "authSchemes": [
|
670 | 670 | {
|
671 | 671 | "name": "sigv4",
|
672 |
| - "signingName": "billingconductor", |
673 |
| - "signingRegion": "us-east-1" |
| 672 | + "signingRegion": "us-east-1", |
| 673 | + "signingName": "billingconductor" |
674 | 674 | }
|
675 | 675 | ]
|
676 | 676 | },
|
677 | 677 | "url": "https://billingconductor.us-east-1.amazonaws.com"
|
678 | 678 | }
|
679 | 679 | },
|
680 | 680 | "params": {
|
681 |
| - "UseDualStack": false, |
682 | 681 | "UseFIPS": false,
|
683 |
| - "Region": "aws-global" |
| 682 | + "Region": "aws-global", |
| 683 | + "UseDualStack": false |
684 | 684 | }
|
685 | 685 | },
|
686 | 686 | {
|
|
691 | 691 | }
|
692 | 692 | },
|
693 | 693 | "params": {
|
694 |
| - "UseDualStack": false, |
695 | 694 | "UseFIPS": false,
|
696 | 695 | "Region": "us-east-1",
|
| 696 | + "UseDualStack": false, |
697 | 697 | "Endpoint": "https://example.com"
|
698 | 698 | }
|
699 | 699 | },
|
|
703 | 703 | "error": "Invalid Configuration: FIPS and custom endpoint are not supported"
|
704 | 704 | },
|
705 | 705 | "params": {
|
706 |
| - "UseDualStack": false, |
707 | 706 | "UseFIPS": true,
|
708 | 707 | "Region": "us-east-1",
|
| 708 | + "UseDualStack": false, |
709 | 709 | "Endpoint": "https://example.com"
|
710 | 710 | }
|
711 | 711 | },
|
|
715 | 715 | "error": "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
716 | 716 | },
|
717 | 717 | "params": {
|
718 |
| - "UseDualStack": true, |
719 | 718 | "UseFIPS": false,
|
720 | 719 | "Region": "us-east-1",
|
| 720 | + "UseDualStack": true, |
721 | 721 | "Endpoint": "https://example.com"
|
722 | 722 | }
|
723 | 723 | }
|
|
1218 | 1218 | }
|
1219 | 1219 | }
|
1220 | 1220 | },
|
| 1221 | + "com.amazonaws.billingconductor#BillingEntity": { |
| 1222 | + "type": "string", |
| 1223 | + "traits": { |
| 1224 | + "smithy.api#pattern": "^[a-zA-Z0-9 ]+$" |
| 1225 | + } |
| 1226 | + }, |
1221 | 1227 | "com.amazonaws.billingconductor#BillingGroup": {
|
1222 | 1228 | "type": "resource",
|
1223 | 1229 | "identifiers": {
|
|
1949 | 1955 | "traits": {
|
1950 | 1956 | "smithy.api#documentation": "<p>\n A map that contains tag keys and tag values that are attached to a pricing rule.\n </p>"
|
1951 | 1957 | }
|
| 1958 | + }, |
| 1959 | + "BillingEntity": { |
| 1960 | + "target": "com.amazonaws.billingconductor#BillingEntity", |
| 1961 | + "traits": { |
| 1962 | + "smithy.api#documentation": "<p>\n The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.\n </p>" |
| 1963 | + } |
1952 | 1964 | }
|
1953 | 1965 | }
|
1954 | 1966 | },
|
|
4458 | 4470 | "smithy.api#default": 0,
|
4459 | 4471 | "smithy.api#documentation": "<p> The most recent time when the pricing rule was modified. </p>"
|
4460 | 4472 | }
|
| 4473 | + }, |
| 4474 | + "BillingEntity": { |
| 4475 | + "target": "com.amazonaws.billingconductor#BillingEntity", |
| 4476 | + "traits": { |
| 4477 | + "smithy.api#documentation": "<p>\n The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.\n </p>" |
| 4478 | + } |
4461 | 4479 | }
|
4462 | 4480 | },
|
4463 | 4481 | "traits": {
|
|
4486 | 4504 | {
|
4487 | 4505 | "value": "SERVICE",
|
4488 | 4506 | "name": "SERVICE"
|
| 4507 | + }, |
| 4508 | + { |
| 4509 | + "value": "BILLING_ENTITY", |
| 4510 | + "name": "BILLING_ENTITY" |
4489 | 4511 | }
|
4490 | 4512 | ]
|
4491 | 4513 | }
|
|
5387 | 5409 | "smithy.api#default": 0,
|
5388 | 5410 | "smithy.api#documentation": "<p>\n The most recent time the pricing rule was modified.\n </p>"
|
5389 | 5411 | }
|
| 5412 | + }, |
| 5413 | + "BillingEntity": { |
| 5414 | + "target": "com.amazonaws.billingconductor#BillingEntity", |
| 5415 | + "traits": { |
| 5416 | + "smithy.api#documentation": "<p>\n The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.\n </p>" |
| 5417 | + } |
5390 | 5418 | }
|
5391 | 5419 | }
|
5392 | 5420 | },
|
|
5634 | 5662 | "value": "CUSTOM_LINE_ITEM_ASSOCIATION_EXISTS",
|
5635 | 5663 | "name": "CUSTOM_LINE_ITEM_ASSOCIATION_EXISTS"
|
5636 | 5664 | },
|
| 5665 | + { |
| 5666 | + "value": "INVALID_BILLING_GROUP", |
| 5667 | + "name": "INVALID_BILLING_GROUP" |
| 5668 | + }, |
5637 | 5669 | {
|
5638 | 5670 | "value": "INVALID_BILLING_PERIOD_FOR_OPERATION",
|
5639 | 5671 | "name": "INVALID_BILLING_PERIOD_FOR_OPERATION"
|
5640 | 5672 | },
|
5641 | 5673 | {
|
5642 |
| - "value": "INVALID_BILLING_GROUP", |
5643 |
| - "name": "INVALID_BILLING_GROUP" |
| 5674 | + "value": "ILLEGAL_BILLING_ENTITY", |
| 5675 | + "name": "ILLEGAL_BILLING_ENTITY" |
| 5676 | + }, |
| 5677 | + { |
| 5678 | + "value": "ILLEGAL_MODIFIER_PERCENTAGE", |
| 5679 | + "name": "ILLEGAL_MODIFIER_PERCENTAGE" |
5644 | 5680 | }
|
5645 | 5681 | ]
|
5646 | 5682 | }
|
|
0 commit comments