Skip to content

Commit 254825d

Browse files
committed
Merge branch 'main' of github.com:awslabs/aws-sdk-kotlin into kn-main-merge
2 parents 5ff2f38 + f15fdd4 commit 254825d

24 files changed

+5264
-1009
lines changed

CHANGELOG.md

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

3+
## [1.5.52] - 10/01/2025
4+
5+
### Features
6+
* (**chimesdkmeetings**) Add support to receive dual stack MediaPlacement URLs in Chime Meetings SDK
7+
* (**cleanrooms**) This release introduces data access budgets to control how many times a table can be used for queries and jobs in a collaboration.
8+
* (**cleanroomsml**) This release introduces data access budgets to view how many times an input channel can be used for ML jobs in a collaboration.
9+
* (**ivsrealtime**) Remove incorrect ReadOnly trait on IVS RealTime ImportPublicKey API
10+
* (**pcs**) Added the UpdateCluster API action to modify cluster configurations, and Slurm custom settings for queues.
11+
12+
### Documentation
13+
* (**databasemigrationservice**) This is a doc-only update, revising text for kms-key-arns.
14+
* (**ecs**) This is a documentation only Amazon ECS release that adds additional information for health checks.
15+
16+
## [1.5.51] - 09/30/2025
17+
18+
### Features
19+
* (**applicationsignals**) Amazon CloudWatch Application Signals is introducing the Application Map to give users a more comprehensive view of their service health. Users will now be able to group services, track their latest deployments, and view automated audit findings concerning service performance.
20+
* (**bedrockagentcorecontrol**) Tagging support for AgentCore Gateway
21+
* (**chimesdkvoice**) Added support for IPv4-only and dual-stack network configurations for VoiceConnector and CreateVoiceConnector API.
22+
* (**connectcases**) This release adds support for two new related item types: ConnectCase for linking Amazon Connect cases and Custom for user-defined related items with configurable fields.
23+
* (**customerprofiles**) This release introduces ListProfileHistoryRecords and GetProfileHistoryRecord APIs for comprehensive profile history tracking with complete audit trails of creation, updates, merges, deletions, and data ingestion events.
24+
* (**datasync**) Added support for FIPS VPC endpoints in FIPS-enabled AWS Regions.
25+
* (**datazone**) This release adds support for creation of EMR on EKS Connections in Amazon DataZone.
26+
* (**directoryservice**) AWS Directory service now supports IPv6-native and dual-stack configurations for AWS Managed Microsoft AD, AD Connector, and Simple AD (dual-stack only). Additionally, AWS Managed Microsoft AD Standard Edition directories can be upgraded to Enterprise Edition directories through a single API call.
27+
* (**ecs**) This release adds support for Managed Instances on Amazon ECS.
28+
* (**fsx**) Add Dual-Stack support for Amazon FSx for NetApp ONTAP and Windows File Server
29+
* (**mediatailor**) Adding TPS Traffic Shaping to Prefetch Schedules
30+
* (**rds**) Enhanced RDS error handling: Added DBProxyEndpointNotFoundFault, DBShardGroupNotFoundFault, KMSKeyNotAccessibleFault for snapshots/restores/backups, NetworkTypeNotSupported, StorageTypeNotSupportedFault for restores, and granular state validation faults. Changed DBInstanceNotReadyFault to HTTP 400.
31+
* (**transfer**) Add support for updating server identity provider type
32+
33+
### Documentation
34+
* (**quicksight**) added warnings to a few CLI pages
35+
336
## [1.5.50] - 09/29/2025
437

538
### Features

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3658,6 +3658,7 @@
36583658
"ap-southeast-3" : { },
36593659
"ap-southeast-4" : { },
36603660
"ap-southeast-5" : { },
3661+
"ap-southeast-6" : { },
36613662
"ap-southeast-7" : { },
36623663
"ca-central-1" : { },
36633664
"ca-west-1" : { },
@@ -26043,6 +26044,7 @@
2604326044
"ap-southeast-3" : { },
2604426045
"ap-southeast-4" : { },
2604526046
"ap-southeast-5" : { },
26047+
"ap-southeast-7" : { },
2604626048
"ca-central-1" : { },
2604726049
"ca-west-1" : { },
2604826050
"eu-central-1" : { },
@@ -26056,6 +26058,7 @@
2605626058
"il-central-1" : { },
2605726059
"me-central-1" : { },
2605826060
"me-south-1" : { },
26061+
"mx-central-1" : { },
2605926062
"sa-east-1" : { },
2606026063
"us-east-1" : { },
2606126064
"us-east-2" : { },

codegen/sdk/aws-models/application-signals.json

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

codegen/sdk/aws-models/bedrock-agentcore-control.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2483,6 +2483,12 @@
24832483
"traits": {
24842484
"smithy.api#documentation": "<p>The level of detail in error messages returned when invoking the gateway.</p> <ul> <li> <p>If the value is <code>DEBUG</code>, granular exception messages are returned to help a user debug the gateway.</p> </li> <li> <p>If the value is omitted, a generic error message is returned to the end user.</p> </li> </ul>"
24852485
}
2486+
},
2487+
"tags": {
2488+
"target": "com.amazonaws.bedrockagentcorecontrol#TagsMap",
2489+
"traits": {
2490+
"smithy.api#documentation": "<p>A map of key-value pairs to associate with the gateway as metadata tags.</p>"
2491+
}
24862492
}
24872493
},
24882494
"traits": {
@@ -7053,7 +7059,7 @@
70537059
}
70547060
],
70557061
"traits": {
7056-
"smithy.api#documentation": "<p>Lists the tags associated with the specified resource.</p>",
7062+
"smithy.api#documentation": "<p>Lists the tags associated with the specified resource.</p> <note> <p>This feature is currently available only for AgentCore Runtime, Browser, Code Interpreter tool, and Gateway.</p> </note>",
70577063
"smithy.api#http": {
70587064
"code": 200,
70597065
"method": "GET",
@@ -9163,7 +9169,7 @@
91639169
}
91649170
],
91659171
"traits": {
9166-
"smithy.api#documentation": "<p>Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are also deleted.</p>",
9172+
"smithy.api#documentation": "<p>Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are also deleted.</p> <note> <p>This feature is currently available only for AgentCore Runtime, Browser, Code Interpreter tool, and Gateway.</p> </note>",
91679173
"smithy.api#http": {
91689174
"code": 204,
91699175
"method": "POST",
@@ -9528,7 +9534,7 @@
95289534
}
95299535
],
95309536
"traits": {
9531-
"smithy.api#documentation": "<p>Removes the specified tags from the specified resource.</p>",
9537+
"smithy.api#documentation": "<p>Removes the specified tags from the specified resource.</p> <note> <p>This feature is currently available only for AgentCore Runtime, Browser, Code Interpreter tool, and Gateway.</p> </note>",
95329538
"smithy.api#http": {
95339539
"code": 204,
95349540
"method": "DELETE",

0 commit comments

Comments
 (0)