Skip to content

Commit

Permalink
Release v1.44.91 (2022-09-02) (#4546)
Browse files Browse the repository at this point in the history
Release v1.44.91 (2022-09-02)
===

### Service Client Updates
* `service/cognito-idp`: Updates service API and documentation
* `service/connect`: Updates service API, documentation, and paginators
* `service/mediapackage`: Updates service API and documentation
  * Added support for AES_CTR encryption to CMAF origin endpoints
* `service/sagemaker`: Updates service API and documentation
  * This release enables administrators to attribute user activity and API calls from Studio notebooks, Data Wrangler and Canvas to specific users even when users share the same execution IAM role.  ExecutionRoleIdentityConfig at Sagemaker domain level enables this feature.
  • Loading branch information
aws-sdk-go-automation committed Sep 2, 2022
1 parent 8080d8c commit 55c18d7
Show file tree
Hide file tree
Showing 18 changed files with 1,475 additions and 69 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
Release v1.44.91 (2022-09-02)
===

### Service Client Updates
* `service/cognito-idp`: Updates service API and documentation
* `service/connect`: Updates service API, documentation, and paginators
* `service/mediapackage`: Updates service API and documentation
* Added support for AES_CTR encryption to CMAF origin endpoints
* `service/sagemaker`: Updates service API and documentation
* This release enables administrators to attribute user activity and API calls from Studio notebooks, Data Wrangler and Canvas to specific users even when users share the same execution IAM role. ExecutionRoleIdentityConfig at Sagemaker domain level enables this feature.

Release v1.44.90 (2022-09-01)
===

Expand Down
83 changes: 83 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.90"
const SDKVersion = "1.44.91"
14 changes: 11 additions & 3 deletions models/apis/cognito-idp/2016-04-18/api-2.json
Expand Up @@ -2638,6 +2638,11 @@
"value":{"shape":"StringType"},
"sensitive":true
},
"AuthSessionValidityType":{
"type":"integer",
"max":15,
"min":3
},
"AuthenticationResultType":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -3025,7 +3030,8 @@
"AnalyticsConfiguration":{"shape":"AnalyticsConfigurationType"},
"PreventUserExistenceErrors":{"shape":"PreventUserExistenceErrorTypes"},
"EnableTokenRevocation":{"shape":"WrappedBooleanType"},
"EnablePropagateAdditionalUserContextData":{"shape":"WrappedBooleanType"}
"EnablePropagateAdditionalUserContextData":{"shape":"WrappedBooleanType"},
"AuthSessionValidity":{"shape":"AuthSessionValidityType"}
}
},
"CreateUserPoolClientResponse":{
Expand Down Expand Up @@ -5195,7 +5201,8 @@
"AnalyticsConfiguration":{"shape":"AnalyticsConfigurationType"},
"PreventUserExistenceErrors":{"shape":"PreventUserExistenceErrorTypes"},
"EnableTokenRevocation":{"shape":"WrappedBooleanType"},
"EnablePropagateAdditionalUserContextData":{"shape":"WrappedBooleanType"}
"EnablePropagateAdditionalUserContextData":{"shape":"WrappedBooleanType"},
"AuthSessionValidity":{"shape":"AuthSessionValidityType"}
}
},
"UpdateUserPoolClientResponse":{
Expand Down Expand Up @@ -5405,7 +5412,8 @@
"AnalyticsConfiguration":{"shape":"AnalyticsConfigurationType"},
"PreventUserExistenceErrors":{"shape":"PreventUserExistenceErrorTypes"},
"EnableTokenRevocation":{"shape":"WrappedBooleanType"},
"EnablePropagateAdditionalUserContextData":{"shape":"WrappedBooleanType"}
"EnablePropagateAdditionalUserContextData":{"shape":"WrappedBooleanType"},
"AuthSessionValidity":{"shape":"AuthSessionValidityType"}
}
},
"UserPoolDescriptionType":{
Expand Down

0 comments on commit 55c18d7

Please sign in to comment.