Skip to content

Commit 383df83

Browse files
Merging v1.4.117 release
2 parents e7a72e6 + d1dfcc0 commit 383df83

File tree

11 files changed

+10728
-70
lines changed

11 files changed

+10728
-70
lines changed

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.4.117] - 07/01/2025
4+
5+
### Features
6+
* (**cleanroomsml**) This release introduces support for incremental training and distributed training for custom models in AWS Clean Rooms ML.
7+
* (**datazone**) Add support for the new optional domain-unit-id parameter in the UpdateProject API.
8+
* (**ec2**) Add Context to GetInstanceTypesFromInstanceRequirements API
9+
* (**odb**) This release adds API operations for Oracle Database@AWS. You can use the APIs to create Exadata infrastructure, ODB networks, and Exadata and Autonomous VM clusters inside AWS data centers. The infrastructure is managed by OCI. You can integrate these resources with AWS services.
10+
* (**qbusiness**) New ChatResponseConfiguration to Customize Q Business chat responses for specific use cases and communication needs. Updated Boosting capability allowing admins to provide preference on date attributes for recency and/or provide a preferred data source.
11+
* (**sagemaker**) Updated field validation requirements for InstanceGroups.
12+
13+
### Documentation
14+
* (**rds**) Amazon RDS Custom for Oracle now supports multi-AZ database instances.
15+
316
## [1.4.116] - 06/30/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
@@ -5022,6 +5022,7 @@
50225022
"tags" : [ "dualstack" ]
50235023
} ]
50245024
},
5025+
"eu-south-2" : { },
50255026
"eu-west-1" : {
50265027
"variants" : [ {
50275028
"hostname" : "cloudhsmv2.eu-west-1.api.aws",
@@ -12844,14 +12845,20 @@
1284412845
"ap-northeast-2" : { },
1284512846
"ap-northeast-3" : { },
1284612847
"ap-south-1" : { },
12848+
"ap-south-2" : { },
1284712849
"ap-southeast-1" : { },
1284812850
"ap-southeast-2" : { },
1284912851
"ap-southeast-3" : { },
12852+
"ap-southeast-4" : { },
12853+
"ap-southeast-5" : { },
12854+
"ap-southeast-7" : { },
1285012855
"ca-central-1" : { },
12856+
"ca-west-1" : { },
1285112857
"eu-central-1" : { },
1285212858
"eu-central-2" : { },
1285312859
"eu-north-1" : { },
1285412860
"eu-south-1" : { },
12861+
"eu-south-2" : { },
1285512862
"eu-west-1" : { },
1285612863
"eu-west-2" : { },
1285712864
"eu-west-3" : { },
@@ -12883,7 +12890,10 @@
1288312890
"deprecated" : true,
1288412891
"hostname" : "inspector2-fips.us-west-2.amazonaws.com"
1288512892
},
12893+
"il-central-1" : { },
12894+
"me-central-1" : { },
1288612895
"me-south-1" : { },
12896+
"mx-central-1" : { },
1288712897
"sa-east-1" : { },
1288812898
"us-east-1" : {
1288912899
"variants" : [ {

codegen/sdk/aws-models/cleanroomsml.json

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

codegen/sdk/aws-models/datazone.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25986,7 +25986,7 @@
2598625986
"useAssetType": {
2598725987
"target": "com.amazonaws.datazone#UseAssetTypePolicyGrantDetail",
2598825988
"traits": {
25989-
"smithy.api#documentation": "<p> Specifies the domain unit(s) whose projects can use this asset type while creating asset or asset revisions.</p>"
25989+
"smithy.api#documentation": "<p> Specifies the domain unit(s) whose projects can use this asset type while creating\n asset or asset revisions.</p>"
2599025990
}
2599125991
}
2599225992
},
@@ -34448,6 +34448,12 @@
3444834448
"smithy.api#documentation": "<p>The glossary terms to be updated as part of the <code>UpdateProject</code>\n action.</p>"
3444934449
}
3445034450
},
34451+
"domainUnitId": {
34452+
"target": "com.amazonaws.datazone#DomainUnitId",
34453+
"traits": {
34454+
"smithy.api#documentation": "<p>The ID of the domain unit.</p>"
34455+
}
34456+
},
3445134457
"environmentDeploymentDetails": {
3445234458
"target": "com.amazonaws.datazone#EnvironmentDeploymentDetails",
3445334459
"traits": {
@@ -35623,7 +35629,7 @@
3562335629
}
3562435630
},
3562535631
"traits": {
35626-
"smithy.api#documentation": "<p>Specifies the domain unit(s) whose projects can use this asset type while creating asset or asset revisions.</p>"
35632+
"smithy.api#documentation": "<p>Specifies the domain unit(s) whose projects can use this asset type while creating asset\n or asset revisions.</p>"
3562735633
}
3562835634
},
3562935635
"com.amazonaws.datazone#UserAssignment": {

codegen/sdk/aws-models/ec2.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50133,7 +50133,7 @@
5013350133
"target": "com.amazonaws.ec2#String",
5013450134
"traits": {
5013550135
"aws.protocols#ec2QueryName": "AvailabilityZone",
50136-
"smithy.api#documentation": "<p>The Availability Zone where the EBS volume will be created (for example,\n <code>us-east-1a</code>).</p>\n <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> can be specified,\n but not both. If neither is specified, Amazon EC2 automatically selects an Availability Zone within\n the Region.</p>\n <p>This parameter is not supported when using <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage.html\">CreateImage</a>.</p>",
50136+
"smithy.api#documentation": "<p>The Availability Zone where the EBS volume will be created (for example,\n <code>us-east-1a</code>).</p>\n <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> can be specified,\n but not both. If neither is specified, Amazon EC2 automatically selects an Availability Zone within\n the Region.</p>\n <p>This parameter is not supported when using <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage.html\">CreateImage</a>.</p>",
5013750137
"smithy.api#xmlName": "availabilityZone"
5013850138
}
5013950139
},
@@ -50154,7 +50154,7 @@
5015450154
"AvailabilityZoneId": {
5015550155
"target": "com.amazonaws.ec2#String",
5015650156
"traits": {
50157-
"smithy.api#documentation": "<p>The ID of the Availability Zone where the EBS volume will be created (for example,\n <code>use1-az1</code>).</p>\n <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> can be specified,\n but not both. If neither is specified, Amazon EC2 automatically selects an Availability Zone within\n the Region.</p>\n <p>This parameter is not supported when using <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage.html\">CreateImage</a>.</p>"
50157+
"smithy.api#documentation": "<p>The ID of the Availability Zone where the EBS volume will be created (for example,\n <code>use1-az1</code>).</p>\n <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> can be specified,\n but not both. If neither is specified, Amazon EC2 automatically selects an Availability Zone within\n the Region.</p>\n <p>This parameter is not supported when using <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage.html\">CreateImage</a>.</p>"
5015850158
}
5015950159
}
5016050160
},
@@ -57645,6 +57645,12 @@
5764557645
"traits": {
5764657646
"smithy.api#documentation": "<p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>"
5764757647
}
57648+
},
57649+
"Context": {
57650+
"target": "com.amazonaws.ec2#String",
57651+
"traits": {
57652+
"smithy.api#documentation": "<p>Reserved.</p>"
57653+
}
5764857654
}
5764957655
},
5765057656
"traits": {

0 commit comments

Comments
 (0)