Skip to content

Commit

Permalink
Release 2023-06-19
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jun 19, 2023
1 parent d737f99 commit 273aa55
Show file tree
Hide file tree
Showing 23 changed files with 58 additions and 68 deletions.
8 changes: 0 additions & 8 deletions .changelog/1317875f637c4ca0bd489ceee78c7c8f.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/399bca1d25024163a669a0bfd35b42b7.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/3c5cb720f74d45a29062603382b6ae2c.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/86164980443e43e599f0eaaf22f71866.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/89e9f7a98da54e16acc0163fe44d66b5.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/cloudformation`: [v1.30.0](service/cloudformation/CHANGELOG.md#v1300-2023-06-19)
* **Feature**: Specify desired CloudFormation behavior in the event of ChangeSet execution failure using the CreateChangeSet OnStackFailure parameter
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.101.0](service/ec2/CHANGELOG.md#v11010-2023-06-19)
* **Feature**: API changes to AWS Verified Access to include data from trust providers in logs
* `github.com/aws/aws-sdk-go-v2/service/ecs`: [v1.27.4](service/ecs/CHANGELOG.md#v1274-2023-06-19)
* **Documentation**: Documentation only update to address various tickets.
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.51.0](service/glue/CHANGELOG.md#v1510-2023-06-19)
* **Feature**: This release adds support for creating cross region table/database resource links
* `github.com/aws/aws-sdk-go-v2/service/pricing`: [v1.20.0](service/pricing/CHANGELOG.md#v1200-2023-06-19)
* **Feature**: This release updates the PriceListArn regex pattern.
* `github.com/aws/aws-sdk-go-v2/service/route53domains`: [v1.15.0](service/route53domains/CHANGELOG.md#v1150-2023-06-19)
* **Feature**: Update MaxItems upper bound to 1000 for ListPricesRequest
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.85.0](service/sagemaker/CHANGELOG.md#v1850-2023-06-19)
* **Feature**: Amazon Sagemaker Autopilot releases CreateAutoMLJobV2 and DescribeAutoMLJobV2 for Autopilot customers with ImageClassification, TextClassification and Tabular problem type config support.

# Release (2023-06-16)

## General Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/cloudformation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.30.0 (2023-06-19)

* **Feature**: Specify desired CloudFormation behavior in the event of ChangeSet execution failure using the CreateChangeSet OnStackFailure parameter

# v1.29.2 (2023-06-15)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/cloudformation/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.101.0 (2023-06-19)

* **Feature**: API changes to AWS Verified Access to include data from trust providers in logs

# v1.100.1 (2023-06-15)

* No change notes available for this release.
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.27.4 (2023-06-19)

* **Documentation**: Documentation only update to address various tickets.

# v1.27.3 (2023-06-15)

* No change notes available for this release.
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.

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.51.0 (2023-06-19)

* **Feature**: This release adds support for creating cross region table/database resource links

# v1.50.2 (2023-06-15)

* No change notes available for this release.
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.

10 changes: 5 additions & 5 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/athena v1.30.2
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.28.9
github.com/aws/aws-sdk-go-v2/service/batch v1.23.8
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.29.2
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.30.0
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.26.8
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.14.12
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.14.11
Expand All @@ -31,9 +31,9 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.17.3
github.com/aws/aws-sdk-go-v2/service/docdb v1.21.5
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.10
github.com/aws/aws-sdk-go-v2/service/ec2 v1.100.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.101.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.18.13
github.com/aws/aws-sdk-go-v2/service/ecs v1.27.3
github.com/aws/aws-sdk-go-v2/service/ecs v1.27.4
github.com/aws/aws-sdk-go-v2/service/efs v1.20.3
github.com/aws/aws-sdk-go-v2/service/elasticache v1.27.2
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.15.12
Expand All @@ -46,7 +46,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/firehose v1.16.14
github.com/aws/aws-sdk-go-v2/service/gamelift v1.19.2
github.com/aws/aws-sdk-go-v2/service/glacier v1.14.13
github.com/aws/aws-sdk-go-v2/service/glue v1.50.2
github.com/aws/aws-sdk-go-v2/service/glue v1.51.0
github.com/aws/aws-sdk-go-v2/service/health v1.17.2
github.com/aws/aws-sdk-go-v2/service/iam v1.20.3
github.com/aws/aws-sdk-go-v2/service/inspector v1.13.12
Expand All @@ -64,7 +64,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/redshift v1.27.13
github.com/aws/aws-sdk-go-v2/service/rekognition v1.29.2
github.com/aws/aws-sdk-go-v2/service/route53 v1.28.3
github.com/aws/aws-sdk-go-v2/service/route53domains v1.14.12
github.com/aws/aws-sdk-go-v2/service/route53domains v1.15.0
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.17.13
github.com/aws/aws-sdk-go-v2/service/s3 v1.35.0
github.com/aws/aws-sdk-go-v2/service/s3control v1.31.7
Expand Down
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.20.0 (2023-06-19)

* **Feature**: This release updates the PriceListArn regex pattern.

# v1.19.8 (2023-06-15)

* No change notes available for this release.
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.15.0 (2023-06-19)

* **Feature**: Update MaxItems upper bound to 1000 for ListPricesRequest

# v1.14.12 (2023-06-15)

* No change notes available for this release.
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.85.0 (2023-06-19)

* **Feature**: Amazon Sagemaker Autopilot releases CreateAutoMLJobV2 and DescribeAutoMLJobV2 for Autopilot customers with ImageClassification, TextClassification and Tabular problem type config support.

# v1.84.2 (2023-06-15)

* No change notes available for this release.
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 273aa55

Please sign in to comment.