From 7ad009a5d8d87c090c79d66e06d865795f994798 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Tue, 13 Dec 2022 19:20:58 +0000 Subject: [PATCH] Release 2022-12-13 --- .changelog/3a27c4e01f324659833af6218317451b.json | 8 -------- .changelog/6fd48e42c23a4ce7ab7186adc3bb9028.json | 8 -------- .changelog/71ba70b6f89a4b45aba345246828c814.json | 8 -------- CHANGELOG.md | 10 ++++++++++ service/cloudtrail/CHANGELOG.md | 4 ++++ service/cloudtrail/go_module_metadata.go | 2 +- service/guardduty/CHANGELOG.md | 4 ++++ service/guardduty/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 4 ++-- service/marketplaceentitlementservice/CHANGELOG.md | 4 ++++ .../go_module_metadata.go | 2 +- service/rbin/CHANGELOG.md | 4 ++++ service/rbin/go_module_metadata.go | 2 +- service/rds/CHANGELOG.md | 4 ++++ service/rds/go_module_metadata.go | 2 +- 15 files changed, 37 insertions(+), 31 deletions(-) delete mode 100644 .changelog/3a27c4e01f324659833af6218317451b.json delete mode 100644 .changelog/6fd48e42c23a4ce7ab7186adc3bb9028.json delete mode 100644 .changelog/71ba70b6f89a4b45aba345246828c814.json diff --git a/.changelog/3a27c4e01f324659833af6218317451b.json b/.changelog/3a27c4e01f324659833af6218317451b.json deleted file mode 100644 index f63bf4c67a2..00000000000 --- a/.changelog/3a27c4e01f324659833af6218317451b.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "3a27c4e0-1f32-4659-833a-f6218317451b", - "type": "bugfix", - "description": "Fixing a shape type in the marketplaceentitlementservice client", - "modules": [ - "service/marketplaceentitlementservice" - ] -} \ No newline at end of file diff --git a/.changelog/6fd48e42c23a4ce7ab7186adc3bb9028.json b/.changelog/6fd48e42c23a4ce7ab7186adc3bb9028.json deleted file mode 100644 index 1fa41b9edea..00000000000 --- a/.changelog/6fd48e42c23a4ce7ab7186adc3bb9028.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "6fd48e42-c23a-4ce7-ab71-86adc3bb9028", - "type": "feature", - "description": "Merging mainline branch for service model into mainline release branch. There are no new APIs.", - "modules": [ - "service/cloudtrail" - ] -} \ No newline at end of file diff --git a/.changelog/71ba70b6f89a4b45aba345246828c814.json b/.changelog/71ba70b6f89a4b45aba345246828c814.json deleted file mode 100644 index a34fe7c4228..00000000000 --- a/.changelog/71ba70b6f89a4b45aba345246828c814.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "71ba70b6-f89a-4b45-aba3-45246828c814", - "type": "feature", - "description": "This deployment adds ClientPasswordAuthType field to the Auth structure of the DBProxy.", - "modules": [ - "service/rds" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index dd6bf89ee4b..4020b139ea4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Release (2022-12-13) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/cloudtrail`: [v1.21.0](service/cloudtrail/CHANGELOG.md#v1210-2022-12-13) + * **Feature**: Merging mainline branch for service model into mainline release branch. There are no new APIs. +* `github.com/aws/aws-sdk-go-v2/service/marketplaceentitlementservice`: [v1.11.21](service/marketplaceentitlementservice/CHANGELOG.md#v11121-2022-12-13) + * **Bug Fix**: Fixing a shape type in the marketplaceentitlementservice client +* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.35.0](service/rds/CHANGELOG.md#v1350-2022-12-13) + * **Feature**: This deployment adds ClientPasswordAuthType field to the Auth structure of the DBProxy. + # Release (2022-12-12) ## Module Highlights diff --git a/service/cloudtrail/CHANGELOG.md b/service/cloudtrail/CHANGELOG.md index f5537ff9bf5..0a82718a265 100644 --- a/service/cloudtrail/CHANGELOG.md +++ b/service/cloudtrail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.0 (2022-12-13) + +* **Feature**: Merging mainline branch for service model into mainline release branch. There are no new APIs. + # v1.20.4 (2022-12-02) * **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 4cd307c6e36..9293d3fc66e 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.20.4" +const goModuleVersion = "1.21.0" diff --git a/service/guardduty/CHANGELOG.md b/service/guardduty/CHANGELOG.md index 7945022aed3..d7032ff229c 100644 --- a/service/guardduty/CHANGELOG.md +++ b/service/guardduty/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.4 (2022-12-13) + +* No change notes available for this release. + # v1.16.3 (2022-12-02) * **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 9310c2cd13d..dc54a0c4f31 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.16.3" +const goModuleVersion = "1.16.4" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 97ef08e0bbc..632142613e2 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -15,7 +15,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/cloudfront v1.22.0 github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.22 github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.13.20 - github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.20.4 + github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.21.0 github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.22.1 github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.20 github.com/aws/aws-sdk-go-v2/service/codecommit v1.13.20 @@ -60,7 +60,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/opsworks v1.13.20 github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.11.22 github.com/aws/aws-sdk-go-v2/service/polly v1.21.0 - github.com/aws/aws-sdk-go-v2/service/rds v1.34.0 + github.com/aws/aws-sdk-go-v2/service/rds v1.35.0 github.com/aws/aws-sdk-go-v2/service/redshift v1.26.17 github.com/aws/aws-sdk-go-v2/service/rekognition v1.22.0 github.com/aws/aws-sdk-go-v2/service/route53 v1.25.1 diff --git a/service/marketplaceentitlementservice/CHANGELOG.md b/service/marketplaceentitlementservice/CHANGELOG.md index 64d1179b4ff..8d2fc3348f3 100644 --- a/service/marketplaceentitlementservice/CHANGELOG.md +++ b/service/marketplaceentitlementservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.21 (2022-12-13) + +* **Bug Fix**: Fixing a shape type in the marketplaceentitlementservice client + # v1.11.20 (2022-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplaceentitlementservice/go_module_metadata.go b/service/marketplaceentitlementservice/go_module_metadata.go index a75f8db6518..826f23405b8 100644 --- a/service/marketplaceentitlementservice/go_module_metadata.go +++ b/service/marketplaceentitlementservice/go_module_metadata.go @@ -3,4 +3,4 @@ package marketplaceentitlementservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.20" +const goModuleVersion = "1.11.21" diff --git a/service/rbin/CHANGELOG.md b/service/rbin/CHANGELOG.md index f0834399a3c..ec40ad71dd5 100644 --- a/service/rbin/CHANGELOG.md +++ b/service/rbin/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.2 (2022-12-13) + +* No change notes available for this release. + # v1.7.1 (2022-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rbin/go_module_metadata.go b/service/rbin/go_module_metadata.go index b01bda0e162..aeba6fa198d 100644 --- a/service/rbin/go_module_metadata.go +++ b/service/rbin/go_module_metadata.go @@ -3,4 +3,4 @@ package rbin // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.1" +const goModuleVersion = "1.7.2" diff --git a/service/rds/CHANGELOG.md b/service/rds/CHANGELOG.md index 0d459a0c1a5..52cbefd6e9a 100644 --- a/service/rds/CHANGELOG.md +++ b/service/rds/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.35.0 (2022-12-13) + +* **Feature**: This deployment adds ClientPasswordAuthType field to the Auth structure of the DBProxy. + # v1.34.0 (2022-12-12) * **Feature**: Update the RDS API model to support copying option groups during the CopyDBSnapshot operation diff --git a/service/rds/go_module_metadata.go b/service/rds/go_module_metadata.go index 8ff704a02b4..5f1d3ad5ae5 100644 --- a/service/rds/go_module_metadata.go +++ b/service/rds/go_module_metadata.go @@ -3,4 +3,4 @@ package rds // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.0" +const goModuleVersion = "1.35.0"