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.

* @public */ Country: string | undefined; @@ -4697,10 +4699,25 @@ export interface ValidateE911AddressRequest { */ export interface ValidateE911AddressResponse { /** - *

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:

+ * * @public */ ValidationResult?: number; diff --git a/codegen/sdk-codegen/aws-models/chime-sdk-voice.json b/codegen/sdk-codegen/aws-models/chime-sdk-voice.json index fbbb623c074a..6e0bab3fd79b 100644 --- a/codegen/sdk-codegen/aws-models/chime-sdk-voice.json +++ b/codegen/sdk-codegen/aws-models/chime-sdk-voice.json @@ -5309,7 +5309,7 @@ "VoiceToneAnalysisTaskId": { "target": "com.amazonaws.chimesdkvoice#NonEmptyString256", "traits": { - "smithy.api#documentation": "

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.

", "smithy.api#required": {} } }, @@ -10710,7 +10710,7 @@ "target": "com.amazonaws.chimesdkvoice#ValidationResult", "traits": { "smithy.api#default": 0, - "smithy.api#documentation": "

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.

" + "smithy.api#documentation": "

Number indicating the result of address validation.

\n

Each possible result is defined as follows:

\n " } }, "AddressExternalId": {