Skip to content

Commit 55c18d7

Browse files
Release v1.44.91 (2022-09-02) (#4546)
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.
1 parent 8080d8c commit 55c18d7

File tree

18 files changed

+1475
-69
lines changed

18 files changed

+1475
-69
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Release v1.44.91 (2022-09-02)
2+
===
3+
4+
### Service Client Updates
5+
* `service/cognito-idp`: Updates service API and documentation
6+
* `service/connect`: Updates service API, documentation, and paginators
7+
* `service/mediapackage`: Updates service API and documentation
8+
* Added support for AES_CTR encryption to CMAF origin endpoints
9+
* `service/sagemaker`: Updates service API and documentation
10+
* 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.
11+
112
Release v1.44.90 (2022-09-01)
213
===
314

aws/endpoints/defaults.go

Lines changed: 83 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.90"
8+
const SDKVersion = "1.44.91"

models/apis/cognito-idp/2016-04-18/api-2.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2638,6 +2638,11 @@
26382638
"value":{"shape":"StringType"},
26392639
"sensitive":true
26402640
},
2641+
"AuthSessionValidityType":{
2642+
"type":"integer",
2643+
"max":15,
2644+
"min":3
2645+
},
26412646
"AuthenticationResultType":{
26422647
"type":"structure",
26432648
"members":{
@@ -3025,7 +3030,8 @@
30253030
"AnalyticsConfiguration":{"shape":"AnalyticsConfigurationType"},
30263031
"PreventUserExistenceErrors":{"shape":"PreventUserExistenceErrorTypes"},
30273032
"EnableTokenRevocation":{"shape":"WrappedBooleanType"},
3028-
"EnablePropagateAdditionalUserContextData":{"shape":"WrappedBooleanType"}
3033+
"EnablePropagateAdditionalUserContextData":{"shape":"WrappedBooleanType"},
3034+
"AuthSessionValidity":{"shape":"AuthSessionValidityType"}
30293035
}
30303036
},
30313037
"CreateUserPoolClientResponse":{
@@ -5195,7 +5201,8 @@
51955201
"AnalyticsConfiguration":{"shape":"AnalyticsConfigurationType"},
51965202
"PreventUserExistenceErrors":{"shape":"PreventUserExistenceErrorTypes"},
51975203
"EnableTokenRevocation":{"shape":"WrappedBooleanType"},
5198-
"EnablePropagateAdditionalUserContextData":{"shape":"WrappedBooleanType"}
5204+
"EnablePropagateAdditionalUserContextData":{"shape":"WrappedBooleanType"},
5205+
"AuthSessionValidity":{"shape":"AuthSessionValidityType"}
51995206
}
52005207
},
52015208
"UpdateUserPoolClientResponse":{
@@ -5405,7 +5412,8 @@
54055412
"AnalyticsConfiguration":{"shape":"AnalyticsConfigurationType"},
54065413
"PreventUserExistenceErrors":{"shape":"PreventUserExistenceErrorTypes"},
54075414
"EnableTokenRevocation":{"shape":"WrappedBooleanType"},
5408-
"EnablePropagateAdditionalUserContextData":{"shape":"WrappedBooleanType"}
5415+
"EnablePropagateAdditionalUserContextData":{"shape":"WrappedBooleanType"},
5416+
"AuthSessionValidity":{"shape":"AuthSessionValidityType"}
54095417
}
54105418
},
54115419
"UserPoolDescriptionType":{

0 commit comments

Comments
 (0)