Skip to content

Commit ab5ab8c

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-05-04
1 parent 7736c07 commit ab5ab8c

18 files changed

+44
-40
lines changed

.changelog/6570c55a771f44a882a0c3e6f2b8d64f.json

-8
This file was deleted.

.changelog/6dc1e20484f74174a92799f8557b4150.json

-8
This file was deleted.

.changelog/b0ea12ff9bfd4f9096b83ffff5175b53.json

-8
This file was deleted.

.changelog/db9c3ea0d29f4daca83828e12b71a795.json

-8
This file was deleted.

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Release (2022-05-04)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/backup`: [v1.16.0](service/backup/CHANGELOG.md#v1160-2022-05-04)
5+
* **Feature**: Adds support to 2 new filters about job complete time for 3 list jobs APIs in AWS Backup
6+
* `github.com/aws/aws-sdk-go-v2/service/iotsecuretunneling`: [v1.13.0](service/iotsecuretunneling/CHANGELOG.md#v1130-2022-05-04)
7+
* **Feature**: This release introduces a new API RotateTunnelAccessToken that allow revoking the existing tokens and generate new tokens
8+
* `github.com/aws/aws-sdk-go-v2/service/lightsail`: [v1.20.1](service/lightsail/CHANGELOG.md#v1201-2022-05-04)
9+
* **Documentation**: Documentation updates for Lightsail
10+
* `github.com/aws/aws-sdk-go-v2/service/ssm`: [v1.27.0](service/ssm/CHANGELOG.md#v1270-2022-05-04)
11+
* **Feature**: This release adds the TargetMaps parameter in SSM State Manager API.
12+
113
# Release (2022-05-03)
214

315
## General Highlights

service/appmesh/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.13.5 (2022-05-04)
2+
3+
* No change notes available for this release.
4+
15
# v1.13.4 (2022-04-25)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

service/appmesh/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/backup/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.16.0 (2022-05-04)
2+
3+
* **Feature**: Adds support to 2 new filters about job complete time for 3 list jobs APIs in AWS Backup
4+
15
# v1.15.5 (2022-04-25)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

service/backup/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/integrationtest/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ require (
5454
github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.5
5555
github.com/aws/aws-sdk-go-v2/service/kms v1.17.1
5656
github.com/aws/aws-sdk-go-v2/service/lambda v1.22.1
57-
github.com/aws/aws-sdk-go-v2/service/lightsail v1.20.0
57+
github.com/aws/aws-sdk-go-v2/service/lightsail v1.20.1
5858
github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.11.4
5959
github.com/aws/aws-sdk-go-v2/service/neptune v1.16.4
6060
github.com/aws/aws-sdk-go-v2/service/opsworks v1.13.4
@@ -77,7 +77,7 @@ require (
7777
github.com/aws/aws-sdk-go-v2/service/snowball v1.15.4
7878
github.com/aws/aws-sdk-go-v2/service/sns v1.17.5
7979
github.com/aws/aws-sdk-go-v2/service/sqs v1.18.4
80-
github.com/aws/aws-sdk-go-v2/service/ssm v1.26.0
80+
github.com/aws/aws-sdk-go-v2/service/ssm v1.27.0
8181
github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
8282
github.com/aws/aws-sdk-go-v2/service/support v1.13.4
8383
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.13.4

service/iotsecuretunneling/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.13.0 (2022-05-04)
2+
3+
* **Feature**: This release introduces a new API RotateTunnelAccessToken that allow revoking the existing tokens and generate new tokens
4+
15
# v1.12.4 (2022-04-25)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

service/iotsecuretunneling/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/lightsail/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.20.1 (2022-05-04)
2+
3+
* **Documentation**: Documentation updates for Lightsail
4+
15
# v1.20.0 (2022-04-26)
26

37
* **Feature**: This release adds support for Lightsail load balancer HTTP to HTTPS redirect and TLS policy configuration.

service/lightsail/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/ssm/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.27.0 (2022-05-04)
2+
3+
* **Feature**: This release adds the TargetMaps parameter in SSM State Manager API.
4+
15
# v1.26.0 (2022-04-29)
26

37
* **Feature**: Update the StartChangeRequestExecution, adding TargetMaps to the Runbook parameter

service/ssm/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/synthetics/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.15.1 (2022-05-04)
2+
3+
* No change notes available for this release.
4+
15
# v1.15.0 (2022-05-02)
26

37
* **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.

service/synthetics/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)