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

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/9c02b8abaeea420fb30a95e35366ec2b.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/9f73a5439c2a47728de6199151f4575b.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/c5583412baa64f97aaecc0506ba2c8c5.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/globalaccelerator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/integrationtest/go.mod

Lines changed: 2 additions & 2 deletions
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

0 commit comments

Comments
 (0)