Skip to content

Commit 113ddc4

Browse files
author
AWS
committed
Amazon Chime SDK Voice Update: Documentation-only update that clarifies the ValidateE911Address action of the Amazon Chime SDK Voice APIs.
1 parent 6c8c348 commit 113ddc4

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Chime SDK Voice",
4+
"contributor": "",
5+
"description": "Documentation-only update that clarifies the ValidateE911Address action of the Amazon Chime SDK Voice APIs."
6+
}

services/chimesdkvoice/src/main/resources/codegen-resources/service-2.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
"apiVersion":"2022-08-03",
55
"endpointPrefix":"voice-chime",
66
"protocol":"rest-json",
7+
"protocols":["rest-json"],
78
"serviceFullName":"Amazon Chime SDK Voice",
89
"serviceId":"Chime SDK Voice",
910
"signatureVersion":"v4",
1011
"signingName":"chime",
11-
"uid":"chime-sdk-voice-2022-08-03"
12+
"uid":"chime-sdk-voice-2022-08-03",
13+
"auth":["aws.auth#sigv4"]
1214
},
1315
"operations":{
1416
"AssociatePhoneNumbersWithVoiceConnector":{
@@ -3352,7 +3354,7 @@
33523354
},
33533355
"VoiceToneAnalysisTaskId":{
33543356
"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>",
33563358
"location":"uri",
33573359
"locationName":"VoiceToneAnalysisTaskId"
33583360
},
@@ -3805,7 +3807,7 @@
38053807
"members":{
38063808
"Disabled":{
38073809
"shape":"Boolean",
3808-
"documentation":"<p>Denotes the configration as enabled or disabled.</p>"
3810+
"documentation":"<p>Denotes the configuration as enabled or disabled.</p>"
38093811
},
38103812
"ConfigurationArn":{
38113813
"shape":"Arn",
@@ -5710,7 +5712,7 @@
57105712
},
57115713
"Country":{
57125714
"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>"
57145716
},
57155717
"PostalCode":{
57165718
"shape":"SensitiveNonEmptyString",
@@ -5723,7 +5725,7 @@
57235725
"members":{
57245726
"ValidationResult":{
57255727
"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>"
57275729
},
57285730
"AddressExternalId":{
57295731
"shape":"String",

0 commit comments

Comments
 (0)