Skip to content

Commit 75f3480

Browse files
Merging v1.4.53 release
2 parents 1bd2080 + 83ce8c6 commit 75f3480

File tree

5 files changed

+57
-4
lines changed

5 files changed

+57
-4
lines changed

CHANGELOG.md

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

3+
## [1.4.53] - 04/01/2025
4+
5+
### Features
6+
* (**cleanrooms**) This release adds support for updating the analytics engine of a collaboration.
7+
* (**sagemaker**) Added tagging support for SageMaker notebook instance lifecycle configurations
8+
39
## [1.4.52] - 03/31/2025
410

511
### Features

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

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36428,10 +36428,33 @@
3642836428
},
3642936429
"glacier" : {
3643036430
"endpoints" : {
36431+
"fips-us-iso-east-1" : {
36432+
"credentialScope" : {
36433+
"region" : "us-iso-east-1"
36434+
},
36435+
"deprecated" : true,
36436+
"hostname" : "glacier-fips.us-iso-east-1.c2s.ic.gov"
36437+
},
36438+
"fips-us-iso-west-1" : {
36439+
"credentialScope" : {
36440+
"region" : "us-iso-west-1"
36441+
},
36442+
"deprecated" : true,
36443+
"hostname" : "glacier-fips.us-iso-west-1.c2s.ic.gov"
36444+
},
3643136445
"us-iso-east-1" : {
36432-
"protocols" : [ "http", "https" ]
36446+
"protocols" : [ "http", "https" ],
36447+
"variants" : [ {
36448+
"hostname" : "glacier-fips.us-iso-east-1.c2s.ic.gov",
36449+
"tags" : [ "fips" ]
36450+
} ]
3643336451
},
36434-
"us-iso-west-1" : { }
36452+
"us-iso-west-1" : {
36453+
"variants" : [ {
36454+
"hostname" : "glacier-fips.us-iso-west-1.c2s.ic.gov",
36455+
"tags" : [ "fips" ]
36456+
} ]
36457+
}
3643536458
}
3643636459
},
3643736460
"glue" : {
@@ -37411,7 +37434,19 @@
3741137434
},
3741237435
"glacier" : {
3741337436
"endpoints" : {
37414-
"us-isob-east-1" : { }
37437+
"fips-us-isob-east-1" : {
37438+
"credentialScope" : {
37439+
"region" : "us-isob-east-1"
37440+
},
37441+
"deprecated" : true,
37442+
"hostname" : "glacier-fips.us-isob-east-1.sc2s.sgov.gov"
37443+
},
37444+
"us-isob-east-1" : {
37445+
"variants" : [ {
37446+
"hostname" : "glacier-fips.us-isob-east-1.sc2s.sgov.gov",
37447+
"tags" : [ "fips" ]
37448+
} ]
37449+
}
3741537450
}
3741637451
},
3741737452
"health" : {

codegen/sdk/aws-models/cleanrooms.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15436,6 +15436,12 @@
1543615436
"traits": {
1543715437
"smithy.api#documentation": "<p>A description of the collaboration.</p>"
1543815438
}
15439+
},
15440+
"analyticsEngine": {
15441+
"target": "com.amazonaws.cleanrooms#AnalyticsEngine",
15442+
"traits": {
15443+
"smithy.api#documentation": "<p>The analytics engine.</p>"
15444+
}
1543915445
}
1544015446
}
1544115447
},

codegen/sdk/aws-models/sagemaker.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13747,6 +13747,12 @@
1374713747
"traits": {
1374813748
"smithy.api#documentation": "<p>A shell script that runs every time you start a notebook instance, including when you\n create the notebook instance. The shell script must be a base64-encoded string.</p>"
1374913749
}
13750+
},
13751+
"Tags": {
13752+
"target": "com.amazonaws.sagemaker#TagList",
13753+
"traits": {
13754+
"smithy.api#documentation": "<p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services\n resources in different ways, for example, by purpose, owner, or environment. For more\n information, see <a href=\"https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html\">Tagging Amazon Web Services Resources</a>.</p>"
13755+
}
1375013756
}
1375113757
},
1375213758
"traits": {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
77

88
# sdk
9-
sdkVersion=1.4.53-SNAPSHOT
9+
sdkVersion=1.4.54-SNAPSHOT
1010

1111
# dokka config (values specified at build-time as needed)
1212
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/

0 commit comments

Comments
 (0)