Skip to content

Commit 3068418

Browse files
Merging v1.5.45 release
2 parents 6a7c47b + 4a28947 commit 3068418

File tree

11 files changed

+602
-53
lines changed

11 files changed

+602
-53
lines changed

.changes/058bf26f-7f37-439a-9170-d0a2c9c84e3e.json

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

CHANGELOG.md

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

3+
## [1.5.45] - 09/23/2025
4+
5+
### Features
6+
* (**cleanrooms**) Added support for running incremental ID mapping for rule-based workflows.
7+
* (**ec2**) Add Amazon EC2 R8gn instance types
8+
* (**entityresolution**) Support incremental id mapping workflow for AWS Entity Resolution
9+
* (**ssm**) Added Dualstack support to GetDeployablePatchSnapshotForInstance
10+
* (**ssoadmin**) Add support for encryption at rest with Customer Managed KMS Key in AWS IAM Identity Center
11+
* (**ssooidc**) This release includes exception definition and documentation updates.
12+
13+
### Miscellaneous
14+
* Upgrade to Gradle 9.0.0
15+
316
## [1.5.44] - 09/22/2025
417

518
### Features

codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/endpoints.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3799,6 +3799,7 @@
37993799
},
38003800
"bedrock" : {
38013801
"endpoints" : {
3802+
"ap-east-2" : { },
38023803
"ap-northeast-1" : { },
38033804
"ap-northeast-2" : { },
38043805
"ap-northeast-3" : { },
@@ -3808,6 +3809,8 @@
38083809
"ap-southeast-2" : { },
38093810
"ap-southeast-3" : { },
38103811
"ap-southeast-4" : { },
3812+
"ap-southeast-5" : { },
3813+
"ap-southeast-7" : { },
38113814
"bedrock-ap-northeast-1" : {
38123815
"credentialScope" : {
38133816
"region" : "ap-northeast-1"
@@ -4105,6 +4108,8 @@
41054108
"eu-west-1" : { },
41064109
"eu-west-2" : { },
41074110
"eu-west-3" : { },
4111+
"il-central-1" : { },
4112+
"me-central-1" : { },
41084113
"sa-east-1" : { },
41094114
"us-east-1" : { },
41104115
"us-east-2" : { },
@@ -14057,19 +14062,24 @@
1405714062
},
1405814063
"kafkaconnect" : {
1405914064
"endpoints" : {
14065+
"ap-east-2" : { },
1406014066
"ap-northeast-1" : { },
1406114067
"ap-northeast-2" : { },
1406214068
"ap-south-1" : { },
1406314069
"ap-south-2" : { },
1406414070
"ap-southeast-1" : { },
1406514071
"ap-southeast-2" : { },
1406614072
"ap-southeast-5" : { },
14073+
"ap-southeast-7" : { },
1406714074
"ca-central-1" : { },
14075+
"ca-west-1" : { },
1406814076
"eu-central-1" : { },
1406914077
"eu-north-1" : { },
14078+
"eu-south-2" : { },
1407014079
"eu-west-1" : { },
1407114080
"eu-west-2" : { },
1407214081
"eu-west-3" : { },
14082+
"mx-central-1" : { },
1407314083
"sa-east-1" : { },
1407414084
"us-east-1" : { },
1407514085
"us-east-2" : { },

codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/partitions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"dualStackDnsSuffix" : "api.aws.ic.gov",
163163
"implicitGlobalRegion" : "us-iso-east-1",
164164
"name" : "aws-iso",
165-
"supportsDualStack" : false,
165+
"supportsDualStack" : true,
166166
"supportsFIPS" : true
167167
},
168168
"regionRegex" : "^us\\-iso\\-\\w+\\-\\d+$",
@@ -184,7 +184,7 @@
184184
"dualStackDnsSuffix" : "api.aws.scloud",
185185
"implicitGlobalRegion" : "us-isob-east-1",
186186
"name" : "aws-iso-b",
187-
"supportsDualStack" : false,
187+
"supportsDualStack" : true,
188188
"supportsFIPS" : true
189189
},
190190
"regionRegex" : "^us\\-isob\\-\\w+\\-\\d+$",
@@ -203,7 +203,7 @@
203203
"dualStackDnsSuffix" : "api.cloud-aws.adc-e.uk",
204204
"implicitGlobalRegion" : "eu-isoe-west-1",
205205
"name" : "aws-iso-e",
206-
"supportsDualStack" : false,
206+
"supportsDualStack" : true,
207207
"supportsFIPS" : true
208208
},
209209
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
@@ -222,7 +222,7 @@
222222
"dualStackDnsSuffix" : "api.aws.hci.ic.gov",
223223
"implicitGlobalRegion" : "us-isof-south-1",
224224
"name" : "aws-iso-f",
225-
"supportsDualStack" : false,
225+
"supportsDualStack" : true,
226226
"supportsFIPS" : true
227227
},
228228
"regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",

codegen/sdk/aws-models/cleanrooms.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6337,6 +6337,9 @@
63376337
{
63386338
"target": "com.amazonaws.cleanrooms#ResourceNotFoundException"
63396339
},
6340+
{
6341+
"target": "com.amazonaws.cleanrooms#ServiceQuotaExceededException"
6342+
},
63406343
{
63416344
"target": "com.amazonaws.cleanrooms#ThrottlingException"
63426345
},
@@ -9943,6 +9946,29 @@
99439946
"smithy.api#documentation": "<p>An object representing the collaboration member's payment responsibilities set by the collaboration creator for query and job compute costs.</p>"
99449947
}
99459948
},
9949+
"com.amazonaws.cleanrooms#JobType": {
9950+
"type": "enum",
9951+
"members": {
9952+
"BATCH": {
9953+
"target": "smithy.api#Unit",
9954+
"traits": {
9955+
"smithy.api#enumValue": "BATCH"
9956+
}
9957+
},
9958+
"INCREMENTAL": {
9959+
"target": "smithy.api#Unit",
9960+
"traits": {
9961+
"smithy.api#enumValue": "INCREMENTAL"
9962+
}
9963+
},
9964+
"DELETE_ONLY": {
9965+
"target": "smithy.api#Unit",
9966+
"traits": {
9967+
"smithy.api#enumValue": "DELETE_ONLY"
9968+
}
9969+
}
9970+
}
9971+
},
99469972
"com.amazonaws.cleanrooms#JoinOperator": {
99479973
"type": "string",
99489974
"traits": {
@@ -13004,6 +13030,12 @@
1300413030
"smithy.api#required": {},
1300513031
"smithy.api#resourceIdentifier": "MembershipId"
1300613032
}
13033+
},
13034+
"jobType": {
13035+
"target": "com.amazonaws.cleanrooms#JobType",
13036+
"traits": {
13037+
"smithy.api#documentation": "<p>The job type of the rule-based ID mapping job. Valid values include:</p> <p> <code>INCREMENTAL</code>: Processes only new or changed data since the last job run. This is the default job type if the ID mapping workflow was created in Entity Resolution with <code>incrementalRunConfig</code> specified.</p> <p> <code>BATCH</code>: Processes all data from the input source, regardless of previous job runs. This is the default job type if the ID mapping workflow was created in Entity Resolution but <code>incrementalRunConfig</code> wasn't specified.</p> <p> <code>DELETE_ONLY</code>: Processes only deletion requests from <code>BatchDeleteUniqueId</code>, which is set in Entity Resolution.</p> <p>For more information about <code>incrementalRunConfig</code> and <code>BatchDeleteUniqueId</code>, see the <a href=\"https://docs.aws.amazon.com/entityresolution/latest/apireference/Welcome.html\">Entity Resolution API Reference</a>.</p>"
13038+
}
1300713039
}
1300813040
},
1300913041
"traits": {

codegen/sdk/aws-models/ec2.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75656,6 +75656,78 @@
7565675656
"traits": {
7565775657
"smithy.api#enumValue": "mac-m4pro.metal"
7565875658
}
75659+
},
75660+
"r8gn_medium": {
75661+
"target": "smithy.api#Unit",
75662+
"traits": {
75663+
"smithy.api#enumValue": "r8gn.medium"
75664+
}
75665+
},
75666+
"r8gn_large": {
75667+
"target": "smithy.api#Unit",
75668+
"traits": {
75669+
"smithy.api#enumValue": "r8gn.large"
75670+
}
75671+
},
75672+
"r8gn_xlarge": {
75673+
"target": "smithy.api#Unit",
75674+
"traits": {
75675+
"smithy.api#enumValue": "r8gn.xlarge"
75676+
}
75677+
},
75678+
"r8gn_2xlarge": {
75679+
"target": "smithy.api#Unit",
75680+
"traits": {
75681+
"smithy.api#enumValue": "r8gn.2xlarge"
75682+
}
75683+
},
75684+
"r8gn_4xlarge": {
75685+
"target": "smithy.api#Unit",
75686+
"traits": {
75687+
"smithy.api#enumValue": "r8gn.4xlarge"
75688+
}
75689+
},
75690+
"r8gn_8xlarge": {
75691+
"target": "smithy.api#Unit",
75692+
"traits": {
75693+
"smithy.api#enumValue": "r8gn.8xlarge"
75694+
}
75695+
},
75696+
"r8gn_12xlarge": {
75697+
"target": "smithy.api#Unit",
75698+
"traits": {
75699+
"smithy.api#enumValue": "r8gn.12xlarge"
75700+
}
75701+
},
75702+
"r8gn_16xlarge": {
75703+
"target": "smithy.api#Unit",
75704+
"traits": {
75705+
"smithy.api#enumValue": "r8gn.16xlarge"
75706+
}
75707+
},
75708+
"r8gn_24xlarge": {
75709+
"target": "smithy.api#Unit",
75710+
"traits": {
75711+
"smithy.api#enumValue": "r8gn.24xlarge"
75712+
}
75713+
},
75714+
"r8gn_48xlarge": {
75715+
"target": "smithy.api#Unit",
75716+
"traits": {
75717+
"smithy.api#enumValue": "r8gn.48xlarge"
75718+
}
75719+
},
75720+
"r8gn_metal_24xl": {
75721+
"target": "smithy.api#Unit",
75722+
"traits": {
75723+
"smithy.api#enumValue": "r8gn.metal-24xl"
75724+
}
75725+
},
75726+
"r8gn_metal_48xl": {
75727+
"target": "smithy.api#Unit",
75728+
"traits": {
75729+
"smithy.api#enumValue": "r8gn.metal-48xl"
75730+
}
7565975731
}
7566075732
}
7566175733
},

0 commit comments

Comments
 (0)