From e96ab829822e0dfe1e56cbb67c28c021e84a3655 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Fri, 25 Aug 2023 18:17:02 +0000 Subject: [PATCH] Release 2023-08-25 --- .changelog/3f7cbe56f62f48ea81616fa30f426280.json | 8 -------- .changelog/661388d366ed4d9ebeb4c98437577ae6.json | 8 -------- .changelog/bebe6d57df62408287224b0966f3da29.json | 8 -------- CHANGELOG.md | 8 ++++++++ service/cloudtrail/CHANGELOG.md | 4 ++++ service/cloudtrail/go_module_metadata.go | 2 +- service/cloudwatch/CHANGELOG.md | 4 ++++ service/cloudwatch/go_module_metadata.go | 2 +- service/fsx/CHANGELOG.md | 4 ++++ service/fsx/go_module_metadata.go | 2 +- service/guardduty/CHANGELOG.md | 4 ++++ service/guardduty/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 8 ++++---- service/pinpointemail/CHANGELOG.md | 4 ++++ service/pinpointemail/go_module_metadata.go | 2 +- service/s3outposts/CHANGELOG.md | 4 ++++ service/s3outposts/go_module_metadata.go | 2 +- service/servicequotas/CHANGELOG.md | 4 ++++ service/servicequotas/go_module_metadata.go | 2 +- service/ses/CHANGELOG.md | 4 ++++ service/ses/go_module_metadata.go | 2 +- service/sesv2/CHANGELOG.md | 4 ++++ service/sesv2/go_module_metadata.go | 2 +- 23 files changed, 57 insertions(+), 37 deletions(-) delete mode 100644 .changelog/3f7cbe56f62f48ea81616fa30f426280.json delete mode 100644 .changelog/661388d366ed4d9ebeb4c98437577ae6.json delete mode 100644 .changelog/bebe6d57df62408287224b0966f3da29.json diff --git a/.changelog/3f7cbe56f62f48ea81616fa30f426280.json b/.changelog/3f7cbe56f62f48ea81616fa30f426280.json deleted file mode 100644 index 0162f55afd2..00000000000 --- a/.changelog/3f7cbe56f62f48ea81616fa30f426280.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "3f7cbe56-f62f-48ea-8161-6fa30f426280", - "type": "documentation", - "description": "Doc-only update to get doc bug fixes into the SDK docs", - "modules": [ - "service/cloudwatch" - ] -} \ No newline at end of file diff --git a/.changelog/661388d366ed4d9ebeb4c98437577ae6.json b/.changelog/661388d366ed4d9ebeb4c98437577ae6.json deleted file mode 100644 index 9eb74d6a0b5..00000000000 --- a/.changelog/661388d366ed4d9ebeb4c98437577ae6.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "661388d3-66ed-4d9e-beb4-c98437577ae6", - "type": "feature", - "description": "Added protections to interacting with fields containing customer information.", - "modules": [ - "service/detective" - ] -} \ No newline at end of file diff --git a/.changelog/bebe6d57df62408287224b0966f3da29.json b/.changelog/bebe6d57df62408287224b0966f3da29.json deleted file mode 100644 index 4b662e074b1..00000000000 --- a/.changelog/bebe6d57df62408287224b0966f3da29.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "bebe6d57-df62-4082-8722-4b0966f3da29", - "type": "feature", - "description": "Add ThrottlingException with error code 429 to handle CloudTrail Delegated Admin request rate exceeded on organization resources.", - "modules": [ - "service/cloudtrail" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 49398add3c6..33e1bfc9d07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Release (2023-08-25) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/cloudtrail`: [v1.29.0](service/cloudtrail/CHANGELOG.md#v1290-2023-08-25) + * **Feature**: Add ThrottlingException with error code 429 to handle CloudTrail Delegated Admin request rate exceeded on organization resources. +* `github.com/aws/aws-sdk-go-v2/service/cloudwatch`: [v1.27.7](service/cloudwatch/CHANGELOG.md#v1277-2023-08-25) + * **Documentation**: Doc-only update to get doc bug fixes into the SDK docs + # Release (2023-08-24) ## Module Highlights diff --git a/service/cloudtrail/CHANGELOG.md b/service/cloudtrail/CHANGELOG.md index e524fb39f65..a35bc941cca 100644 --- a/service/cloudtrail/CHANGELOG.md +++ b/service/cloudtrail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.0 (2023-08-25) + +* **Feature**: Add ThrottlingException with error code 429 to handle CloudTrail Delegated Admin request rate exceeded on organization resources. + # v1.28.6 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudtrail/go_module_metadata.go b/service/cloudtrail/go_module_metadata.go index 8a56681cc24..7d94f2b90c1 100644 --- a/service/cloudtrail/go_module_metadata.go +++ b/service/cloudtrail/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudtrail // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.6" +const goModuleVersion = "1.29.0" diff --git a/service/cloudwatch/CHANGELOG.md b/service/cloudwatch/CHANGELOG.md index 13996b6b678..ccc321f9145 100644 --- a/service/cloudwatch/CHANGELOG.md +++ b/service/cloudwatch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.7 (2023-08-25) + +* **Documentation**: Doc-only update to get doc bug fixes into the SDK docs + # v1.27.6 (2023-08-21) * **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 c38f52be1af..6489b172075 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.6" +const goModuleVersion = "1.27.7" diff --git a/service/fsx/CHANGELOG.md b/service/fsx/CHANGELOG.md index 08b91e03bf5..a929156d4e8 100644 --- a/service/fsx/CHANGELOG.md +++ b/service/fsx/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.4 (2023-08-25) + +* No change notes available for this release. + # v1.32.3 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/fsx/go_module_metadata.go b/service/fsx/go_module_metadata.go index 5ef140d48ab..3a50069767b 100644 --- a/service/fsx/go_module_metadata.go +++ b/service/fsx/go_module_metadata.go @@ -3,4 +3,4 @@ package fsx // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.32.3" +const goModuleVersion = "1.32.4" diff --git a/service/guardduty/CHANGELOG.md b/service/guardduty/CHANGELOG.md index 0178373a3e9..42715a8b583 100644 --- a/service/guardduty/CHANGELOG.md +++ b/service/guardduty/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.4 (2023-08-25) + +* No change notes available for this release. + # v1.26.3 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/guardduty/go_module_metadata.go b/service/guardduty/go_module_metadata.go index dd798c148f2..8e67735ac4f 100644 --- a/service/guardduty/go_module_metadata.go +++ b/service/guardduty/go_module_metadata.go @@ -3,4 +3,4 @@ package guardduty // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.3" +const goModuleVersion = "1.26.4" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index c89b32ac8ab..dfeeb421b9d 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -15,8 +15,8 @@ require ( github.com/aws/aws-sdk-go-v2/service/cloudfront v1.28.5 github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.15.5 github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.15.5 - github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.28.6 - github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.27.6 + github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.29.0 + github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.27.7 github.com/aws/aws-sdk-go-v2/service/codebuild v1.21.5 github.com/aws/aws-sdk-go-v2/service/codecommit v1.16.1 github.com/aws/aws-sdk-go-v2/service/codedeploy v1.17.5 @@ -58,7 +58,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.13.5 github.com/aws/aws-sdk-go-v2/service/neptune v1.21.5 github.com/aws/aws-sdk-go-v2/service/opsworks v1.15.5 - github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.13.5 + github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.13.6 github.com/aws/aws-sdk-go-v2/service/polly v1.31.0 github.com/aws/aws-sdk-go-v2/service/rds v1.53.0 github.com/aws/aws-sdk-go-v2/service/redshift v1.29.5 @@ -70,7 +70,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/s3control v1.33.0 github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.21.3 github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.21.3 - github.com/aws/aws-sdk-go-v2/service/ses v1.16.6 + github.com/aws/aws-sdk-go-v2/service/ses v1.16.7 github.com/aws/aws-sdk-go-v2/service/sfn v1.19.5 github.com/aws/aws-sdk-go-v2/service/shield v1.19.5 github.com/aws/aws-sdk-go-v2/service/snowball v1.21.5 diff --git a/service/pinpointemail/CHANGELOG.md b/service/pinpointemail/CHANGELOG.md index 2ee91ddd4e6..9f92bcc96d9 100644 --- a/service/pinpointemail/CHANGELOG.md +++ b/service/pinpointemail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2023-08-25) + +* No change notes available for this release. + # v1.13.5 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpointemail/go_module_metadata.go b/service/pinpointemail/go_module_metadata.go index 3205548c61c..b2305f3fca6 100644 --- a/service/pinpointemail/go_module_metadata.go +++ b/service/pinpointemail/go_module_metadata.go @@ -3,4 +3,4 @@ package pinpointemail // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/s3outposts/CHANGELOG.md b/service/s3outposts/CHANGELOG.md index 70f7b31a166..fc94158f8d5 100644 --- a/service/s3outposts/CHANGELOG.md +++ b/service/s3outposts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.6 (2023-08-25) + +* No change notes available for this release. + # v1.17.5 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/s3outposts/go_module_metadata.go b/service/s3outposts/go_module_metadata.go index 3705b174751..cee7c9a87c9 100644 --- a/service/s3outposts/go_module_metadata.go +++ b/service/s3outposts/go_module_metadata.go @@ -3,4 +3,4 @@ package s3outposts // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.5" +const goModuleVersion = "1.17.6" diff --git a/service/servicequotas/CHANGELOG.md b/service/servicequotas/CHANGELOG.md index 1bcde8bd0c1..a62690bd5bc 100644 --- a/service/servicequotas/CHANGELOG.md +++ b/service/servicequotas/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.6 (2023-08-25) + +* No change notes available for this release. + # v1.15.5 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicequotas/go_module_metadata.go b/service/servicequotas/go_module_metadata.go index f4ba9d95764..d76fd82ce74 100644 --- a/service/servicequotas/go_module_metadata.go +++ b/service/servicequotas/go_module_metadata.go @@ -3,4 +3,4 @@ package servicequotas // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.5" +const goModuleVersion = "1.15.6" diff --git a/service/ses/CHANGELOG.md b/service/ses/CHANGELOG.md index 7f99d112568..d1d28593a74 100644 --- a/service/ses/CHANGELOG.md +++ b/service/ses/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.7 (2023-08-25) + +* No change notes available for this release. + # v1.16.6 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ses/go_module_metadata.go b/service/ses/go_module_metadata.go index e2dcf8fde40..3f094b610b1 100644 --- a/service/ses/go_module_metadata.go +++ b/service/ses/go_module_metadata.go @@ -3,4 +3,4 @@ package ses // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.6" +const goModuleVersion = "1.16.7" diff --git a/service/sesv2/CHANGELOG.md b/service/sesv2/CHANGELOG.md index a0f3359d928..e576d6415d5 100644 --- a/service/sesv2/CHANGELOG.md +++ b/service/sesv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.6 (2023-08-25) + +* No change notes available for this release. + # v1.19.5 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sesv2/go_module_metadata.go b/service/sesv2/go_module_metadata.go index 2a6ddc23064..f28db764f8a 100644 --- a/service/sesv2/go_module_metadata.go +++ b/service/sesv2/go_module_metadata.go @@ -3,4 +3,4 @@ package sesv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.19.5" +const goModuleVersion = "1.19.6"