Skip to content

Commit 35519bd

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-04-13
1 parent d85fefc commit 35519bd

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

.changelog/8bc05804dcc64ac6a7a8918c188a2cac.json

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

.changelog/f7879f9175414955b97cbfcb3a2e9120.json

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Release (2022-04-13)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/cloudwatch`: [v1.18.0](service/cloudwatch/CHANGELOG.md#v1180-2022-04-13)
5+
* **Feature**: Adds support for additional statistics in CloudWatch Metric Streams.
6+
* `github.com/aws/aws-sdk-go-v2/service/fsx`: [v1.23.0](service/fsx/CHANGELOG.md#v1230-2022-04-13)
7+
* **Feature**: This release adds support for deploying FSx for ONTAP file systems in a single Availability Zone.
8+
19
# Release (2022-04-12)
210

311
## General Highlights

service/cloudwatch/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.18.0 (2022-04-13)
2+
3+
* **Feature**: Adds support for additional statistics in CloudWatch Metric Streams.
4+
15
# v1.17.3 (2022-03-30)
26

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

service/cloudwatch/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/fsx/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.23.0 (2022-04-13)
2+
3+
* **Feature**: This release adds support for deploying FSx for ONTAP file systems in a single Availability Zone.
4+
15
# v1.22.0 (2022-04-05)
26

37
* **Feature**: Provide customers more visibility into file system status by adding new "Misconfigured Unavailable" status for Amazon FSx for Windows File Server.

service/fsx/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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.3
1717
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.13.3
1818
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.15.5
19-
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.17.3
19+
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.18.0
2020
github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.3
2121
github.com/aws/aws-sdk-go-v2/service/codecommit v1.13.3
2222
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.14.3

0 commit comments

Comments
 (0)