diff --git a/.changelog/12ce1f3f4bfb47fbbc1338f00acacf2b.json b/.changelog/12ce1f3f4bfb47fbbc1338f00acacf2b.json deleted file mode 100644 index e578d0eb9a5..00000000000 --- a/.changelog/12ce1f3f4bfb47fbbc1338f00acacf2b.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "12ce1f3f-4bfb-47fb-bc13-38f00acacf2b", - "type": "feature", - "description": "S3 On Outposts added support for endpoint status, and a failed endpoint reason, if any", - "modules": [ - "service/s3outposts" - ] -} \ No newline at end of file diff --git a/.changelog/8f0fec72fe3f411d9c589730bd2668af.json b/.changelog/8f0fec72fe3f411d9c589730bd2668af.json deleted file mode 100644 index 86b5116e7fe..00000000000 --- a/.changelog/8f0fec72fe3f411d9c589730bd2668af.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "8f0fec72-fe3f-411d-9c58-9730bd2668af", - "type": "feature", - "description": "With this release customers can now tag their Application Auto Scaling registered targets with key-value pairs and manage IAM permissions for all the tagged resources centrally.", - "modules": [ - "service/applicationautoscaling" - ] -} \ No newline at end of file diff --git a/.changelog/9a0c736fbea043059a7b2877e36ce7b3.json b/.changelog/9a0c736fbea043059a7b2877e36ce7b3.json deleted file mode 100644 index bf67abf7d39..00000000000 --- a/.changelog/9a0c736fbea043059a7b2877e36ce7b3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "9a0c736f-bea0-4305-9a7b-2877e36ce7b3", - "type": "feature", - "description": "This release adds a new API, SearchResources, which enable users to search through metadata and content of folders, documents, document versions and comments in a WorkDocs site.", - "modules": [ - "service/workdocs" - ] -} \ No newline at end of file diff --git a/.changelog/9be6c41af61c4ae6a635932c97ad51ef.json b/.changelog/9be6c41af61c4ae6a635932c97ad51ef.json deleted file mode 100644 index 251609d6667..00000000000 --- a/.changelog/9be6c41af61c4ae6a635932c97ad51ef.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "9be6c41a-f61c-4ae6-a635-932c97ad51ef", - "type": "feature", - "description": "This release makes following few changes. db-cluster-identifier is now a required parameter of create-db-instance. describe-db-cluster will now return PendingModifiedValues and GlobalClusterIdentifier fields in the response.", - "modules": [ - "service/neptune" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index afca77a2963..c2962d4a4d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# Release (2023-03-20) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/applicationautoscaling`: [v1.19.0](service/applicationautoscaling/CHANGELOG.md#v1190-2023-03-20) + * **Feature**: With this release customers can now tag their Application Auto Scaling registered targets with key-value pairs and manage IAM permissions for all the tagged resources centrally. +* `github.com/aws/aws-sdk-go-v2/service/neptune`: [v1.20.0](service/neptune/CHANGELOG.md#v1200-2023-03-20) + * **Feature**: This release makes following few changes. db-cluster-identifier is now a required parameter of create-db-instance. describe-db-cluster will now return PendingModifiedValues and GlobalClusterIdentifier fields in the response. +* `github.com/aws/aws-sdk-go-v2/service/s3outposts`: [v1.16.0](service/s3outposts/CHANGELOG.md#v1160-2023-03-20) + * **Feature**: S3 On Outposts added support for endpoint status, and a failed endpoint reason, if any +* `github.com/aws/aws-sdk-go-v2/service/workdocs`: [v1.14.0](service/workdocs/CHANGELOG.md#v1140-2023-03-20) + * **Feature**: This release adds a new API, SearchResources, which enable users to search through metadata and content of folders, documents, document versions and comments in a WorkDocs site. + # Release (2023-03-17) ## Module Highlights diff --git a/service/applicationautoscaling/CHANGELOG.md b/service/applicationautoscaling/CHANGELOG.md index ffc5468e7d5..a0a2f259447 100644 --- a/service/applicationautoscaling/CHANGELOG.md +++ b/service/applicationautoscaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.0 (2023-03-20) + +* **Feature**: With this release customers can now tag their Application Auto Scaling registered targets with key-value pairs and manage IAM permissions for all the tagged resources centrally. + # v1.18.0 (2023-03-14) * **Feature**: Application Auto Scaling customers can now use mathematical functions to customize the metric used with Target Tracking policies within the policy configuration itself, saving the cost and effort of publishing the customizations as a separate metric. diff --git a/service/applicationautoscaling/go_module_metadata.go b/service/applicationautoscaling/go_module_metadata.go index 5583a19a75c..8ebdc1f716b 100644 --- a/service/applicationautoscaling/go_module_metadata.go +++ b/service/applicationautoscaling/go_module_metadata.go @@ -3,4 +3,4 @@ package applicationautoscaling // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.0" +const goModuleVersion = "1.19.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 2edc68ea103..315bff1f50c 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -5,7 +5,7 @@ require ( github.com/aws/aws-sdk-go-v2/config v1.18.18 github.com/aws/aws-sdk-go-v2/service/acm v1.17.6 github.com/aws/aws-sdk-go-v2/service/apigateway v1.16.6 - github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.18.0 + github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.19.0 github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.15.5 github.com/aws/aws-sdk-go-v2/service/appstream v1.20.5 github.com/aws/aws-sdk-go-v2/service/athena v1.23.1 @@ -56,7 +56,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/lambda v1.30.1 github.com/aws/aws-sdk-go-v2/service/lightsail v1.26.1 github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.12.5 - github.com/aws/aws-sdk-go-v2/service/neptune v1.19.5 + github.com/aws/aws-sdk-go-v2/service/neptune v1.20.0 github.com/aws/aws-sdk-go-v2/service/opsworks v1.14.5 github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.12.5 github.com/aws/aws-sdk-go-v2/service/polly v1.25.4 diff --git a/service/neptune/CHANGELOG.md b/service/neptune/CHANGELOG.md index a368211d128..b9e7d89f0a3 100644 --- a/service/neptune/CHANGELOG.md +++ b/service/neptune/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.0 (2023-03-20) + +* **Feature**: This release makes following few changes. db-cluster-identifier is now a required parameter of create-db-instance. describe-db-cluster will now return PendingModifiedValues and GlobalClusterIdentifier fields in the response. + # v1.19.5 (2023-03-10) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/neptune/go_module_metadata.go b/service/neptune/go_module_metadata.go index 0df115ffb79..551e96d525c 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.19.5" +const goModuleVersion = "1.20.0" diff --git a/service/s3outposts/CHANGELOG.md b/service/s3outposts/CHANGELOG.md index 844ba3a3ab5..e5a4470737c 100644 --- a/service/s3outposts/CHANGELOG.md +++ b/service/s3outposts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.0 (2023-03-20) + +* **Feature**: S3 On Outposts added support for endpoint status, and a failed endpoint reason, if any + # v1.15.1 (2023-03-10) * **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 8b529f41add..0714d2a72f2 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.15.1" +const goModuleVersion = "1.16.0" diff --git a/service/transfer/CHANGELOG.md b/service/transfer/CHANGELOG.md index eeefd0fde3d..bff216d84bf 100644 --- a/service/transfer/CHANGELOG.md +++ b/service/transfer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.7 (2023-03-20) + +* No change notes available for this release. + # v1.28.6 (2023-03-10) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/transfer/go_module_metadata.go b/service/transfer/go_module_metadata.go index 94f044f165b..0561cdbe4cd 100644 --- a/service/transfer/go_module_metadata.go +++ b/service/transfer/go_module_metadata.go @@ -3,4 +3,4 @@ package transfer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.6" +const goModuleVersion = "1.28.7" diff --git a/service/workdocs/CHANGELOG.md b/service/workdocs/CHANGELOG.md index fb28c70db57..51963b25998 100644 --- a/service/workdocs/CHANGELOG.md +++ b/service/workdocs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.0 (2023-03-20) + +* **Feature**: This release adds a new API, SearchResources, which enable users to search through metadata and content of folders, documents, document versions and comments in a WorkDocs site. + # v1.13.6 (2023-03-10) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workdocs/go_module_metadata.go b/service/workdocs/go_module_metadata.go index 3aeee90a140..1590785230e 100644 --- a/service/workdocs/go_module_metadata.go +++ b/service/workdocs/go_module_metadata.go @@ -3,4 +3,4 @@ package workdocs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.6" +const goModuleVersion = "1.14.0"