Skip to content

Commit

Permalink
Merging v1.0.47 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Jan 31, 2024
2 parents db3e444 + 6df6e01 commit 1af16cd
Show file tree
Hide file tree
Showing 7 changed files with 2,449 additions and 274 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.47] - 01/31/2024

### Features
* (**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.
* (**elasticloadbalancingv2**) This release enables unhealthy target draining intervals for Network Load Balancers.
* (**glue**) Update page size limits for GetJobRuns and GetTriggers APIs.
* (**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.

## [1.0.46] - 01/30/2024

### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16869,6 +16869,7 @@
"deprecated" : true,
"hostname" : "sms-voice-fips.us-west-2.amazonaws.com"
},
"il-central-1" : { },
"us-east-1" : {
"variants" : [ {
"hostname" : "sms-voice-fips.us-east-1.amazonaws.com",
Expand Down
2,353 changes: 2,102 additions & 251 deletions codegen/sdk/aws-models/cloudformation.json

Large diffs are not rendered by default.

260 changes: 256 additions & 4 deletions codegen/sdk/aws-models/elastic-load-balancing-v2.json

Large diffs are not rendered by default.

30 changes: 24 additions & 6 deletions codegen/sdk/aws-models/glue.json
Original file line number Diff line number Diff line change
Expand Up @@ -17102,7 +17102,7 @@
}
},
"MaxResults": {
"target": "com.amazonaws.glue#PageSize",
"target": "com.amazonaws.glue#OrchestrationPageSize200",
"traits": {
"smithy.api#documentation": "<p>The maximum size of the response.</p>"
}
Expand Down Expand Up @@ -19646,7 +19646,7 @@
}
},
"MaxResults": {
"target": "com.amazonaws.glue#PageSize",
"target": "com.amazonaws.glue#OrchestrationPageSize200",
"traits": {
"smithy.api#documentation": "<p>The maximum size of the response.</p>"
}
Expand Down Expand Up @@ -22089,7 +22089,7 @@
"Runtime": {
"target": "com.amazonaws.glue#RuntimeNameString",
"traits": {
"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>"
"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>"
}
}
},
Expand Down Expand Up @@ -23188,7 +23188,7 @@
}
},
"MaxResults": {
"target": "com.amazonaws.glue#PageSize",
"target": "com.amazonaws.glue#OrchestrationPageSize25",
"traits": {
"smithy.api#documentation": "<p>The maximum size of a list to return.</p>"
}
Expand Down Expand Up @@ -24616,7 +24616,7 @@
}
},
"MaxResults": {
"target": "com.amazonaws.glue#PageSize",
"target": "com.amazonaws.glue#OrchestrationPageSize200",
"traits": {
"smithy.api#documentation": "<p>The maximum size of a list to return.</p>"
}
Expand Down Expand Up @@ -24690,7 +24690,7 @@
}
},
"MaxResults": {
"target": "com.amazonaws.glue#PageSize",
"target": "com.amazonaws.glue#OrchestrationPageSize25",
"traits": {
"smithy.api#documentation": "<p>The maximum size of a list to return.</p>"
}
Expand Down Expand Up @@ -25996,6 +25996,24 @@
"smithy.api#pattern": "^[\\.\\-_A-Za-z0-9]+$"
}
},
"com.amazonaws.glue#OrchestrationPageSize200": {
"type": "integer",
"traits": {
"smithy.api#range": {
"min": 1,
"max": 200
}
}
},
"com.amazonaws.glue#OrchestrationPageSize25": {
"type": "integer",
"traits": {
"smithy.api#range": {
"min": 1,
"max": 25
}
}
},
"com.amazonaws.glue#OrchestrationRoleArn": {
"type": "string",
"traits": {
Expand Down
Loading

0 comments on commit 1af16cd

Please sign in to comment.