Skip to content

Commit

Permalink
Release 2023-08-15
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Aug 15, 2023
1 parent a3433e4 commit 8529b03
Show file tree
Hide file tree
Showing 24 changed files with 59 additions and 59 deletions.
8 changes: 0 additions & 8 deletions .changelog/2b1f5474f8f044b4ba2ab42cdee0386e.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/58367661a9c24e5cb90a258433a5b7f1.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/e5c4a977c3404e79b2a0cbd6d3555497.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-15)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings`: [v1.17.0](service/chimesdkmeetings/CHANGELOG.md#v1170-2023-08-15)
* **Feature**: Updated API documentation to include additional exceptions.
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.112.0](service/ec2/CHANGELOG.md#v11120-2023-08-15)
* **Feature**: Documentation updates for Elastic Compute Cloud (EC2).
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.61.0](service/glue/CHANGELOG.md#v1610-2023-08-15)
* **Feature**: AWS Glue Crawlers can now accept SerDe overrides from a custom csv classifier. The two SerDe options are LazySimpleSerDe and OpenCSVSerDe. In case, the user wants crawler to do the selection, "None" can be selected for this purpose.
* `github.com/aws/aws-sdk-go-v2/service/pi`: [v1.19.0](service/pi/CHANGELOG.md#v1190-2023-08-15)
* **Feature**: AWS Performance Insights for Amazon RDS is launching Performance Analysis On Demand, a new feature that allows you to analyze database performance metrics and find out the performance issues. You can now use SDK to create, list, get, delete, and manage tags of performance analysis reports.
* `github.com/aws/aws-sdk-go-v2/service/route53domains`: [v1.17.0](service/route53domains/CHANGELOG.md#v1170-2023-08-15)
* **Feature**: Provide explanation if CheckDomainTransferability return false. Provide requestId if a request is already submitted. Add sensitive protection for customer information
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.102.0](service/sagemaker/CHANGELOG.md#v11020-2023-08-15)
* **Feature**: SageMaker Inference Recommender now provides SupportedResponseMIMETypes from DescribeInferenceRecommendationsJob response

# Release (2023-08-14)

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

* **Feature**: Updated API documentation to include additional exceptions.

# v1.16.2 (2023-08-07)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/chimesdkmeetings/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.112.0 (2023-08-15)

* **Feature**: Documentation updates for Elastic Compute Cloud (EC2).

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

* **Feature**: AWS Glue Crawlers can now accept SerDe overrides from a custom csv classifier. The two SerDe options are LazySimpleSerDe and OpenCSVSerDe. In case, the user wants crawler to do the selection, "None" can be selected for this purpose.

# v1.60.1 (2023-08-07)

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

* No change notes available for this release.

# v1.16.2 (2023-08-07)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/inspector2/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 @@ -31,7 +31,7 @@ require (
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.111.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.112.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 All @@ -46,7 +46,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/firehose v1.17.2
github.com/aws/aws-sdk-go-v2/service/gamelift v1.21.2
github.com/aws/aws-sdk-go-v2/service/glacier v1.15.2
github.com/aws/aws-sdk-go-v2/service/glue v1.60.1
github.com/aws/aws-sdk-go-v2/service/glue v1.61.0
github.com/aws/aws-sdk-go-v2/service/health v1.18.2
github.com/aws/aws-sdk-go-v2/service/iam v1.22.2
github.com/aws/aws-sdk-go-v2/service/inspector v1.14.2
Expand All @@ -64,7 +64,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/redshift v1.29.2
github.com/aws/aws-sdk-go-v2/service/rekognition v1.30.2
github.com/aws/aws-sdk-go-v2/service/route53 v1.29.2
github.com/aws/aws-sdk-go-v2/service/route53domains v1.16.2
github.com/aws/aws-sdk-go-v2/service/route53domains v1.17.0
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.19.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.38.2
github.com/aws/aws-sdk-go-v2/service/s3control v1.32.2
Expand Down
4 changes: 4 additions & 0 deletions service/pi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.19.0 (2023-08-15)

* **Feature**: AWS Performance Insights for Amazon RDS is launching Performance Analysis On Demand, a new feature that allows you to analyze database performance metrics and find out the performance issues. You can now use SDK to create, list, get, delete, and manage tags of performance analysis reports.

# v1.18.2 (2023-08-07)

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

* No change notes available for this release.

# v1.21.2 (2023-08-07)

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

* **Feature**: Provide explanation if CheckDomainTransferability return false. Provide requestId if a request is already submitted. Add sensitive protection for customer information

# v1.16.2 (2023-08-07)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/route53domains/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.102.0 (2023-08-15)

* **Feature**: SageMaker Inference Recommender now provides SupportedResponseMIMETypes from DescribeInferenceRecommendationsJob response

# v1.101.0 (2023-08-09)

* **Feature**: This release adds support for cross account access for SageMaker Model Cards through AWS RAM.
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.

0 comments on commit 8529b03

Please sign in to comment.