From 7e3d8512b65ec76e09775a41a65536e61fcb2cd7 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Mon, 11 Dec 2023 19:24:51 +0000 Subject: [PATCH] Release 2023-12-11 --- .changelog/27551955cf234172a39250ab04e5c0c9.json | 8 -------- .changelog/b83c68720f6c4d9b8383d5dc3a673b47.json | 8 -------- .changelog/e7c1b400f3a842b7abe8c88555fe8064.json | 8 -------- CHANGELOG.md | 10 ++++++++++ service/internal/integrationtest/go.mod | 2 +- service/neptune/CHANGELOG.md | 4 ++++ service/neptune/go_module_metadata.go | 2 +- service/pinpoint/CHANGELOG.md | 4 ++++ service/pinpoint/go_module_metadata.go | 2 +- service/securityhub/CHANGELOG.md | 4 ++++ service/securityhub/go_module_metadata.go | 2 +- 11 files changed, 26 insertions(+), 28 deletions(-) delete mode 100644 .changelog/27551955cf234172a39250ab04e5c0c9.json delete mode 100644 .changelog/b83c68720f6c4d9b8383d5dc3a673b47.json delete mode 100644 .changelog/e7c1b400f3a842b7abe8c88555fe8064.json diff --git a/.changelog/27551955cf234172a39250ab04e5c0c9.json b/.changelog/27551955cf234172a39250ab04e5c0c9.json deleted file mode 100644 index 1a38e64fc8d..00000000000 --- a/.changelog/27551955cf234172a39250ab04e5c0c9.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "27551955-cf23-4172-a392-50ab04e5c0c9", - "type": "feature", - "description": "Added new resource detail objects to ASFF, including resources for AwsDynamoDbTable, AwsEc2ClientVpnEndpoint, AwsMskCluster, AwsS3AccessPoint, AwsS3Bucket", - "modules": [ - "service/securityhub" - ] -} \ No newline at end of file diff --git a/.changelog/b83c68720f6c4d9b8383d5dc3a673b47.json b/.changelog/b83c68720f6c4d9b8383d5dc3a673b47.json deleted file mode 100644 index 768f0c1b274..00000000000 --- a/.changelog/b83c68720f6c4d9b8383d5dc3a673b47.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b83c6872-0f6c-4d9b-8383-d5dc3a673b47", - "type": "feature", - "description": "This release adds a new parameter configuration setting to the Neptune cluster related APIs that can be leveraged to switch between the underlying supported storage modes.", - "modules": [ - "service/neptune" - ] -} \ No newline at end of file diff --git a/.changelog/e7c1b400f3a842b7abe8c88555fe8064.json b/.changelog/e7c1b400f3a842b7abe8c88555fe8064.json deleted file mode 100644 index 0108ee7de8c..00000000000 --- a/.changelog/e7c1b400f3a842b7abe8c88555fe8064.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "e7c1b400-f3a8-42b7-abe8-c88555fe8064", - "type": "documentation", - "description": "This release includes Amazon Pinpoint API documentation updates pertaining to campaign message sending rate limits.", - "modules": [ - "service/pinpoint" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db6f3421ca..71fe135a776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Release (2023-12-11) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/neptune`: [v1.28.0](service/neptune/CHANGELOG.md#v1280-2023-12-11) + * **Feature**: This release adds a new parameter configuration setting to the Neptune cluster related APIs that can be leveraged to switch between the underlying supported storage modes. +* `github.com/aws/aws-sdk-go-v2/service/pinpoint`: [v1.26.6](service/pinpoint/CHANGELOG.md#v1266-2023-12-11) + * **Documentation**: This release includes Amazon Pinpoint API documentation updates pertaining to campaign message sending rate limits. +* `github.com/aws/aws-sdk-go-v2/service/securityhub`: [v1.44.0](service/securityhub/CHANGELOG.md#v1440-2023-12-11) + * **Feature**: Added new resource detail objects to ASFF, including resources for AwsDynamoDbTable, AwsEc2ClientVpnEndpoint, AwsMskCluster, AwsS3AccessPoint, AwsS3Bucket + # Release (2023-12-08) ## General Highlights diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 6a05dc6f45c..23fe8c03627 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -57,7 +57,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/lambda v1.49.5 github.com/aws/aws-sdk-go-v2/service/lightsail v1.32.5 github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.18.5 - github.com/aws/aws-sdk-go-v2/service/neptune v1.27.5 + github.com/aws/aws-sdk-go-v2/service/neptune v1.28.0 github.com/aws/aws-sdk-go-v2/service/opsworks v1.19.5 github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.17.5 github.com/aws/aws-sdk-go-v2/service/polly v1.36.5 diff --git a/service/neptune/CHANGELOG.md b/service/neptune/CHANGELOG.md index 0483d38be65..6ce0819e779 100644 --- a/service/neptune/CHANGELOG.md +++ b/service/neptune/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.0 (2023-12-11) + +* **Feature**: This release adds a new parameter configuration setting to the Neptune cluster related APIs that can be leveraged to switch between the underlying supported storage modes. + # v1.27.5 (2023-12-08) * **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein. diff --git a/service/neptune/go_module_metadata.go b/service/neptune/go_module_metadata.go index 66539a0d96d..9522a00bb11 100644 --- a/service/neptune/go_module_metadata.go +++ b/service/neptune/go_module_metadata.go @@ -3,4 +3,4 @@ package neptune // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.5" +const goModuleVersion = "1.28.0" diff --git a/service/pinpoint/CHANGELOG.md b/service/pinpoint/CHANGELOG.md index 810ffe89ad7..9debf96a0cf 100644 --- a/service/pinpoint/CHANGELOG.md +++ b/service/pinpoint/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.6 (2023-12-11) + +* **Documentation**: This release includes Amazon Pinpoint API documentation updates pertaining to campaign message sending rate limits. + # v1.26.5 (2023-12-08) * **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein. diff --git a/service/pinpoint/go_module_metadata.go b/service/pinpoint/go_module_metadata.go index 9db420bda09..6341d48bcd6 100644 --- a/service/pinpoint/go_module_metadata.go +++ b/service/pinpoint/go_module_metadata.go @@ -3,4 +3,4 @@ package pinpoint // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.5" +const goModuleVersion = "1.26.6" diff --git a/service/securityhub/CHANGELOG.md b/service/securityhub/CHANGELOG.md index 899111dc198..0c58dc28ddc 100644 --- a/service/securityhub/CHANGELOG.md +++ b/service/securityhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.44.0 (2023-12-11) + +* **Feature**: Added new resource detail objects to ASFF, including resources for AwsDynamoDbTable, AwsEc2ClientVpnEndpoint, AwsMskCluster, AwsS3AccessPoint, AwsS3Bucket + # v1.43.5 (2023-12-08) * **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein. diff --git a/service/securityhub/go_module_metadata.go b/service/securityhub/go_module_metadata.go index 2e53b6b772f..e4ef7c7adeb 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.43.5" +const goModuleVersion = "1.44.0"