From 09f04521acbbda5fd491ee921ab3213a5892d85a Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Tue, 10 Sep 2024 18:35:52 +0000 Subject: [PATCH] Release 2024-09-10 --- .changelog/3952a80789d94b609181a082bdbe3282.json | 8 -------- .changelog/9be696c4c5084777ae1ab97ea3b01ddf.json | 8 -------- .changelog/9d01a6aff00246f3bde050107fd20aa4.json | 8 -------- .changelog/e629a58b6b5746db9f0bed58eed75746.json | 8 -------- CHANGELOG.md | 10 ++++++++++ feature/dynamodbstreams/attributevalue/CHANGELOG.md | 4 ++++ .../attributevalue/go_module_metadata.go | 2 +- service/chimesdkvoice/CHANGELOG.md | 4 ++++ service/chimesdkvoice/go_module_metadata.go | 2 +- service/cleanrooms/CHANGELOG.md | 4 ++++ service/cleanrooms/go_module_metadata.go | 2 +- service/ec2/CHANGELOG.md | 4 ++++ service/ec2/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 2 +- service/mediapackagev2/CHANGELOG.md | 4 ++++ service/mediapackagev2/go_module_metadata.go | 2 +- service/pipes/CHANGELOG.md | 4 ++++ service/pipes/go_module_metadata.go | 2 +- service/securityhub/CHANGELOG.md | 4 ++++ service/securityhub/go_module_metadata.go | 2 +- service/workspacesweb/CHANGELOG.md | 4 ++++ service/workspacesweb/go_module_metadata.go | 2 +- 22 files changed, 51 insertions(+), 41 deletions(-) delete mode 100644 .changelog/3952a80789d94b609181a082bdbe3282.json delete mode 100644 .changelog/9be696c4c5084777ae1ab97ea3b01ddf.json delete mode 100644 .changelog/9d01a6aff00246f3bde050107fd20aa4.json delete mode 100644 .changelog/e629a58b6b5746db9f0bed58eed75746.json diff --git a/.changelog/3952a80789d94b609181a082bdbe3282.json b/.changelog/3952a80789d94b609181a082bdbe3282.json deleted file mode 100644 index 061a5de5abd..00000000000 --- a/.changelog/3952a80789d94b609181a082bdbe3282.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "3952a807-89d9-4b60-9181-a082bdbe3282", - "type": "feature", - "description": "This release adds support for customer managed KMS keys in Amazon EventBridge Pipe", - "modules": [ - "service/pipes" - ] -} \ No newline at end of file diff --git a/.changelog/9be696c4c5084777ae1ab97ea3b01ddf.json b/.changelog/9be696c4c5084777ae1ab97ea3b01ddf.json deleted file mode 100644 index 98e6791ba9c..00000000000 --- a/.changelog/9be696c4c5084777ae1ab97ea3b01ddf.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "9be696c4-c508-4777-ae1a-b97ea3b01ddf", - "type": "documentation", - "description": "Documentation update for Security Hub", - "modules": [ - "service/securityhub" - ] -} \ No newline at end of file diff --git a/.changelog/9d01a6aff00246f3bde050107fd20aa4.json b/.changelog/9d01a6aff00246f3bde050107fd20aa4.json deleted file mode 100644 index 0003929a39c..00000000000 --- a/.changelog/9d01a6aff00246f3bde050107fd20aa4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "9d01a6af-f002-46f3-bde0-50107fd20aa4", - "type": "documentation", - "description": "Documentation-only update that clarifies the ValidateE911Address action of the Amazon Chime SDK Voice APIs.", - "modules": [ - "service/chimesdkvoice" - ] -} \ No newline at end of file diff --git a/.changelog/e629a58b6b5746db9f0bed58eed75746.json b/.changelog/e629a58b6b5746db9f0bed58eed75746.json deleted file mode 100644 index d833033846b..00000000000 --- a/.changelog/e629a58b6b5746db9f0bed58eed75746.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "e629a58b-6b57-46db-9f0b-ed58eed75746", - "type": "feature", - "description": "This release adds sensitive trait to some required shapes.", - "modules": [ - "service/cognitoidentity" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a9d216a852..5bcc6b2eb76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Release (2024-09-10) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/chimesdkvoice`: [v1.17.7](service/chimesdkvoice/CHANGELOG.md#v1177-2024-09-10) + * **Documentation**: Documentation-only update that clarifies the ValidateE911Address action of the Amazon Chime SDK Voice APIs. +* `github.com/aws/aws-sdk-go-v2/service/pipes`: [v1.15.0](service/pipes/CHANGELOG.md#v1150-2024-09-10) + * **Feature**: This release adds support for customer managed KMS keys in Amazon EventBridge Pipe +* `github.com/aws/aws-sdk-go-v2/service/securityhub`: [v1.52.3](service/securityhub/CHANGELOG.md#v1523-2024-09-10) + * **Documentation**: Documentation update for Security Hub + # Release (2024-09-09) ## General Highlights diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index f7e18adc05f..d3242ea0587 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.10 (2024-09-10) + +* No change notes available for this release. + # v1.14.9 (2024-09-09) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index 03e82996405..505e79ec5c4 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.3" +const goModuleVersion = "1.14.10" diff --git a/service/chimesdkvoice/CHANGELOG.md b/service/chimesdkvoice/CHANGELOG.md index 41d868e7103..42ad0e87086 100644 --- a/service/chimesdkvoice/CHANGELOG.md +++ b/service/chimesdkvoice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.7 (2024-09-10) + +* **Documentation**: Documentation-only update that clarifies the ValidateE911Address action of the Amazon Chime SDK Voice APIs. + # v1.17.6 (2024-09-04) * No change notes available for this release. diff --git a/service/chimesdkvoice/go_module_metadata.go b/service/chimesdkvoice/go_module_metadata.go index ed30b163596..084751f70c3 100644 --- a/service/chimesdkvoice/go_module_metadata.go +++ b/service/chimesdkvoice/go_module_metadata.go @@ -3,4 +3,4 @@ package chimesdkvoice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.6" +const goModuleVersion = "1.17.7" diff --git a/service/cleanrooms/CHANGELOG.md b/service/cleanrooms/CHANGELOG.md index 200269b7c1e..68058894c04 100644 --- a/service/cleanrooms/CHANGELOG.md +++ b/service/cleanrooms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.4 (2024-09-10) + +* No change notes available for this release. + # v1.16.3 (2024-09-04) * No change notes available for this release. diff --git a/service/cleanrooms/go_module_metadata.go b/service/cleanrooms/go_module_metadata.go index 3c26b7a733a..d03ef7db8b2 100644 --- a/service/cleanrooms/go_module_metadata.go +++ b/service/cleanrooms/go_module_metadata.go @@ -3,4 +3,4 @@ package cleanrooms // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.3" +const goModuleVersion = "1.16.4" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index c95d1c04031..2a4f5693fc1 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.177.3 (2024-09-10) + +* No change notes available for this release. + # v1.177.2 (2024-09-04) * No change notes available for this release. diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index f2a743cefe6..3f34c35203a 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.177.2" +const goModuleVersion = "1.177.3" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 6e63560a0f5..6fac765c9a2 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -30,7 +30,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/directoryservice v1.27.6 github.com/aws/aws-sdk-go-v2/service/docdb v1.37.3 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.9 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.177.2 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.177.3 github.com/aws/aws-sdk-go-v2/service/ecr v1.32.4 github.com/aws/aws-sdk-go-v2/service/ecs v1.45.4 github.com/aws/aws-sdk-go-v2/service/efs v1.31.6 diff --git a/service/mediapackagev2/CHANGELOG.md b/service/mediapackagev2/CHANGELOG.md index 09a6366cb06..523a11e08c9 100644 --- a/service/mediapackagev2/CHANGELOG.md +++ b/service/mediapackagev2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.4 (2024-09-10) + +* No change notes available for this release. + # v1.15.3 (2024-09-04) * No change notes available for this release. diff --git a/service/mediapackagev2/go_module_metadata.go b/service/mediapackagev2/go_module_metadata.go index 29ee51d7a6c..b3da3d9227e 100644 --- a/service/mediapackagev2/go_module_metadata.go +++ b/service/mediapackagev2/go_module_metadata.go @@ -3,4 +3,4 @@ package mediapackagev2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.3" +const goModuleVersion = "1.15.4" diff --git a/service/pipes/CHANGELOG.md b/service/pipes/CHANGELOG.md index 15cccc36ae7..b750cdf7f85 100644 --- a/service/pipes/CHANGELOG.md +++ b/service/pipes/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.0 (2024-09-10) + +* **Feature**: This release adds support for customer managed KMS keys in Amazon EventBridge Pipe + # v1.14.6 (2024-09-04) * No change notes available for this release. diff --git a/service/pipes/go_module_metadata.go b/service/pipes/go_module_metadata.go index 4903da979ca..1a4de0b5bdd 100644 --- a/service/pipes/go_module_metadata.go +++ b/service/pipes/go_module_metadata.go @@ -3,4 +3,4 @@ package pipes // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.6" +const goModuleVersion = "1.15.0" diff --git a/service/securityhub/CHANGELOG.md b/service/securityhub/CHANGELOG.md index 8eb2c5ad5aa..faf9c55f3cf 100644 --- a/service/securityhub/CHANGELOG.md +++ b/service/securityhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.52.3 (2024-09-10) + +* **Documentation**: Documentation update for Security Hub + # v1.52.2 (2024-09-04) * No change notes available for this release. diff --git a/service/securityhub/go_module_metadata.go b/service/securityhub/go_module_metadata.go index 778791c9b74..2b366aeea86 100644 --- a/service/securityhub/go_module_metadata.go +++ b/service/securityhub/go_module_metadata.go @@ -3,4 +3,4 @@ package securityhub // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.52.2" +const goModuleVersion = "1.52.3" diff --git a/service/workspacesweb/CHANGELOG.md b/service/workspacesweb/CHANGELOG.md index e0a3b0280d8..719433214ab 100644 --- a/service/workspacesweb/CHANGELOG.md +++ b/service/workspacesweb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.7 (2024-09-10) + +* No change notes available for this release. + # v1.21.6 (2024-09-04) * No change notes available for this release. diff --git a/service/workspacesweb/go_module_metadata.go b/service/workspacesweb/go_module_metadata.go index cedb0fb4e19..6057e59afcd 100644 --- a/service/workspacesweb/go_module_metadata.go +++ b/service/workspacesweb/go_module_metadata.go @@ -3,4 +3,4 @@ package workspacesweb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.6" +const goModuleVersion = "1.21.7"