From e2fedd1167f438d83944240b68a2bddcb90e8268 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Tue, 22 Oct 2024 18:51:28 +0000 Subject: [PATCH] Release 2024-10-22 --- .changelog/15e30fa9a55840e19d16135709d88ee0.json | 8 -------- .changelog/4337603be7a249c3a942cb3201960f7c.json | 8 -------- .changelog/96ffb789922d46148af9ac8dff36dd71.json | 8 -------- .changelog/ca06f57a58c340eba513607a2ab419e8.json | 8 -------- .changelog/f8924991a7cb450a907954c770e662e0.json | 8 -------- .changelog/ffbf7f378d9f4ea2b44646b18bf90c84.json | 8 -------- CHANGELOG.md | 14 ++++++++++++++ .../dynamodbstreams/attributevalue/CHANGELOG.md | 4 ++++ .../attributevalue/go_module_metadata.go | 2 +- service/controltower/CHANGELOG.md | 4 ++++ service/controltower/go_module_metadata.go | 2 +- service/imagebuilder/CHANGELOG.md | 4 ++++ service/imagebuilder/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 2 +- service/m2/CHANGELOG.md | 4 ++++ service/m2/go_module_metadata.go | 2 +- service/rds/CHANGELOG.md | 4 ++++ service/rds/go_module_metadata.go | 2 +- service/repostspace/CHANGELOG.md | 4 ++++ service/repostspace/go_module_metadata.go | 2 +- service/timestreamquery/CHANGELOG.md | 4 ++++ service/timestreamquery/go_module_metadata.go | 2 +- 22 files changed, 50 insertions(+), 56 deletions(-) delete mode 100644 .changelog/15e30fa9a55840e19d16135709d88ee0.json delete mode 100644 .changelog/4337603be7a249c3a942cb3201960f7c.json delete mode 100644 .changelog/96ffb789922d46148af9ac8dff36dd71.json delete mode 100644 .changelog/ca06f57a58c340eba513607a2ab419e8.json delete mode 100644 .changelog/f8924991a7cb450a907954c770e662e0.json delete mode 100644 .changelog/ffbf7f378d9f4ea2b44646b18bf90c84.json diff --git a/.changelog/15e30fa9a55840e19d16135709d88ee0.json b/.changelog/15e30fa9a55840e19d16135709d88ee0.json deleted file mode 100644 index 27af3fe0653..00000000000 --- a/.changelog/15e30fa9a55840e19d16135709d88ee0.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "15e30fa9-a558-40e1-9d16-135709d88ee0", - "type": "feature", - "description": "Adds the BatchAddRole and BatchRemoveRole APIs.", - "modules": [ - "service/repostspace" - ] -} \ No newline at end of file diff --git a/.changelog/4337603be7a249c3a942cb3201960f7c.json b/.changelog/4337603be7a249c3a942cb3201960f7c.json deleted file mode 100644 index 27404c79375..00000000000 --- a/.changelog/4337603be7a249c3a942cb3201960f7c.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "4337603b-e7a2-49c3-a942-cb3201960f7c", - "type": "feature", - "description": "Global clusters now expose the Endpoint attribute as one of its fields. It is a Read/Write endpoint for the global cluster which resolves to the Global Cluster writer instance.", - "modules": [ - "service/rds" - ] -} \ No newline at end of file diff --git a/.changelog/96ffb789922d46148af9ac8dff36dd71.json b/.changelog/96ffb789922d46148af9ac8dff36dd71.json deleted file mode 100644 index 47afff0aa02..00000000000 --- a/.changelog/96ffb789922d46148af9ac8dff36dd71.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "96ffb789-922d-4614-8af9-ac8dff36dd71", - "type": "feature", - "description": "Updating invoke regex to support imported models for converse API", - "modules": [ - "service/bedrockruntime" - ] -} \ No newline at end of file diff --git a/.changelog/ca06f57a58c340eba513607a2ab419e8.json b/.changelog/ca06f57a58c340eba513607a2ab419e8.json deleted file mode 100644 index 324a1d6995c..00000000000 --- a/.changelog/ca06f57a58c340eba513607a2ab419e8.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "ca06f57a-58c3-40eb-a513-607a2ab419e8", - "type": "feature", - "description": "This release adds support for Query Insights, a feature that provides details of query execution, enabling users to identify areas for improvement to optimize their queries, resulting in improved query performance and lower query costs.", - "modules": [ - "service/timestreamquery" - ] -} \ No newline at end of file diff --git a/.changelog/f8924991a7cb450a907954c770e662e0.json b/.changelog/f8924991a7cb450a907954c770e662e0.json deleted file mode 100644 index 9064d3d9d50..00000000000 --- a/.changelog/f8924991a7cb450a907954c770e662e0.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "f8924991-a7cb-450a-9079-54c770e662e0", - "type": "feature", - "description": "Add macOS platform and instance placement options", - "modules": [ - "service/imagebuilder" - ] -} \ No newline at end of file diff --git a/.changelog/ffbf7f378d9f4ea2b44646b18bf90c84.json b/.changelog/ffbf7f378d9f4ea2b44646b18bf90c84.json deleted file mode 100644 index 2ab5fd9056e..00000000000 --- a/.changelog/ffbf7f378d9f4ea2b44646b18bf90c84.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "ffbf7f37-8d9f-4ea2-b446-46b18bf90c84", - "type": "feature", - "description": "Add AuthSecretsManagerArn optional parameter to batch job APIs, expand batch parameter limits, and introduce clientToken constraints.", - "modules": [ - "service/m2" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b4cdbb062..551a24f3fda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# Release (2024-10-22) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/imagebuilder`: [v1.38.0](service/imagebuilder/CHANGELOG.md#v1380-2024-10-22) + * **Feature**: Add macOS platform and instance placement options +* `github.com/aws/aws-sdk-go-v2/service/m2`: [v1.18.0](service/m2/CHANGELOG.md#v1180-2024-10-22) + * **Feature**: Add AuthSecretsManagerArn optional parameter to batch job APIs, expand batch parameter limits, and introduce clientToken constraints. +* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.88.0](service/rds/CHANGELOG.md#v1880-2024-10-22) + * **Feature**: Global clusters now expose the Endpoint attribute as one of its fields. It is a Read/Write endpoint for the global cluster which resolves to the Global Cluster writer instance. +* `github.com/aws/aws-sdk-go-v2/service/repostspace`: [v1.8.0](service/repostspace/CHANGELOG.md#v180-2024-10-22) + * **Feature**: Adds the BatchAddRole and BatchRemoveRole APIs. +* `github.com/aws/aws-sdk-go-v2/service/timestreamquery`: [v1.28.0](service/timestreamquery/CHANGELOG.md#v1280-2024-10-22) + * **Feature**: This release adds support for Query Insights, a feature that provides details of query execution, enabling users to identify areas for improvement to optimize their queries, resulting in improved query performance and lower query costs. + # Release (2024-10-21) ## Module Highlights diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 0c9b6114f85..cdb1feb638b 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.40 (2024-10-22) + +* No change notes available for this release. + # v1.14.39 (2024-10-21) * No change notes available for this release. diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index 7a98a199477..519573c6648 100644 --- a/feature/dynamodbstreams/attributevalue/go_module_metadata.go +++ b/feature/dynamodbstreams/attributevalue/go_module_metadata.go @@ -3,4 +3,4 @@ package attributevalue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.12" +const goModuleVersion = "1.14.40" diff --git a/service/controltower/CHANGELOG.md b/service/controltower/CHANGELOG.md index 28ea1ff27e5..bc9924402c1 100644 --- a/service/controltower/CHANGELOG.md +++ b/service/controltower/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2024-10-22) + +* No change notes available for this release. + # v1.18.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/controltower/go_module_metadata.go b/service/controltower/go_module_metadata.go index d9f949e6a91..de562bb6cb5 100644 --- a/service/controltower/go_module_metadata.go +++ b/service/controltower/go_module_metadata.go @@ -3,4 +3,4 @@ package controltower // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/imagebuilder/CHANGELOG.md b/service/imagebuilder/CHANGELOG.md index 92827866e5e..06100723585 100644 --- a/service/imagebuilder/CHANGELOG.md +++ b/service/imagebuilder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.0 (2024-10-22) + +* **Feature**: Add macOS platform and instance placement options + # v1.37.3 (2024-10-16) * **Bug Fix**: **BREAKING CHANGE**: The type of LaunchTemplateConfiguration.SetDefaultVersion has been changed from `bool` to `*bool`. Before this change, the field was incorrectly marked as having a default value of false by the service, which made it functionally impossible for users to express the full range of values for the field (true, false, and unset/nil), each of which have distinctly different behaviors. diff --git a/service/imagebuilder/go_module_metadata.go b/service/imagebuilder/go_module_metadata.go index b3e0ba6c238..fdd1b60a2b8 100644 --- a/service/imagebuilder/go_module_metadata.go +++ b/service/imagebuilder/go_module_metadata.go @@ -3,4 +3,4 @@ package imagebuilder // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.37.3" +const goModuleVersion = "1.38.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 0c8f2d929b5..e07ab9e3008 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -57,7 +57,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/neptune v1.35.2 github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.23.2 github.com/aws/aws-sdk-go-v2/service/polly v1.45.2 - github.com/aws/aws-sdk-go-v2/service/rds v1.87.3 + github.com/aws/aws-sdk-go-v2/service/rds v1.88.0 github.com/aws/aws-sdk-go-v2/service/redshift v1.50.0 github.com/aws/aws-sdk-go-v2/service/rekognition v1.45.2 github.com/aws/aws-sdk-go-v2/service/route53 v1.45.2 diff --git a/service/m2/CHANGELOG.md b/service/m2/CHANGELOG.md index ba821db7476..d7c706f4683 100644 --- a/service/m2/CHANGELOG.md +++ b/service/m2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.0 (2024-10-22) + +* **Feature**: Add AuthSecretsManagerArn optional parameter to batch job APIs, expand batch parameter limits, and introduce clientToken constraints. + # v1.17.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/m2/go_module_metadata.go b/service/m2/go_module_metadata.go index 41e9afd37d7..a6a01990c26 100644 --- a/service/m2/go_module_metadata.go +++ b/service/m2/go_module_metadata.go @@ -3,4 +3,4 @@ package m2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.2" +const goModuleVersion = "1.18.0" diff --git a/service/rds/CHANGELOG.md b/service/rds/CHANGELOG.md index 4cc1d2e0842..5a002f2d90b 100644 --- a/service/rds/CHANGELOG.md +++ b/service/rds/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.88.0 (2024-10-22) + +* **Feature**: Global clusters now expose the Endpoint attribute as one of its fields. It is a Read/Write endpoint for the global cluster which resolves to the Global Cluster writer instance. + # v1.87.3 (2024-10-17) * **Documentation**: Updates Amazon RDS documentation for TAZ IAM support diff --git a/service/rds/go_module_metadata.go b/service/rds/go_module_metadata.go index e42e98f4715..3949400a4d3 100644 --- a/service/rds/go_module_metadata.go +++ b/service/rds/go_module_metadata.go @@ -3,4 +3,4 @@ package rds // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.87.3" +const goModuleVersion = "1.88.0" diff --git a/service/repostspace/CHANGELOG.md b/service/repostspace/CHANGELOG.md index e2df77b37a6..ef542ea589a 100644 --- a/service/repostspace/CHANGELOG.md +++ b/service/repostspace/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.0 (2024-10-22) + +* **Feature**: Adds the BatchAddRole and BatchRemoveRole APIs. + # v1.7.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/repostspace/go_module_metadata.go b/service/repostspace/go_module_metadata.go index 16e5e49c499..f486a349070 100644 --- a/service/repostspace/go_module_metadata.go +++ b/service/repostspace/go_module_metadata.go @@ -3,4 +3,4 @@ package repostspace // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.2" +const goModuleVersion = "1.8.0" diff --git a/service/timestreamquery/CHANGELOG.md b/service/timestreamquery/CHANGELOG.md index b8e450dca4f..322a4764a1c 100644 --- a/service/timestreamquery/CHANGELOG.md +++ b/service/timestreamquery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.0 (2024-10-22) + +* **Feature**: This release adds support for Query Insights, a feature that provides details of query execution, enabling users to identify areas for improvement to optimize their queries, resulting in improved query performance and lower query costs. + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/timestreamquery/go_module_metadata.go b/service/timestreamquery/go_module_metadata.go index 14b873d8278..21f23501d32 100644 --- a/service/timestreamquery/go_module_metadata.go +++ b/service/timestreamquery/go_module_metadata.go @@ -3,4 +3,4 @@ package timestreamquery // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.28.0"