diff --git a/.changelog/19f55fd9f72d4fbeb8871e730edf88fe.json b/.changelog/19f55fd9f72d4fbeb8871e730edf88fe.json deleted file mode 100644 index 6e03044a9bf..00000000000 --- a/.changelog/19f55fd9f72d4fbeb8871e730edf88fe.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "19f55fd9-f72d-4fbe-b887-1e730edf88fe", - "type": "feature", - "description": "Adding `notebook-al2-v3` as allowed value to SageMaker NotebookInstance PlatformIdentifier attribute", - "modules": [ - "service/sagemaker" - ] -} \ No newline at end of file diff --git a/.changelog/34e7e629c6b64b4bb5c06abde33a7537.json b/.changelog/34e7e629c6b64b4bb5c06abde33a7537.json deleted file mode 100644 index 669050700cd..00000000000 --- a/.changelog/34e7e629c6b64b4bb5c06abde33a7537.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "34e7e629-c6b6-4b4b-b5c0-6abde33a7537", - "type": "feature", - "description": "Updated BatchCreateVehicle and BatchUpdateVehicle APIs: LimitExceededException has been added and the maximum number of vehicles in a batch has been set to 10 explicitly", - "modules": [ - "service/iotfleetwise" - ] -} \ No newline at end of file diff --git a/.changelog/390ae55c65584a0ca1c5aab76acf2f51.json b/.changelog/390ae55c65584a0ca1c5aab76acf2f51.json deleted file mode 100644 index 489d0ba21fa..00000000000 --- a/.changelog/390ae55c65584a0ca1c5aab76acf2f51.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "390ae55c-6558-4a0c-a1c5-aab76acf2f51", - "type": "feature", - "description": "Update Application Inference Profile", - "modules": [ - "service/bedrockruntime" - ] -} \ No newline at end of file diff --git a/.changelog/9e300e8375914fdca3f0281e75e765de.json b/.changelog/9e300e8375914fdca3f0281e75e765de.json deleted file mode 100644 index f7f6a682e6d..00000000000 --- a/.changelog/9e300e8375914fdca3f0281e75e765de.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "9e300e83-7591-4fdc-a3f0-281e75e765de", - "type": "feature", - "description": "Added support for new optional baseline parameter in the UpdateAnomaly API. For UpdateAnomaly requests with baseline set to True, The anomaly behavior is then treated as baseline behavior. However, more severe occurrences of this behavior will still be reported as anomalies.", - "modules": [ - "service/cloudwatchlogs" - ] -} \ No newline at end of file diff --git a/.changelog/bc32758c5c424079963e1357287e9c89.json b/.changelog/bc32758c5c424079963e1357287e9c89.json deleted file mode 100644 index a28c5e83d35..00000000000 --- a/.changelog/bc32758c5c424079963e1357287e9c89.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "bc32758c-5c42-4079-963e-1357287e9c89", - "type": "feature", - "description": "Adding a new API GetStatementResultV2 that supports CSV formatted results from ExecuteStatement and BatchExecuteStatement calls.", - "modules": [ - "service/redshiftdata" - ] -} \ No newline at end of file diff --git a/.changelog/e36a67b15cc8407fa7d67c05c29f0320.json b/.changelog/e36a67b15cc8407fa7d67c05c29f0320.json deleted file mode 100644 index 9ad78263111..00000000000 --- a/.changelog/e36a67b15cc8407fa7d67c05c29f0320.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "e36a67b1-5cc8-407f-a7d6-7c05c29f0320", - "type": "feature", - "description": "This release adds the option for customers to configure analytics engine when creating a collaboration, and introduces the new SPARK analytics engine type in addition to maintaining the legacy CLEAN_ROOMS_SQL engine type.", - "modules": [ - "service/cleanrooms" - ] -} \ No newline at end of file diff --git a/.changelog/e4a01c5cafd64f3c8e82640add5968e8.json b/.changelog/e4a01c5cafd64f3c8e82640add5968e8.json deleted file mode 100644 index 33f5393d381..00000000000 --- a/.changelog/e4a01c5cafd64f3c8e82640add5968e8.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "e4a01c5c-afd6-4f3c-8e82-640add5968e8", - "type": "feature", - "description": "Update Application Inference Profile", - "modules": [ - "service/bedrock" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d7d61994599..937f2e9908d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# Release (2024-10-29) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/bedrock`: [v1.22.0](service/bedrock/CHANGELOG.md#v1220-2024-10-29) + * **Feature**: Update Application Inference Profile +* `github.com/aws/aws-sdk-go-v2/service/cleanrooms`: [v1.19.0](service/cleanrooms/CHANGELOG.md#v1190-2024-10-29) + * **Feature**: This release adds the option for customers to configure analytics engine when creating a collaboration, and introduces the new SPARK analytics engine type in addition to maintaining the legacy CLEAN_ROOMS_SQL engine type. +* `github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs`: [v1.43.0](service/cloudwatchlogs/CHANGELOG.md#v1430-2024-10-29) + * **Feature**: Added support for new optional baseline parameter in the UpdateAnomaly API. For UpdateAnomaly requests with baseline set to True, The anomaly behavior is then treated as baseline behavior. However, more severe occurrences of this behavior will still be reported as anomalies. +* `github.com/aws/aws-sdk-go-v2/service/iotfleetwise`: [v1.21.0](service/iotfleetwise/CHANGELOG.md#v1210-2024-10-29) + * **Feature**: Updated BatchCreateVehicle and BatchUpdateVehicle APIs: LimitExceededException has been added and the maximum number of vehicles in a batch has been set to 10 explicitly +* `github.com/aws/aws-sdk-go-v2/service/redshiftdata`: [v1.31.0](service/redshiftdata/CHANGELOG.md#v1310-2024-10-29) + * **Feature**: Adding a new API GetStatementResultV2 that supports CSV formatted results from ExecuteStatement and BatchExecuteStatement calls. +* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.164.0](service/sagemaker/CHANGELOG.md#v11640-2024-10-29) + * **Feature**: Adding `notebook-al2-v3` as allowed value to SageMaker NotebookInstance PlatformIdentifier attribute + # Release (2024-10-28) ## General Highlights diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 61d83796859..2ba3e00a04f 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.45 (2024-10-29) + +* No change notes available for this release. + # v1.14.44 (2024-10-28) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index 04358c081d7..d2c5ca8ee08 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.15.13" +const goModuleVersion = "1.14.45" diff --git a/service/bedrock/CHANGELOG.md b/service/bedrock/CHANGELOG.md index 1822b6ba2fb..4f9c2ed68be 100644 --- a/service/bedrock/CHANGELOG.md +++ b/service/bedrock/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.0 (2024-10-29) + +* **Feature**: Update Application Inference Profile + # v1.21.2 (2024-10-28) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/bedrock/go_module_metadata.go b/service/bedrock/go_module_metadata.go index 05b33d30bf1..530cd55b801 100644 --- a/service/bedrock/go_module_metadata.go +++ b/service/bedrock/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrock // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.2" +const goModuleVersion = "1.22.0" diff --git a/service/cleanrooms/CHANGELOG.md b/service/cleanrooms/CHANGELOG.md index d53a21b73cb..18342759fed 100644 --- a/service/cleanrooms/CHANGELOG.md +++ b/service/cleanrooms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.0 (2024-10-29) + +* **Feature**: This release adds the option for customers to configure analytics engine when creating a collaboration, and introduces the new SPARK analytics engine type in addition to maintaining the legacy CLEAN_ROOMS_SQL engine type. + # v1.18.3 (2024-10-28) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cleanrooms/go_module_metadata.go b/service/cleanrooms/go_module_metadata.go index b0099c0b74d..3add6265e4b 100644 --- a/service/cleanrooms/go_module_metadata.go +++ b/service/cleanrooms/go_module_metadata.go @@ -3,4 +3,4 @@ package cleanrooms // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.3" +const goModuleVersion = "1.19.0" diff --git a/service/cloudwatchlogs/CHANGELOG.md b/service/cloudwatchlogs/CHANGELOG.md index 1d8dcab15c2..0cf7a16bddf 100644 --- a/service/cloudwatchlogs/CHANGELOG.md +++ b/service/cloudwatchlogs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.43.0 (2024-10-29) + +* **Feature**: Added support for new optional baseline parameter in the UpdateAnomaly API. For UpdateAnomaly requests with baseline set to True, The anomaly behavior is then treated as baseline behavior. However, more severe occurrences of this behavior will still be reported as anomalies. + # v1.42.1 (2024-10-28) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudwatchlogs/go_module_metadata.go b/service/cloudwatchlogs/go_module_metadata.go index ac39126d606..ae08b828d24 100644 --- a/service/cloudwatchlogs/go_module_metadata.go +++ b/service/cloudwatchlogs/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudwatchlogs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.42.1" +const goModuleVersion = "1.43.0" diff --git a/service/iotfleetwise/CHANGELOG.md b/service/iotfleetwise/CHANGELOG.md index 6f98a643217..f3857c239ec 100644 --- a/service/iotfleetwise/CHANGELOG.md +++ b/service/iotfleetwise/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.0 (2024-10-29) + +* **Feature**: Updated BatchCreateVehicle and BatchUpdateVehicle APIs: LimitExceededException has been added and the maximum number of vehicles in a batch has been set to 10 explicitly + # v1.20.1 (2024-10-28) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotfleetwise/go_module_metadata.go b/service/iotfleetwise/go_module_metadata.go index 5f2df03e7da..d2489921cb0 100644 --- a/service/iotfleetwise/go_module_metadata.go +++ b/service/iotfleetwise/go_module_metadata.go @@ -3,4 +3,4 @@ package iotfleetwise // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.1" +const goModuleVersion = "1.21.0" diff --git a/service/redshiftdata/CHANGELOG.md b/service/redshiftdata/CHANGELOG.md index 8aa4815d06b..9e71050a46a 100644 --- a/service/redshiftdata/CHANGELOG.md +++ b/service/redshiftdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.0 (2024-10-29) + +* **Feature**: Adding a new API GetStatementResultV2 that supports CSV formatted results from ExecuteStatement and BatchExecuteStatement calls. + # v1.30.3 (2024-10-28) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/redshiftdata/go_module_metadata.go b/service/redshiftdata/go_module_metadata.go index f8775c00cf8..cf122d2fb62 100644 --- a/service/redshiftdata/go_module_metadata.go +++ b/service/redshiftdata/go_module_metadata.go @@ -3,4 +3,4 @@ package redshiftdata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.3" +const goModuleVersion = "1.31.0" diff --git a/service/sagemaker/CHANGELOG.md b/service/sagemaker/CHANGELOG.md index c1f2a12eccd..2d3a6fa4fd0 100644 --- a/service/sagemaker/CHANGELOG.md +++ b/service/sagemaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.164.0 (2024-10-29) + +* **Feature**: Adding `notebook-al2-v3` as allowed value to SageMaker NotebookInstance PlatformIdentifier attribute + # v1.163.3 (2024-10-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 0866948963c..023a48008a1 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.163.3" +const goModuleVersion = "1.164.0" diff --git a/service/textract/CHANGELOG.md b/service/textract/CHANGELOG.md index 47f8d3ccc95..82b851798a2 100644 --- a/service/textract/CHANGELOG.md +++ b/service/textract/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.4 (2024-10-29) + +* No change notes available for this release. + # v1.34.3 (2024-10-28) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/textract/go_module_metadata.go b/service/textract/go_module_metadata.go index d305b7352b4..cc08bc3bdbe 100644 --- a/service/textract/go_module_metadata.go +++ b/service/textract/go_module_metadata.go @@ -3,4 +3,4 @@ package textract // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.3" +const goModuleVersion = "1.34.4"