diff --git a/clients/client-datazone/src/models/models_0.ts b/clients/client-datazone/src/models/models_0.ts index 7f5fd34dd750..81d0c6712399 100644 --- a/clients/client-datazone/src/models/models_0.ts +++ b/clients/client-datazone/src/models/models_0.ts @@ -5261,12 +5261,12 @@ export interface LineageSyncSchedule { } /** - *

The Amaon Redshift lineage sync configuration.

+ *

The Amazon Redshift lineage sync configuration.

* @public */ export interface RedshiftLineageSyncConfigurationInput { /** - *

Specifies whether the Amaon Redshift lineage sync configuration is enabled.

+ *

Specifies whether the Amazon Redshift lineage sync configuration is enabled.

* @public */ enabled?: boolean | undefined; diff --git a/clients/client-mpa/src/models/models_0.ts b/clients/client-mpa/src/models/models_0.ts index 8ea2fefade99..952e02a3dc97 100644 --- a/clients/client-mpa/src/models/models_0.ts +++ b/clients/client-mpa/src/models/models_0.ts @@ -372,7 +372,7 @@ export class ValidationException extends __BaseException { */ export interface DeleteInactiveApprovalTeamVersionRequest { /** - *

Amaazon Resource Name (ARN) for the team.

+ *

Amazon Resource Name (ARN) for the team.

* @public */ Arn: string | undefined; diff --git a/codegen/sdk-codegen/aws-models/mpa.json b/codegen/sdk-codegen/aws-models/mpa.json index 9b4ed14d66e5..b4e7f7384d86 100644 --- a/codegen/sdk-codegen/aws-models/mpa.json +++ b/codegen/sdk-codegen/aws-models/mpa.json @@ -1016,7 +1016,7 @@ "Arn": { "target": "com.amazonaws.mpa#ApprovalTeamArn", "traits": { - "smithy.api#documentation": "

Amaazon Resource Name (ARN) for the team.

", + "smithy.api#documentation": "

Amazon Resource Name (ARN) for the team.

", "smithy.api#httpLabel": {}, "smithy.api#required": {} }