From 7ecab8687887d1131a9880aac17e12e589c04b4a Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Wed, 16 Aug 2023 18:26:11 +0000 Subject: [PATCH] Release 2023-08-16 --- .changelog/4ee4cc12921b466fbfa28eae8523728f.json | 8 -------- .changelog/b2905714aa6e4769ba2ede1a3c7f7a85.json | 8 -------- CHANGELOG.md | 6 ++++++ service/cloudwatch/CHANGELOG.md | 4 ++++ service/cloudwatch/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 2 +- 6 files changed, 12 insertions(+), 18 deletions(-) delete mode 100644 .changelog/4ee4cc12921b466fbfa28eae8523728f.json delete mode 100644 .changelog/b2905714aa6e4769ba2ede1a3c7f7a85.json diff --git a/.changelog/4ee4cc12921b466fbfa28eae8523728f.json b/.changelog/4ee4cc12921b466fbfa28eae8523728f.json deleted file mode 100644 index 39591f9d7eb..00000000000 --- a/.changelog/4ee4cc12921b466fbfa28eae8523728f.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "4ee4cc12-921b-466f-bfa2-8eae8523728f", - "type": "feature", - "description": "This release updates the Custom Vocabulary Weight field to support a value of 0.", - "modules": [ - "service/lexmodelsv2" - ] -} \ No newline at end of file diff --git a/.changelog/b2905714aa6e4769ba2ede1a3c7f7a85.json b/.changelog/b2905714aa6e4769ba2ede1a3c7f7a85.json deleted file mode 100644 index b7bef6cdfaa..00000000000 --- a/.changelog/b2905714aa6e4769ba2ede1a3c7f7a85.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b2905714-aa6e-4769-ba2e-de1a3c7f7a85", - "type": "documentation", - "description": "Doc-only update to incorporate several doc bug fixes", - "modules": [ - "service/cloudwatch" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ad4f28e51f..8ca5978ece6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Release (2023-08-16) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/cloudwatch`: [v1.27.3](service/cloudwatch/CHANGELOG.md#v1273-2023-08-16) + * **Documentation**: Doc-only update to incorporate several doc bug fixes + # Release (2023-08-15) ## Module Highlights diff --git a/service/cloudwatch/CHANGELOG.md b/service/cloudwatch/CHANGELOG.md index 8909e008379..8e5850f2b36 100644 --- a/service/cloudwatch/CHANGELOG.md +++ b/service/cloudwatch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2023-08-16) + +* **Documentation**: Doc-only update to incorporate several doc bug fixes + # v1.27.2 (2023-08-07) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudwatch/go_module_metadata.go b/service/cloudwatch/go_module_metadata.go index 057cce2cd0e..09dbdac5909 100644 --- a/service/cloudwatch/go_module_metadata.go +++ b/service/cloudwatch/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudwatch // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 8c42ff82597..174792180a2 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -16,7 +16,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.15.2 github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.15.2 github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.28.3 - github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.27.2 + github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.27.3 github.com/aws/aws-sdk-go-v2/service/codebuild v1.21.2 github.com/aws/aws-sdk-go-v2/service/codecommit v1.15.2 github.com/aws/aws-sdk-go-v2/service/codedeploy v1.17.2