Skip to content

Commit dfa23e2

Browse files
committed
Merge branch 'main' of github.com:awslabs/aws-sdk-kotlin into kn-main-merge
2 parents e4a792a + ea7fa00 commit dfa23e2

File tree

20 files changed

+3130
-1393
lines changed

20 files changed

+3130
-1393
lines changed

.github/workflows/remove-deprecated-shapes.yml

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

CHANGELOG.md

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

3+
## [1.5.49] - 09/26/2025
4+
5+
## [1.5.48] - 09/26/2025
6+
7+
### Features
8+
* (**bedrockagentruntime**) This release enhances the information provided through Flow Traces. New information includes source/next node tracking, execution chains for complex nodes, dependency action (operation) details, and dependency traces.
9+
* (**bedrockdataautomation**) Added support for configurable Speaker Labeling and Channel Labeling features for Audio modality.
10+
* (**billing**) Add ability to combine custom billing views to create new consolidated views.
11+
* (**connect**) Adds supports for manual contact picking (WorkList) operations on Routing Profiles, Agent Management and SearchContacts APIs.
12+
* (**costexplorer**) Support for payer account dimension and billing view health status.
13+
* (**dynamodbstreams**) Added support for IPv6 compatible endpoints for DynamoDB Streams.
14+
* (**redshift**) Support tagging and tag propagation to IAM Identity Center for Redshift Idc Applications
15+
16+
### Documentation
17+
* (**ec2**) This release includes documentation updates for Amazon EBS General Purpose SSD (gp3) volumes with larger size and higher IOPS and throughput.
18+
19+
## [1.5.47] - 09/25/2025
20+
21+
### Features
22+
* (**glue**) Update GetConnection(s) API to return KmsKeyArn & Add 63 missing connection types
23+
* (**lightsail**) Attribute HTTP binding update for Get/Delete operations
24+
* (**networkfirewall**) Network Firewall now introduces Reject and Alert action support for stateful domain list rule groups, providing customers with more granular control over their network traffic.
25+
26+
## [1.5.46] - 09/24/2025
27+
28+
### Features
29+
* (**cloudwatch**) Fix default dualstack FIPS endpoints in AWS GovCloud(US) regions
30+
* (**dax**) This release adds support for IPv6-only, DUAL_STACK DAX instances
31+
32+
### Documentation
33+
* (**appstream**) G6f instance support for AppStream 2.0
34+
* (**kms**) Documentation only updates for KMS.
35+
* (**neptune**) Doc-only update to address customer use.
36+
337
## [1.5.45] - 09/23/2025
438

539
### Features

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9557,6 +9557,7 @@
95579557
"tags" : [ "fips" ]
95589558
} ]
95599559
},
9560+
"ap-southeast-6" : { },
95609561
"ap-southeast-7" : {
95619562
"variants" : [ {
95629563
"hostname" : "elasticfilesystem-fips.ap-southeast-7.amazonaws.com",
@@ -11222,6 +11223,7 @@
1122211223
"tags" : [ "fips" ]
1122311224
} ]
1122411225
},
11226+
"ap-east-2" : { },
1122511227
"ap-northeast-1" : {
1122611228
"variants" : [ {
1122711229
"hostname" : "fms-fips.ap-northeast-1.amazonaws.com",
@@ -30998,6 +31000,12 @@
3099831000
"cn-northwest-1" : { }
3099931001
}
3100031002
},
31003+
"verifiedpermissions" : {
31004+
"endpoints" : {
31005+
"cn-north-1" : { },
31006+
"cn-northwest-1" : { }
31007+
}
31008+
},
3100131009
"waf-regional" : {
3100231010
"endpoints" : {
3100331011
"cn-north-1" : {
@@ -37346,6 +37354,11 @@
3734637354
"us-iso-east-1" : { }
3734737355
}
3734837356
},
37357+
"kinesisvideo" : {
37358+
"endpoints" : {
37359+
"us-iso-east-1" : { }
37360+
}
37361+
},
3734937362
"kms" : {
3735037363
"endpoints" : {
3735137364
"ProdFips" : {

codegen/sdk/aws-models/appstream.json

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

0 commit comments

Comments
 (0)