Skip to content

Commit

Permalink
Release v1.50.8 (2024-01-31) (#5158)
Browse files Browse the repository at this point in the history
Release v1.50.8 (2024-01-31)
===

### Service Client Updates
* `service/cloudformation`: Updates service API, documentation, paginators, and examples
  * 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.
* `service/elasticloadbalancingv2`: Updates service API and documentation
* `service/glue`: Updates service API and documentation
  * Update page size limits for GetJobRuns and GetTriggers APIs.
* `service/ssm`: Updates service API and documentation
  * 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.
  • Loading branch information
aws-sdk-go-automation committed Jan 31, 2024
1 parent 87be112 commit 3e2c844
Show file tree
Hide file tree
Showing 21 changed files with 11,536 additions and 5,536 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Release v1.50.8 (2024-01-31)
===

### Service Client Updates
* `service/cloudformation`: Updates service API, documentation, paginators, and examples
* 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.
* `service/elasticloadbalancingv2`: Updates service API and documentation
* `service/glue`: Updates service API and documentation
* Update page size limits for GetJobRuns and GetTriggers APIs.
* `service/ssm`: Updates service API and documentation
* 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.

Release v1.50.7 (2024-01-30)
===

Expand Down
3 changes: 3 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.50.7"
const SDKVersion = "1.50.8"
Loading

0 comments on commit 3e2c844

Please sign in to comment.