diff --git a/.changelog/3aabe388aee747c1967f12a8661216f4.json b/.changelog/3aabe388aee747c1967f12a8661216f4.json deleted file mode 100644 index df6fbeb4f0b..00000000000 --- a/.changelog/3aabe388aee747c1967f12a8661216f4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "3aabe388-aee7-47c1-967f-12a8661216f4", - "type": "feature", - "description": "Add support for customizing time zone for backup window in backup plan rules.", - "modules": [ - "service/backup" - ] -} \ No newline at end of file diff --git a/.changelog/6769be65b7c54288b67b2b5037ad36cc.json b/.changelog/6769be65b7c54288b67b2b5037ad36cc.json deleted file mode 100644 index f7a6e78b4ee..00000000000 --- a/.changelog/6769be65b7c54288b67b2b5037ad36cc.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "6769be65-b7c5-4288-b67b-2b5037ad36cc", - "type": "feature", - "description": "This release enables AWS Compute Optimizer to analyze and generate licensing optimization recommendations for sql server running on EC2 instances.", - "modules": [ - "service/computeoptimizer" - ] -} \ No newline at end of file diff --git a/.changelog/7d7d45794fe944ceb04e9b822531a5a9.json b/.changelog/7d7d45794fe944ceb04e9b822531a5a9.json deleted file mode 100644 index 7dad1b950d9..00000000000 --- a/.changelog/7d7d45794fe944ceb04e9b822531a5a9.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "7d7d4579-4fe9-44ce-b04e-9b822531a5a9", - "type": "documentation", - "description": "Documentation updates for permissions and links.", - "modules": [ - "service/organizations" - ] -} \ No newline at end of file diff --git a/.changelog/872a1cad6c9344c1892d83dff75bb940.json b/.changelog/872a1cad6c9344c1892d83dff75bb940.json deleted file mode 100644 index ab4781cc94f..00000000000 --- a/.changelog/872a1cad6c9344c1892d83dff75bb940.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "872a1cad-6c93-44c1-892d-83dff75bb940", - "type": "feature", - "description": "Service Quotas now supports viewing the applied quota value and requesting a quota increase for a specific resource in an AWS account.", - "modules": [ - "service/servicequotas" - ] -} \ No newline at end of file diff --git a/.changelog/d618e4098cb64fd98ff782f691f9069f.json b/.changelog/d618e4098cb64fd98ff782f691f9069f.json deleted file mode 100644 index 1cebcb7a635..00000000000 --- a/.changelog/d618e4098cb64fd98ff782f691f9069f.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "d618e409-8cb6-4fd9-8ff7-82f691f9069f", - "type": "feature", - "description": "Remove incorrect regex enforcement on pagination tokens.", - "modules": [ - "service/securitylake" - ] -} \ No newline at end of file diff --git a/.changelog/ecc9d0f047fb4850b9e77941b131c5e5.json b/.changelog/ecc9d0f047fb4850b9e77941b131c5e5.json deleted file mode 100644 index 4a304039acf..00000000000 --- a/.changelog/ecc9d0f047fb4850b9e77941b131c5e5.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "ecc9d0f0-47fb-4850-b9e7-7941b131c5e5", - "type": "feature", - "description": "WorkSpaces Web now enables Admins to configure which cookies are synchronized from an end-user's local browser to the in-session browser. In conjunction with a browser extension, this feature enables enhanced Single-Sign On capability by reducing the number of times an end-user has to authenticate.", - "modules": [ - "service/workspacesweb" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 33e1bfc9d07..e47c95a8185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# Release (2023-08-28) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/backup`: [v1.25.0](service/backup/CHANGELOG.md#v1250-2023-08-28) + * **Feature**: Add support for customizing time zone for backup window in backup plan rules. +* `github.com/aws/aws-sdk-go-v2/service/computeoptimizer`: [v1.26.0](service/computeoptimizer/CHANGELOG.md#v1260-2023-08-28) + * **Feature**: This release enables AWS Compute Optimizer to analyze and generate licensing optimization recommendations for sql server running on EC2 instances. +* `github.com/aws/aws-sdk-go-v2/service/organizations`: [v1.20.6](service/organizations/CHANGELOG.md#v1206-2023-08-28) + * **Documentation**: Documentation updates for permissions and links. +* `github.com/aws/aws-sdk-go-v2/service/securitylake`: [v1.7.0](service/securitylake/CHANGELOG.md#v170-2023-08-28) + * **Feature**: Remove incorrect regex enforcement on pagination tokens. +* `github.com/aws/aws-sdk-go-v2/service/servicequotas`: [v1.16.0](service/servicequotas/CHANGELOG.md#v1160-2023-08-28) + * **Feature**: Service Quotas now supports viewing the applied quota value and requesting a quota increase for a specific resource in an AWS account. +* `github.com/aws/aws-sdk-go-v2/service/workspacesweb`: [v1.12.0](service/workspacesweb/CHANGELOG.md#v1120-2023-08-28) + * **Feature**: WorkSpaces Web now enables Admins to configure which cookies are synchronized from an end-user's local browser to the in-session browser. In conjunction with a browser extension, this feature enables enhanced Single-Sign On capability by reducing the number of times an end-user has to authenticate. + # Release (2023-08-25) ## Module Highlights diff --git a/service/appmesh/CHANGELOG.md b/service/appmesh/CHANGELOG.md index 4c2f4ad964d..afa76dfeea5 100644 --- a/service/appmesh/CHANGELOG.md +++ b/service/appmesh/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.6 (2023-08-28) + +* No change notes available for this release. + # v1.18.5 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appmesh/go_module_metadata.go b/service/appmesh/go_module_metadata.go index 1c69ce372e3..c6b15cd4977 100644 --- a/service/appmesh/go_module_metadata.go +++ b/service/appmesh/go_module_metadata.go @@ -3,4 +3,4 @@ package appmesh // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.5" +const goModuleVersion = "1.18.6" diff --git a/service/backup/CHANGELOG.md b/service/backup/CHANGELOG.md index 5b36df69681..4f0a185f256 100644 --- a/service/backup/CHANGELOG.md +++ b/service/backup/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.0 (2023-08-28) + +* **Feature**: Add support for customizing time zone for backup window in backup plan rules. + # v1.24.4 (2023-08-23) * No change notes available for this release. diff --git a/service/backup/go_module_metadata.go b/service/backup/go_module_metadata.go index e636bf2a249..4478df85d09 100644 --- a/service/backup/go_module_metadata.go +++ b/service/backup/go_module_metadata.go @@ -3,4 +3,4 @@ package backup // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.4" +const goModuleVersion = "1.25.0" diff --git a/service/computeoptimizer/CHANGELOG.md b/service/computeoptimizer/CHANGELOG.md index 468a45feb59..cda3881f675 100644 --- a/service/computeoptimizer/CHANGELOG.md +++ b/service/computeoptimizer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.0 (2023-08-28) + +* **Feature**: This release enables AWS Compute Optimizer to analyze and generate licensing optimization recommendations for sql server running on EC2 instances. + # v1.25.5 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/computeoptimizer/go_module_metadata.go b/service/computeoptimizer/go_module_metadata.go index 72839ec8863..610871d61fd 100644 --- a/service/computeoptimizer/go_module_metadata.go +++ b/service/computeoptimizer/go_module_metadata.go @@ -3,4 +3,4 @@ package computeoptimizer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.5" +const goModuleVersion = "1.26.0" diff --git a/service/detective/CHANGELOG.md b/service/detective/CHANGELOG.md index d4a562c2b56..b4278a73ffb 100644 --- a/service/detective/CHANGELOG.md +++ b/service/detective/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.4 (2023-08-28) + +* No change notes available for this release. + # v1.21.3 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/detective/go_module_metadata.go b/service/detective/go_module_metadata.go index 6b9480f0208..fd4f6be8df1 100644 --- a/service/detective/go_module_metadata.go +++ b/service/detective/go_module_metadata.go @@ -3,4 +3,4 @@ package detective // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.3" +const goModuleVersion = "1.21.4" diff --git a/service/organizations/CHANGELOG.md b/service/organizations/CHANGELOG.md index 5604b97082c..6cfb1976d6c 100644 --- a/service/organizations/CHANGELOG.md +++ b/service/organizations/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.6 (2023-08-28) + +* **Documentation**: Documentation updates for permissions and links. + # v1.20.5 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/organizations/go_module_metadata.go b/service/organizations/go_module_metadata.go index d5108ddd55f..763e7e04e3e 100644 --- a/service/organizations/go_module_metadata.go +++ b/service/organizations/go_module_metadata.go @@ -3,4 +3,4 @@ package organizations // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.5" +const goModuleVersion = "1.20.6" diff --git a/service/securitylake/CHANGELOG.md b/service/securitylake/CHANGELOG.md index d5ac4a8efb5..e57a3f412f9 100644 --- a/service/securitylake/CHANGELOG.md +++ b/service/securitylake/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.0 (2023-08-28) + +* **Feature**: Remove incorrect regex enforcement on pagination tokens. + # v1.6.5 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/securitylake/go_module_metadata.go b/service/securitylake/go_module_metadata.go index 089522e0fb8..3ecac333e5b 100644 --- a/service/securitylake/go_module_metadata.go +++ b/service/securitylake/go_module_metadata.go @@ -3,4 +3,4 @@ package securitylake // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.5" +const goModuleVersion = "1.7.0" diff --git a/service/servicequotas/CHANGELOG.md b/service/servicequotas/CHANGELOG.md index a62690bd5bc..af90aa95fc3 100644 --- a/service/servicequotas/CHANGELOG.md +++ b/service/servicequotas/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.0 (2023-08-28) + +* **Feature**: Service Quotas now supports viewing the applied quota value and requesting a quota increase for a specific resource in an AWS account. + # v1.15.6 (2023-08-25) * No change notes available for this release. diff --git a/service/servicequotas/go_module_metadata.go b/service/servicequotas/go_module_metadata.go index d76fd82ce74..7d34f05575a 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.6" +const goModuleVersion = "1.16.0" diff --git a/service/workspacesweb/CHANGELOG.md b/service/workspacesweb/CHANGELOG.md index f08c4b4fd5a..ad47df8d835 100644 --- a/service/workspacesweb/CHANGELOG.md +++ b/service/workspacesweb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.0 (2023-08-28) + +* **Feature**: WorkSpaces Web now enables Admins to configure which cookies are synchronized from an end-user's local browser to the in-session browser. In conjunction with a browser extension, this feature enables enhanced Single-Sign On capability by reducing the number of times an end-user has to authenticate. + # v1.11.5 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workspacesweb/go_module_metadata.go b/service/workspacesweb/go_module_metadata.go index a3c1f171f6f..431dd4b9b0b 100644 --- a/service/workspacesweb/go_module_metadata.go +++ b/service/workspacesweb/go_module_metadata.go @@ -3,4 +3,4 @@ package workspacesweb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.5" +const goModuleVersion = "1.12.0"