Skip to content

Commit

Permalink
Release 2023-10-27
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Oct 27, 2023
1 parent 9b3ad7b commit 3cb5dc1
Show file tree
Hide file tree
Showing 19 changed files with 48 additions and 50 deletions.
8 changes: 0 additions & 8 deletions .changelog/28e37e9912dd40d8b1ca3b29116801e6.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/3f2908f346a3430db3b001a4b86af688.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/463e181236e742a8994a4f57ea540242.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/7f641a4558a7486ba3054c14b4e001b9.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/b33070918a0d4afe9775de418312853c.json

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Release (2023-10-27)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/emr`: [v1.30.0](service/emr/CHANGELOG.md#v1300-2023-10-27)
* **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
* `github.com/aws/aws-sdk-go-v2/service/neptune`: [v1.24.0](service/neptune/CHANGELOG.md#v1240-2023-10-27)
* **Feature**: Update TdeCredentialPassword type to SensitiveString
* `github.com/aws/aws-sdk-go-v2/service/pinpoint`: [v1.23.1](service/pinpoint/CHANGELOG.md#v1231-2023-10-27)
* **Documentation**: Updated documentation to describe the case insensitivity for EndpointIds.
* `github.com/aws/aws-sdk-go-v2/service/redshift`: [v1.33.0](service/redshift/CHANGELOG.md#v1330-2023-10-27)
* **Feature**: added support to create a dual stack cluster
* `github.com/aws/aws-sdk-go-v2/service/wafv2`: [v1.40.1](service/wafv2/CHANGELOG.md#v1401-2023-10-27)
* **Documentation**: Updates the descriptions for the calls that manage web ACL associations, to provide information for customer-managed IAM policies.

# Release (2023-10-26)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/emr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.30.0 (2023-10-27)

* **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

# v1.29.0 (2023-10-24)

* **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).
Expand Down
2 changes: 1 addition & 1 deletion service/emr/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.22.0
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.21.0
github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.16.2
github.com/aws/aws-sdk-go-v2/service/emr v1.29.0
github.com/aws/aws-sdk-go-v2/service/emr v1.30.0
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.22.2
github.com/aws/aws-sdk-go-v2/service/firehose v1.19.2
github.com/aws/aws-sdk-go-v2/service/gamelift v1.23.0
Expand All @@ -56,12 +56,12 @@ require (
github.com/aws/aws-sdk-go-v2/service/lambda v1.41.0
github.com/aws/aws-sdk-go-v2/service/lightsail v1.29.0
github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.15.0
github.com/aws/aws-sdk-go-v2/service/neptune v1.23.0
github.com/aws/aws-sdk-go-v2/service/neptune v1.24.0
github.com/aws/aws-sdk-go-v2/service/opsworks v1.16.2
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.14.3
github.com/aws/aws-sdk-go-v2/service/polly v1.31.2
github.com/aws/aws-sdk-go-v2/service/rds v1.58.0
github.com/aws/aws-sdk-go-v2/service/redshift v1.32.0
github.com/aws/aws-sdk-go-v2/service/redshift v1.33.0
github.com/aws/aws-sdk-go-v2/service/rekognition v1.32.0
github.com/aws/aws-sdk-go-v2/service/route53 v1.31.0
github.com/aws/aws-sdk-go-v2/service/route53domains v1.17.5
Expand All @@ -83,7 +83,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.11.2
github.com/aws/aws-sdk-go-v2/service/waf v1.15.0
github.com/aws/aws-sdk-go-v2/service/wafregional v1.16.0
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.40.0
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.40.1
github.com/aws/aws-sdk-go-v2/service/workspaces v1.31.3
github.com/aws/smithy-go v1.15.0
github.com/google/go-cmp v0.5.8
Expand Down
4 changes: 4 additions & 0 deletions service/neptune/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.24.0 (2023-10-27)

* **Feature**: Update TdeCredentialPassword type to SensitiveString

# v1.23.0 (2023-10-24)

* **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).
Expand Down
2 changes: 1 addition & 1 deletion service/neptune/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/pinpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.23.1 (2023-10-27)

* **Documentation**: Updated documentation to describe the case insensitivity for EndpointIds.

# v1.23.0 (2023-10-24)

* **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).
Expand Down
2 changes: 1 addition & 1 deletion service/pinpoint/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/redshift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.33.0 (2023-10-27)

* **Feature**: added support to create a dual stack cluster

# v1.32.0 (2023-10-26)

* **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.
Expand Down
2 changes: 1 addition & 1 deletion service/redshift/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/securitylake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.7.3 (2023-10-27)

* No change notes available for this release.

# v1.7.2 (2023-10-12)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/securitylake/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/wafv2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.40.1 (2023-10-27)

* **Documentation**: Updates the descriptions for the calls that manage web ACL associations, to provide information for customer-managed IAM policies.

# v1.40.0 (2023-10-24)

* **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).
Expand Down
2 changes: 1 addition & 1 deletion service/wafv2/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3cb5dc1

Please sign in to comment.