Skip to content

Commit 889b0f5

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-10-26
1 parent 70d1450 commit 889b0f5

14 files changed

+34
-38
lines changed

.changelog/12e5a7bbc34c4b5cb37216077e4b5447.json

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

.changelog/201c621768fc4acaa0b1e0a27bb0b949.json

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

.changelog/631f9cd3b9ff45aab87c1d55c90d1f75.json

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

.changelog/b10c91fee3004ff0be06ce38ee3b7904.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-26)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/iam`: [v1.18.23](service/iam/CHANGELOG.md#v11823-2022-10-26)
5+
* **Documentation**: Doc only update that corrects instances of CLI not using an entity.
6+
* `github.com/aws/aws-sdk-go-v2/service/kafka`: [v1.18.0](service/kafka/CHANGELOG.md#v1180-2022-10-26)
7+
* **Feature**: This release adds support for Tiered Storage. UpdateStorage allows you to control the Storage Mode for supported storage tiers.
8+
* `github.com/aws/aws-sdk-go-v2/service/neptune`: [v1.18.0](service/neptune/CHANGELOG.md#v1180-2022-10-26)
9+
* **Feature**: Added a new cluster-level attribute to set the capacity range for Neptune Serverless instances.
10+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.51.0](service/sagemaker/CHANGELOG.md#v1510-2022-10-26)
11+
* **Feature**: Amazon SageMaker Automatic Model Tuning now supports specifying Grid Search strategy for tuning jobs, which evaluates all hyperparameter combinations exhaustively based on the categorical hyperparameters provided.
12+
113
# Release (2022-10-25)
214

315
## Module Highlights

service/iam/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.18.23 (2022-10-26)
2+
3+
* **Documentation**: Doc only update that corrects instances of CLI not using an entity.
4+
15
# v1.18.22 (2022-10-24)
26

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

service/iam/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
@@ -48,15 +48,15 @@ require (
4848
github.com/aws/aws-sdk-go-v2/service/glacier v1.13.19
4949
github.com/aws/aws-sdk-go-v2/service/glue v1.33.2
5050
github.com/aws/aws-sdk-go-v2/service/health v1.15.22
51-
github.com/aws/aws-sdk-go-v2/service/iam v1.18.22
51+
github.com/aws/aws-sdk-go-v2/service/iam v1.18.23
5252
github.com/aws/aws-sdk-go-v2/service/inspector v1.12.19
5353
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
5757
github.com/aws/aws-sdk-go-v2/service/lightsail v1.23.2
5858
github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.11.19
59-
github.com/aws/aws-sdk-go-v2/service/neptune v1.17.14
59+
github.com/aws/aws-sdk-go-v2/service/neptune v1.18.0
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

service/kafka/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-10-26)
2+
3+
* **Feature**: This release adds support for Tiered Storage. UpdateStorage allows you to control the Storage Mode for supported storage tiers.
4+
15
# v1.17.21 (2022-10-24)
26

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

service/kafka/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.

0 commit comments

Comments
 (0)