Skip to content

Commit

Permalink
Release v1.50.9 (2024-02-01) (#5159)
Browse files Browse the repository at this point in the history
Release v1.50.9 (2024-02-01)
===

### Service Client Updates
* `service/cognito-idp`: Updates service API and documentation
* `service/ivs`: Updates service API, documentation, and paginators
* `service/managedblockchain-query`: Updates service API and documentation
* `service/mediaconvert`: Updates service API and documentation
  * This release includes support for broadcast-mixed audio description tracks.
  • Loading branch information
aws-sdk-go-automation committed Feb 1, 2024
1 parent 3e2c844 commit 3248e69
Show file tree
Hide file tree
Showing 19 changed files with 2,556 additions and 420 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.50.9 (2024-02-01)
===

### Service Client Updates
* `service/cognito-idp`: Updates service API and documentation
* `service/ivs`: Updates service API, documentation, and paginators
* `service/managedblockchain-query`: Updates service API and documentation
* `service/mediaconvert`: Updates service API and documentation
* This release includes support for broadcast-mixed audio description tracks.

Release v1.50.8 (2024-01-31)
===

Expand Down
27 changes: 27 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.50.8"
const SDKVersion = "1.50.9"
2 changes: 1 addition & 1 deletion models/apis/cognito-idp/2016-04-18/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4087,8 +4087,8 @@
"CreateAuthChallenge":{"shape":"ArnType"},
"VerifyAuthChallengeResponse":{"shape":"ArnType"},
"PreTokenGeneration":{"shape":"ArnType"},
"PreTokenGenerationConfig":{"shape":"PreTokenGenerationVersionConfigType"},
"UserMigration":{"shape":"ArnType"},
"PreTokenGenerationConfig":{"shape":"PreTokenGenerationVersionConfigType"},
"CustomSMSSender":{"shape":"CustomSMSLambdaVersionConfigType"},
"CustomEmailSender":{"shape":"CustomEmailLambdaVersionConfigType"},
"KMSKeyID":{"shape":"ArnType"}
Expand Down
64 changes: 32 additions & 32 deletions models/apis/cognito-idp/2016-04-18/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 3248e69

Please sign in to comment.