diff --git a/.changelog/0c6a976673a4435eb303bb58c2654675.json b/.changelog/0c6a976673a4435eb303bb58c2654675.json deleted file mode 100644 index 9d6541a0829..00000000000 --- a/.changelog/0c6a976673a4435eb303bb58c2654675.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "0c6a9766-73a4-435e-b303-bb58c2654675", - "type": "documentation", - "description": "Added new map styles with satellite imagery for map resources using HERE as a data provider.", - "modules": [ - "service/location" - ] -} \ No newline at end of file diff --git a/.changelog/14204ab1603844e2b4658287498407fd.json b/.changelog/14204ab1603844e2b4658287498407fd.json deleted file mode 100644 index dd8c56cc3a8..00000000000 --- a/.changelog/14204ab1603844e2b4658287498407fd.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "14204ab1-6038-44e2-b465-8287498407fd", - "type": "feature", - "description": "This release adds support for six new resource types in IAM Access Analyzer to help you easily identify public and cross-account access to your AWS resources. Updated service API, documentation, and paginators.", - "modules": [ - "service/accessanalyzer" - ] -} \ No newline at end of file diff --git a/.changelog/4c7e1d7a0e45469a8b5ca857bfe220cd.json b/.changelog/4c7e1d7a0e45469a8b5ca857bfe220cd.json deleted file mode 100644 index b1b78550673..00000000000 --- a/.changelog/4c7e1d7a0e45469a8b5ca857bfe220cd.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "4c7e1d7a-0e45-469a-8b5c-a857bfe220cd", - "type": "feature", - "description": "This release adds new enums for supporting Workspaces Core features, including creating Manual running mode workspaces, importing regular Workspaces Core images and importing g4dn Workspaces Core images.", - "modules": [ - "service/workspaces" - ] -} \ No newline at end of file diff --git a/.changelog/c3204a3f5f8f4e9bb2b5ecb2536aca27.json b/.changelog/c3204a3f5f8f4e9bb2b5ecb2536aca27.json deleted file mode 100644 index ee820e43843..00000000000 --- a/.changelog/c3204a3f5f8f4e9bb2b5ecb2536aca27.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "c3204a3f-5f8f-4e9b-b2b5-ecb2536aca27", - "type": "feature", - "description": "This release is a documentation update", - "modules": [ - "service/mediatailor" - ] -} \ No newline at end of file diff --git a/.changelog/e34dd549d9a6497198756978aadb89c3.json b/.changelog/e34dd549d9a6497198756978aadb89c3.json deleted file mode 100644 index b58b0d996bd..00000000000 --- a/.changelog/e34dd549d9a6497198756978aadb89c3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "e34dd549-d9a6-4971-9875-6978aadb89c3", - "type": "feature", - "description": "Relational Database Service - This release adds support for exporting DB cluster data to Amazon S3.", - "modules": [ - "service/rds" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 56b641cf7b1..8bfc9b9ea8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# Release (2022-10-25) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/accessanalyzer`: [v1.17.0](service/accessanalyzer/CHANGELOG.md#v1170-2022-10-25) + * **Feature**: This release adds support for six new resource types in IAM Access Analyzer to help you easily identify public and cross-account access to your AWS resources. Updated service API, documentation, and paginators. +* `github.com/aws/aws-sdk-go-v2/service/location`: [v1.19.3](service/location/CHANGELOG.md#v1193-2022-10-25) + * **Documentation**: Added new map styles with satellite imagery for map resources using HERE as a data provider. +* `github.com/aws/aws-sdk-go-v2/service/mediatailor`: [v1.18.0](service/mediatailor/CHANGELOG.md#v1180-2022-10-25) + * **Feature**: This release is a documentation update +* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.27.0](service/rds/CHANGELOG.md#v1270-2022-10-25) + * **Feature**: Relational Database Service - This release adds support for exporting DB cluster data to Amazon S3. +* `github.com/aws/aws-sdk-go-v2/service/workspaces`: [v1.24.0](service/workspaces/CHANGELOG.md#v1240-2022-10-25) + * **Feature**: This release adds new enums for supporting Workspaces Core features, including creating Manual running mode workspaces, importing regular Workspaces Core images and importing g4dn Workspaces Core images. + # Release (2022-10-24) ## General Highlights diff --git a/service/accessanalyzer/CHANGELOG.md b/service/accessanalyzer/CHANGELOG.md index 89404ab2fc2..2703bea7a88 100644 --- a/service/accessanalyzer/CHANGELOG.md +++ b/service/accessanalyzer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.0 (2022-10-25) + +* **Feature**: This release adds support for six new resource types in IAM Access Analyzer to help you easily identify public and cross-account access to your AWS resources. Updated service API, documentation, and paginators. + # v1.16.2 (2022-10-24) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/accessanalyzer/go_module_metadata.go b/service/accessanalyzer/go_module_metadata.go index 3c7555615e9..d4b87a697c9 100644 --- a/service/accessanalyzer/go_module_metadata.go +++ b/service/accessanalyzer/go_module_metadata.go @@ -3,4 +3,4 @@ package accessanalyzer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.2" +const goModuleVersion = "1.17.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 824b38340dc..013dfecccd4 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -50,7 +50,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/health v1.15.22 github.com/aws/aws-sdk-go-v2/service/iam v1.18.22 github.com/aws/aws-sdk-go-v2/service/inspector v1.12.19 - github.com/aws/aws-sdk-go-v2/service/iot v1.29.3 + github.com/aws/aws-sdk-go-v2/service/iot v1.29.4 github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.21 github.com/aws/aws-sdk-go-v2/service/kms v1.18.15 github.com/aws/aws-sdk-go-v2/service/lambda v1.24.8 @@ -60,7 +60,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/opsworks v1.13.19 github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.11.20 github.com/aws/aws-sdk-go-v2/service/polly v1.18.2 - github.com/aws/aws-sdk-go-v2/service/rds v1.26.3 + github.com/aws/aws-sdk-go-v2/service/rds v1.27.0 github.com/aws/aws-sdk-go-v2/service/redshift v1.26.12 github.com/aws/aws-sdk-go-v2/service/rekognition v1.20.7 github.com/aws/aws-sdk-go-v2/service/route53 v1.22.4 @@ -85,7 +85,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/waf v1.11.19 github.com/aws/aws-sdk-go-v2/service/wafregional v1.12.20 github.com/aws/aws-sdk-go-v2/service/wafv2 v1.22.11 - github.com/aws/aws-sdk-go-v2/service/workspaces v1.23.2 + github.com/aws/aws-sdk-go-v2/service/workspaces v1.24.0 github.com/aws/smithy-go v1.13.4 github.com/google/go-cmp v0.5.8 ) diff --git a/service/iot/CHANGELOG.md b/service/iot/CHANGELOG.md index edb83c61999..9b105ece50b 100644 --- a/service/iot/CHANGELOG.md +++ b/service/iot/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.4 (2022-10-25) + +* No change notes available for this release. + # v1.29.3 (2022-10-24) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iot/go_module_metadata.go b/service/iot/go_module_metadata.go index 66ccf408d60..9a3d5a2270d 100644 --- a/service/iot/go_module_metadata.go +++ b/service/iot/go_module_metadata.go @@ -3,4 +3,4 @@ package iot // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.3" +const goModuleVersion = "1.29.4" diff --git a/service/iotdataplane/CHANGELOG.md b/service/iotdataplane/CHANGELOG.md index 99ed2ad9696..3799b0bd867 100644 --- a/service/iotdataplane/CHANGELOG.md +++ b/service/iotdataplane/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.18 (2022-10-25) + +* No change notes available for this release. + # v1.12.17 (2022-10-24) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotdataplane/go_module_metadata.go b/service/iotdataplane/go_module_metadata.go index 25ff3d6fb78..b510f65b684 100644 --- a/service/iotdataplane/go_module_metadata.go +++ b/service/iotdataplane/go_module_metadata.go @@ -3,4 +3,4 @@ package iotdataplane // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.17" +const goModuleVersion = "1.12.18" diff --git a/service/location/CHANGELOG.md b/service/location/CHANGELOG.md index 35d8a1a473b..0d981ccdd84 100644 --- a/service/location/CHANGELOG.md +++ b/service/location/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2022-10-25) + +* **Documentation**: Added new map styles with satellite imagery for map resources using HERE as a data provider. + # v1.19.2 (2022-10-24) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/location/go_module_metadata.go b/service/location/go_module_metadata.go index afb5d7f9bfe..0851c9a76bd 100644 --- a/service/location/go_module_metadata.go +++ b/service/location/go_module_metadata.go @@ -3,4 +3,4 @@ package location // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/mediatailor/CHANGELOG.md b/service/mediatailor/CHANGELOG.md index acf1e7092fc..9a7dd19a8d6 100644 --- a/service/mediatailor/CHANGELOG.md +++ b/service/mediatailor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.0 (2022-10-25) + +* **Feature**: This release is a documentation update + # v1.17.16 (2022-10-24) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediatailor/go_module_metadata.go b/service/mediatailor/go_module_metadata.go index c591633f02c..c0332e09132 100644 --- a/service/mediatailor/go_module_metadata.go +++ b/service/mediatailor/go_module_metadata.go @@ -3,4 +3,4 @@ package mediatailor // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.16" +const goModuleVersion = "1.18.0" diff --git a/service/ram/CHANGELOG.md b/service/ram/CHANGELOG.md index 712cdbcdf49..65e24b9ba2b 100644 --- a/service/ram/CHANGELOG.md +++ b/service/ram/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.24 (2022-10-25) + +* No change notes available for this release. + # v1.16.23 (2022-10-24) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ram/go_module_metadata.go b/service/ram/go_module_metadata.go index d80825a72b4..359dc712b36 100644 --- a/service/ram/go_module_metadata.go +++ b/service/ram/go_module_metadata.go @@ -3,4 +3,4 @@ package ram // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.23" +const goModuleVersion = "1.16.24" diff --git a/service/rds/CHANGELOG.md b/service/rds/CHANGELOG.md index 0daf0ea46bb..b1950509f9d 100644 --- a/service/rds/CHANGELOG.md +++ b/service/rds/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.0 (2022-10-25) + +* **Feature**: Relational Database Service - This release adds support for exporting DB cluster data to Amazon S3. + # v1.26.3 (2022-10-24) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rds/go_module_metadata.go b/service/rds/go_module_metadata.go index 18ce0a1a813..5d1da3f82f5 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.26.3" +const goModuleVersion = "1.27.0" diff --git a/service/wisdom/CHANGELOG.md b/service/wisdom/CHANGELOG.md index 00a9f5b714c..218fd3992e1 100644 --- a/service/wisdom/CHANGELOG.md +++ b/service/wisdom/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.3 (2022-10-25) + +* No change notes available for this release. + # v1.10.2 (2022-10-24) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/wisdom/go_module_metadata.go b/service/wisdom/go_module_metadata.go index 61d6a198a72..ee1fe38cf70 100644 --- a/service/wisdom/go_module_metadata.go +++ b/service/wisdom/go_module_metadata.go @@ -3,4 +3,4 @@ package wisdom // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.2" +const goModuleVersion = "1.10.3" diff --git a/service/workspaces/CHANGELOG.md b/service/workspaces/CHANGELOG.md index 59a27d62204..7d66bbaacd6 100644 --- a/service/workspaces/CHANGELOG.md +++ b/service/workspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.0 (2022-10-25) + +* **Feature**: This release adds new enums for supporting Workspaces Core features, including creating Manual running mode workspaces, importing regular Workspaces Core images and importing g4dn Workspaces Core images. + # v1.23.2 (2022-10-24) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workspaces/go_module_metadata.go b/service/workspaces/go_module_metadata.go index 5a1fea789fe..be66354e764 100644 --- a/service/workspaces/go_module_metadata.go +++ b/service/workspaces/go_module_metadata.go @@ -3,4 +3,4 @@ package workspaces // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.2" +const goModuleVersion = "1.24.0"