Skip to content

Commit

Permalink
Release v1.44.25 (2022-05-31) (#4419)
Browse files Browse the repository at this point in the history
Release v1.44.25 (2022-05-31)
===

### Service Client Updates
* `service/cognito-idp`: Updates service API and documentation
* `service/drs`: Updates service API, documentation, and paginators
* `service/iotsitewise`: Updates service API and documentation
* `service/lookoutmetrics`: Updates service API and documentation
* `service/sagemaker`: Updates service API
  * Amazon SageMaker Notebook Instances now support Jupyter Lab 3.
* `service/transcribe`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed May 31, 2022
1 parent 2ec70f7 commit 4e4504e
Show file tree
Hide file tree
Showing 26 changed files with 5,019 additions and 2,265 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Release v1.44.25 (2022-05-31)
===

### Service Client Updates
* `service/cognito-idp`: Updates service API and documentation
* `service/drs`: Updates service API, documentation, and paginators
* `service/iotsitewise`: Updates service API and documentation
* `service/lookoutmetrics`: Updates service API and documentation
* `service/sagemaker`: Updates service API
* Amazon SageMaker Notebook Instances now support Jupyter Lab 3.
* `service/transcribe`: Updates service API and documentation

Release v1.44.24 (2022-05-27)
===

Expand Down
6 changes: 6 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.44.24"
const SDKVersion = "1.44.25"
10 changes: 7 additions & 3 deletions models/apis/cognito-idp/2016-04-18/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2999,7 +2999,8 @@
"AllowedOAuthFlowsUserPoolClient":{"shape":"BooleanType"},
"AnalyticsConfiguration":{"shape":"AnalyticsConfigurationType"},
"PreventUserExistenceErrors":{"shape":"PreventUserExistenceErrorTypes"},
"EnableTokenRevocation":{"shape":"WrappedBooleanType"}
"EnableTokenRevocation":{"shape":"WrappedBooleanType"},
"EnablePropagateAdditionalUserContextData":{"shape":"WrappedBooleanType"}
}
},
"CreateUserPoolClientResponse":{
Expand Down Expand Up @@ -5158,7 +5159,8 @@
"AllowedOAuthFlowsUserPoolClient":{"shape":"BooleanType"},
"AnalyticsConfiguration":{"shape":"AnalyticsConfigurationType"},
"PreventUserExistenceErrors":{"shape":"PreventUserExistenceErrorTypes"},
"EnableTokenRevocation":{"shape":"WrappedBooleanType"}
"EnableTokenRevocation":{"shape":"WrappedBooleanType"},
"EnablePropagateAdditionalUserContextData":{"shape":"WrappedBooleanType"}
}
},
"UpdateUserPoolClientResponse":{
Expand Down Expand Up @@ -5224,6 +5226,7 @@
"UserContextDataType":{
"type":"structure",
"members":{
"IpAddress":{"shape":"StringType"},
"EncodedData":{"shape":"StringType"}
}
},
Expand Down Expand Up @@ -5366,7 +5369,8 @@
},
"AnalyticsConfiguration":{"shape":"AnalyticsConfigurationType"},
"PreventUserExistenceErrors":{"shape":"PreventUserExistenceErrorTypes"},
"EnableTokenRevocation":{"shape":"WrappedBooleanType"}
"EnableTokenRevocation":{"shape":"WrappedBooleanType"},
"EnablePropagateAdditionalUserContextData":{"shape":"WrappedBooleanType"}
}
},
"UserPoolDescriptionType":{
Expand Down
52 changes: 28 additions & 24 deletions models/apis/cognito-idp/2016-04-18/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 4e4504e

Please sign in to comment.