Skip to content

Commit

Permalink
Release 2022-10-04
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Oct 4, 2022
1 parent 262bba0 commit 30a55eb
Show file tree
Hide file tree
Showing 22 changed files with 52 additions and 66 deletions.
8 changes: 0 additions & 8 deletions .changelog/06705787df21488d95123bbd838bc7d1.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/137516a5255348259d9eb91abfe61d1e.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/2f459a6bfbad4942b771264fd688501a.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/41575353444b40ffbf474f4155544f00.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/7dd08d8b56f94edea94f719bb638ea10.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/94699c91849449949796640b8cf01b28.json

This file was deleted.

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

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
# Release (2022-10-04)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.31.0](service/connect/CHANGELOG.md#v1310-2022-10-04)
* **Feature**: Updated the CreateIntegrationAssociation API to support the CASES_DOMAIN IntegrationType.
* `github.com/aws/aws-sdk-go-v2/service/connectcases`: [v1.0.0](service/connectcases/CHANGELOG.md#v100-2022-10-04)
* **Release**: New AWS service client module
* **Feature**: This release adds APIs for Amazon Connect Cases. Cases allows your agents to quickly track and manage customer issues that require multiple interactions, follow-up tasks, and teams in your contact center. For more information, see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.63.0](service/ec2/CHANGELOG.md#v1630-2022-10-04)
* **Feature**: Added EnableNetworkAddressUsageMetrics flag for ModifyVpcAttribute, DescribeVpcAttribute APIs.
* `github.com/aws/aws-sdk-go-v2/service/ecs`: [v1.18.23](service/ecs/CHANGELOG.md#v11823-2022-10-04)
* **Documentation**: Documentation updates to address various Amazon ECS tickets.
* `github.com/aws/aws-sdk-go-v2/service/s3control`: [v1.24.0](service/s3control/CHANGELOG.md#v1240-2022-10-04)
* **Feature**: S3 Object Lambda adds support to allow customers to intercept HeadObject and ListObjects requests and introduce their own compute. These requests were previously proxied to S3.
* `github.com/aws/aws-sdk-go-v2/service/workmail`: [v1.17.0](service/workmail/CHANGELOG.md#v1170-2022-10-04)
* **Feature**: This release adds support for impersonation roles in Amazon WorkMail.

# Release (2022-10-03)

## Module Highlights
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/usingPrivateLink/go.mod
Expand Up @@ -6,7 +6,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.16.16
github.com/aws/aws-sdk-go-v2/config v1.17.8
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.11
github.com/aws/aws-sdk-go-v2/service/s3control v1.23.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.24.0
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../
Expand Down
4 changes: 4 additions & 0 deletions service/connect/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.31.0 (2022-10-04)

* **Feature**: Updated the CreateIntegrationAssociation API to support the CASES_DOMAIN IntegrationType.

# v1.30.1 (2022-09-20)

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

5 changes: 5 additions & 0 deletions service/connectcases/CHANGELOG.md
@@ -0,0 +1,5 @@
# v1.0.0 (2022-10-04)

* **Release**: New AWS service client module
* **Feature**: This release adds APIs for Amazon Connect Cases. Cases allows your agents to quickly track and manage customer issues that require multiple interactions, follow-up tasks, and teams in your contact center. For more information, see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html

2 changes: 1 addition & 1 deletion service/connectcases/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
@@ -1,3 +1,7 @@
# v1.63.0 (2022-10-04)

* **Feature**: Added EnableNetworkAddressUsageMetrics flag for ModifyVpcAttribute, DescribeVpcAttribute APIs.

# v1.62.0 (2022-10-03)

* **Feature**: Adding an imdsSupport attribute to EC2 AMIs
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/ecs/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.18.23 (2022-10-04)

* **Documentation**: Documentation updates to address various Amazon ECS tickets.

# v1.18.22 (2022-09-20)

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

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

6 changes: 3 additions & 3 deletions service/internal/integrationtest/go.mod
Expand Up @@ -31,9 +31,9 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.14.11
github.com/aws/aws-sdk-go-v2/service/docdb v1.19.11
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.62.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.63.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.18
github.com/aws/aws-sdk-go-v2/service/ecs v1.18.22
github.com/aws/aws-sdk-go-v2/service/ecs v1.18.23
github.com/aws/aws-sdk-go-v2/service/efs v1.17.15
github.com/aws/aws-sdk-go-v2/service/elasticache v1.22.10
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.18
Expand Down Expand Up @@ -67,7 +67,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.17
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.15.19
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.11
github.com/aws/aws-sdk-go-v2/service/s3control v1.23.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.24.0
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.16.2
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.17
github.com/aws/aws-sdk-go-v2/service/ses v1.14.18
Expand Down
4 changes: 4 additions & 0 deletions service/s3control/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.24.0 (2022-10-04)

* **Feature**: S3 Object Lambda adds support to allow customers to intercept HeadObject and ListObjects requests and introduce their own compute. These requests were previously proxied to S3.

# v1.23.0 (2022-09-21)

* **Feature**: S3 on Outposts launches support for object versioning for Outposts buckets. With S3 Versioning, you can preserve, retrieve, and restore every version of every object stored in your buckets. You can recover from both unintended user actions and application failures.
Expand Down
2 changes: 1 addition & 1 deletion service/s3control/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/workmail/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.17.0 (2022-10-04)

* **Feature**: This release adds support for impersonation roles in Amazon WorkMail.

# v1.16.10 (2022-09-20)

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

Please sign in to comment.