Skip to content

Commit 73beef8

Browse files
Update models for release
1 parent 6ce549c commit 73beef8

File tree

23 files changed

+796
-44
lines changed

23 files changed

+796
-44
lines changed

.changes/3.367.1

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "SESv2",
5+
"description": "Update GetEmailIdentity and CreateEmailIdentity response to include SigningHostedZone in DkimAttributes. Updated PutEmailIdentityDkimSigningAttributes Response to include SigningHostedZone."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "Lambda",
10+
"description": "Add Dotnet 10 (dotnet10) support to AWS Lambda."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "QuickSight",
15+
"description": "This release adds new GetIdentityContext API, Dashboard customization options for tables and pivot tables, Visual styling options- borders and decals, map GeocodingPreferences, KeyPairCredentials for DataSourceCredentials. Snapshot APIs now support registered users. Parameters limit increased to 400"
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "Organizations",
20+
"description": "Add support for policy operations on the NETWORK SECURITY DIRECTOR POLICY policy type."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "SecretsManager",
25+
"description": "Add SortBy parameter to ListSecrets"
26+
}
27+
]

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\SESv2` - Update GetEmailIdentity and CreateEmailIdentity response to include SigningHostedZone in DkimAttributes. Updated PutEmailIdentityDkimSigningAttributes Response to include SigningHostedZone.
6+
* `Aws\Lambda` - Add Dotnet 10 (dotnet10) support to AWS Lambda.
7+
* `Aws\QuickSight` - This release adds new GetIdentityContext API, Dashboard customization options for tables and pivot tables, Visual styling options- borders and decals, map GeocodingPreferences, KeyPairCredentials for DataSourceCredentials. Snapshot APIs now support registered users. Parameters limit increased to 400
8+
* `Aws\Organizations` - Add support for policy operations on the NETWORK SECURITY DIRECTOR POLICY policy type.
9+
* `Aws\SecretsManager` - Add SortBy parameter to ListSecrets
10+
311
## 3.367.0 - 2025-12-10
412

513
* `Aws\S3` - A new S3 Transfer Manager implementation with multipart download capabilities. It allows better ways to configure each operation. Includes Progress Tracking, Transfer Event Listeners, and Automatic Multipart Uploads/Downloads.

src/QuickSight/QuickSightClient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@
247247
* @method \GuzzleHttp\Promise\Promise getFlowMetadataAsync(array $args = [])
248248
* @method \Aws\Result getFlowPermissions(array $args = [])
249249
* @method \GuzzleHttp\Promise\Promise getFlowPermissionsAsync(array $args = [])
250+
* @method \Aws\Result getIdentityContext(array $args = [])
251+
* @method \GuzzleHttp\Promise\Promise getIdentityContextAsync(array $args = [])
250252
* @method \Aws\Result getSessionEmbedUrl(array $args = [])
251253
* @method \GuzzleHttp\Promise\Promise getSessionEmbedUrlAsync(array $args = [])
252254
* @method \Aws\Result listActionConnectors(array $args = [])

src/data/endpoints.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39959,6 +39959,12 @@
3995939959
"us-isof-south-1" : { }
3996039960
}
3996139961
},
39962+
"rolesanywhere" : {
39963+
"endpoints" : {
39964+
"us-isof-east-1" : { },
39965+
"us-isof-south-1" : { }
39966+
}
39967+
},
3996239968
"route53" : {
3996339969
"endpoints" : {
3996439970
"aws-iso-f-global" : {
@@ -40588,6 +40594,11 @@
4058840594
"eusc-de-east-1" : { }
4058940595
}
4059040596
},
40597+
"securityhub" : {
40598+
"endpoints" : {
40599+
"eusc-de-east-1" : { }
40600+
}
40601+
},
4059140602
"servicediscovery" : {
4059240603
"endpoints" : {
4059340604
"eusc-de-east-1" : { }

src/data/endpoints.json.php

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

src/data/lambda/2015-03-31/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5836,7 +5836,8 @@
58365836
"nodejs22.x",
58375837
"nodejs24.x",
58385838
"python3.14",
5839-
"java25"
5839+
"java25",
5840+
"dotnet10"
58405841
]
58415842
},
58425843
"RuntimeVersionArn":{

src/data/lambda/2015-03-31/api-2.json.php

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

src/data/organizations/2016-11-28/api-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1923,7 +1923,8 @@
19231923
"INSPECTOR_POLICY",
19241924
"UPGRADE_ROLLOUT_POLICY",
19251925
"BEDROCK_POLICY",
1926-
"S3_POLICY"
1926+
"S3_POLICY",
1927+
"NETWORK_SECURITY_DIRECTOR_POLICY"
19271928
]
19281929
},
19291930
"EffectivePolicyValidationError":{
@@ -2860,7 +2861,8 @@
28602861
"INSPECTOR_POLICY",
28612862
"UPGRADE_ROLLOUT_POLICY",
28622863
"BEDROCK_POLICY",
2863-
"S3_POLICY"
2864+
"S3_POLICY",
2865+
"NETWORK_SECURITY_DIRECTOR_POLICY"
28642866
]
28652867
},
28662868
"PolicyTypeAlreadyEnabledException":{

src/data/organizations/2016-11-28/api-2.json.php

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

src/data/organizations/2016-11-28/docs-2.json

Lines changed: 11 additions & 11 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)