Skip to content

Commit

Permalink
Release 2024-01-31
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jan 31, 2024
1 parent 6e854ee commit 27f0eac
Show file tree
Hide file tree
Showing 16 changed files with 41 additions and 41 deletions.
8 changes: 0 additions & 8 deletions .changelog/16e257a98395425ab43f6a265dcbd707.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/295e8118a1ba41d8aed4a437d37af31f.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/a3b8422abefb4969b86e41d916cf6414.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/d7271774b44245a6911b29ad76f34e35.json

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Release (2024-01-31)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/cloudformation`: [v1.43.0](service/cloudformation/CHANGELOG.md#v1430-2024-01-31)
* **Feature**: 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.
* `github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2`: [v1.27.0](service/elasticloadbalancingv2/CHANGELOG.md#v1270-2024-01-31)
* **Feature**: This release enables unhealthy target draining intervals for Network Load Balancers.
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.74.0](service/glue/CHANGELOG.md#v1740-2024-01-31)
* **Feature**: Update page size limits for GetJobRuns and GetTriggers APIs.
* `github.com/aws/aws-sdk-go-v2/service/ssm`: [v1.45.0](service/ssm/CHANGELOG.md#v1450-2024-01-31)
* **Feature**: 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 (2024-01-30)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/cloudformation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.43.0 (2024-01-31)

* **Feature**: 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.

# v1.42.6 (2024-01-04)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/cloudformation/go_module_metadata.go

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

4 changes: 4 additions & 0 deletions service/elasticloadbalancingv2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.27.0 (2024-01-31)

* **Feature**: This release enables unhealthy target draining intervals for Network Load Balancers.

# v1.26.7 (2024-01-04)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/elasticloadbalancingv2/go_module_metadata.go

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

4 changes: 4 additions & 0 deletions service/glue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.74.0 (2024-01-31)

* **Feature**: Update page size limits for GetJobRuns and GetTriggers APIs.

# v1.73.1 (2024-01-04)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/glue/go_module_metadata.go

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

8 changes: 4 additions & 4 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/athena v1.38.0
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.37.0
github.com/aws/aws-sdk-go-v2/service/batch v1.30.7
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.42.6
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.43.0
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.32.6
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.19.7
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.20.6
Expand All @@ -39,15 +39,15 @@ require (
github.com/aws/aws-sdk-go-v2/service/elasticache v1.34.7
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.20.6
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.21.7
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.26.7
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.27.0
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.25.0
github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.19.6
github.com/aws/aws-sdk-go-v2/service/emr v1.36.1
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.28.1
github.com/aws/aws-sdk-go-v2/service/firehose v1.24.0
github.com/aws/aws-sdk-go-v2/service/gamelift v1.28.1
github.com/aws/aws-sdk-go-v2/service/glacier v1.19.6
github.com/aws/aws-sdk-go-v2/service/glue v1.73.1
github.com/aws/aws-sdk-go-v2/service/glue v1.74.0
github.com/aws/aws-sdk-go-v2/service/health v1.22.6
github.com/aws/aws-sdk-go-v2/service/iam v1.28.7
github.com/aws/aws-sdk-go-v2/service/inspector v1.19.6
Expand Down Expand Up @@ -77,7 +77,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/snowball v1.24.7
github.com/aws/aws-sdk-go-v2/service/sns v1.26.7
github.com/aws/aws-sdk-go-v2/service/sqs v1.29.7
github.com/aws/aws-sdk-go-v2/service/ssm v1.44.7
github.com/aws/aws-sdk-go-v2/service/ssm v1.45.0
github.com/aws/aws-sdk-go-v2/service/sts v1.26.7
github.com/aws/aws-sdk-go-v2/service/support v1.19.6
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.23.7
Expand Down
4 changes: 4 additions & 0 deletions service/pinpointsmsvoicev2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.7.7 (2024-01-31)

* No change notes available for this release.

# v1.7.6 (2024-01-04)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/pinpointsmsvoicev2/go_module_metadata.go

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

4 changes: 4 additions & 0 deletions service/ssm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.45.0 (2024-01-31)

* **Feature**: 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.

# v1.44.7 (2024-01-04)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/ssm/go_module_metadata.go

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

0 comments on commit 27f0eac

Please sign in to comment.