|
70 | 70 | "type": "list",
|
71 | 71 | "member": {
|
72 | 72 | "target": "com.amazonaws.taxsettings#AccountId"
|
73 |
| - }, |
74 |
| - "traits": { |
75 |
| - "smithy.api#length": { |
76 |
| - "min": 1, |
77 |
| - "max": 5 |
78 |
| - } |
79 | 73 | }
|
80 | 74 | },
|
81 | 75 | "com.amazonaws.taxsettings#AccountMetaData": {
|
|
589 | 583 | "target": "com.amazonaws.taxsettings#AccountIds",
|
590 | 584 | "traits": {
|
591 | 585 | "smithy.api#documentation": "<p>List of unique account identifiers. </p>",
|
| 586 | + "smithy.api#length": { |
| 587 | + "min": 1, |
| 588 | + "max": 5 |
| 589 | + }, |
592 | 590 | "smithy.api#required": {}
|
593 | 591 | }
|
594 | 592 | }
|
|
652 | 650 | "target": "com.amazonaws.taxsettings#AccountIds",
|
653 | 651 | "traits": {
|
654 | 652 | "smithy.api#documentation": "<p>\n List of unique account identifiers.\n </p>",
|
| 653 | + "smithy.api#length": { |
| 654 | + "min": 1, |
| 655 | + "max": 5 |
| 656 | + }, |
655 | 657 | "smithy.api#required": {}
|
656 | 658 | }
|
657 | 659 | }
|
|
752 | 754 | "target": "com.amazonaws.taxsettings#AccountIds",
|
753 | 755 | "traits": {
|
754 | 756 | "smithy.api#documentation": "<p> List of unique account identifiers.</p>",
|
| 757 | + "smithy.api#length": { |
| 758 | + "min": 1, |
| 759 | + "max": 550 |
| 760 | + }, |
755 | 761 | "smithy.api#required": {}
|
756 | 762 | }
|
757 | 763 | },
|
|
2186 | 2192 | "com.amazonaws.taxsettings#PaymentVoucherNumber": {
|
2187 | 2193 | "type": "string",
|
2188 | 2194 | "traits": {
|
2189 |
| - "smithy.api#pattern": "^\\d{17}$" |
| 2195 | + "smithy.api#pattern": "^(\\d{17}|[A-Za-z]{3}\\d{13})$" |
2190 | 2196 | }
|
2191 | 2197 | },
|
2192 | 2198 | "com.amazonaws.taxsettings#PersonType": {
|
|
2358 | 2364 | "target": "com.amazonaws.taxsettings#AccountIds",
|
2359 | 2365 | "traits": {
|
2360 | 2366 | "smithy.api#documentation": "<p>\n The list of unique account identifiers.\n </p>",
|
| 2367 | + "smithy.api#length": { |
| 2368 | + "min": 1, |
| 2369 | + "max": 550 |
| 2370 | + }, |
2361 | 2371 | "smithy.api#required": {}
|
2362 | 2372 | }
|
2363 | 2373 | },
|
|
2370 | 2380 | "exemptionType": {
|
2371 | 2381 | "target": "com.amazonaws.taxsettings#GenericString",
|
2372 | 2382 | "traits": {
|
2373 |
| - "smithy.api#documentation": "<p>The exemption type.\n </p>", |
| 2383 | + "smithy.api#documentation": "<p>The exemption type. Use the supported tax exemption type description.\n </p>", |
2374 | 2384 | "smithy.api#required": {}
|
2375 | 2385 | }
|
2376 | 2386 | },
|
|
3104 | 3114 | "registrationType": {
|
3105 | 3115 | "target": "com.amazonaws.taxsettings#TaxRegistrationType",
|
3106 | 3116 | "traits": {
|
3107 |
| - "smithy.api#documentation": "<p>Type of your tax registration. This can be either <code>VAT</code> or <code>GST</code>.\n </p>", |
| 3117 | + "smithy.api#documentation": "<p>Type of your tax registration.\n </p>", |
3108 | 3118 | "smithy.api#required": {}
|
3109 | 3119 | }
|
3110 | 3120 | },
|
|
4632 | 4642 | "enterpriseIdentificationNumber": {
|
4633 | 4643 | "target": "com.amazonaws.taxsettings#EnterpriseIdentificationNumber",
|
4634 | 4644 | "traits": {
|
4635 |
| - "smithy.api#documentation": "<p>The enterprise identification number for tax registration.</p>" |
| 4645 | + "smithy.api#documentation": "<p>The enterprise identification number for tax registration. This field must be provided for successful API operation.</p>" |
4636 | 4646 | }
|
4637 | 4647 | },
|
4638 | 4648 | "electronicTransactionCodeNumber": {
|
4639 | 4649 | "target": "com.amazonaws.taxsettings#ElectronicTransactionCodeNumber",
|
4640 | 4650 | "traits": {
|
4641 |
| - "smithy.api#documentation": "<p>The electronic transaction code number on the tax return document.</p>" |
| 4651 | + "smithy.api#documentation": "<p>The electronic transaction code number on the tax return document. This field must be provided for successful API operation.</p>" |
4642 | 4652 | }
|
4643 | 4653 | },
|
4644 | 4654 | "paymentVoucherNumber": {
|
4645 | 4655 | "target": "com.amazonaws.taxsettings#PaymentVoucherNumber",
|
4646 | 4656 | "traits": {
|
4647 |
| - "smithy.api#documentation": "<p>The payment voucher number on the tax return payment document.</p>" |
| 4657 | + "smithy.api#documentation": "<p>The payment voucher number on the tax return payment document. This field must be provided for successful API operation.</p>" |
4648 | 4658 | }
|
4649 | 4659 | },
|
4650 | 4660 | "paymentVoucherNumberDate": {
|
4651 | 4661 | "target": "com.amazonaws.taxsettings#DateString",
|
4652 | 4662 | "traits": {
|
4653 |
| - "smithy.api#documentation": "<p>The date on the tax return payment document.</p>" |
| 4663 | + "smithy.api#documentation": "<p>The date on the tax return payment document. This field must be provided for successful API operation.</p>" |
4654 | 4664 | }
|
4655 | 4665 | }
|
4656 | 4666 | },
|
|
0 commit comments