Skip to content

Commit

Permalink
Release 2023-11-10
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Nov 10, 2023
1 parent c8b1522 commit 27137a8
Show file tree
Hide file tree
Showing 23 changed files with 56 additions and 66 deletions.
8 changes: 0 additions & 8 deletions .changelog/20c6deed66594910b71861c1782f41fc.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/26745209a50d44bb8af6729d0541d9ee.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/9212b3732b5f436c828b914000d9118f.json

This file was deleted.

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

This file was deleted.

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

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/controltower`: [v1.7.0](service/controltower/CHANGELOG.md#v170-2023-11-10)
* **Feature**: AWS Control Tower supports tagging for enabled controls. This release introduces TagResource, UntagResource and ListTagsForResource APIs to manage tags in existing enabled controls. It updates EnabledControl API to tag resources at creation time.
* `github.com/aws/aws-sdk-go-v2/service/costandusagereportservice`: [v1.20.0](service/costandusagereportservice/CHANGELOG.md#v1200-2023-11-10)
* **Feature**: This release adds support for tagging and customers can now tag report definitions. Additionally, ReportStatus is now added to report definition to show when the last delivered time stamp and if it succeeded or not.
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.132.0](service/ec2/CHANGELOG.md#v11320-2023-11-10)
* **Feature**: EC2 adds API updates to enable ENA Express at instance launch time.
* `github.com/aws/aws-sdk-go-v2/service/fms`: [v1.28.2](service/fms/CHANGELOG.md#v1282-2023-11-10)
* **Documentation**: Adds optimizeUnassociatedWebACL flag to ManagedServiceData, updates third-party firewall examples, and other minor documentation updates.
* `github.com/aws/aws-sdk-go-v2/service/marketplaceentitlementservice`: [v1.17.0](service/marketplaceentitlementservice/CHANGELOG.md#v1170-2023-11-10)
* **Feature**: Add paginators to GetEntitlements.
* `github.com/aws/aws-sdk-go-v2/service/mediaconvert`: [v1.47.0](service/mediaconvert/CHANGELOG.md#v1470-2023-11-10)
* **Feature**: This release includes the ability to specify any input source as the primary input for corresponding follow modes, and allows users to specify fit and fill behaviors without resizing content.
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.62.3](service/rds/CHANGELOG.md#v1623-2023-11-10)
* **Documentation**: Updates Amazon RDS documentation for zero-ETL integrations.

# Release (2023-11-09.2)

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

* **Feature**: AWS Control Tower supports tagging for enabled controls. This release introduces TagResource, UntagResource and ListTagsForResource APIs to manage tags in existing enabled controls. It updates EnabledControl API to tag resources at creation time.

# v1.6.2 (2023-11-09)

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

* **Feature**: This release adds support for tagging and customers can now tag report definitions. Additionally, ReportStatus is now added to report definition to show when the last delivered time stamp and if it succeeded or not.

# v1.19.1 (2023-11-09)

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

* **Feature**: EC2 adds API updates to enable ENA Express at instance launch time.

# v1.131.0 (2023-11-09.2)

* **Feature**: AWS EBS now supports Block Public Access for EBS Snapshots. This release introduces the EnableSnapshotBlockPublicAccess, DisableSnapshotBlockPublicAccess and GetSnapshotBlockPublicAccessState APIs to manage account-level public access settings for EBS Snapshots in an AWS Region.
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/fms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.28.2 (2023-11-10)

* **Documentation**: Adds optimizeUnassociatedWebACL flag to ManagedServiceData, updates third-party firewall examples, and other minor documentation updates.

# v1.28.1 (2023-11-09)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/fms/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 @@ -24,14 +24,14 @@ require (
github.com/aws/aws-sdk-go-v2/service/codestar v1.18.1
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.30.1
github.com/aws/aws-sdk-go-v2/service/configservice v1.41.1
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.19.1
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.20.0
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.33.1
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.19.1
github.com/aws/aws-sdk-go-v2/service/directconnect v1.21.1
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.21.1
github.com/aws/aws-sdk-go-v2/service/docdb v1.27.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.131.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.132.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.22.1
github.com/aws/aws-sdk-go-v2/service/ecs v1.32.1
github.com/aws/aws-sdk-go-v2/service/efs v1.23.1
Expand Down Expand Up @@ -60,7 +60,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/opsworks v1.18.1
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.16.1
github.com/aws/aws-sdk-go-v2/service/polly v1.34.1
github.com/aws/aws-sdk-go-v2/service/rds v1.62.2
github.com/aws/aws-sdk-go-v2/service/rds v1.62.3
github.com/aws/aws-sdk-go-v2/service/redshift v1.35.1
github.com/aws/aws-sdk-go-v2/service/rekognition v1.34.1
github.com/aws/aws-sdk-go-v2/service/route53 v1.34.1
Expand Down
4 changes: 4 additions & 0 deletions service/marketplaceentitlementservice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.17.0 (2023-11-10)

* **Feature**: Add paginators to GetEntitlements.

# v1.16.1 (2023-11-09)

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

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

4 changes: 4 additions & 0 deletions service/mediaconvert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.47.0 (2023-11-10)

* **Feature**: This release includes the ability to specify any input source as the primary input for corresponding follow modes, and allows users to specify fit and fill behaviors without resizing content.

# v1.46.1 (2023-11-09)

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

* **Documentation**: Updates Amazon RDS documentation for zero-ETL integrations.

# v1.62.2 (2023-11-09)

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

Please sign in to comment.