diff --git a/clients/client-chime-sdk-voice/src/models/models_0.ts b/clients/client-chime-sdk-voice/src/models/models_0.ts index d4ebb799bf5e..db7ae0b4027c 100644 --- a/clients/client-chime-sdk-voice/src/models/models_0.ts +++ b/clients/client-chime-sdk-voice/src/models/models_0.ts @@ -2901,7 +2901,7 @@ export interface GetVoiceConnectorStreamingConfigurationRequest { */ export interface MediaInsightsConfiguration { /** - *
Denotes the configration as enabled or disabled.
+ *Denotes the configuration as enabled or disabled.
* @public */ Disabled?: boolean; @@ -3136,7 +3136,7 @@ export interface GetVoiceToneAnalysisTaskRequest { VoiceConnectorId: string | undefined; /** - *The ID of the voice tone anlysis task.
+ *The ID of the voice tone analysis task.
* @public */ VoiceToneAnalysisTaskId: string | undefined; @@ -4680,7 +4680,9 @@ export interface ValidateE911AddressRequest { State: string | undefined; /** - *The country in the address being validated.
+ *The country in the address being validated as two-letter country code in ISO 3166-1
+ * alpha-2 format, such as US
. For more information, see ISO 3166-1 alpha-2 in
+ * Wikipedia.
Number indicating the result of address validation. 0
means the
- * address was perfect as-is and successfully validated. 1
means the
- * address was corrected. 2
means the address sent was not close
- * enough and was not validated.
Number indicating the result of address validation.
+ *Each possible result is defined as follows:
+ *
+ * 0
- Address validation succeeded.
+ * 1
- Address validation succeeded. The address was a close enough
+ * match and has been corrected as part of the address object.
+ * 2
- Address validation failed. You should re-submit the validation
+ * request with candidates from the CandidateAddressList
result, if it's a
+ * close match.
The ID of the voice tone anlysis task.
", + "smithy.api#documentation": "The ID of the voice tone analysis task.
", "smithy.api#httpLabel": {}, "smithy.api#required": {} } @@ -6495,7 +6495,7 @@ "Disabled": { "target": "com.amazonaws.chimesdkvoice#Boolean", "traits": { - "smithy.api#documentation": "Denotes the configration as enabled or disabled.
" + "smithy.api#documentation": "Denotes the configuration as enabled or disabled.
" } }, "ConfigurationArn": { @@ -10687,7 +10687,7 @@ "Country": { "target": "com.amazonaws.chimesdkvoice#SensitiveNonEmptyString", "traits": { - "smithy.api#documentation": "The country in the address being validated.
", + "smithy.api#documentation": "The country in the address being validated as two-letter country code in ISO 3166-1\n alpha-2 format, such as US
. For more information, see ISO 3166-1 alpha-2 in\n Wikipedia.
Number indicating the result of address validation. 0
means the \n address was perfect as-is and successfully validated. 1
means the \n address was corrected. 2
means the address sent was not close \n enough and was not validated.
Number indicating the result of address validation.
\nEach possible result is defined as follows:
\n\n 0
- Address validation succeeded.
\n 1
- Address validation succeeded. The address was a close enough\n match and has been corrected as part of the address object.
\n 2
- Address validation failed. You should re-submit the validation\n request with candidates from the CandidateAddressList
result, if it's a\n close match.