Skip to content

Commit 6fa8b30

Browse files
committed
Merge branch 'main' of github.com:awslabs/aws-sdk-kotlin into feat-sigv4a
2 parents 0f5aa91 + fc2f946 commit 6fa8b30

File tree

6 files changed

+110
-41
lines changed

6 files changed

+110
-41
lines changed

CHANGELOG.md

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

3+
## [1.4.24] - 02/18/2025
4+
5+
### Features
6+
* (**emrcontainers**) EMR on EKS StartJobRun Api will be supporting the configuration of log storage in AWS by using "managedLogs" under "MonitoringConfiguration".
7+
* (**medialive**) Adds support for creating CloudWatchAlarmTemplates for AWS Elemental MediaTailor Playback Configuration resources.
8+
9+
### Documentation
10+
* (**batch**) This documentation-only update corrects some typos.
11+
312
## [1.4.23] - 02/17/2025
413

514
### Features

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17118,6 +17118,12 @@
1711817118
"tags" : [ "dualstack" ]
1711917119
} ]
1712017120
},
17121+
"eu-south-2" : {
17122+
"variants" : [ {
17123+
"hostname" : "polly.eu-south-2.api.aws",
17124+
"tags" : [ "dualstack" ]
17125+
} ]
17126+
},
1712117127
"eu-west-1" : {
1712217128
"variants" : [ {
1712317129
"hostname" : "polly.eu-west-1.api.aws",
@@ -17751,6 +17757,12 @@
1775117757
"ca-west-1" : {
1775217758
"variants" : [ {
1775317759
"tags" : [ "dualstack" ]
17760+
}, {
17761+
"hostname" : "ram-fips.ca-west-1.amazonaws.com",
17762+
"tags" : [ "fips" ]
17763+
}, {
17764+
"hostname" : "ram-fips.ca-west-1.api.aws",
17765+
"tags" : [ "dualstack", "fips" ]
1775417766
} ]
1775517767
},
1775617768
"eu-central-1" : {
@@ -17800,6 +17812,13 @@
1780017812
"deprecated" : true,
1780117813
"hostname" : "ram-fips.ca-central-1.amazonaws.com"
1780217814
},
17815+
"fips-ca-west-1" : {
17816+
"credentialScope" : {
17817+
"region" : "ca-west-1"
17818+
},
17819+
"deprecated" : true,
17820+
"hostname" : "ram-fips.ca-west-1.amazonaws.com"
17821+
},
1780317822
"fips-us-east-1" : {
1780417823
"credentialScope" : {
1780517824
"region" : "us-east-1"

0 commit comments

Comments
 (0)