Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/client-datazone/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5261,12 +5261,12 @@ export interface LineageSyncSchedule {
}

/**
* <p>The Amaon Redshift lineage sync configuration.</p>
* <p>The Amazon Redshift lineage sync configuration.</p>
* @public
*/
export interface RedshiftLineageSyncConfigurationInput {
/**
* <p>Specifies whether the Amaon Redshift lineage sync configuration is enabled.</p>
* <p>Specifies whether the Amazon Redshift lineage sync configuration is enabled.</p>
* @public
*/
enabled?: boolean | undefined;
Expand Down
2 changes: 1 addition & 1 deletion clients/client-mpa/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ export class ValidationException extends __BaseException {
*/
export interface DeleteInactiveApprovalTeamVersionRequest {
/**
* <p>Amaazon Resource Name (ARN) for the team.</p>
* <p>Amazon Resource Name (ARN) for the team.</p>
* @public
*/
Arn: string | undefined;
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/mpa.json
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@
"Arn": {
"target": "com.amazonaws.mpa#ApprovalTeamArn",
"traits": {
"smithy.api#documentation": "<p>Amaazon Resource Name (ARN) for the team.</p>",
"smithy.api#documentation": "<p>Amazon Resource Name (ARN) for the team.</p>",
"smithy.api#httpLabel": {},
"smithy.api#required": {}
}
Expand Down