Skip to content

Commit 8209abb

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-05-22
1 parent 81ad168 commit 8209abb

20 files changed

+49
-51
lines changed

.changelog/27beef8233014877ad00755e75f3ef9a.json

-8
This file was deleted.

.changelog/aaec43dddc7f42de892d37dd1d0b2c56.json

-8
This file was deleted.

.changelog/b8ca256a7b15477e86f6b3759b17b3e6.json

-8
This file was deleted.

.changelog/c0d4fcb31e7546429871d47352f219fa.json

-8
This file was deleted.

.changelog/ee0e8cca166441fa87967d5f53134fb2.json

-8
This file was deleted.

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Release (2024-05-22)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/chatbot`: [v1.2.0](service/chatbot/CHANGELOG.md#v120-2024-05-22)
5+
* **Feature**: This change adds support for tagging Chatbot configurations.
6+
* `github.com/aws/aws-sdk-go-v2/service/cloudformation`: [v1.51.0](service/cloudformation/CHANGELOG.md#v1510-2024-05-22)
7+
* **Feature**: Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure.
8+
* `github.com/aws/aws-sdk-go-v2/service/kms`: [v1.32.0](service/kms/CHANGELOG.md#v1320-2024-05-22)
9+
* **Feature**: This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China.
10+
* `github.com/aws/aws-sdk-go-v2/service/opensearch`: [v1.34.0](service/opensearch/CHANGELOG.md#v1340-2024-05-22)
11+
* **Feature**: This release adds support for enabling or disabling a data source configured as part of Zero-ETL integration with Amazon S3, by setting its status.
12+
* `github.com/aws/aws-sdk-go-v2/service/wafv2`: [v1.49.0](service/wafv2/CHANGELOG.md#v1490-2024-05-22)
13+
* **Feature**: You can now use Security Lake to collect web ACL traffic data.
14+
115
# Release (2024-05-21)
216

317
## Module Highlights

example/service/s3/usingPrivateLink/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/aws/aws-sdk-go-v2 v1.27.0
77
github.com/aws/aws-sdk-go-v2/config v1.27.15
88
github.com/aws/aws-sdk-go-v2/service/s3 v1.54.2
9-
github.com/aws/aws-sdk-go-v2/service/s3control v1.44.9
9+
github.com/aws/aws-sdk-go-v2/service/s3control v1.44.10
1010
)
1111

1212
require (

service/chatbot/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.2.0 (2024-05-22)
2+
3+
* **Feature**: This change adds support for tagging Chatbot configurations.
4+
15
# v1.1.8 (2024-05-16)
26

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

service/chatbot/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/cloudformation/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.51.0 (2024-05-22)
2+
3+
* **Feature**: Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure.
4+
15
# v1.50.3 (2024-05-16)
26

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

service/cloudformation/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/integrationtest/go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/aws/aws-sdk-go-v2/service/athena v1.40.7
1313
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.40.8
1414
github.com/aws/aws-sdk-go-v2/service/batch v1.37.3
15-
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.50.3
15+
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.51.0
1616
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.36.3
1717
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.21.7
1818
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.22.7
@@ -53,7 +53,7 @@ require (
5353
github.com/aws/aws-sdk-go-v2/service/inspector v1.21.7
5454
github.com/aws/aws-sdk-go-v2/service/iot v1.53.6
5555
github.com/aws/aws-sdk-go-v2/service/kinesis v1.27.7
56-
github.com/aws/aws-sdk-go-v2/service/kms v1.31.3
56+
github.com/aws/aws-sdk-go-v2/service/kms v1.32.0
5757
github.com/aws/aws-sdk-go-v2/service/lambda v1.54.3
5858
github.com/aws/aws-sdk-go-v2/service/lightsail v1.38.0
5959
github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.20.7
@@ -68,7 +68,7 @@ require (
6868
github.com/aws/aws-sdk-go-v2/service/route53domains v1.23.7
6969
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.28.4
7070
github.com/aws/aws-sdk-go-v2/service/s3 v1.54.2
71-
github.com/aws/aws-sdk-go-v2/service/s3control v1.44.9
71+
github.com/aws/aws-sdk-go-v2/service/s3control v1.44.10
7272
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.29.0
7373
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.28.7
7474
github.com/aws/aws-sdk-go-v2/service/ses v1.22.8
@@ -84,7 +84,7 @@ require (
8484
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.17.7
8585
github.com/aws/aws-sdk-go-v2/service/waf v1.20.7
8686
github.com/aws/aws-sdk-go-v2/service/wafregional v1.21.7
87-
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.48.6
87+
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.49.0
8888
github.com/aws/aws-sdk-go-v2/service/workspaces v1.39.3
8989
github.com/aws/smithy-go v1.20.2
9090
)

service/kms/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.32.0 (2024-05-22)
2+
3+
* **Feature**: This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China.
4+
15
# v1.31.3 (2024-05-16)
26

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

service/kms/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/opensearch/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.34.0 (2024-05-22)
2+
3+
* **Feature**: This release adds support for enabling or disabling a data source configured as part of Zero-ETL integration with Amazon S3, by setting its status.
4+
15
# v1.33.3 (2024-05-16)
26

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

service/opensearch/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/s3control/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.44.10 (2024-05-22)
2+
3+
* No change notes available for this release.
4+
15
# v1.44.9 (2024-05-16)
26

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

service/s3control/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/wafv2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.49.0 (2024-05-22)
2+
3+
* **Feature**: You can now use Security Lake to collect web ACL traffic data.
4+
15
# v1.48.6 (2024-05-16)
26

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

service/wafv2/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)