Skip to content

Commit

Permalink
Release 2023-08-11
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Aug 11, 2023
1 parent ee425d0 commit 81e8c84
Show file tree
Hide file tree
Showing 22 changed files with 54 additions and 58 deletions.
8 changes: 0 additions & 8 deletions .changelog/24100316f9464614826d88f75c7013ac.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/491130b7786f4f0ba52f4a9a421cd13c.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/653f339173344943a3a927b78a23bb04.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/680277e06cfd4410ba22efdb3b7b4a59.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/93251c6379d041e09538038efbb52ac9.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/9585347fbd78434297fb130ef08fc20e.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-08-11)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/amplifybackend`: [v1.16.0](service/amplifybackend/CHANGELOG.md#v1160-2023-08-11)
* **Feature**: Adds sensitive trait to required input shapes.
* `github.com/aws/aws-sdk-go-v2/service/configservice`: [v1.36.0](service/configservice/CHANGELOG.md#v1360-2023-08-11)
* **Feature**: Updated ResourceType enum with new resource types onboarded by AWS Config in July 2023.
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.111.0](service/ec2/CHANGELOG.md#v11110-2023-08-11)
* **Feature**: Amazon EC2 P5 instances, powered by the latest NVIDIA H100 Tensor Core GPUs, deliver the highest performance in EC2 for deep learning (DL) and HPC applications. M7i-flex and M7i instances are next-generation general purpose instances powered by custom 4th Generation Intel Xeon Scalable processors.
* `github.com/aws/aws-sdk-go-v2/service/quicksight`: [v1.41.0](service/quicksight/CHANGELOG.md#v1410-2023-08-11)
* **Feature**: New Authentication method for Account subscription - IAM Identity Center. Hierarchy layout support, default column width support and related style properties for pivot table visuals. Non-additive topic field aggregations for Topic API
* `github.com/aws/aws-sdk-go-v2/service/ses`: [v1.16.3](service/ses/CHANGELOG.md#v1163-2023-08-11)
* **Documentation**: Doc only updates to include: 1) Clarified which part of an email address where it's okay to have Punycode when it contains non-ASCII characters for the SendRawEmail action and other actions where this is applicable. 2) Updated S3Action description with new MB max bucket size from 30 to 40.
* `github.com/aws/aws-sdk-go-v2/service/swf`: [v1.17.0](service/swf/CHANGELOG.md#v1170-2023-08-11)
* **Feature**: This release adds new API parameters to override workflow task list for workflow executions.

# Release (2023-08-10)

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

* **Feature**: Adds sensitive trait to required input shapes.

# v1.15.2 (2023-08-07)

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

* **Feature**: Updated ResourceType enum with new resource types onboarded by AWS Config in July 2023.

# v1.35.2 (2023-08-07)

* **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/ec2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.111.0 (2023-08-11)

* **Feature**: Amazon EC2 P5 instances, powered by the latest NVIDIA H100 Tensor Core GPUs, deliver the highest performance in EC2 for deep learning (DL) and HPC applications. M7i-flex and M7i instances are next-generation general purpose instances powered by custom 4th Generation Intel Xeon Scalable processors.

# v1.110.1 (2023-08-07)

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

6 changes: 3 additions & 3 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ require (
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.16.2
github.com/aws/aws-sdk-go-v2/service/codestar v1.14.2
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.25.1
github.com/aws/aws-sdk-go-v2/service/configservice v1.35.2
github.com/aws/aws-sdk-go-v2/service/configservice v1.36.0
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.17.2
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.30.1
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.16.2
github.com/aws/aws-sdk-go-v2/service/directconnect v1.19.2
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.18.2
github.com/aws/aws-sdk-go-v2/service/docdb v1.23.2
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.21.2
github.com/aws/aws-sdk-go-v2/service/ec2 v1.110.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.111.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.19.2
github.com/aws/aws-sdk-go-v2/service/ecs v1.29.3
github.com/aws/aws-sdk-go-v2/service/efs v1.21.3
Expand Down Expand Up @@ -70,7 +70,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/s3control v1.32.2
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.21.0
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.21.0
github.com/aws/aws-sdk-go-v2/service/ses v1.16.2
github.com/aws/aws-sdk-go-v2/service/ses v1.16.3
github.com/aws/aws-sdk-go-v2/service/sfn v1.19.2
github.com/aws/aws-sdk-go-v2/service/shield v1.19.2
github.com/aws/aws-sdk-go-v2/service/snowball v1.21.2
Expand Down
4 changes: 4 additions & 0 deletions service/quicksight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.41.0 (2023-08-11)

* **Feature**: New Authentication method for Account subscription - IAM Identity Center. Hierarchy layout support, default column width support and related style properties for pivot table visuals. Non-additive topic field aggregations for Topic API

# v1.40.2 (2023-08-07)

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

* **Documentation**: Doc only updates to include: 1) Clarified which part of an email address where it's okay to have Punycode when it contains non-ASCII characters for the SendRawEmail action and other actions where this is applicable. 2) Updated S3Action description with new MB max bucket size from 30 to 40.

# v1.16.2 (2023-08-07)

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

* **Feature**: This release adds new API parameters to override workflow task list for workflow executions.

# v1.16.2 (2023-08-07)

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

* No change notes available for this release.

# v1.1.2 (2023-08-07)

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

Please sign in to comment.