Skip to content

Commit

Permalink
feat(client-chime-sdk-meetings): Adds support for live transcription …
Browse files Browse the repository at this point in the history
…in AWS GovCloud (US) Regions.
  • Loading branch information
awstools committed Jun 9, 2022
1 parent 370477e commit e42639d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions clients/client-chime-sdk-meetings/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1221,6 +1221,7 @@ export enum TranscribeRegion {
SA_EAST_1 = "sa-east-1",
US_EAST_1 = "us-east-1",
US_EAST_2 = "us-east-2",
US_GOV_WEST_1 = "us-gov-west-1",
US_WEST_2 = "us-west-2",
}

Expand Down
4 changes: 4 additions & 0 deletions codegen/sdk-codegen/aws-models/chime-sdk-meetings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2066,6 +2066,10 @@
{
"value": "auto",
"name": "AUTO"
},
{
"value": "us-gov-west-1",
"name": "US_GOV_WEST_1"
}
]
}
Expand Down

0 comments on commit e42639d

Please sign in to comment.