Skip to content

Commit

Permalink
Release 2022-10-19
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Oct 19, 2022
1 parent 7cbfe8f commit 17455fe
Show file tree
Hide file tree
Showing 40 changed files with 91 additions and 100 deletions.
8 changes: 0 additions & 8 deletions .changelog/0b921ce4105f4ef4a683030fcaf75d2a.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/4c8b18c425ef41848bfc330573f5119a.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/55ec516a30bf4873bbd007cd702a2ec3.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/5924da0b65d643ebb316222e1d5a7a47.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/832dd933db6241379dbf0ca9de94ecd1.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

23 changes: 23 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,26 @@
# Release (2022-10-19)

## General Highlights
* **Dependency Update**: Updated to the latest SDK module versions

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/chimesdkmessaging`: [v1.11.6](service/chimesdkmessaging/CHANGELOG.md#v1116-2022-10-19)
* **Documentation**: Documentation updates for Chime Messaging SDK
* `github.com/aws/aws-sdk-go-v2/service/cloudtrail`: [v1.19.0](service/cloudtrail/CHANGELOG.md#v1190-2022-10-19)
* **Feature**: This release includes support for exporting CloudTrail Lake query results to an Amazon S3 bucket.
* `github.com/aws/aws-sdk-go-v2/service/configservice`: [v1.27.0](service/configservice/CHANGELOG.md#v1270-2022-10-19)
* **Feature**: This release adds resourceType enums for AppConfig, AppSync, DataSync, EC2, EKS, Glue, GuardDuty, SageMaker, ServiceDiscovery, SES, Route53 types.
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.33.0](service/connect/CHANGELOG.md#v1330-2022-10-19)
* **Feature**: This release adds API support for managing phone numbers that can be used across multiple AWS regions through telephony traffic distribution.
* `github.com/aws/aws-sdk-go-v2/service/managedblockchain`: [v1.13.0](service/managedblockchain/CHANGELOG.md#v1130-2022-10-19)
* **Feature**: Adding new Accessor APIs for Amazon Managed Blockchain
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.28.0](service/s3/CHANGELOG.md#v1280-2022-10-19)
* **Feature**: Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters.
* `github.com/aws/aws-sdk-go-v2/service/supportapp`: [v1.1.0](service/supportapp/CHANGELOG.md#v110-2022-10-19)
* **Feature**: This release adds the RegisterSlackWorkspaceForOrganization API. You can use the API to register a Slack workspace for an AWS account that is part of an organization.
* `github.com/aws/aws-sdk-go-v2/service/workspacesweb`: [v1.7.0](service/workspacesweb/CHANGELOG.md#v170-2022-10-19)
* **Feature**: WorkSpaces Web now supports user access logging for recording session start, stop, and URL navigation.

# Release (2022-10-18)

## Module Highlights
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/listObjects/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
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/s3 v1.28.0
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../
Expand Down
2 changes: 1 addition & 1 deletion example/service/s3/usingPrivateLink/go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.15
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/s3 v1.28.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.24.0
)

Expand Down
4 changes: 4 additions & 0 deletions feature/s3/manager/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.11.35 (2022-10-19)

* **Dependency Update**: Updated to the latest SDK module versions

# v1.11.34 (2022-09-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.15
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/s3 v1.28.0
github.com/aws/smithy-go v1.13.3
github.com/google/go-cmp v0.5.8
)
Expand Down
2 changes: 1 addition & 1 deletion feature/s3/manager/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/chimesdkmessaging/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.11.6 (2022-10-19)

* **Documentation**: Documentation updates for Chime Messaging SDK

# v1.11.5 (2022-09-20)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/chimesdkmessaging/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/cloudtrail/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.19.0 (2022-10-19)

* **Feature**: This release includes support for exporting CloudTrail Lake query results to an Amazon S3 bucket.

# v1.18.2 (2022-10-07)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/cloudtrail/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/configservice/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.27.0 (2022-10-19)

* **Feature**: This release adds resourceType enums for AppConfig, AppSync, DataSync, EC2, EKS, Glue, GuardDuty, SageMaker, ServiceDiscovery, SES, Route53 types.

# v1.26.1 (2022-09-20)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/configservice/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
@@ -1,3 +1,7 @@
# v1.33.0 (2022-10-19)

* **Feature**: This release adds API support for managing phone numbers that can be used across multiple AWS regions through telephony traffic distribution.

# v1.32.0 (2022-10-13)

* **Feature**: This release adds support for a secondary email and a mobile number for Amazon Connect instance users.
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/controltower/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.0.4 (2022-10-19)

* No change notes available for this release.

# v1.0.3 (2022-09-20)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/controltower/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/efs/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.17.16 (2022-10-19)

* No change notes available for this release.

# v1.17.15 (2022-09-20)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/efs/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/fsx/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.25.1 (2022-10-19)

* No change notes available for this release.

# v1.25.0 (2022-09-29)

* **Feature**: This release adds support for Amazon File Cache.
Expand Down
2 changes: 1 addition & 1 deletion service/fsx/go_module_metadata.go

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

2 changes: 1 addition & 1 deletion service/internal/benchmark/go.mod
Expand Up @@ -7,7 +7,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.16.16
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.1
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.12.17
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.11
github.com/aws/aws-sdk-go-v2/service/s3 v1.28.0
github.com/aws/aws-sdk-go-v2/service/schemas v1.14.17
github.com/aws/smithy-go v1.13.3
)
Expand Down
8 changes: 4 additions & 4 deletions service/internal/integrationtest/go.mod
Expand Up @@ -15,15 +15,15 @@ require (
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.20.5
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.19
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.13.17
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.18.2
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.19.0
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.21.6
github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.17
github.com/aws/aws-sdk-go-v2/service/codecommit v1.13.17
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.15.0
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.17
github.com/aws/aws-sdk-go-v2/service/codestar v1.12.1
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.20.1
github.com/aws/aws-sdk-go-v2/service/configservice v1.26.1
github.com/aws/aws-sdk-go-v2/service/configservice v1.27.0
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.14.0
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.21.12
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.14.0
Expand All @@ -34,7 +34,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/ec2 v1.63.1
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.18
github.com/aws/aws-sdk-go-v2/service/ecs v1.18.24
github.com/aws/aws-sdk-go-v2/service/efs v1.17.15
github.com/aws/aws-sdk-go-v2/service/efs v1.17.16
github.com/aws/aws-sdk-go-v2/service/elasticache v1.22.10
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.18
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.18
Expand Down Expand Up @@ -66,7 +66,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/route53 v1.22.2
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/s3 v1.28.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
Expand Down
4 changes: 4 additions & 0 deletions service/managedblockchain/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.13.0 (2022-10-19)

* **Feature**: Adding new Accessor APIs for Amazon Managed Blockchain

# v1.12.18 (2022-09-20)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/managedblockchain/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/s3/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.28.0 (2022-10-19)

* **Feature**: Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters.

# v1.27.11 (2022-09-20)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/s3/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/supportapp/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.1.0 (2022-10-19)

* **Feature**: This release adds the RegisterSlackWorkspaceForOrganization API. You can use the API to register a Slack workspace for an AWS account that is part of an organization.

# v1.0.5 (2022-09-20)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/supportapp/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/workspacesweb/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.7.0 (2022-10-19)

* **Feature**: WorkSpaces Web now supports user access logging for recording session start, stop, and URL navigation.

# v1.6.15 (2022-09-20)

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

Please sign in to comment.