Skip to content

Commit c450e56

Browse files
Merging v1.0.25 release
2 parents b0fd7fa + 11629a8 commit c450e56

File tree

4 files changed

+93
-2
lines changed

4 files changed

+93
-2
lines changed

CHANGELOG.md

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

3+
## [1.0.25] - 12/27/2023
4+
5+
### Features
6+
* (**emr**) Add support for customers to modify cluster attribute auto-terminate post cluster launch
7+
38
## [1.0.24] - 12/26/2023
49

510
### Documentation

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

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5467,7 +5467,12 @@
54675467
"tags" : [ "fips" ]
54685468
} ]
54695469
},
5470-
"ca-west-1" : { },
5470+
"ca-west-1" : {
5471+
"variants" : [ {
5472+
"hostname" : "ds-fips.ca-west-1.amazonaws.com",
5473+
"tags" : [ "fips" ]
5474+
} ]
5475+
},
54715476
"eu-central-1" : { },
54725477
"eu-central-2" : { },
54735478
"eu-north-1" : { },
@@ -5483,6 +5488,13 @@
54835488
"deprecated" : true,
54845489
"hostname" : "ds-fips.ca-central-1.amazonaws.com"
54855490
},
5491+
"fips-ca-west-1" : {
5492+
"credentialScope" : {
5493+
"region" : "ca-west-1"
5494+
},
5495+
"deprecated" : true,
5496+
"hostname" : "ds-fips.ca-west-1.amazonaws.com"
5497+
},
54865498
"fips-us-east-1" : {
54875499
"credentialScope" : {
54885500
"region" : "us-east-1"
@@ -13746,6 +13758,19 @@
1374613758
"deprecated" : true,
1374713759
"hostname" : "rds-fips.ca-central-1.amazonaws.com"
1374813760
},
13761+
"ca-west-1" : {
13762+
"variants" : [ {
13763+
"hostname" : "rds-fips.ca-west-1.amazonaws.com",
13764+
"tags" : [ "fips" ]
13765+
} ]
13766+
},
13767+
"ca-west-1-fips" : {
13768+
"credentialScope" : {
13769+
"region" : "ca-west-1"
13770+
},
13771+
"deprecated" : true,
13772+
"hostname" : "rds-fips.ca-west-1.amazonaws.com"
13773+
},
1374913774
"eu-central-1" : { },
1375013775
"eu-central-2" : { },
1375113776
"eu-north-1" : { },
@@ -13764,6 +13789,13 @@
1376413789
"deprecated" : true,
1376513790
"hostname" : "rds-fips.ca-central-1.amazonaws.com"
1376613791
},
13792+
"rds-fips.ca-west-1" : {
13793+
"credentialScope" : {
13794+
"region" : "ca-west-1"
13795+
},
13796+
"deprecated" : true,
13797+
"hostname" : "rds-fips.ca-west-1.amazonaws.com"
13798+
},
1376713799
"rds-fips.us-east-1" : {
1376813800
"credentialScope" : {
1376913801
"region" : "us-east-1"
@@ -13802,6 +13834,16 @@
1380213834
"tags" : [ "fips" ]
1380313835
} ]
1380413836
},
13837+
"rds.ca-west-1" : {
13838+
"credentialScope" : {
13839+
"region" : "ca-west-1"
13840+
},
13841+
"deprecated" : true,
13842+
"variants" : [ {
13843+
"hostname" : "rds-fips.ca-west-1.amazonaws.com",
13844+
"tags" : [ "fips" ]
13845+
} ]
13846+
},
1380513847
"rds.us-east-1" : {
1380613848
"credentialScope" : {
1380713849
"region" : "us-east-1"

codegen/sdk/aws-models/emr.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2794,6 +2794,9 @@
27942794
{
27952795
"target": "com.amazonaws.emr#RunJobFlow"
27962796
},
2797+
{
2798+
"target": "com.amazonaws.emr#SetKeepJobFlowAliveWhenNoSteps"
2799+
},
27972800
{
27982801
"target": "com.amazonaws.emr#SetTerminationProtection"
27992802
},
@@ -8935,6 +8938,47 @@
89358938
"target": "com.amazonaws.emr#SessionMappingSummary"
89368939
}
89378940
},
8941+
"com.amazonaws.emr#SetKeepJobFlowAliveWhenNoSteps": {
8942+
"type": "operation",
8943+
"input": {
8944+
"target": "com.amazonaws.emr#SetKeepJobFlowAliveWhenNoStepsInput"
8945+
},
8946+
"output": {
8947+
"target": "smithy.api#Unit"
8948+
},
8949+
"errors": [
8950+
{
8951+
"target": "com.amazonaws.emr#InternalServerError"
8952+
}
8953+
],
8954+
"traits": {
8955+
"smithy.api#documentation": "<p>You can use the <code>SetKeepJobFlowAliveWhenNoSteps</code> to configure a cluster (job flow) to terminate after the step execution, i.e., all your \n steps are executed. If you want a transient cluster that shuts down after the last of the current executing steps are completed, \n you can configure <code>SetKeepJobFlowAliveWhenNoSteps</code> to false. If you want a long running cluster, configure <code>SetKeepJobFlowAliveWhenNoSteps</code> to true.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/emr/latest/ManagementGuide/UsingEMR_TerminationProtection.html\">Managing Cluster Termination</a> in the <i>Amazon EMR Management Guide</i>.</p>"
8956+
}
8957+
},
8958+
"com.amazonaws.emr#SetKeepJobFlowAliveWhenNoStepsInput": {
8959+
"type": "structure",
8960+
"members": {
8961+
"JobFlowIds": {
8962+
"target": "com.amazonaws.emr#XmlStringList",
8963+
"traits": {
8964+
"smithy.api#clientOptional": {},
8965+
"smithy.api#documentation": "<p>A list of strings that uniquely identify the clusters to protect. This identifier is returned by \n <a href=\"https://docs.aws.amazon.com/emr/latest/APIReference/API_RunJobFlow.html\">RunJobFlow</a> and can also \n be obtained from <a href=\"https://docs.aws.amazon.com/emr/latest/APIReference/API_DescribeJobFlows.html\">DescribeJobFlows</a>.</p>",
8966+
"smithy.api#required": {}
8967+
}
8968+
},
8969+
"KeepJobFlowAliveWhenNoSteps": {
8970+
"target": "com.amazonaws.emr#Boolean",
8971+
"traits": {
8972+
"smithy.api#clientOptional": {},
8973+
"smithy.api#documentation": "<p>A Boolean that indicates whether to terminate the cluster after all steps are executed.</p>",
8974+
"smithy.api#required": {}
8975+
}
8976+
}
8977+
},
8978+
"traits": {
8979+
"smithy.api#input": {}
8980+
}
8981+
},
89388982
"com.amazonaws.emr#SetTerminationProtection": {
89398983
"type": "operation",
89408984
"input": {

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.0.25-SNAPSHOT
9+
sdkVersion=1.0.26-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)