Skip to content

Commit 8ca4021

Browse files
Update models for release
1 parent d463653 commit 8ca4021

24 files changed

+445
-52
lines changed

.changes/3.235.1

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "enhancement",
4+
"category": "Signature",
5+
"description": "The visibility of the SignatureV4::getHeaderBlacklist() method has been changed from private to protected to allow overriding the method in extending classes. By default this method prevents headers from being signed to avoid issues with signature mismatches when sending requests through proxies; however you may want to be able to force some headers to be signed for request integrity reasons."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "CognitoIdentityProvider",
10+
"description": "This release adds a new \"AuthSessionValidity\" field to the UserPoolClient in Cognito. Application admins can configure this value for their users' authentication duration, which is currently fixed at 3 minutes, up to 15 minutes. Setting this field will also apply to the SMS MFA authentication flow."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "Connect",
15+
"description": "This release adds search APIs for Routing Profiles and Queues, which can be used to search for those resources within a Connect Instance."
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "MediaPackage",
20+
"description": "Added support for AES_CTR encryption to CMAF origin endpoints"
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "SageMaker",
25+
"description": "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."
26+
}
27+
]

.changes/nextrelease/enhancement-header-blacklist-visibility.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\CognitoIdentityProvider` - This release adds a new "AuthSessionValidity" field to the UserPoolClient in Cognito. Application admins can configure this value for their users' authentication duration, which is currently fixed at 3 minutes, up to 15 minutes. Setting this field will also apply to the SMS MFA authentication flow.
6+
* `Aws\Connect` - This release adds search APIs for Routing Profiles and Queues, which can be used to search for those resources within a Connect Instance.
7+
* `Aws\MediaPackage` - Added support for AES_CTR encryption to CMAF origin endpoints
8+
* `Aws\SageMaker` - 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.
9+
* `Aws\Signature` - The visibility of the SignatureV4::getHeaderBlacklist() method has been changed from private to protected to allow overriding the method in extending classes. By default this method prevents headers from being signed to avoid issues with signature mismatches when sending requests through proxies; however you may want to be able to force some headers to be signed for request integrity reasons.
10+
311
## 3.235.0 - 2022-09-01
412

513
* `Aws\CodeGuruReviewer` - Documentation updates to fix formatting issues in CLI and SDK documentation.

src/Connect/ConnectClient.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,10 @@
213213
* @method \GuzzleHttp\Promise\Promise resumeContactRecordingAsync(array $args = [])
214214
* @method \Aws\Result searchAvailablePhoneNumbers(array $args = [])
215215
* @method \GuzzleHttp\Promise\Promise searchAvailablePhoneNumbersAsync(array $args = [])
216+
* @method \Aws\Result searchQueues(array $args = [])
217+
* @method \GuzzleHttp\Promise\Promise searchQueuesAsync(array $args = [])
218+
* @method \Aws\Result searchRoutingProfiles(array $args = [])
219+
* @method \GuzzleHttp\Promise\Promise searchRoutingProfilesAsync(array $args = [])
216220
* @method \Aws\Result searchSecurityProfiles(array $args = [])
217221
* @method \GuzzleHttp\Promise\Promise searchSecurityProfilesAsync(array $args = [])
218222
* @method \Aws\Result searchUsers(array $args = [])

src/data/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":{

src/data/cognito-idp/2016-04-18/api-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)