Skip to content

Commit cde8cbc

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-10-20
1 parent d7765f9 commit cde8cbc

18 files changed

+44
-40
lines changed

.changelog/48176d8b5be84a7b9ed2a9f2028ce6ce.json

-8
This file was deleted.

.changelog/9c02b8abaeea420fb30a95e35366ec2b.json

-8
This file was deleted.

.changelog/9f73a5439c2a47728de6199151f4575b.json

-8
This file was deleted.

.changelog/c5583412baa64f97aaecc0506ba2c8c5.json

-8
This file was deleted.

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Release (2022-10-20)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/devopsguru`: [v1.20.0](service/devopsguru/CHANGELOG.md#v1200-2022-10-20)
5+
* **Feature**: This release adds information about the resources DevOps Guru is analyzing.
6+
* `github.com/aws/aws-sdk-go-v2/service/globalaccelerator`: [v1.15.0](service/globalaccelerator/CHANGELOG.md#v1150-2022-10-20)
7+
* **Feature**: Global Accelerator now supports AddEndpoints and RemoveEndpoints operations for standard endpoint groups.
8+
* `github.com/aws/aws-sdk-go-v2/service/resiliencehub`: [v1.7.0](service/resiliencehub/CHANGELOG.md#v170-2022-10-20)
9+
* **Feature**: In this release, we are introducing support for regional optimization for AWS Resilience Hub applications. It also includes a few documentation updates to improve clarity.
10+
* `github.com/aws/aws-sdk-go-v2/service/rum`: [v1.7.0](service/rum/CHANGELOG.md#v170-2022-10-20)
11+
* **Feature**: CloudWatch RUM now supports Extended CloudWatch Metrics with Additional Dimensions
12+
113
# Release (2022-10-19)
214

315
## General Highlights

service/devopsguru/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.20.0 (2022-10-20)
2+
3+
* **Feature**: This release adds information about the resources DevOps Guru is analyzing.
4+
15
# v1.19.0 (2022-09-30)
26

37
* **Feature**: This release adds filter feature on AddNotificationChannel API, enable customer to configure the SNS notification messages by Severity or MessageTypes

service/devopsguru/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/globalaccelerator/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.15.0 (2022-10-20)
2+
3+
* **Feature**: Global Accelerator now supports AddEndpoints and RemoveEndpoints operations for standard endpoint groups.
4+
15
# v1.14.9 (2022-09-20)
26

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

service/globalaccelerator/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
@@ -52,7 +52,7 @@ require (
5252
github.com/aws/aws-sdk-go-v2/service/inspector v1.12.17
5353
github.com/aws/aws-sdk-go-v2/service/iot v1.29.1
5454
github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.19
55-
github.com/aws/aws-sdk-go-v2/service/kms v1.18.12
55+
github.com/aws/aws-sdk-go-v2/service/kms v1.18.13
5656
github.com/aws/aws-sdk-go-v2/service/lambda v1.24.6
5757
github.com/aws/aws-sdk-go-v2/service/lightsail v1.23.0
5858
github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.11.17
@@ -77,7 +77,7 @@ require (
7777
github.com/aws/aws-sdk-go-v2/service/snowball v1.16.0
7878
github.com/aws/aws-sdk-go-v2/service/sns v1.18.1
7979
github.com/aws/aws-sdk-go-v2/service/sqs v1.19.10
80-
github.com/aws/aws-sdk-go-v2/service/ssm v1.31.0
80+
github.com/aws/aws-sdk-go-v2/service/ssm v1.31.1
8181
github.com/aws/aws-sdk-go-v2/service/sts v1.16.19
8282
github.com/aws/aws-sdk-go-v2/service/support v1.13.17
8383
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.14.2

service/kms/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.18.13 (2022-10-20)
2+
3+
* No change notes available for this release.
4+
15
# v1.18.12 (2022-10-13)
26

37
* No change notes available for this release.

service/kms/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/resiliencehub/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.7.0 (2022-10-20)
2+
3+
* **Feature**: In this release, we are introducing support for regional optimization for AWS Resilience Hub applications. It also includes a few documentation updates to improve clarity.
4+
15
# v1.6.15 (2022-10-06)
26

37
* **Documentation**: Documentation change for AWS Resilience Hub. Doc-only update to fix Documentation layout

service/resiliencehub/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/rum/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.7.0 (2022-10-20)
2+
3+
* **Feature**: CloudWatch RUM now supports Extended CloudWatch Metrics with Additional Dimensions
4+
15
# v1.6.17 (2022-09-20)
26

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

service/rum/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.31.1 (2022-10-20)
2+
3+
* No change notes available for this release.
4+
15
# v1.31.0 (2022-10-13)
26

37
* **Feature**: Support of AmazonLinux2022 by Patch Manager

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.

0 commit comments

Comments
 (0)