Skip to content

Commit

Permalink
Release 2023-02-10
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Feb 10, 2023
1 parent 2d885e6 commit 8981dbc
Show file tree
Hide file tree
Showing 28 changed files with 71 additions and 63 deletions.
8 changes: 0 additions & 8 deletions .changelog/2cb102047069489599f0f830fd8dd6c3.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/3860934e69a446938580604f65afeb9b.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/60e978938c504c2ea948b9f9e4ce7973.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/autoscaling`: [v1.27.0](service/autoscaling/CHANGELOG.md#v1270-2023-02-10)
* **Feature**: You can now either terminate/replace, ignore, or wait for EC2 Auto Scaling instances on standby or protected from scale in. Also, you can also roll back changes from a failed instance refresh.
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.46.0](service/connect/CHANGELOG.md#v1460-2023-02-10)
* **Feature**: This update provides the Wisdom session ARN for contacts enabled for Wisdom in the chat channel.
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.85.0](service/ec2/CHANGELOG.md#v1850-2023-02-10)
* **Feature**: Adds support for waiters that automatically poll for an imported snapshot until it reaches the completed state.
* `github.com/aws/aws-sdk-go-v2/service/polly`: [v1.25.0](service/polly/CHANGELOG.md#v1250-2023-02-10)
* **Feature**: Amazon Polly adds two new neural Japanese voices - Kazuha, Tomoko
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.68.0](service/sagemaker/CHANGELOG.md#v1680-2023-02-10)
* **Feature**: Amazon SageMaker Autopilot adds support for selecting algorithms in CreateAutoMLJob API.
* `github.com/aws/aws-sdk-go-v2/service/sns`: [v1.20.2](service/sns/CHANGELOG.md#v1202-2023-02-10)
* **Documentation**: This release adds support for SNS X-Ray active tracing as well as other updates.

# Release (2023-02-09)

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

* No change notes available for this release.

# v1.17.1 (2023-02-03)

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

* **Feature**: You can now either terminate/replace, ignore, or wait for EC2 Auto Scaling instances on standby or protected from scale in. Also, you can also roll back changes from a failed instance refresh.

# v1.26.2 (2023-02-03)

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

* **Feature**: This update provides the Wisdom session ARN for contacts enabled for Wisdom in the chat channel.

# v1.45.1 (2023-02-03)

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

* **Feature**: Adds support for waiters that automatically poll for an imported snapshot until it reaches the completed state.

# v1.84.1 (2023-02-03)

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

* No change notes available for this release.

# v1.14.1 (2023-02-03)

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

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

10 changes: 5 additions & 5 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.15.1
github.com/aws/aws-sdk-go-v2/service/appstream v1.20.1
github.com/aws/aws-sdk-go-v2/service/athena v1.22.1
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.26.2
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.27.0
github.com/aws/aws-sdk-go-v2/service/batch v1.21.2
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.26.2
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.25.0
Expand All @@ -31,7 +31,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.16.2
github.com/aws/aws-sdk-go-v2/service/docdb v1.20.2
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.2
github.com/aws/aws-sdk-go-v2/service/ec2 v1.84.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.85.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.18.2
github.com/aws/aws-sdk-go-v2/service/ecs v1.23.2
github.com/aws/aws-sdk-go-v2/service/efs v1.19.3
Expand All @@ -45,7 +45,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.18.1
github.com/aws/aws-sdk-go-v2/service/firehose v1.16.2
github.com/aws/aws-sdk-go-v2/service/gamelift v1.17.1
github.com/aws/aws-sdk-go-v2/service/glacier v1.14.1
github.com/aws/aws-sdk-go-v2/service/glacier v1.14.2
github.com/aws/aws-sdk-go-v2/service/glue v1.41.0
github.com/aws/aws-sdk-go-v2/service/health v1.16.1
github.com/aws/aws-sdk-go-v2/service/iam v1.19.2
Expand All @@ -59,7 +59,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/neptune v1.19.2
github.com/aws/aws-sdk-go-v2/service/opsworks v1.14.1
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.12.1
github.com/aws/aws-sdk-go-v2/service/polly v1.24.1
github.com/aws/aws-sdk-go-v2/service/polly v1.25.0
github.com/aws/aws-sdk-go-v2/service/rds v1.40.2
github.com/aws/aws-sdk-go-v2/service/redshift v1.27.2
github.com/aws/aws-sdk-go-v2/service/rekognition v1.23.1
Expand All @@ -75,7 +75,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/shield v1.18.1
github.com/aws/aws-sdk-go-v2/service/sms v1.13.1
github.com/aws/aws-sdk-go-v2/service/snowball v1.17.1
github.com/aws/aws-sdk-go-v2/service/sns v1.20.1
github.com/aws/aws-sdk-go-v2/service/sns v1.20.2
github.com/aws/aws-sdk-go-v2/service/sqs v1.20.2
github.com/aws/aws-sdk-go-v2/service/ssm v1.35.2
github.com/aws/aws-sdk-go-v2/service/sts v1.18.3
Expand Down
4 changes: 4 additions & 0 deletions service/outposts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.27.1 (2023-02-10)

* No change notes available for this release.

# v1.27.0 (2023-02-06)

* **Feature**: Adds OrderType to Order structure. Adds PreviousOrderId and PreviousLineItemId to LineItem structure. Adds new line item status REPLACED. Increases maximum length of pagination token.
Expand Down
2 changes: 1 addition & 1 deletion service/outposts/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/polly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.25.0 (2023-02-10)

* **Feature**: Amazon Polly adds two new neural Japanese voices - Kazuha, Tomoko

# v1.24.1 (2023-02-03)

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

* **Feature**: Amazon SageMaker Autopilot adds support for selecting algorithms in CreateAutoMLJob API.

# v1.67.1 (2023-02-03)

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

* No change notes available for this release.

# v1.14.1 (2023-02-03)

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

* **Documentation**: This release adds support for SNS X-Ray active tracing as well as other updates.

# v1.20.1 (2023-02-03)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/sns/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 8981dbc

Please sign in to comment.