diff --git a/.changelog/077312ffb16a4dd2bf6eb1c2ee3dea5f.json b/.changelog/077312ffb16a4dd2bf6eb1c2ee3dea5f.json deleted file mode 100644 index 627c7f9fef6..00000000000 --- a/.changelog/077312ffb16a4dd2bf6eb1c2ee3dea5f.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "077312ff-b16a-4dd2-bf6e-b1c2ee3dea5f", - "type": "documentation", - "description": "This release adds support for new webhook events (RELEASED and PRERELEASED) and filter types (TAG_NAME and RELEASE_NAME).", - "modules": [ - "service/codebuild" - ] -} \ No newline at end of file diff --git a/.changelog/70e987330d934ffb9fa160f5a4f72f81.json b/.changelog/70e987330d934ffb9fa160f5a4f72f81.json deleted file mode 100644 index 371ae5721f6..00000000000 --- a/.changelog/70e987330d934ffb9fa160f5a4f72f81.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "70e98733-0d93-4ffb-9fa1-60f5a4f72f81", - "type": "feature", - "description": "Introducing the Savings Plans Return feature enabling customers to return their Savings Plans within 7 days of purchase.", - "modules": [ - "service/savingsplans" - ] -} \ No newline at end of file diff --git a/.changelog/8fa23c7a506448ad8d7f8c8d94f071fb.json b/.changelog/8fa23c7a506448ad8d7f8c8d94f071fb.json deleted file mode 100644 index ebe3090d7c7..00000000000 --- a/.changelog/8fa23c7a506448ad8d7f8c8d94f071fb.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "8fa23c7a-5064-48ad-8d7f-8c8d94f071fb", - "type": "feature", - "description": "AMB Query: update GetTransaction to include transactionId as input", - "modules": [ - "service/managedblockchainquery" - ] -} \ No newline at end of file diff --git a/.changelog/9974e4c65e1c4661bd2153b07fd49a6a.json b/.changelog/9974e4c65e1c4661bd2153b07fd49a6a.json deleted file mode 100644 index 7fa98643457..00000000000 --- a/.changelog/9974e4c65e1c4661bd2153b07fd49a6a.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "9974e4c6-5e1c-4661-bd21-53b07fd49a6a", - "type": "feature", - "description": "This release adds support for policy validation and external access findings for DynamoDB tables and streams. IAM Access Analyzer helps you author functional and secure resource-based policies and identify cross-account access. Updated service API, documentation, and paginators.", - "modules": [ - "service/accessanalyzer" - ] -} \ No newline at end of file diff --git a/.changelog/be94678859674b2b81dc11fd62c1dee4.json b/.changelog/be94678859674b2b81dc11fd62c1dee4.json deleted file mode 100644 index 369ffaddfa9..00000000000 --- a/.changelog/be94678859674b2b81dc11fd62c1dee4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "be946788-5967-4b2b-81dc-11fd62c1dee4", - "type": "feature", - "description": "This release introduces 3 new APIs ('GetResourcePolicy', 'PutResourcePolicy' and 'DeleteResourcePolicy') and modifies the existing 'CreateTable' API for the resource-based policy support. It also modifies several APIs to accept a 'TableArn' for the 'TableName' parameter.", - "modules": [ - "service/dynamodb" - ] -} \ No newline at end of file diff --git a/.changelog/e9dcbafa502c4b35ae414add526347d5.json b/.changelog/e9dcbafa502c4b35ae414add526347d5.json deleted file mode 100644 index 70a9c507d46..00000000000 --- a/.changelog/e9dcbafa502c4b35ae414add526347d5.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "e9dcbafa-502c-4b35-ae41-4add526347d5", - "type": "feature", - "description": "This release updates the *InstanceStorageConfig APIs to support a new ResourceType: REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS. Use this resource type to enable streaming for real-time analysis of chat contacts and to associate a Kinesis stream where real-time analysis chat segments will be published.", - "modules": [ - "service/connect" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ba8612356b..bf0796f8cfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# Release (2024-03-20) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/accessanalyzer`: [v1.29.0](service/accessanalyzer/CHANGELOG.md#v1290-2024-03-20) + * **Feature**: This release adds support for policy validation and external access findings for DynamoDB tables and streams. IAM Access Analyzer helps you author functional and secure resource-based policies and identify cross-account access. Updated service API, documentation, and paginators. +* `github.com/aws/aws-sdk-go-v2/service/codebuild`: [v1.31.2](service/codebuild/CHANGELOG.md#v1312-2024-03-20) + * **Documentation**: This release adds support for new webhook events (RELEASED and PRERELEASED) and filter types (TAG_NAME and RELEASE_NAME). +* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.95.0](service/connect/CHANGELOG.md#v1950-2024-03-20) + * **Feature**: This release updates the *InstanceStorageConfig APIs to support a new ResourceType: REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS. Use this resource type to enable streaming for real-time analysis of chat contacts and to associate a Kinesis stream where real-time analysis chat segments will be published. +* `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.31.0](service/dynamodb/CHANGELOG.md#v1310-2024-03-20) + * **Feature**: This release introduces 3 new APIs ('GetResourcePolicy', 'PutResourcePolicy' and 'DeleteResourcePolicy') and modifies the existing 'CreateTable' API for the resource-based policy support. It also modifies several APIs to accept a 'TableArn' for the 'TableName' parameter. +* `github.com/aws/aws-sdk-go-v2/service/managedblockchainquery`: [v1.12.0](service/managedblockchainquery/CHANGELOG.md#v1120-2024-03-20) + * **Feature**: AMB Query: update GetTransaction to include transactionId as input +* `github.com/aws/aws-sdk-go-v2/service/savingsplans`: [v1.19.0](service/savingsplans/CHANGELOG.md#v1190-2024-03-20) + * **Feature**: Introducing the Savings Plans Return feature enabling customers to return their Savings Plans within 7 days of purchase. + # Release (2024-03-19) ## Module Highlights diff --git a/example/service/dynamodb/createTable/go.mod b/example/service/dynamodb/createTable/go.mod index 55e57860f9f..b3c2f0a0cdb 100644 --- a/example/service/dynamodb/createTable/go.mod +++ b/example/service/dynamodb/createTable/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/aws/aws-sdk-go-v2 v1.26.0 github.com/aws/aws-sdk-go-v2/config v1.27.8 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.5 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.31.0 ) require ( diff --git a/example/service/dynamodb/scanItems/go.mod b/example/service/dynamodb/scanItems/go.mod index f41eaaad9a5..0de80275bf8 100644 --- a/example/service/dynamodb/scanItems/go.mod +++ b/example/service/dynamodb/scanItems/go.mod @@ -5,8 +5,8 @@ go 1.20 require ( github.com/aws/aws-sdk-go-v2 v1.26.0 github.com/aws/aws-sdk-go-v2/config v1.27.8 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.10 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.5 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.11 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.31.0 ) require ( diff --git a/feature/dynamodb/attributevalue/CHANGELOG.md b/feature/dynamodb/attributevalue/CHANGELOG.md index b2fec30e312..ea27c329f85 100644 --- a/feature/dynamodb/attributevalue/CHANGELOG.md +++ b/feature/dynamodb/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.11 (2024-03-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.10 (2024-03-18) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/attributevalue/go.mod b/feature/dynamodb/attributevalue/go.mod index df33f314354..bb8e59e3cd6 100644 --- a/feature/dynamodb/attributevalue/go.mod +++ b/feature/dynamodb/attributevalue/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/aws/aws-sdk-go-v2 v1.26.0 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.5 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.31.0 github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.20.3 ) diff --git a/feature/dynamodb/attributevalue/go_module_metadata.go b/feature/dynamodb/attributevalue/go_module_metadata.go index 91600017944..dece6eea53d 100644 --- a/feature/dynamodb/attributevalue/go_module_metadata.go +++ b/feature/dynamodb/attributevalue/go_module_metadata.go @@ -3,4 +3,4 @@ package attributevalue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.10" +const goModuleVersion = "1.13.11" diff --git a/feature/dynamodb/expression/CHANGELOG.md b/feature/dynamodb/expression/CHANGELOG.md index 381d4136ff9..78745536f55 100644 --- a/feature/dynamodb/expression/CHANGELOG.md +++ b/feature/dynamodb/expression/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.11 (2024-03-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.10 (2024-03-18) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/expression/go.mod b/feature/dynamodb/expression/go.mod index c6eac86ee9f..28736a26087 100644 --- a/feature/dynamodb/expression/go.mod +++ b/feature/dynamodb/expression/go.mod @@ -4,8 +4,8 @@ go 1.20 require ( github.com/aws/aws-sdk-go-v2 v1.26.0 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.10 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.5 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.11 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.31.0 ) require ( diff --git a/feature/dynamodb/expression/go_module_metadata.go b/feature/dynamodb/expression/go_module_metadata.go index d9dda7322d4..bacdb59cbc1 100644 --- a/feature/dynamodb/expression/go_module_metadata.go +++ b/feature/dynamodb/expression/go_module_metadata.go @@ -3,4 +3,4 @@ package expression // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.10" +const goModuleVersion = "1.7.11" diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 65e0621ed72..7b858b088a5 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.11 (2024-03-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.10 (2024-03-18) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodbstreams/attributevalue/go.mod b/feature/dynamodbstreams/attributevalue/go.mod index 2b9690bb0dc..4ec74fb3000 100644 --- a/feature/dynamodbstreams/attributevalue/go.mod +++ b/feature/dynamodbstreams/attributevalue/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/aws/aws-sdk-go-v2 v1.26.0 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.5 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.31.0 github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.20.3 ) diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index 91600017944..dece6eea53d 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.13.10" +const goModuleVersion = "1.13.11" diff --git a/service/accessanalyzer/CHANGELOG.md b/service/accessanalyzer/CHANGELOG.md index f5cc64761ed..2f693c751c0 100644 --- a/service/accessanalyzer/CHANGELOG.md +++ b/service/accessanalyzer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.0 (2024-03-20) + +* **Feature**: This release adds support for policy validation and external access findings for DynamoDB tables and streams. IAM Access Analyzer helps you author functional and secure resource-based policies and identify cross-account access. Updated service API, documentation, and paginators. + # v1.28.4 (2024-03-18) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/accessanalyzer/go_module_metadata.go b/service/accessanalyzer/go_module_metadata.go index 086a3ddb3dd..4685ca55206 100644 --- a/service/accessanalyzer/go_module_metadata.go +++ b/service/accessanalyzer/go_module_metadata.go @@ -3,4 +3,4 @@ package accessanalyzer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.4" +const goModuleVersion = "1.29.0" diff --git a/service/codebuild/CHANGELOG.md b/service/codebuild/CHANGELOG.md index 1f9a80b9a1c..83d11a26539 100644 --- a/service/codebuild/CHANGELOG.md +++ b/service/codebuild/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.2 (2024-03-20) + +* **Documentation**: This release adds support for new webhook events (RELEASED and PRERELEASED) and filter types (TAG_NAME and RELEASE_NAME). + # v1.31.1 (2024-03-18) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codebuild/go_module_metadata.go b/service/codebuild/go_module_metadata.go index 4c529b75bed..1721d263c48 100644 --- a/service/codebuild/go_module_metadata.go +++ b/service/codebuild/go_module_metadata.go @@ -3,4 +3,4 @@ package codebuild // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.31.1" +const goModuleVersion = "1.31.2" diff --git a/service/connect/CHANGELOG.md b/service/connect/CHANGELOG.md index a0c4b4d6fe8..4340b438441 100644 --- a/service/connect/CHANGELOG.md +++ b/service/connect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.95.0 (2024-03-20) + +* **Feature**: This release updates the *InstanceStorageConfig APIs to support a new ResourceType: REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS. Use this resource type to enable streaming for real-time analysis of chat contacts and to associate a Kinesis stream where real-time analysis chat segments will be published. + # v1.94.1 (2024-03-18) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/connect/go_module_metadata.go b/service/connect/go_module_metadata.go index dc82eae752e..855157d53ec 100644 --- a/service/connect/go_module_metadata.go +++ b/service/connect/go_module_metadata.go @@ -3,4 +3,4 @@ package connect // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.94.1" +const goModuleVersion = "1.95.0" diff --git a/service/dynamodb/CHANGELOG.md b/service/dynamodb/CHANGELOG.md index b616b259329..0a5c9cb3e69 100644 --- a/service/dynamodb/CHANGELOG.md +++ b/service/dynamodb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.0 (2024-03-20) + +* **Feature**: This release introduces 3 new APIs ('GetResourcePolicy', 'PutResourcePolicy' and 'DeleteResourcePolicy') and modifies the existing 'CreateTable' API for the resource-based policy support. It also modifies several APIs to accept a 'TableArn' for the 'TableName' parameter. + # v1.30.5 (2024-03-18) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dynamodb/go_module_metadata.go b/service/dynamodb/go_module_metadata.go index 8243da09067..8ac94e6177e 100644 --- a/service/dynamodb/go_module_metadata.go +++ b/service/dynamodb/go_module_metadata.go @@ -3,4 +3,4 @@ package dynamodb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.5" +const goModuleVersion = "1.31.0" diff --git a/service/internal/benchmark/go.mod b/service/internal/benchmark/go.mod index 17f47fb0a05..4e58b9dfc70 100644 --- a/service/internal/benchmark/go.mod +++ b/service/internal/benchmark/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/aws/aws-sdk-go v1.44.28 github.com/aws/aws-sdk-go-v2 v1.26.0 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.5 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.31.0 github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.20.3 github.com/aws/aws-sdk-go-v2/service/s3 v1.53.0 github.com/aws/aws-sdk-go-v2/service/schemas v1.24.3 diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 19c82e02956..aa2433ab392 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -18,7 +18,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.22.3 github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.39.1 github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.36.3 - github.com/aws/aws-sdk-go-v2/service/codebuild v1.31.1 + github.com/aws/aws-sdk-go-v2/service/codebuild v1.31.2 github.com/aws/aws-sdk-go-v2/service/codecommit v1.22.3 github.com/aws/aws-sdk-go-v2/service/codedeploy v1.25.3 github.com/aws/aws-sdk-go-v2/service/codepipeline v1.26.3 @@ -31,7 +31,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/directconnect v1.24.3 github.com/aws/aws-sdk-go-v2/service/directoryservice v1.24.3 github.com/aws/aws-sdk-go-v2/service/docdb v1.33.5 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.30.5 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.31.0 github.com/aws/aws-sdk-go-v2/service/ec2 v1.152.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.27.3 github.com/aws/aws-sdk-go-v2/service/ecs v1.41.3 diff --git a/service/managedblockchainquery/CHANGELOG.md b/service/managedblockchainquery/CHANGELOG.md index 36d8115e1ce..37c4e33ce95 100644 --- a/service/managedblockchainquery/CHANGELOG.md +++ b/service/managedblockchainquery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.0 (2024-03-20) + +* **Feature**: AMB Query: update GetTransaction to include transactionId as input + # v1.11.0 (2024-03-19) * **Feature**: Introduces a new API for Amazon Managed Blockchain Query: ListFilteredTransactionEvents. diff --git a/service/managedblockchainquery/go_module_metadata.go b/service/managedblockchainquery/go_module_metadata.go index f3a15d9aa5e..0fd1ccd6f41 100644 --- a/service/managedblockchainquery/go_module_metadata.go +++ b/service/managedblockchainquery/go_module_metadata.go @@ -3,4 +3,4 @@ package managedblockchainquery // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.0" +const goModuleVersion = "1.12.0" diff --git a/service/savingsplans/CHANGELOG.md b/service/savingsplans/CHANGELOG.md index 71f48e51b74..89d39e18bb4 100644 --- a/service/savingsplans/CHANGELOG.md +++ b/service/savingsplans/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.0 (2024-03-20) + +* **Feature**: Introducing the Savings Plans Return feature enabling customers to return their Savings Plans within 7 days of purchase. + # v1.18.3 (2024-03-18) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/savingsplans/go_module_metadata.go b/service/savingsplans/go_module_metadata.go index adeb009e232..4cff3e7a6ed 100644 --- a/service/savingsplans/go_module_metadata.go +++ b/service/savingsplans/go_module_metadata.go @@ -3,4 +3,4 @@ package savingsplans // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.3" +const goModuleVersion = "1.19.0"