diff --git a/.changelog/3baab5dc1e2e42e78e6d30820ea4d04f.json b/.changelog/3baab5dc1e2e42e78e6d30820ea4d04f.json deleted file mode 100644 index 184d7d3d526..00000000000 --- a/.changelog/3baab5dc1e2e42e78e6d30820ea4d04f.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "3baab5dc-1e2e-42e7-8e6d-30820ea4d04f", - "type": "feature", - "description": "This is release adds support for Amazon VPC Reachability Analyzer to analyze path through a Transit Gateway.", - "modules": [ - "service/ec2" - ] -} \ No newline at end of file diff --git a/.changelog/5babe442c5184946957231dbaa8b38f7.json b/.changelog/5babe442c5184946957231dbaa8b38f7.json deleted file mode 100644 index d9f85b898ab..00000000000 --- a/.changelog/5babe442c5184946957231dbaa8b38f7.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "5babe442-c518-4946-9572-31dbaa8b38f7", - "type": "feature", - "description": "This Patch Manager release supports creating, updating, and deleting Patch Baselines for Rocky Linux OS.", - "modules": [ - "service/ssm" - ] -} \ No newline at end of file diff --git a/.changelog/a0d2cef242c141ba9898d8488589ccbd.json b/.changelog/a0d2cef242c141ba9898d8488589ccbd.json deleted file mode 100644 index 9f2ae1997d8..00000000000 --- a/.changelog/a0d2cef242c141ba9898d8488589ccbd.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "a0d2cef2-42c1-41ba-9898-d8488589ccbd", - "type": "feature", - "description": "Bug Fix: Fixed a bug where shapes were marked as unboxed and were not serialized and sent over the wire, causing an API error from the service.", - "modules": [ - "service/batch" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c922164fd..5c213db6cf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Release (2022-03-25) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/batch`: [v1.17.0](service/batch/CHANGELOG.md#v1170-2022-03-25) + * **Feature**: Bug Fix: Fixed a bug where shapes were marked as unboxed and were not serialized and sent over the wire, causing an API error from the service. +* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.33.0](service/ec2/CHANGELOG.md#v1330-2022-03-25) + * **Feature**: This is release adds support for Amazon VPC Reachability Analyzer to analyze path through a Transit Gateway. +* `github.com/aws/aws-sdk-go-v2/service/ssm`: [v1.24.0](service/ssm/CHANGELOG.md#v1240-2022-03-25) + * **Feature**: This Patch Manager release supports creating, updating, and deleting Patch Baselines for Rocky Linux OS. + # Release (2022-03-24) ## General Highlights diff --git a/service/batch/CHANGELOG.md b/service/batch/CHANGELOG.md index 9556954ba45..fec22b7faaf 100644 --- a/service/batch/CHANGELOG.md +++ b/service/batch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.0 (2022-03-25) + +* **Feature**: Bug Fix: Fixed a bug where shapes were marked as unboxed and were not serialized and sent over the wire, causing an API error from the service. + # v1.16.2 (2022-03-24) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/batch/go_module_metadata.go b/service/batch/go_module_metadata.go index bd13f99c206..3c66884c8b2 100644 --- a/service/batch/go_module_metadata.go +++ b/service/batch/go_module_metadata.go @@ -3,4 +3,4 @@ package batch // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.2" +const goModuleVersion = "1.17.0" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index ac46c66a85b..ac40e7667d2 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.0 (2022-03-25) + +* **Feature**: This is release adds support for Amazon VPC Reachability Analyzer to analyze path through a Transit Gateway. + # v1.32.2 (2022-03-24) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index 57724643b4f..014f1149ab4 100644 --- a/service/ec2/go_module_metadata.go +++ b/service/ec2/go_module_metadata.go @@ -3,4 +3,4 @@ package ec2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.32.2" +const goModuleVersion = "1.33.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index d41ef544ec6..264fff3f422 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -10,7 +10,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/appstream v1.15.2 github.com/aws/aws-sdk-go-v2/service/athena v1.14.2 github.com/aws/aws-sdk-go-v2/service/autoscaling v1.22.3 - github.com/aws/aws-sdk-go-v2/service/batch v1.16.2 + github.com/aws/aws-sdk-go-v2/service/batch v1.17.0 github.com/aws/aws-sdk-go-v2/service/cloudformation v1.20.2 github.com/aws/aws-sdk-go-v2/service/cloudfront v1.16.2 github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.2 @@ -31,7 +31,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/directoryservice v1.13.2 github.com/aws/aws-sdk-go-v2/service/docdb v1.17.2 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.2 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.32.2 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.33.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.17.2 github.com/aws/aws-sdk-go-v2/service/ecs v1.18.4 github.com/aws/aws-sdk-go-v2/service/efs v1.16.2 @@ -77,7 +77,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/snowball v1.15.2 github.com/aws/aws-sdk-go-v2/service/sns v1.17.3 github.com/aws/aws-sdk-go-v2/service/sqs v1.18.2 - github.com/aws/aws-sdk-go-v2/service/ssm v1.23.1 + github.com/aws/aws-sdk-go-v2/service/ssm v1.24.0 github.com/aws/aws-sdk-go-v2/service/sts v1.16.2 github.com/aws/aws-sdk-go-v2/service/support v1.13.2 github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.13.2 diff --git a/service/ssm/CHANGELOG.md b/service/ssm/CHANGELOG.md index 79f025f9be5..aaf49a3dd0b 100644 --- a/service/ssm/CHANGELOG.md +++ b/service/ssm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.0 (2022-03-25) + +* **Feature**: This Patch Manager release supports creating, updating, and deleting Patch Baselines for Rocky Linux OS. + # v1.23.1 (2022-03-24) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssm/go_module_metadata.go b/service/ssm/go_module_metadata.go index be222f0b06f..6580d34ade3 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.23.1" +const goModuleVersion = "1.24.0"