|
1568 | 1568 | }
|
1569 | 1569 | ],
|
1570 | 1570 | "traits": {
|
1571 |
| - "smithy.api#documentation": "<p>Create a new registration attachment to use for uploading a file or a URL to a file. The maximum file size is 1MiB and valid file extensions are PDF, JPEG and PNG. For example, many sender ID registrations require a signed “letter of authorization” (LOA) to be submitted.</p>" |
| 1571 | + "smithy.api#documentation": "<p>Create a new registration attachment to use for uploading a file or a URL to a file.\n The maximum file size is 500KB and valid file extensions are PDF, JPEG and PNG. For\n example, many sender ID registrations require a signed “letter of authorization” (LOA)\n to be submitted.</p>\n <p>Use either <code>AttachmentUrl</code> or <code>AttachmentBody</code> to upload your attachment. If both are specified then an exception is returned.</p>" |
1572 | 1572 | }
|
1573 | 1573 | },
|
1574 | 1574 | "com.amazonaws.pinpointsmsvoicev2#CreateRegistrationAttachmentRequest": {
|
|
1577 | 1577 | "AttachmentBody": {
|
1578 | 1578 | "target": "com.amazonaws.pinpointsmsvoicev2#AttachmentBody",
|
1579 | 1579 | "traits": {
|
1580 |
| - "smithy.api#documentation": "<p>The registration file to upload. The maximum file size is 1MiB and valid file extensions are PDF, JPEG and PNG.</p>" |
| 1580 | + "smithy.api#documentation": "<p>The registration file to upload. The maximum file size is 500KB and valid file extensions are PDF, JPEG and PNG.</p>" |
1581 | 1581 | }
|
1582 | 1582 | },
|
1583 | 1583 | "AttachmentUrl": {
|
1584 | 1584 | "target": "com.amazonaws.pinpointsmsvoicev2#AttachmentUrl",
|
1585 | 1585 | "traits": {
|
1586 |
| - "smithy.api#documentation": "<p>A URL to the required registration file. For example, you can provide the S3 object URL.</p>" |
| 1586 | + "smithy.api#documentation": "<p>Registration files have to be stored in an Amazon S3 bucket. The URI to use when sending is in the format <code>s3://BucketName/FileName</code>.</p>" |
1587 | 1587 | }
|
1588 | 1588 | },
|
1589 | 1589 | "Tags": {
|
|
3826 | 3826 | }
|
3827 | 3827 | ],
|
3828 | 3828 | "traits": {
|
3829 |
| - "smithy.api#documentation": "<p>Describes the specified opted out destination numbers or all opted out destination\n numbers in an opt-out list.</p>\n <p>If you specify opted out numbers, the output includes information for only the\n specified opted out numbers. If you specify filters, the output includes information for\n only those opted out numbers that meet the filter criteria. If you don't specify opted\n out numbers or filters, the output includes information for all opted out destination\n numbers in your opt-out list.</p>\n <p>If you specify an opted out number that isn't valid, an error is returned.</p>", |
| 3829 | + "smithy.api#documentation": "<p>Describes the specified opted out destination numbers or all opted out destination\n numbers in an opt-out list.</p>\n <p>If you specify opted out numbers, the output includes information for only the\n specified opted out numbers. If you specify filters, the output includes information for\n only those opted out numbers that meet the filter criteria. If you don't specify opted\n out numbers or filters, the output includes information for all opted out destination\n numbers in your opt-out list.</p>\n <p>If you specify an opted out number that isn't valid, an exception is returned.</p>", |
3830 | 3830 | "smithy.api#paginated": {
|
3831 | 3831 | "items": "OptedOutNumbers"
|
3832 | 3832 | }
|
|
3845 | 3845 | "OptedOutNumbers": {
|
3846 | 3846 | "target": "com.amazonaws.pinpointsmsvoicev2#OptedOutNumberList",
|
3847 | 3847 | "traits": {
|
3848 |
| - "smithy.api#documentation": "<p>An array of phone numbers to search for in the OptOutList.</p>" |
| 3848 | + "smithy.api#documentation": "<p>An array of phone numbers to search for in the OptOutList.</p>\n <p>If you specify an opted out number that isn't valid, an exception is returned.</p>" |
3849 | 3849 | }
|
3850 | 3850 | },
|
3851 | 3851 | "Filters": {
|
|
9685 | 9685 | "value": "REVIEWING",
|
9686 | 9686 | "name": "REVIEWING"
|
9687 | 9687 | },
|
| 9688 | + { |
| 9689 | + "value": "REQUIRES_AUTHENTICATION", |
| 9690 | + "name": "REQUIRES_AUTHENTICATION" |
| 9691 | + }, |
9688 | 9692 | {
|
9689 | 9693 | "value": "PROVISIONING",
|
9690 | 9694 | "name": "PROVISIONING"
|
|
9971 | 9975 | "value": "REVIEWING",
|
9972 | 9976 | "name": "REVIEWING"
|
9973 | 9977 | },
|
| 9978 | + { |
| 9979 | + "value": "REQUIRES_AUTHENTICATION", |
| 9980 | + "name": "REQUIRES_AUTHENTICATION" |
| 9981 | + }, |
9974 | 9982 | {
|
9975 | 9983 | "value": "APPROVED",
|
9976 | 9984 | "name": "APPROVED"
|
|
13597 | 13605 | "value": "VOICE_CAPABILITY_NOT_AVAILABLE",
|
13598 | 13606 | "name": "VOICE_CAPABILITY_NOT_AVAILABLE"
|
13599 | 13607 | },
|
| 13608 | + { |
| 13609 | + "value": "UNSPECIFIED_PARAMETER_NOT_SUPPORTED", |
| 13610 | + "name": "UNSPECIFIED_PARAMETER_NOT_SUPPORTED" |
| 13611 | + }, |
13600 | 13612 | {
|
13601 | 13613 | "value": "OTHER",
|
13602 | 13614 | "name": "OTHER"
|
|
0 commit comments