Skip to content

Commit 1af16cd

Browse files
Merging v1.0.47 release
2 parents db3e444 + 6df6e01 commit 1af16cd

File tree

7 files changed

+2449
-274
lines changed

7 files changed

+2449
-274
lines changed

CHANGELOG.md

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

3+
## [1.0.47] - 01/31/2024
4+
5+
### Features
6+
* (**cloudformation**) CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack.
7+
* (**elasticloadbalancingv2**) This release enables unhealthy target draining intervals for Network Load Balancers.
8+
* (**glue**) Update page size limits for GetJobRuns and GetTriggers APIs.
9+
* (**ssm**) This release adds an optional Duration parameter to StateManager Associations. This allows customers to specify how long an apply-only-on-cron association execution should run. Once the specified Duration is out all the ongoing cancellable commands or automations are cancelled.
10+
311
## [1.0.46] - 01/30/2024
412

513
### Features

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16869,6 +16869,7 @@
1686916869
"deprecated" : true,
1687016870
"hostname" : "sms-voice-fips.us-west-2.amazonaws.com"
1687116871
},
16872+
"il-central-1" : { },
1687216873
"us-east-1" : {
1687316874
"variants" : [ {
1687416875
"hostname" : "sms-voice-fips.us-east-1.amazonaws.com",

codegen/sdk/aws-models/cloudformation.json

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

codegen/sdk/aws-models/elastic-load-balancing-v2.json

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

codegen/sdk/aws-models/glue.json

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17102,7 +17102,7 @@
1710217102
}
1710317103
},
1710417104
"MaxResults": {
17105-
"target": "com.amazonaws.glue#PageSize",
17105+
"target": "com.amazonaws.glue#OrchestrationPageSize200",
1710617106
"traits": {
1710717107
"smithy.api#documentation": "<p>The maximum size of the response.</p>"
1710817108
}
@@ -19646,7 +19646,7 @@
1964619646
}
1964719647
},
1964819648
"MaxResults": {
19649-
"target": "com.amazonaws.glue#PageSize",
19649+
"target": "com.amazonaws.glue#OrchestrationPageSize200",
1965019650
"traits": {
1965119651
"smithy.api#documentation": "<p>The maximum size of the response.</p>"
1965219652
}
@@ -22089,7 +22089,7 @@
2208922089
"Runtime": {
2209022090
"target": "com.amazonaws.glue#RuntimeNameString",
2209122091
"traits": {
22092-
"smithy.api#documentation": "<p>In Ray jobs, Runtime is used to specify the versions of Ray, Python and additional\n libraries available in your environment. This field is not used in other job types. For\n supported runtime environment values, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/author-job-ray-runtimes.html\">Working with Ray jobs</a>\n in the Glue Developer Guide.</p>"
22092+
"smithy.api#documentation": "<p>In Ray jobs, Runtime is used to specify the versions of Ray, Python and additional\n libraries available in your environment. This field is not used in other job types. For\n supported runtime environment values, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/ray-jobs-section.html\">Supported Ray runtime environments</a>\n in the Glue Developer Guide.</p>"
2209322093
}
2209422094
}
2209522095
},
@@ -23188,7 +23188,7 @@
2318823188
}
2318923189
},
2319023190
"MaxResults": {
23191-
"target": "com.amazonaws.glue#PageSize",
23191+
"target": "com.amazonaws.glue#OrchestrationPageSize25",
2319223192
"traits": {
2319323193
"smithy.api#documentation": "<p>The maximum size of a list to return.</p>"
2319423194
}
@@ -24616,7 +24616,7 @@
2461624616
}
2461724617
},
2461824618
"MaxResults": {
24619-
"target": "com.amazonaws.glue#PageSize",
24619+
"target": "com.amazonaws.glue#OrchestrationPageSize200",
2462024620
"traits": {
2462124621
"smithy.api#documentation": "<p>The maximum size of a list to return.</p>"
2462224622
}
@@ -24690,7 +24690,7 @@
2469024690
}
2469124691
},
2469224692
"MaxResults": {
24693-
"target": "com.amazonaws.glue#PageSize",
24693+
"target": "com.amazonaws.glue#OrchestrationPageSize25",
2469424694
"traits": {
2469524695
"smithy.api#documentation": "<p>The maximum size of a list to return.</p>"
2469624696
}
@@ -25996,6 +25996,24 @@
2599625996
"smithy.api#pattern": "^[\\.\\-_A-Za-z0-9]+$"
2599725997
}
2599825998
},
25999+
"com.amazonaws.glue#OrchestrationPageSize200": {
26000+
"type": "integer",
26001+
"traits": {
26002+
"smithy.api#range": {
26003+
"min": 1,
26004+
"max": 200
26005+
}
26006+
}
26007+
},
26008+
"com.amazonaws.glue#OrchestrationPageSize25": {
26009+
"type": "integer",
26010+
"traits": {
26011+
"smithy.api#range": {
26012+
"min": 1,
26013+
"max": 25
26014+
}
26015+
}
26016+
},
2599926017
"com.amazonaws.glue#OrchestrationRoleArn": {
2600026018
"type": "string",
2600126019
"traits": {

0 commit comments

Comments
 (0)