diff --git a/.changelog/213a44746978483cb972593b937ed195.json b/.changelog/213a44746978483cb972593b937ed195.json deleted file mode 100644 index 6d3c2be5141..00000000000 --- a/.changelog/213a44746978483cb972593b937ed195.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "213a4474-6978-483c-b972-593b937ed195", - "type": "feature", - "description": "This release 1/ enables optimization jobs that allows customers to perform Ahead-of-time compilation and quantization. 2/ allows customers to control access to Amazon Q integration in SageMaker Studio. 3/ enables AdditionalModelDataSources for CreateModel action.", - "modules": [ - "service/sagemaker" - ] -} \ No newline at end of file diff --git a/.changelog/d11ee9b573164b888cb4b07e5271ca7f.json b/.changelog/d11ee9b573164b888cb4b07e5271ca7f.json deleted file mode 100644 index aa18fb7de7d..00000000000 --- a/.changelog/d11ee9b573164b888cb4b07e5271ca7f.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "d11ee9b5-7316-4b88-8cb4-b07e5271ca7f", - "type": "feature", - "description": "This release deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes", - "modules": [ - "service/datazone" - ] -} \ No newline at end of file diff --git a/.changelog/d5f414f544f54dc6856447ec0c367346.json b/.changelog/d5f414f544f54dc6856447ec0c367346.json deleted file mode 100644 index 4c6d2051e79..00000000000 --- a/.changelog/d5f414f544f54dc6856447ec0c367346.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "d5f414f5-44f5-4dc6-8564-47ec0c367346", - "type": "feature", - "description": "Adds support for FSx for NetApp ONTAP 2nd Generation file systems, and FSx for OpenZFS Single AZ HA file systems.", - "modules": [ - "service/fsx" - ] -} \ No newline at end of file diff --git a/.changelog/fccb8e6db25c4996a27a3843d692153d.json b/.changelog/fccb8e6db25c4996a27a3843d692153d.json deleted file mode 100644 index 77afa4f683b..00000000000 --- a/.changelog/fccb8e6db25c4996a27a3843d692153d.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "fccb8e6d-b25c-4996-a27a-3843d692153d", - "type": "feature", - "description": "This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down.", - "modules": [ - "service/opensearch" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d39794cdd8b..e07edbefb00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# Release (2024-07-09) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/datazone`: [v1.13.0](service/datazone/CHANGELOG.md#v1130-2024-07-09) + * **Feature**: This release deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes +* `github.com/aws/aws-sdk-go-v2/service/fsx`: [v1.47.0](service/fsx/CHANGELOG.md#v1470-2024-07-09) + * **Feature**: Adds support for FSx for NetApp ONTAP 2nd Generation file systems, and FSx for OpenZFS Single AZ HA file systems. +* `github.com/aws/aws-sdk-go-v2/service/opensearch`: [v1.39.0](service/opensearch/CHANGELOG.md#v1390-2024-07-09) + * **Feature**: This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down. +* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.150.0](service/sagemaker/CHANGELOG.md#v11500-2024-07-09) + * **Feature**: This release 1/ enables optimization jobs that allows customers to perform Ahead-of-time compilation and quantization. 2/ allows customers to control access to Amazon Q integration in SageMaker Studio. 3/ enables AdditionalModelDataSources for CreateModel action. + # Release (2024-07-08) ## Module Highlights diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 53b140ceb88..65aeb0a4274 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.44 (2024-07-09) + +* No change notes available for this release. + # v1.13.43 (2024-07-08) * No change notes available for this release. diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index b70823954d4..266c70ef78d 100644 --- a/feature/dynamodbstreams/attributevalue/go_module_metadata.go +++ b/feature/dynamodbstreams/attributevalue/go_module_metadata.go @@ -3,4 +3,4 @@ package attributevalue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.7" +const goModuleVersion = "1.13.44" diff --git a/service/datazone/CHANGELOG.md b/service/datazone/CHANGELOG.md index 815982f8f20..2e07c7b908d 100644 --- a/service/datazone/CHANGELOG.md +++ b/service/datazone/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.0 (2024-07-09) + +* **Feature**: This release deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes + # v1.12.1 (2024-06-28) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/datazone/go_module_metadata.go b/service/datazone/go_module_metadata.go index 2000db8d614..d8e3b32fd4c 100644 --- a/service/datazone/go_module_metadata.go +++ b/service/datazone/go_module_metadata.go @@ -3,4 +3,4 @@ package datazone // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.1" +const goModuleVersion = "1.13.0" diff --git a/service/fsx/CHANGELOG.md b/service/fsx/CHANGELOG.md index 197cee7337d..167a541ea0b 100644 --- a/service/fsx/CHANGELOG.md +++ b/service/fsx/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.47.0 (2024-07-09) + +* **Feature**: Adds support for FSx for NetApp ONTAP 2nd Generation file systems, and FSx for OpenZFS Single AZ HA file systems. + # v1.46.1 (2024-06-28) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/fsx/go_module_metadata.go b/service/fsx/go_module_metadata.go index 555a5af7bf0..90b746ea3b3 100644 --- a/service/fsx/go_module_metadata.go +++ b/service/fsx/go_module_metadata.go @@ -3,4 +3,4 @@ package fsx // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.46.1" +const goModuleVersion = "1.47.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 3eb2309cd40..a88a68d4bb3 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -61,7 +61,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.21.1 github.com/aws/aws-sdk-go-v2/service/polly v1.42.1 github.com/aws/aws-sdk-go-v2/service/rds v1.81.2 - github.com/aws/aws-sdk-go-v2/service/redshift v1.46.1 + github.com/aws/aws-sdk-go-v2/service/redshift v1.46.2 github.com/aws/aws-sdk-go-v2/service/rekognition v1.43.0 github.com/aws/aws-sdk-go-v2/service/route53 v1.42.1 github.com/aws/aws-sdk-go-v2/service/route53domains v1.25.1 diff --git a/service/opensearch/CHANGELOG.md b/service/opensearch/CHANGELOG.md index c320ebcdccd..767a1ca1596 100644 --- a/service/opensearch/CHANGELOG.md +++ b/service/opensearch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.39.0 (2024-07-09) + +* **Feature**: This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down. + # v1.38.0 (2024-06-28) * **Feature**: This release removes support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains. diff --git a/service/opensearch/go_module_metadata.go b/service/opensearch/go_module_metadata.go index 718da953ef0..6dac1ca6f1e 100644 --- a/service/opensearch/go_module_metadata.go +++ b/service/opensearch/go_module_metadata.go @@ -3,4 +3,4 @@ package opensearch // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.38.0" +const goModuleVersion = "1.39.0" diff --git a/service/redshift/CHANGELOG.md b/service/redshift/CHANGELOG.md index b401374c5bf..b048fd9fe1b 100644 --- a/service/redshift/CHANGELOG.md +++ b/service/redshift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.46.2 (2024-07-09) + +* No change notes available for this release. + # v1.46.1 (2024-06-28) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/redshift/go_module_metadata.go b/service/redshift/go_module_metadata.go index fb8d4f92bec..e73123e5dae 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.46.1" +const goModuleVersion = "1.46.2" diff --git a/service/sagemaker/CHANGELOG.md b/service/sagemaker/CHANGELOG.md index 499f1cf7fbf..edfade18251 100644 --- a/service/sagemaker/CHANGELOG.md +++ b/service/sagemaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.150.0 (2024-07-09) + +* **Feature**: This release 1/ enables optimization jobs that allows customers to perform Ahead-of-time compilation and quantization. 2/ allows customers to control access to Amazon Q integration in SageMaker Studio. 3/ enables AdditionalModelDataSources for CreateModel action. + # v1.149.1 (2024-06-28) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemaker/go_module_metadata.go b/service/sagemaker/go_module_metadata.go index bda67ead711..8881c532ffb 100644 --- a/service/sagemaker/go_module_metadata.go +++ b/service/sagemaker/go_module_metadata.go @@ -3,4 +3,4 @@ package sagemaker // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.149.1" +const goModuleVersion = "1.150.0"