Skip to content

Commit 9d38978

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-10-25
1 parent 5213913 commit 9d38978

25 files changed

+62
-52
lines changed

.changelog/0c6a976673a4435eb303bb58c2654675.json

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

.changelog/14204ab1603844e2b4658287498407fd.json

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

.changelog/4c7e1d7a0e45469a8b5ca857bfe220cd.json

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

.changelog/c3204a3f5f8f4e9bb2b5ecb2536aca27.json

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

.changelog/e34dd549d9a6497198756978aadb89c3.json

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

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Release (2022-10-25)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/accessanalyzer`: [v1.17.0](service/accessanalyzer/CHANGELOG.md#v1170-2022-10-25)
5+
* **Feature**: This release adds support for six new resource types in IAM Access Analyzer to help you easily identify public and cross-account access to your AWS resources. Updated service API, documentation, and paginators.
6+
* `github.com/aws/aws-sdk-go-v2/service/location`: [v1.19.3](service/location/CHANGELOG.md#v1193-2022-10-25)
7+
* **Documentation**: Added new map styles with satellite imagery for map resources using HERE as a data provider.
8+
* `github.com/aws/aws-sdk-go-v2/service/mediatailor`: [v1.18.0](service/mediatailor/CHANGELOG.md#v1180-2022-10-25)
9+
* **Feature**: This release is a documentation update
10+
* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.27.0](service/rds/CHANGELOG.md#v1270-2022-10-25)
11+
* **Feature**: Relational Database Service - This release adds support for exporting DB cluster data to Amazon S3.
12+
* `github.com/aws/aws-sdk-go-v2/service/workspaces`: [v1.24.0](service/workspaces/CHANGELOG.md#v1240-2022-10-25)
13+
* **Feature**: This release adds new enums for supporting Workspaces Core features, including creating Manual running mode workspaces, importing regular Workspaces Core images and importing g4dn Workspaces Core images.
14+
115
# Release (2022-10-24)
216

317
## General Highlights

service/accessanalyzer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.0 (2022-10-25)
2+
3+
* **Feature**: This release adds support for six new resource types in IAM Access Analyzer to help you easily identify public and cross-account access to your AWS resources. Updated service API, documentation, and paginators.
4+
15
# v1.16.2 (2022-10-24)
26

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

service/accessanalyzer/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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ require (
5050
github.com/aws/aws-sdk-go-v2/service/health v1.15.22
5151
github.com/aws/aws-sdk-go-v2/service/iam v1.18.22
5252
github.com/aws/aws-sdk-go-v2/service/inspector v1.12.19
53-
github.com/aws/aws-sdk-go-v2/service/iot v1.29.3
53+
github.com/aws/aws-sdk-go-v2/service/iot v1.29.4
5454
github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.21
5555
github.com/aws/aws-sdk-go-v2/service/kms v1.18.15
5656
github.com/aws/aws-sdk-go-v2/service/lambda v1.24.8
@@ -60,7 +60,7 @@ require (
6060
github.com/aws/aws-sdk-go-v2/service/opsworks v1.13.19
6161
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.11.20
6262
github.com/aws/aws-sdk-go-v2/service/polly v1.18.2
63-
github.com/aws/aws-sdk-go-v2/service/rds v1.26.3
63+
github.com/aws/aws-sdk-go-v2/service/rds v1.27.0
6464
github.com/aws/aws-sdk-go-v2/service/redshift v1.26.12
6565
github.com/aws/aws-sdk-go-v2/service/rekognition v1.20.7
6666
github.com/aws/aws-sdk-go-v2/service/route53 v1.22.4
@@ -85,7 +85,7 @@ require (
8585
github.com/aws/aws-sdk-go-v2/service/waf v1.11.19
8686
github.com/aws/aws-sdk-go-v2/service/wafregional v1.12.20
8787
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.22.11
88-
github.com/aws/aws-sdk-go-v2/service/workspaces v1.23.2
88+
github.com/aws/aws-sdk-go-v2/service/workspaces v1.24.0
8989
github.com/aws/smithy-go v1.13.4
9090
github.com/google/go-cmp v0.5.8
9191
)

service/iot/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.29.4 (2022-10-25)
2+
3+
* No change notes available for this release.
4+
15
# v1.29.3 (2022-10-24)
26

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

0 commit comments

Comments
 (0)