Skip to content

Commit 7870bd4

Browse files
Merging v1.5.37 release
2 parents 1c9e64e + 54f6412 commit 7870bd4

File tree

12 files changed

+1598
-320
lines changed

12 files changed

+1598
-320
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.5.37] - 09/11/2025
4+
5+
### Features
6+
* (**amp**) Add Vended Logs APIs for Amazon Prometheus Managed Collector
7+
* (**datazone**) adding IAM principal id to IAM user profile details
8+
* (**ecs**) This release supports hook details for Amazon ECS lifecycle hooks.
9+
* (**emrcontainers**) Added nodeLabel support in container provider to aid hardware isolation support for virtual cluster and security configuration.
10+
* (**evs**) CreateEnvironment API now supports parameters (isHcxPublic & hcxNetworkAclId) for HCX migration via public internet, adding flexibility for migration scenarios. New APIs have been added for associating (AssociateEipToVlan) & disassociating (DisassociateEipFromVlan) Elastic IP (EIP) addresses.
11+
* (**guardduty**) Updated Java SDK implementation of entity set status in GuardDuty API.
12+
* (**medialive**) AWS Elemental MediaLive adds a new feature in MediaPackage output group that enables MediaPackage V2 users to control HLS-related parameters directly in MediaLive. These parameter settings are then reflected in MediaPackage outputs, providing more streamlined control over HLS configurations.
13+
* (**quicksight**) This release adds support for Account level custom permissions, additional Dashboard Options, and Null support for Q&A.
14+
* (**rds**) Adds support for end-to-end IAM authentication in RDS Proxy for MySQL, MariaDB, and PostgreSQL engines.
15+
316
## [1.5.36] - 09/10/2025
417

518
### Features

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20226,6 +20226,7 @@
2022620226
},
2022720227
"redshift-serverless" : {
2022820228
"endpoints" : {
20229+
"af-south-1" : { },
2022920230
"ap-east-1" : { },
2023020231
"ap-northeast-1" : { },
2023120232
"ap-northeast-2" : { },
@@ -20244,6 +20245,7 @@
2024420245
"eu-central-1" : { },
2024520246
"eu-central-2" : { },
2024620247
"eu-north-1" : { },
20248+
"eu-south-1" : { },
2024720249
"eu-south-2" : { },
2024820250
"eu-west-1" : { },
2024920251
"eu-west-2" : { },
@@ -31653,6 +31655,12 @@
3165331655
}
3165431656
}
3165531657
},
31658+
"aps" : {
31659+
"endpoints" : {
31660+
"us-gov-east-1" : { },
31661+
"us-gov-west-1" : { }
31662+
}
31663+
},
3165631664
"arc-zonal-shift" : {
3165731665
"endpoints" : {
3165831666
"us-gov-east-1" : { },

0 commit comments

Comments
 (0)