diff --git a/.changelog/58bc4bc08fdc4715ae6b115784cd43b3.json b/.changelog/58bc4bc08fdc4715ae6b115784cd43b3.json deleted file mode 100644 index b5a61bc23ba..00000000000 --- a/.changelog/58bc4bc08fdc4715ae6b115784cd43b3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "58bc4bc0-8fdc-4715-ae6b-115784cd43b3", - "type": "documentation", - "description": "Update to remove sequenceToken as a required field in PutLogEvents calls.", - "modules": [ - "service/cloudwatchlogs" - ] -} \ No newline at end of file diff --git a/.changelog/84209f3f671245978af16b4293d1621e.json b/.changelog/84209f3f671245978af16b4293d1621e.json deleted file mode 100644 index 8de24e6c924..00000000000 --- a/.changelog/84209f3f671245978af16b4293d1621e.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "84209f3f-6712-4597-8af1-6b4293d1621e", - "type": "feature", - "description": "Adding support for QuickSetup Document Type in Systems Manager", - "modules": [ - "service/ssm" - ] -} \ No newline at end of file diff --git a/.changelog/a11cacfc5ec24c7b92c1d5fb8745814f.json b/.changelog/a11cacfc5ec24c7b92c1d5fb8745814f.json deleted file mode 100644 index 52cada00c30..00000000000 --- a/.changelog/a11cacfc5ec24c7b92c1d5fb8745814f.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "a11cacfc-5ec2-4c7b-92c1-d5fb8745814f", - "type": "feature", - "description": "Customers can now use the existing DescribeScalingActivities API to also see the detailed and machine-readable reasons for Application Auto Scaling not scaling their resources and, if needed, take the necessary corrective actions.", - "modules": [ - "service/applicationautoscaling" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 169be3388c7..26ac8563c62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Release (2023-01-04) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/applicationautoscaling`: [v1.16.0](service/applicationautoscaling/CHANGELOG.md#v1160-2023-01-04) + * **Feature**: Customers can now use the existing DescribeScalingActivities API to also see the detailed and machine-readable reasons for Application Auto Scaling not scaling their resources and, if needed, take the necessary corrective actions. +* `github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs`: [v1.17.4](service/cloudwatchlogs/CHANGELOG.md#v1174-2023-01-04) + * **Documentation**: Update to remove sequenceToken as a required field in PutLogEvents calls. +* `github.com/aws/aws-sdk-go-v2/service/ssm`: [v1.34.0](service/ssm/CHANGELOG.md#v1340-2023-01-04) + * **Feature**: Adding support for QuickSetup Document Type in Systems Manager + # Release (2023-01-03) ## Module Highlights diff --git a/service/applicationautoscaling/CHANGELOG.md b/service/applicationautoscaling/CHANGELOG.md index 5d09af2e7e2..619cc81d9a5 100644 --- a/service/applicationautoscaling/CHANGELOG.md +++ b/service/applicationautoscaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.0 (2023-01-04) + +* **Feature**: Customers can now use the existing DescribeScalingActivities API to also see the detailed and machine-readable reasons for Application Auto Scaling not scaling their resources and, if needed, take the necessary corrective actions. + # v1.15.25 (2022-12-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationautoscaling/go_module_metadata.go b/service/applicationautoscaling/go_module_metadata.go index c4f0bbfb719..22fa4510c93 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.15.25" +const goModuleVersion = "1.16.0" diff --git a/service/cloudwatchlogs/CHANGELOG.md b/service/cloudwatchlogs/CHANGELOG.md index 530e3953829..425897ff10f 100644 --- a/service/cloudwatchlogs/CHANGELOG.md +++ b/service/cloudwatchlogs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.4 (2023-01-04) + +* **Documentation**: Update to remove sequenceToken as a required field in PutLogEvents calls. + # v1.17.3 (2022-12-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudwatchlogs/go_module_metadata.go b/service/cloudwatchlogs/go_module_metadata.go index 97c41f0b049..d7e5ba67e60 100644 --- a/service/cloudwatchlogs/go_module_metadata.go +++ b/service/cloudwatchlogs/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudwatchlogs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.3" +const goModuleVersion = "1.17.4" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 08d4561b341..c06054a5384 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.7 github.com/aws/aws-sdk-go-v2/service/acm v1.16.5 github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.28 - github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.15.25 + github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.16.0 github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.14.13 github.com/aws/aws-sdk-go-v2/service/appstream v1.18.3 github.com/aws/aws-sdk-go-v2/service/athena v1.21.0 @@ -77,7 +77,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/snowball v1.16.4 github.com/aws/aws-sdk-go-v2/service/sns v1.18.8 github.com/aws/aws-sdk-go-v2/service/sqs v1.19.17 - github.com/aws/aws-sdk-go-v2/service/ssm v1.33.4 + github.com/aws/aws-sdk-go-v2/service/ssm v1.34.0 github.com/aws/aws-sdk-go-v2/service/sts v1.17.7 github.com/aws/aws-sdk-go-v2/service/support v1.13.22 github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.14.8 diff --git a/service/ssm/CHANGELOG.md b/service/ssm/CHANGELOG.md index e84f55eabfa..19bbb846a4c 100644 --- a/service/ssm/CHANGELOG.md +++ b/service/ssm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.0 (2023-01-04) + +* **Feature**: Adding support for QuickSetup Document Type in Systems Manager + # v1.33.4 (2022-12-21) * **Documentation**: Doc-only updates for December 2022. diff --git a/service/ssm/go_module_metadata.go b/service/ssm/go_module_metadata.go index 6b7fa497337..190161a467b 100644 --- a/service/ssm/go_module_metadata.go +++ b/service/ssm/go_module_metadata.go @@ -3,4 +3,4 @@ package ssm // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.4" +const goModuleVersion = "1.34.0"