From ab5ab8c6e9f15bf12bdb2750406a4c574c470c66 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Wed, 4 May 2022 18:11:29 +0000 Subject: [PATCH] Release 2022-05-04 --- .changelog/6570c55a771f44a882a0c3e6f2b8d64f.json | 8 -------- .changelog/6dc1e20484f74174a92799f8557b4150.json | 8 -------- .changelog/b0ea12ff9bfd4f9096b83ffff5175b53.json | 8 -------- .changelog/db9c3ea0d29f4daca83828e12b71a795.json | 8 -------- CHANGELOG.md | 12 ++++++++++++ service/appmesh/CHANGELOG.md | 4 ++++ service/appmesh/go_module_metadata.go | 2 +- service/backup/CHANGELOG.md | 4 ++++ service/backup/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 4 ++-- service/iotsecuretunneling/CHANGELOG.md | 4 ++++ service/iotsecuretunneling/go_module_metadata.go | 2 +- service/lightsail/CHANGELOG.md | 4 ++++ service/lightsail/go_module_metadata.go | 2 +- service/ssm/CHANGELOG.md | 4 ++++ service/ssm/go_module_metadata.go | 2 +- service/synthetics/CHANGELOG.md | 4 ++++ service/synthetics/go_module_metadata.go | 2 +- 18 files changed, 44 insertions(+), 40 deletions(-) delete mode 100644 .changelog/6570c55a771f44a882a0c3e6f2b8d64f.json delete mode 100644 .changelog/6dc1e20484f74174a92799f8557b4150.json delete mode 100644 .changelog/b0ea12ff9bfd4f9096b83ffff5175b53.json delete mode 100644 .changelog/db9c3ea0d29f4daca83828e12b71a795.json diff --git a/.changelog/6570c55a771f44a882a0c3e6f2b8d64f.json b/.changelog/6570c55a771f44a882a0c3e6f2b8d64f.json deleted file mode 100644 index 4d06623d9d4..00000000000 --- a/.changelog/6570c55a771f44a882a0c3e6f2b8d64f.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "6570c55a-771f-44a8-82a0-c3e6f2b8d64f", - "type": "feature", - "description": "Adds support to 2 new filters about job complete time for 3 list jobs APIs in AWS Backup", - "modules": [ - "service/backup" - ] -} \ No newline at end of file diff --git a/.changelog/6dc1e20484f74174a92799f8557b4150.json b/.changelog/6dc1e20484f74174a92799f8557b4150.json deleted file mode 100644 index b1c4454709c..00000000000 --- a/.changelog/6dc1e20484f74174a92799f8557b4150.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "6dc1e204-84f7-4174-a927-99f8557b4150", - "type": "feature", - "description": "This release introduces a new API RotateTunnelAccessToken that allow revoking the existing tokens and generate new tokens", - "modules": [ - "service/iotsecuretunneling" - ] -} \ No newline at end of file diff --git a/.changelog/b0ea12ff9bfd4f9096b83ffff5175b53.json b/.changelog/b0ea12ff9bfd4f9096b83ffff5175b53.json deleted file mode 100644 index 0e7e4761603..00000000000 --- a/.changelog/b0ea12ff9bfd4f9096b83ffff5175b53.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b0ea12ff-9bfd-4f90-96b8-3ffff5175b53", - "type": "documentation", - "description": "Documentation updates for Lightsail", - "modules": [ - "service/lightsail" - ] -} \ No newline at end of file diff --git a/.changelog/db9c3ea0d29f4daca83828e12b71a795.json b/.changelog/db9c3ea0d29f4daca83828e12b71a795.json deleted file mode 100644 index 29ba74c385e..00000000000 --- a/.changelog/db9c3ea0d29f4daca83828e12b71a795.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "db9c3ea0-d29f-4dac-a838-28e12b71a795", - "type": "feature", - "description": "This release adds the TargetMaps parameter in SSM State Manager API.", - "modules": [ - "service/ssm" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f010f2202f2..7288c347769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# Release (2022-05-04) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/backup`: [v1.16.0](service/backup/CHANGELOG.md#v1160-2022-05-04) + * **Feature**: Adds support to 2 new filters about job complete time for 3 list jobs APIs in AWS Backup +* `github.com/aws/aws-sdk-go-v2/service/iotsecuretunneling`: [v1.13.0](service/iotsecuretunneling/CHANGELOG.md#v1130-2022-05-04) + * **Feature**: This release introduces a new API RotateTunnelAccessToken that allow revoking the existing tokens and generate new tokens +* `github.com/aws/aws-sdk-go-v2/service/lightsail`: [v1.20.1](service/lightsail/CHANGELOG.md#v1201-2022-05-04) + * **Documentation**: Documentation updates for Lightsail +* `github.com/aws/aws-sdk-go-v2/service/ssm`: [v1.27.0](service/ssm/CHANGELOG.md#v1270-2022-05-04) + * **Feature**: This release adds the TargetMaps parameter in SSM State Manager API. + # Release (2022-05-03) ## General Highlights diff --git a/service/appmesh/CHANGELOG.md b/service/appmesh/CHANGELOG.md index 1c782156c1e..71c9ae0cc66 100644 --- a/service/appmesh/CHANGELOG.md +++ b/service/appmesh/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-04) + +* No change notes available for this release. + # v1.13.4 (2022-04-25) * **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 fc10040e5cd..233bee194fb 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.13.4" +const goModuleVersion = "1.13.5" diff --git a/service/backup/CHANGELOG.md b/service/backup/CHANGELOG.md index 7ed4021de74..3b9110079da 100644 --- a/service/backup/CHANGELOG.md +++ b/service/backup/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.0 (2022-05-04) + +* **Feature**: Adds support to 2 new filters about job complete time for 3 list jobs APIs in AWS Backup + # v1.15.5 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/backup/go_module_metadata.go b/service/backup/go_module_metadata.go index 3235661aba4..820c6989428 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.15.5" +const goModuleVersion = "1.16.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index e069706d011..12e75ea1863 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -54,7 +54,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.5 github.com/aws/aws-sdk-go-v2/service/kms v1.17.1 github.com/aws/aws-sdk-go-v2/service/lambda v1.22.1 - github.com/aws/aws-sdk-go-v2/service/lightsail v1.20.0 + github.com/aws/aws-sdk-go-v2/service/lightsail v1.20.1 github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.11.4 github.com/aws/aws-sdk-go-v2/service/neptune v1.16.4 github.com/aws/aws-sdk-go-v2/service/opsworks v1.13.4 @@ -77,7 +77,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/snowball v1.15.4 github.com/aws/aws-sdk-go-v2/service/sns v1.17.5 github.com/aws/aws-sdk-go-v2/service/sqs v1.18.4 - github.com/aws/aws-sdk-go-v2/service/ssm v1.26.0 + github.com/aws/aws-sdk-go-v2/service/ssm v1.27.0 github.com/aws/aws-sdk-go-v2/service/sts v1.16.4 github.com/aws/aws-sdk-go-v2/service/support v1.13.4 github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.13.4 diff --git a/service/iotsecuretunneling/CHANGELOG.md b/service/iotsecuretunneling/CHANGELOG.md index 489518e468c..bbb3b376422 100644 --- a/service/iotsecuretunneling/CHANGELOG.md +++ b/service/iotsecuretunneling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.0 (2022-05-04) + +* **Feature**: This release introduces a new API RotateTunnelAccessToken that allow revoking the existing tokens and generate new tokens + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotsecuretunneling/go_module_metadata.go b/service/iotsecuretunneling/go_module_metadata.go index 41a8d9735ba..cb3ff9a3e40 100644 --- a/service/iotsecuretunneling/go_module_metadata.go +++ b/service/iotsecuretunneling/go_module_metadata.go @@ -3,4 +3,4 @@ package iotsecuretunneling // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.4" +const goModuleVersion = "1.13.0" diff --git a/service/lightsail/CHANGELOG.md b/service/lightsail/CHANGELOG.md index fa69e672e0a..42c0b164b84 100644 --- a/service/lightsail/CHANGELOG.md +++ b/service/lightsail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.1 (2022-05-04) + +* **Documentation**: Documentation updates for Lightsail + # v1.20.0 (2022-04-26) * **Feature**: This release adds support for Lightsail load balancer HTTP to HTTPS redirect and TLS policy configuration. diff --git a/service/lightsail/go_module_metadata.go b/service/lightsail/go_module_metadata.go index b9b1fcd40eb..95673cdc6b6 100644 --- a/service/lightsail/go_module_metadata.go +++ b/service/lightsail/go_module_metadata.go @@ -3,4 +3,4 @@ package lightsail // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.0" +const goModuleVersion = "1.20.1" diff --git a/service/ssm/CHANGELOG.md b/service/ssm/CHANGELOG.md index c4e42042b30..1a770b132f3 100644 --- a/service/ssm/CHANGELOG.md +++ b/service/ssm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.0 (2022-05-04) + +* **Feature**: This release adds the TargetMaps parameter in SSM State Manager API. + # v1.26.0 (2022-04-29) * **Feature**: Update the StartChangeRequestExecution, adding TargetMaps to the Runbook parameter diff --git a/service/ssm/go_module_metadata.go b/service/ssm/go_module_metadata.go index 24f9f694369..c5cacd0bae9 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.26.0" +const goModuleVersion = "1.27.0" diff --git a/service/synthetics/CHANGELOG.md b/service/synthetics/CHANGELOG.md index 683b33d2d26..526fe2a408c 100644 --- a/service/synthetics/CHANGELOG.md +++ b/service/synthetics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.1 (2022-05-04) + +* No change notes available for this release. + # v1.15.0 (2022-05-02) * **Feature**: CloudWatch Synthetics has introduced a new feature to provide customers with an option to delete the underlying resources that Synthetics canary creates when the user chooses to delete the canary. diff --git a/service/synthetics/go_module_metadata.go b/service/synthetics/go_module_metadata.go index 15bdaa12add..31a75a9e4d5 100644 --- a/service/synthetics/go_module_metadata.go +++ b/service/synthetics/go_module_metadata.go @@ -3,4 +3,4 @@ package synthetics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.0" +const goModuleVersion = "1.15.1"