From 9805a196767e31076150a0e5ff38e2356a93e840 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Tue, 5 Dec 2023 19:15:23 +0000 Subject: [PATCH] Release 2023-12-05 --- .changelog/225527fb002548209347a0fdb79f6dca.json | 11 ----------- .changelog/84e8304d49d7439a80e7e826d14715a4.json | 8 -------- .changelog/cc8441ea7fa948fc8805248afa8c95da.json | 8 -------- .changelog/cf30cc38d17f4976823fede15134eae3.json | 8 -------- .changelog/d34cdc4770a14a4ca136fcf56b95850a.json | 8 -------- CHANGELOG.md | 12 ++++++++++++ service/athena/CHANGELOG.md | 4 ++++ service/athena/go_module_metadata.go | 2 +- service/cleanroomsml/CHANGELOG.md | 4 ++++ service/cleanroomsml/go_module_metadata.go | 2 +- service/cloudformation/CHANGELOG.md | 4 ++++ service/cloudformation/go_module_metadata.go | 2 +- service/ec2/CHANGELOG.md | 4 ++++ service/ec2/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 6 +++--- 15 files changed, 35 insertions(+), 50 deletions(-) delete mode 100644 .changelog/225527fb002548209347a0fdb79f6dca.json delete mode 100644 .changelog/84e8304d49d7439a80e7e826d14715a4.json delete mode 100644 .changelog/cc8441ea7fa948fc8805248afa8c95da.json delete mode 100644 .changelog/cf30cc38d17f4976823fede15134eae3.json delete mode 100644 .changelog/d34cdc4770a14a4ca136fcf56b95850a.json diff --git a/.changelog/225527fb002548209347a0fdb79f6dca.json b/.changelog/225527fb002548209347a0fdb79f6dca.json deleted file mode 100644 index 8a44ac988cf..00000000000 --- a/.changelog/225527fb002548209347a0fdb79f6dca.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "id": "225527fb-0025-4820-9347-a0fdb79f6dca", - "type": "feature", - "description": "Upgrade smithy core", - "modules": [ - "internal/protocoltest/awsrestjson", - "internal/protocoltest/jsonrpc10", - "internal/protocoltest/restxml", - "service/internal/integrationtest" - ] -} \ No newline at end of file diff --git a/.changelog/84e8304d49d7439a80e7e826d14715a4.json b/.changelog/84e8304d49d7439a80e7e826d14715a4.json deleted file mode 100644 index 083fcf28102..00000000000 --- a/.changelog/84e8304d49d7439a80e7e826d14715a4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "84e8304d-49d7-439a-80e7-e826d14715a4", - "type": "feature", - "description": "Adding IdentityCenter enabled request for interactive query", - "modules": [ - "service/athena" - ] -} \ No newline at end of file diff --git a/.changelog/cc8441ea7fa948fc8805248afa8c95da.json b/.changelog/cc8441ea7fa948fc8805248afa8c95da.json deleted file mode 100644 index c8aa547b7b8..00000000000 --- a/.changelog/cc8441ea7fa948fc8805248afa8c95da.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "cc8441ea-7fa9-48fc-8805-248afa8c95da", - "type": "feature", - "description": "Updated service title from cleanroomsml to CleanRoomsML.", - "modules": [ - "service/cleanroomsml" - ] -} \ No newline at end of file diff --git a/.changelog/cf30cc38d17f4976823fede15134eae3.json b/.changelog/cf30cc38d17f4976823fede15134eae3.json deleted file mode 100644 index 19f6c972de4..00000000000 --- a/.changelog/cf30cc38d17f4976823fede15134eae3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "cf30cc38-d17f-4976-823f-ede15134eae3", - "type": "documentation", - "description": "Documentation update, December 2023", - "modules": [ - "service/cloudformation" - ] -} \ No newline at end of file diff --git a/.changelog/d34cdc4770a14a4ca136fcf56b95850a.json b/.changelog/d34cdc4770a14a4ca136fcf56b95850a.json deleted file mode 100644 index 564f25f06e3..00000000000 --- a/.changelog/d34cdc4770a14a4ca136fcf56b95850a.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "d34cdc47-70a1-4a4c-a136-fcf56b95850a", - "type": "feature", - "description": "Adds A10G, T4G, and H100 as accelerator name options and Habana as an accelerator manufacturer option for attribute based selection", - "modules": [ - "service/ec2" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ccfc19b2da3..f0ddc667664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# Release (2023-12-05) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/athena`: [v1.37.0](service/athena/CHANGELOG.md#v1370-2023-12-05) + * **Feature**: Adding IdentityCenter enabled request for interactive query +* `github.com/aws/aws-sdk-go-v2/service/cleanroomsml`: [v1.1.0](service/cleanroomsml/CHANGELOG.md#v110-2023-12-05) + * **Feature**: Updated service title from cleanroomsml to CleanRoomsML. +* `github.com/aws/aws-sdk-go-v2/service/cloudformation`: [v1.42.1](service/cloudformation/CHANGELOG.md#v1421-2023-12-05) + * **Documentation**: Documentation update, December 2023 +* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.139.0](service/ec2/CHANGELOG.md#v11390-2023-12-05) + * **Feature**: Adds A10G, T4G, and H100 as accelerator name options and Habana as an accelerator manufacturer option for attribute based selection + # Release (2023-12-04) ## Module Highlights diff --git a/service/athena/CHANGELOG.md b/service/athena/CHANGELOG.md index f8e223cebf7..1b3de50d377 100644 --- a/service/athena/CHANGELOG.md +++ b/service/athena/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.37.0 (2023-12-05) + +* **Feature**: Adding IdentityCenter enabled request for interactive query + # v1.36.2 (2023-12-01) * **Bug Fix**: Correct wrapping of errors in authentication workflow. diff --git a/service/athena/go_module_metadata.go b/service/athena/go_module_metadata.go index 55f96ae5fb9..5f9ad158cbd 100644 --- a/service/athena/go_module_metadata.go +++ b/service/athena/go_module_metadata.go @@ -3,4 +3,4 @@ package athena // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.36.2" +const goModuleVersion = "1.37.0" diff --git a/service/cleanroomsml/CHANGELOG.md b/service/cleanroomsml/CHANGELOG.md index b85d3a7c0bd..120cdd76859 100644 --- a/service/cleanroomsml/CHANGELOG.md +++ b/service/cleanroomsml/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.0 (2023-12-05) + +* **Feature**: Updated service title from cleanroomsml to CleanRoomsML. + # v1.0.2 (2023-12-01) * **Bug Fix**: Correct wrapping of errors in authentication workflow. diff --git a/service/cleanroomsml/go_module_metadata.go b/service/cleanroomsml/go_module_metadata.go index 2f646cab50e..8d761b42280 100644 --- a/service/cleanroomsml/go_module_metadata.go +++ b/service/cleanroomsml/go_module_metadata.go @@ -3,4 +3,4 @@ package cleanroomsml // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.2" +const goModuleVersion = "1.1.0" diff --git a/service/cloudformation/CHANGELOG.md b/service/cloudformation/CHANGELOG.md index c8a0ffc8978..da1f6d62ad1 100644 --- a/service/cloudformation/CHANGELOG.md +++ b/service/cloudformation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.42.1 (2023-12-05) + +* **Documentation**: Documentation update, December 2023 + # v1.42.0 (2023-12-04) * **Feature**: Including UPDATE_* states as a success status for CreateStack waiter. diff --git a/service/cloudformation/go_module_metadata.go b/service/cloudformation/go_module_metadata.go index 7e6f2bdffb9..8b411b100c8 100644 --- a/service/cloudformation/go_module_metadata.go +++ b/service/cloudformation/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudformation // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.42.0" +const goModuleVersion = "1.42.1" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index ddb9aed3690..3cfffe36be7 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.139.0 (2023-12-05) + +* **Feature**: Adds A10G, T4G, and H100 as accelerator name options and Habana as an accelerator manufacturer option for attribute based selection + # v1.138.2 (2023-12-01) * **Bug Fix**: Correct wrapping of errors in authentication workflow. diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index 0e151e9023c..d0d6392cf25 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.138.2" +const goModuleVersion = "1.139.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 90da50a04d6..0aa288b86b9 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -9,10 +9,10 @@ require ( github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.25.2 github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.22.2 github.com/aws/aws-sdk-go-v2/service/appstream v1.29.2 - github.com/aws/aws-sdk-go-v2/service/athena v1.36.2 + github.com/aws/aws-sdk-go-v2/service/athena v1.37.0 github.com/aws/aws-sdk-go-v2/service/autoscaling v1.36.2 github.com/aws/aws-sdk-go-v2/service/batch v1.30.2 - github.com/aws/aws-sdk-go-v2/service/cloudformation v1.42.0 + github.com/aws/aws-sdk-go-v2/service/cloudformation v1.42.1 github.com/aws/aws-sdk-go-v2/service/cloudfront v1.32.2 github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.19.2 github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.20.2 @@ -32,7 +32,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/directoryservice v1.22.2 github.com/aws/aws-sdk-go-v2/service/docdb v1.29.2 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.3 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.138.2 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.139.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.24.2 github.com/aws/aws-sdk-go-v2/service/ecs v1.35.2 github.com/aws/aws-sdk-go-v2/service/efs v1.26.2