From 340ecdf9f62c904d702cbd5928f435218c02b48e Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Thu, 2 May 2024 18:31:46 +0000 Subject: [PATCH] Release 2024-05-02 --- .changelog/41575353444b40ffbf474f4155544f00.json | 8 -------- .changelog/68407b7ce0d8493f83c684f2455da645.json | 8 -------- .changelog/6f1d6afdd81f4306842b4c52ab31b433.json | 8 -------- .changelog/8451816999404ed689955b51de3ba88c.json | 8 -------- .changelog/adf9c7dcd48a43f4adbc0567d294b5dc.json | 8 -------- CHANGELOG.md | 15 +++++++++++++++ example/service/dynamodb/createTable/go.mod | 2 +- example/service/dynamodb/scanItems/go.mod | 4 ++-- feature/dynamodb/attributevalue/CHANGELOG.md | 4 ++++ feature/dynamodb/attributevalue/go.mod | 2 +- .../dynamodb/attributevalue/go_module_metadata.go | 2 +- feature/dynamodb/expression/CHANGELOG.md | 4 ++++ feature/dynamodb/expression/go.mod | 4 ++-- feature/dynamodb/expression/go_module_metadata.go | 2 +- .../dynamodbstreams/attributevalue/CHANGELOG.md | 4 ++++ feature/dynamodbstreams/attributevalue/go.mod | 2 +- .../attributevalue/go_module_metadata.go | 2 +- service/dynamodb/CHANGELOG.md | 4 ++++ service/dynamodb/go_module_metadata.go | 2 +- service/ec2/CHANGELOG.md | 4 ++++ service/ec2/go_module_metadata.go | 2 +- service/internal/benchmark/go.mod | 2 +- service/internal/integrationtest/go.mod | 4 ++-- service/personalize/CHANGELOG.md | 4 ++++ service/personalize/go_module_metadata.go | 2 +- service/redshiftserverless/CHANGELOG.md | 4 ++++ service/redshiftserverless/go_module_metadata.go | 2 +- 27 files changed, 60 insertions(+), 57 deletions(-) delete mode 100644 .changelog/41575353444b40ffbf474f4155544f00.json delete mode 100644 .changelog/68407b7ce0d8493f83c684f2455da645.json delete mode 100644 .changelog/6f1d6afdd81f4306842b4c52ab31b433.json delete mode 100644 .changelog/8451816999404ed689955b51de3ba88c.json delete mode 100644 .changelog/adf9c7dcd48a43f4adbc0567d294b5dc.json diff --git a/.changelog/41575353444b40ffbf474f4155544f00.json b/.changelog/41575353444b40ffbf474f4155544f00.json deleted file mode 100644 index 1cc0d8d6b2d..00000000000 --- a/.changelog/41575353444b40ffbf474f4155544f00.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "41575353-444b-40ff-bf47-4f4155544f00", - "type": "release", - "description": "New AWS service client module", - "modules": [ - "internal/protocoltest/smithyrpcv2cbor" - ] -} \ No newline at end of file diff --git a/.changelog/68407b7ce0d8493f83c684f2455da645.json b/.changelog/68407b7ce0d8493f83c684f2455da645.json deleted file mode 100644 index f474f1f7030..00000000000 --- a/.changelog/68407b7ce0d8493f83c684f2455da645.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "68407b7c-e0d8-493f-83c6-84f2455da645", - "type": "feature", - "description": "This release includes a new API for retrieving the public endorsement key of the EC2 instance's Nitro Trusted Platform Module (NitroTPM).", - "modules": [ - "service/ec2" - ] -} \ No newline at end of file diff --git a/.changelog/6f1d6afdd81f4306842b4c52ab31b433.json b/.changelog/6f1d6afdd81f4306842b4c52ab31b433.json deleted file mode 100644 index 10411049977..00000000000 --- a/.changelog/6f1d6afdd81f4306842b4c52ab31b433.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "6f1d6afd-d81f-4306-842b-4c52ab31b433", - "type": "feature", - "description": "This releases ability to delete users and their data, including their metadata and interactions data, from a dataset group.", - "modules": [ - "service/personalize" - ] -} \ No newline at end of file diff --git a/.changelog/8451816999404ed689955b51de3ba88c.json b/.changelog/8451816999404ed689955b51de3ba88c.json deleted file mode 100644 index c9376370c01..00000000000 --- a/.changelog/8451816999404ed689955b51de3ba88c.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "84518169-9940-4ed6-8995-5b51de3ba88c", - "type": "feature", - "description": "Update Redshift Serverless List Scheduled Actions Output Response to include Namespace Name.", - "modules": [ - "service/redshiftserverless" - ] -} \ No newline at end of file diff --git a/.changelog/adf9c7dcd48a43f4adbc0567d294b5dc.json b/.changelog/adf9c7dcd48a43f4adbc0567d294b5dc.json deleted file mode 100644 index 716ce7f52ef..00000000000 --- a/.changelog/adf9c7dcd48a43f4adbc0567d294b5dc.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "adf9c7dc-d48a-43f4-adbc-0567d294b5dc", - "type": "feature", - "description": "This release adds support to specify an optional, maximum OnDemandThroughput for DynamoDB tables and global secondary indexes in the CreateTable or UpdateTable APIs. You can also override the OnDemandThroughput settings by calling the ImportTable, RestoreFromPointInTime, or RestoreFromBackup APIs.", - "modules": [ - "service/dynamodb" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb04c34ecf..33188a94bf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# Release (2024-05-02) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.32.0](service/dynamodb/CHANGELOG.md#v1320-2024-05-02) + * **Feature**: This release adds support to specify an optional, maximum OnDemandThroughput for DynamoDB tables and global secondary indexes in the CreateTable or UpdateTable APIs. You can also override the OnDemandThroughput settings by calling the ImportTable, RestoreFromPointInTime, or RestoreFromBackup APIs. +* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.160.0](service/ec2/CHANGELOG.md#v11600-2024-05-02) + * **Feature**: This release includes a new API for retrieving the public endorsement key of the EC2 instance's Nitro Trusted Platform Module (NitroTPM). +* `github.com/aws/aws-sdk-go-v2/service/personalize`: [v1.34.0](service/personalize/CHANGELOG.md#v1340-2024-05-02) + * **Feature**: This releases ability to delete users and their data, including their metadata and interactions data, from a dataset group. +* `github.com/aws/aws-sdk-go-v2/service/redshiftserverless`: [v1.18.0](service/redshiftserverless/CHANGELOG.md#v1180-2024-05-02) + * **Feature**: Update Redshift Serverless List Scheduled Actions Output Response to include Namespace Name. + # Release (2024-05-01) ## Module Highlights diff --git a/example/service/dynamodb/createTable/go.mod b/example/service/dynamodb/createTable/go.mod index 2bdc53f80d3..afd73b0207a 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.1 github.com/aws/aws-sdk-go-v2/config v1.27.11 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.31.1 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.0 ) require ( diff --git a/example/service/dynamodb/scanItems/go.mod b/example/service/dynamodb/scanItems/go.mod index b24f4c399b1..d98c69b772b 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.1 github.com/aws/aws-sdk-go-v2/config v1.27.11 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.13 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.31.1 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.14 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.0 ) require ( diff --git a/feature/dynamodb/attributevalue/CHANGELOG.md b/feature/dynamodb/attributevalue/CHANGELOG.md index ee2dffed1d6..dbd2b6536b7 100644 --- a/feature/dynamodb/attributevalue/CHANGELOG.md +++ b/feature/dynamodb/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.14 (2024-05-02) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.13 (2024-03-29) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/attributevalue/go.mod b/feature/dynamodb/attributevalue/go.mod index 23951da2152..c828724e6d9 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.1 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.31.1 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.0 github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.20.4 ) diff --git a/feature/dynamodb/attributevalue/go_module_metadata.go b/feature/dynamodb/attributevalue/go_module_metadata.go index d066e1c2dc6..ac32b965448 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.13" +const goModuleVersion = "1.13.14" diff --git a/feature/dynamodb/expression/CHANGELOG.md b/feature/dynamodb/expression/CHANGELOG.md index 92d8c7630b8..a89c3e481ab 100644 --- a/feature/dynamodb/expression/CHANGELOG.md +++ b/feature/dynamodb/expression/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.14 (2024-05-02) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.13 (2024-03-29) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/expression/go.mod b/feature/dynamodb/expression/go.mod index b3ea8f37175..7bf0d9f99f2 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.1 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.13 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.31.1 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.14 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.0 ) require ( diff --git a/feature/dynamodb/expression/go_module_metadata.go b/feature/dynamodb/expression/go_module_metadata.go index bb6c692fbed..2a1b056ac9e 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.13" +const goModuleVersion = "1.7.14" diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 002269456b2..58a7d50c425 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.14 (2024-05-02) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.13 (2024-03-29) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodbstreams/attributevalue/go.mod b/feature/dynamodbstreams/attributevalue/go.mod index 37ef6cb4022..a3c9c78ebff 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.1 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.31.1 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.0 github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.20.4 ) diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index d066e1c2dc6..ac32b965448 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.13" +const goModuleVersion = "1.13.14" diff --git a/service/dynamodb/CHANGELOG.md b/service/dynamodb/CHANGELOG.md index 0c2a6379356..9990f73c285 100644 --- a/service/dynamodb/CHANGELOG.md +++ b/service/dynamodb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.0 (2024-05-02) + +* **Feature**: This release adds support to specify an optional, maximum OnDemandThroughput for DynamoDB tables and global secondary indexes in the CreateTable or UpdateTable APIs. You can also override the OnDemandThroughput settings by calling the ImportTable, RestoreFromPointInTime, or RestoreFromBackup APIs. + # v1.31.1 (2024-03-29) * **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 b60959f52f7..eff109d42b3 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.31.1" +const goModuleVersion = "1.32.0" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index cefc92dbb42..2d87739023e 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.160.0 (2024-05-02) + +* **Feature**: This release includes a new API for retrieving the public endorsement key of the EC2 instance's Nitro Trusted Platform Module (NitroTPM). + # v1.159.1 (2024-05-01) * **Documentation**: Documentation updates for Amazon EC2. diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index c61dcebe94e..f70596d7680 100644 --- a/service/ec2/go_module_metadata.go +++ b/service/ec2/go_module_metadata.go @@ -3,4 +3,4 @@ package ec2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.159.1" +const goModuleVersion = "1.160.0" diff --git a/service/internal/benchmark/go.mod b/service/internal/benchmark/go.mod index bd40eb7c7f0..bc587f53ab7 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.1 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.31.1 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.0 github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.20.4 github.com/aws/aws-sdk-go-v2/service/s3 v1.53.1 github.com/aws/aws-sdk-go-v2/service/schemas v1.24.4 diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 62b39af77c4..630bc869999 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -31,8 +31,8 @@ require ( github.com/aws/aws-sdk-go-v2/service/directconnect v1.24.4 github.com/aws/aws-sdk-go-v2/service/directoryservice v1.24.4 github.com/aws/aws-sdk-go-v2/service/docdb v1.34.0 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.31.1 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.159.1 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.0 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.160.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.27.4 github.com/aws/aws-sdk-go-v2/service/ecs v1.41.7 github.com/aws/aws-sdk-go-v2/service/efs v1.28.4 diff --git a/service/personalize/CHANGELOG.md b/service/personalize/CHANGELOG.md index 51c4758d3d2..a6fc8eb72a6 100644 --- a/service/personalize/CHANGELOG.md +++ b/service/personalize/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.0 (2024-05-02) + +* **Feature**: This releases ability to delete users and their data, including their metadata and interactions data, from a dataset group. + # v1.33.0 (2024-04-19) * **Feature**: This releases auto training capability while creating a solution and automatically syncing latest solution versions when creating/updating a campaign diff --git a/service/personalize/go_module_metadata.go b/service/personalize/go_module_metadata.go index 2008549b773..9dfdb948e2c 100644 --- a/service/personalize/go_module_metadata.go +++ b/service/personalize/go_module_metadata.go @@ -3,4 +3,4 @@ package personalize // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.0" +const goModuleVersion = "1.34.0" diff --git a/service/redshiftserverless/CHANGELOG.md b/service/redshiftserverless/CHANGELOG.md index 4509388db2a..4c39323acc9 100644 --- a/service/redshiftserverless/CHANGELOG.md +++ b/service/redshiftserverless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.0 (2024-05-02) + +* **Feature**: Update Redshift Serverless List Scheduled Actions Output Response to include Namespace Name. + # v1.17.5 (2024-04-22) * **Documentation**: Updates description of schedule field for scheduled actions. diff --git a/service/redshiftserverless/go_module_metadata.go b/service/redshiftserverless/go_module_metadata.go index 0313192af33..f314ca64901 100644 --- a/service/redshiftserverless/go_module_metadata.go +++ b/service/redshiftserverless/go_module_metadata.go @@ -3,4 +3,4 @@ package redshiftserverless // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.5" +const goModuleVersion = "1.18.0"