Skip to content

Commit 3cb5dc1

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2023-10-27
1 parent 9b3ad7b commit 3cb5dc1

19 files changed

+48
-50
lines changed

.changelog/28e37e9912dd40d8b1ca3b29116801e6.json

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

.changelog/3f2908f346a3430db3b001a4b86af688.json

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

.changelog/463e181236e742a8994a4f57ea540242.json

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

.changelog/7f641a4558a7486ba3054c14b4e001b9.json

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

.changelog/b33070918a0d4afe9775de418312853c.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 (2023-10-27)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/emr`: [v1.30.0](service/emr/CHANGELOG.md#v1300-2023-10-27)
5+
* **Feature**: Updated CreateCluster API request and DescribeCluster API responses to include EbsRootVolumeIops, and EbsRootVolumeThroughput attributes that specify the user configured root volume IOPS and throughput for Amazon EBS root device volume. This feature will be available from Amazon EMR releases 6.15.0
6+
* `github.com/aws/aws-sdk-go-v2/service/neptune`: [v1.24.0](service/neptune/CHANGELOG.md#v1240-2023-10-27)
7+
* **Feature**: Update TdeCredentialPassword type to SensitiveString
8+
* `github.com/aws/aws-sdk-go-v2/service/pinpoint`: [v1.23.1](service/pinpoint/CHANGELOG.md#v1231-2023-10-27)
9+
* **Documentation**: Updated documentation to describe the case insensitivity for EndpointIds.
10+
* `github.com/aws/aws-sdk-go-v2/service/redshift`: [v1.33.0](service/redshift/CHANGELOG.md#v1330-2023-10-27)
11+
* **Feature**: added support to create a dual stack cluster
12+
* `github.com/aws/aws-sdk-go-v2/service/wafv2`: [v1.40.1](service/wafv2/CHANGELOG.md#v1401-2023-10-27)
13+
* **Documentation**: Updates the descriptions for the calls that manage web ACL associations, to provide information for customer-managed IAM policies.
14+
115
# Release (2023-10-26)
216

317
## Module Highlights

service/emr/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.30.0 (2023-10-27)
2+
3+
* **Feature**: Updated CreateCluster API request and DescribeCluster API responses to include EbsRootVolumeIops, and EbsRootVolumeThroughput attributes that specify the user configured root volume IOPS and throughput for Amazon EBS root device volume. This feature will be available from Amazon EMR releases 6.15.0
4+
15
# v1.29.0 (2023-10-24)
26

37
* **Feature**: **BREAKFIX**: Correct nullability and default value representation of various input fields across a large number of services. Calling code that references one or more of the affected fields will need to update usage accordingly. See [2162](https://github.com/aws/aws-sdk-go-v2/issues/2162).

service/emr/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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ require (
4141
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.22.0
4242
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.21.0
4343
github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.16.2
44-
github.com/aws/aws-sdk-go-v2/service/emr v1.29.0
44+
github.com/aws/aws-sdk-go-v2/service/emr v1.30.0
4545
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.22.2
4646
github.com/aws/aws-sdk-go-v2/service/firehose v1.19.2
4747
github.com/aws/aws-sdk-go-v2/service/gamelift v1.23.0
@@ -56,12 +56,12 @@ require (
5656
github.com/aws/aws-sdk-go-v2/service/lambda v1.41.0
5757
github.com/aws/aws-sdk-go-v2/service/lightsail v1.29.0
5858
github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.15.0
59-
github.com/aws/aws-sdk-go-v2/service/neptune v1.23.0
59+
github.com/aws/aws-sdk-go-v2/service/neptune v1.24.0
6060
github.com/aws/aws-sdk-go-v2/service/opsworks v1.16.2
6161
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.14.3
6262
github.com/aws/aws-sdk-go-v2/service/polly v1.31.2
6363
github.com/aws/aws-sdk-go-v2/service/rds v1.58.0
64-
github.com/aws/aws-sdk-go-v2/service/redshift v1.32.0
64+
github.com/aws/aws-sdk-go-v2/service/redshift v1.33.0
6565
github.com/aws/aws-sdk-go-v2/service/rekognition v1.32.0
6666
github.com/aws/aws-sdk-go-v2/service/route53 v1.31.0
6767
github.com/aws/aws-sdk-go-v2/service/route53domains v1.17.5
@@ -83,7 +83,7 @@ require (
8383
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.11.2
8484
github.com/aws/aws-sdk-go-v2/service/waf v1.15.0
8585
github.com/aws/aws-sdk-go-v2/service/wafregional v1.16.0
86-
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.40.0
86+
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.40.1
8787
github.com/aws/aws-sdk-go-v2/service/workspaces v1.31.3
8888
github.com/aws/smithy-go v1.15.0
8989
github.com/google/go-cmp v0.5.8

service/neptune/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.24.0 (2023-10-27)
2+
3+
* **Feature**: Update TdeCredentialPassword type to SensitiveString
4+
15
# v1.23.0 (2023-10-24)
26

37
* **Feature**: **BREAKFIX**: Correct nullability and default value representation of various input fields across a large number of services. Calling code that references one or more of the affected fields will need to update usage accordingly. See [2162](https://github.com/aws/aws-sdk-go-v2/issues/2162).

service/neptune/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/pinpoint/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.23.1 (2023-10-27)
2+
3+
* **Documentation**: Updated documentation to describe the case insensitivity for EndpointIds.
4+
15
# v1.23.0 (2023-10-24)
26

37
* **Feature**: **BREAKFIX**: Correct nullability and default value representation of various input fields across a large number of services. Calling code that references one or more of the affected fields will need to update usage accordingly. See [2162](https://github.com/aws/aws-sdk-go-v2/issues/2162).

service/pinpoint/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/redshift/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.33.0 (2023-10-27)
2+
3+
* **Feature**: added support to create a dual stack cluster
4+
15
# v1.32.0 (2023-10-26)
26

37
* **Feature**: Add Redshift APIs GetResourcePolicy, DeleteResourcePolicy, PutResourcePolicy and DescribeInboundIntegrations for the new Amazon Redshift Zero-ETL integration feature, which can be used to control data ingress into Redshift namespace, and view inbound integrations.

service/redshift/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/securitylake/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.7.3 (2023-10-27)
2+
3+
* No change notes available for this release.
4+
15
# v1.7.2 (2023-10-12)
26

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

service/securitylake/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/wafv2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.40.1 (2023-10-27)
2+
3+
* **Documentation**: Updates the descriptions for the calls that manage web ACL associations, to provide information for customer-managed IAM policies.
4+
15
# v1.40.0 (2023-10-24)
26

37
* **Feature**: **BREAKFIX**: Correct nullability and default value representation of various input fields across a large number of services. Calling code that references one or more of the affected fields will need to update usage accordingly. See [2162](https://github.com/aws/aws-sdk-go-v2/issues/2162).

service/wafv2/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)