|
4 | 4 | "apiVersion":"2022-08-03",
|
5 | 5 | "endpointPrefix":"voice-chime",
|
6 | 6 | "protocol":"rest-json",
|
| 7 | + "protocols":["rest-json"], |
7 | 8 | "serviceFullName":"Amazon Chime SDK Voice",
|
8 | 9 | "serviceId":"Chime SDK Voice",
|
9 | 10 | "signatureVersion":"v4",
|
10 | 11 | "signingName":"chime",
|
11 |
| - "uid":"chime-sdk-voice-2022-08-03" |
| 12 | + "uid":"chime-sdk-voice-2022-08-03", |
| 13 | + "auth":["aws.auth#sigv4"] |
12 | 14 | },
|
13 | 15 | "operations":{
|
14 | 16 | "AssociatePhoneNumbersWithVoiceConnector":{
|
|
3352 | 3354 | },
|
3353 | 3355 | "VoiceToneAnalysisTaskId":{
|
3354 | 3356 | "shape":"NonEmptyString256",
|
3355 |
| - "documentation":"<p>The ID of the voice tone anlysis task.</p>", |
| 3357 | + "documentation":"<p>The ID of the voice tone analysis task.</p>", |
3356 | 3358 | "location":"uri",
|
3357 | 3359 | "locationName":"VoiceToneAnalysisTaskId"
|
3358 | 3360 | },
|
|
3805 | 3807 | "members":{
|
3806 | 3808 | "Disabled":{
|
3807 | 3809 | "shape":"Boolean",
|
3808 |
| - "documentation":"<p>Denotes the configration as enabled or disabled.</p>" |
| 3810 | + "documentation":"<p>Denotes the configuration as enabled or disabled.</p>" |
3809 | 3811 | },
|
3810 | 3812 | "ConfigurationArn":{
|
3811 | 3813 | "shape":"Arn",
|
|
5710 | 5712 | },
|
5711 | 5713 | "Country":{
|
5712 | 5714 | "shape":"SensitiveNonEmptyString",
|
5713 |
| - "documentation":"<p>The country in the address being validated.</p>" |
| 5715 | + "documentation":"<p>The country in the address being validated as two-letter country code in ISO 3166-1 alpha-2 format, such as <code>US</code>. For more information, see <a href=\"https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\">ISO 3166-1 alpha-2</a> in Uncyclopedia.</p>" |
5714 | 5716 | },
|
5715 | 5717 | "PostalCode":{
|
5716 | 5718 | "shape":"SensitiveNonEmptyString",
|
|
5723 | 5725 | "members":{
|
5724 | 5726 | "ValidationResult":{
|
5725 | 5727 | "shape":"ValidationResult",
|
5726 |
| - "documentation":"<p>Number indicating the result of address validation. <code>0</code> means the address was perfect as-is and successfully validated. <code>1</code> means the address was corrected. <code>2</code> means the address sent was not close enough and was not validated.</p>" |
| 5728 | + "documentation":"<p>Number indicating the result of address validation.</p> <p>Each possible result is defined as follows:</p> <ul> <li> <p> <code>0</code> - Address validation succeeded.</p> </li> <li> <p> <code>1</code> - Address validation succeeded. The address was a close enough match and has been corrected as part of the address object.</p> </li> <li> <p> <code>2</code> - Address validation failed. You should re-submit the validation request with candidates from the <code>CandidateAddressList</code> result, if it's a close match.</p> </li> </ul>" |
5727 | 5729 | },
|
5728 | 5730 | "AddressExternalId":{
|
5729 | 5731 | "shape":"String",
|
|
0 commit comments