Skip to content

Commit f6f053d

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-11-02
1 parent 3ea265f commit f6f053d

File tree

17 files changed

+40
-40
lines changed

17 files changed

+40
-40
lines changed

.changelog/477ea16b830b49b58cbd572d19cf17cc.json

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

.changelog/812adbf96a18427f984bd86db9942437.json

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

.changelog/b2d6ceae4dac4051b23eb9109f25bb89.json

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

.changelog/f62f17384f2c43749b16e45f5592defa.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-11-02)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/iotsitewise`: [v1.26.0](service/iotsitewise/CHANGELOG.md#v1260-2022-11-02)
5+
* **Feature**: This release adds the ListAssetModelProperties and ListAssetProperties APIs. You can list all properties that belong to a single asset model or asset using these two new APIs.
6+
* `github.com/aws/aws-sdk-go-v2/service/s3control`: [v1.25.0](service/s3control/CHANGELOG.md#v1250-2022-11-02)
7+
* **Feature**: S3 on Outposts launches support for Lifecycle configuration for Outposts buckets. With S3 Lifecycle configuration, you can mange objects so they are stored cost effectively. You can manage objects using size-based rules and specify how many noncurrent versions bucket will retain.
8+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.53.0](service/sagemaker/CHANGELOG.md#v1530-2022-11-02)
9+
* **Feature**: This release updates Framework model regex for ModelPackage to support new Framework version xgboost, sklearn.
10+
* `github.com/aws/aws-sdk-go-v2/service/ssmincidents`: [v1.17.0](service/ssmincidents/CHANGELOG.md#v1170-2022-11-02)
11+
* **Feature**: Adds support for tagging replication-set on creation.
12+
113
# Release (2022-11-01)
214

315
## Module Highlights

example/service/s3/usingPrivateLink/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/aws/aws-sdk-go-v2 v1.17.1
77
github.com/aws/aws-sdk-go-v2/config v1.17.10
88
github.com/aws/aws-sdk-go-v2/service/s3 v1.29.1
9-
github.com/aws/aws-sdk-go-v2/service/s3control v1.24.2
9+
github.com/aws/aws-sdk-go-v2/service/s3control v1.25.0
1010
)
1111

1212
replace github.com/aws/aws-sdk-go-v2 => ../../../../

service/internal/integrationtest/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ require (
5353
github.com/aws/aws-sdk-go-v2/service/iot v1.30.0
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
56-
github.com/aws/aws-sdk-go-v2/service/lambda v1.24.8
56+
github.com/aws/aws-sdk-go-v2/service/lambda v1.24.9
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
5959
github.com/aws/aws-sdk-go-v2/service/neptune v1.18.0
@@ -67,7 +67,7 @@ require (
6767
github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.19
6868
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.15.21
6969
github.com/aws/aws-sdk-go-v2/service/s3 v1.29.1
70-
github.com/aws/aws-sdk-go-v2/service/s3control v1.24.2
70+
github.com/aws/aws-sdk-go-v2/service/s3control v1.25.0
7171
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.16.4
7272
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.19
7373
github.com/aws/aws-sdk-go-v2/service/ses v1.14.20

service/iotsitewise/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.26.0 (2022-11-02)
2+
3+
* **Feature**: This release adds the ListAssetModelProperties and ListAssetProperties APIs. You can list all properties that belong to a single asset model or asset using these two new APIs.
4+
15
# v1.25.3 (2022-10-24)
26

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

service/iotsitewise/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/lambda/CHANGELOG.md

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

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

0 commit comments

Comments
 (0)