Skip to content

Commit

Permalink
Release 2023-01-04
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jan 4, 2023
1 parent ff5b1c7 commit 1b0a07d
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 29 deletions.
8 changes: 0 additions & 8 deletions .changelog/58bc4bc08fdc4715ae6b115784cd43b3.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/84209f3f671245978af16b4293d1621e.json

This file was deleted.

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

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Release (2023-01-04)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/applicationautoscaling`: [v1.16.0](service/applicationautoscaling/CHANGELOG.md#v1160-2023-01-04)
* **Feature**: Customers can now use the existing DescribeScalingActivities API to also see the detailed and machine-readable reasons for Application Auto Scaling not scaling their resources and, if needed, take the necessary corrective actions.
* `github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs`: [v1.17.4](service/cloudwatchlogs/CHANGELOG.md#v1174-2023-01-04)
* **Documentation**: Update to remove sequenceToken as a required field in PutLogEvents calls.
* `github.com/aws/aws-sdk-go-v2/service/ssm`: [v1.34.0](service/ssm/CHANGELOG.md#v1340-2023-01-04)
* **Feature**: Adding support for QuickSetup Document Type in Systems Manager

# Release (2023-01-03)

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

* **Feature**: Customers can now use the existing DescribeScalingActivities API to also see the detailed and machine-readable reasons for Application Auto Scaling not scaling their resources and, if needed, take the necessary corrective actions.

# v1.15.25 (2022-12-15)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/applicationautoscaling/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/cloudwatchlogs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.17.4 (2023-01-04)

* **Documentation**: Update to remove sequenceToken as a required field in PutLogEvents calls.

# v1.17.3 (2022-12-15)

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

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

4 changes: 2 additions & 2 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require (
github.com/aws/aws-sdk-go-v2/config v1.18.7
github.com/aws/aws-sdk-go-v2/service/acm v1.16.5
github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.28
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.15.25
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.16.0
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.14.13
github.com/aws/aws-sdk-go-v2/service/appstream v1.18.3
github.com/aws/aws-sdk-go-v2/service/athena v1.21.0
Expand Down Expand Up @@ -77,7 +77,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/snowball v1.16.4
github.com/aws/aws-sdk-go-v2/service/sns v1.18.8
github.com/aws/aws-sdk-go-v2/service/sqs v1.19.17
github.com/aws/aws-sdk-go-v2/service/ssm v1.33.4
github.com/aws/aws-sdk-go-v2/service/ssm v1.34.0
github.com/aws/aws-sdk-go-v2/service/sts v1.17.7
github.com/aws/aws-sdk-go-v2/service/support v1.13.22
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.14.8
Expand Down
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.34.0 (2023-01-04)

* **Feature**: Adding support for QuickSetup Document Type in Systems Manager

# v1.33.4 (2022-12-21)

* **Documentation**: Doc-only updates for December 2022.
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 1b0a07d

Please sign in to comment.