From 3cb5dc1d777c4e28cd360728c45e8b5aa2a7b2b0 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Fri, 27 Oct 2023 18:14:23 +0000 Subject: [PATCH] Release 2023-10-27 --- .changelog/28e37e9912dd40d8b1ca3b29116801e6.json | 8 -------- .changelog/3f2908f346a3430db3b001a4b86af688.json | 8 -------- .changelog/463e181236e742a8994a4f57ea540242.json | 8 -------- .changelog/7f641a4558a7486ba3054c14b4e001b9.json | 8 -------- .changelog/b33070918a0d4afe9775de418312853c.json | 8 -------- CHANGELOG.md | 14 ++++++++++++++ service/emr/CHANGELOG.md | 4 ++++ service/emr/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 8 ++++---- service/neptune/CHANGELOG.md | 4 ++++ service/neptune/go_module_metadata.go | 2 +- service/pinpoint/CHANGELOG.md | 4 ++++ service/pinpoint/go_module_metadata.go | 2 +- service/redshift/CHANGELOG.md | 4 ++++ service/redshift/go_module_metadata.go | 2 +- service/securitylake/CHANGELOG.md | 4 ++++ service/securitylake/go_module_metadata.go | 2 +- service/wafv2/CHANGELOG.md | 4 ++++ service/wafv2/go_module_metadata.go | 2 +- 19 files changed, 48 insertions(+), 50 deletions(-) delete mode 100644 .changelog/28e37e9912dd40d8b1ca3b29116801e6.json delete mode 100644 .changelog/3f2908f346a3430db3b001a4b86af688.json delete mode 100644 .changelog/463e181236e742a8994a4f57ea540242.json delete mode 100644 .changelog/7f641a4558a7486ba3054c14b4e001b9.json delete mode 100644 .changelog/b33070918a0d4afe9775de418312853c.json diff --git a/.changelog/28e37e9912dd40d8b1ca3b29116801e6.json b/.changelog/28e37e9912dd40d8b1ca3b29116801e6.json deleted file mode 100644 index d18ddf92785..00000000000 --- a/.changelog/28e37e9912dd40d8b1ca3b29116801e6.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "28e37e99-12dd-40d8-b1ca-3b29116801e6", - "type": "documentation", - "description": "Updates the descriptions for the calls that manage web ACL associations, to provide information for customer-managed IAM policies.", - "modules": [ - "service/wafv2" - ] -} \ No newline at end of file diff --git a/.changelog/3f2908f346a3430db3b001a4b86af688.json b/.changelog/3f2908f346a3430db3b001a4b86af688.json deleted file mode 100644 index 98b4c8d3472..00000000000 --- a/.changelog/3f2908f346a3430db3b001a4b86af688.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "3f2908f3-46a3-430d-b3b0-01a4b86af688", - "type": "documentation", - "description": "Updated documentation to describe the case insensitivity for EndpointIds.", - "modules": [ - "service/pinpoint" - ] -} \ No newline at end of file diff --git a/.changelog/463e181236e742a8994a4f57ea540242.json b/.changelog/463e181236e742a8994a4f57ea540242.json deleted file mode 100644 index 9e967a4abc9..00000000000 --- a/.changelog/463e181236e742a8994a4f57ea540242.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "463e1812-36e7-42a8-994a-4f57ea540242", - "type": "feature", - "description": "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", - "modules": [ - "service/emr" - ] -} \ No newline at end of file diff --git a/.changelog/7f641a4558a7486ba3054c14b4e001b9.json b/.changelog/7f641a4558a7486ba3054c14b4e001b9.json deleted file mode 100644 index 340688e3907..00000000000 --- a/.changelog/7f641a4558a7486ba3054c14b4e001b9.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "7f641a45-58a7-486b-a305-4c14b4e001b9", - "type": "feature", - "description": "Update TdeCredentialPassword type to SensitiveString", - "modules": [ - "service/neptune" - ] -} \ No newline at end of file diff --git a/.changelog/b33070918a0d4afe9775de418312853c.json b/.changelog/b33070918a0d4afe9775de418312853c.json deleted file mode 100644 index 048ed49bed9..00000000000 --- a/.changelog/b33070918a0d4afe9775de418312853c.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b3307091-8a0d-4afe-9775-de418312853c", - "type": "feature", - "description": "added support to create a dual stack cluster", - "modules": [ - "service/redshift" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index de5c7266d4a..9c9ff5fd9b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/service/emr/CHANGELOG.md b/service/emr/CHANGELOG.md index d998acb76a0..3a137968f8a 100644 --- a/service/emr/CHANGELOG.md +++ b/service/emr/CHANGELOG.md @@ -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). diff --git a/service/emr/go_module_metadata.go b/service/emr/go_module_metadata.go index 07e9b8c6a3b..83d988cca99 100644 --- a/service/emr/go_module_metadata.go +++ b/service/emr/go_module_metadata.go @@ -3,4 +3,4 @@ package emr // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.0" +const goModuleVersion = "1.30.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index fee5abd883f..aeb1d2c6cdd 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -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 @@ -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 @@ -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 diff --git a/service/neptune/CHANGELOG.md b/service/neptune/CHANGELOG.md index af24e8c5c9c..21b341217da 100644 --- a/service/neptune/CHANGELOG.md +++ b/service/neptune/CHANGELOG.md @@ -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). diff --git a/service/neptune/go_module_metadata.go b/service/neptune/go_module_metadata.go index 86eae1f11bf..0481a1e7ce5 100644 --- a/service/neptune/go_module_metadata.go +++ b/service/neptune/go_module_metadata.go @@ -3,4 +3,4 @@ package neptune // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.0" +const goModuleVersion = "1.24.0" diff --git a/service/pinpoint/CHANGELOG.md b/service/pinpoint/CHANGELOG.md index 653a15e1a76..4aff32b897b 100644 --- a/service/pinpoint/CHANGELOG.md +++ b/service/pinpoint/CHANGELOG.md @@ -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). diff --git a/service/pinpoint/go_module_metadata.go b/service/pinpoint/go_module_metadata.go index 3d97fd37eea..7a9b93065b4 100644 --- a/service/pinpoint/go_module_metadata.go +++ b/service/pinpoint/go_module_metadata.go @@ -3,4 +3,4 @@ package pinpoint // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.0" +const goModuleVersion = "1.23.1" diff --git a/service/redshift/CHANGELOG.md b/service/redshift/CHANGELOG.md index b818cc7bb20..bc4ede9799c 100644 --- a/service/redshift/CHANGELOG.md +++ b/service/redshift/CHANGELOG.md @@ -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. diff --git a/service/redshift/go_module_metadata.go b/service/redshift/go_module_metadata.go index ee4bda3dd08..5613a9c9d9e 100644 --- a/service/redshift/go_module_metadata.go +++ b/service/redshift/go_module_metadata.go @@ -3,4 +3,4 @@ package redshift // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.32.0" +const goModuleVersion = "1.33.0" diff --git a/service/securitylake/CHANGELOG.md b/service/securitylake/CHANGELOG.md index 824140b3661..5e0b2c06d96 100644 --- a/service/securitylake/CHANGELOG.md +++ b/service/securitylake/CHANGELOG.md @@ -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 diff --git a/service/securitylake/go_module_metadata.go b/service/securitylake/go_module_metadata.go index c8a3551d179..51cb4475938 100644 --- a/service/securitylake/go_module_metadata.go +++ b/service/securitylake/go_module_metadata.go @@ -3,4 +3,4 @@ package securitylake // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.2" +const goModuleVersion = "1.7.3" diff --git a/service/wafv2/CHANGELOG.md b/service/wafv2/CHANGELOG.md index d31424159e9..42e2a7b5610 100644 --- a/service/wafv2/CHANGELOG.md +++ b/service/wafv2/CHANGELOG.md @@ -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). diff --git a/service/wafv2/go_module_metadata.go b/service/wafv2/go_module_metadata.go index e3262a34c6f..b8e8e6dcae1 100644 --- a/service/wafv2/go_module_metadata.go +++ b/service/wafv2/go_module_metadata.go @@ -3,4 +3,4 @@ package wafv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.40.0" +const goModuleVersion = "1.40.1"