From a7db10670faedd542dc92cec6d0c602e5315a3a9 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Sun, 14 Jan 2024 05:27:26 +0000 Subject: [PATCH] Release 2024-01-14 --- .changelog/01da546fab7941e2b37ad8aa3cea91b6.json | 8 -------- CHANGELOG.md | 6 ++++++ service/sagemaker/CHANGELOG.md | 4 ++++ service/sagemaker/go_module_metadata.go | 2 +- 4 files changed, 11 insertions(+), 9 deletions(-) delete mode 100644 .changelog/01da546fab7941e2b37ad8aa3cea91b6.json diff --git a/.changelog/01da546fab7941e2b37ad8aa3cea91b6.json b/.changelog/01da546fab7941e2b37ad8aa3cea91b6.json deleted file mode 100644 index b830a825930..00000000000 --- a/.changelog/01da546fab7941e2b37ad8aa3cea91b6.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "01da546f-ab79-41e2-b37a-d8aa3cea91b6", - "type": "feature", - "description": "This release will have ValidationException thrown if certain invalid app types are provided. The release will also throw ValidationException if more than 10 account ids are provided in VpcOnlyTrustedAccounts.", - "modules": [ - "service/sagemaker" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9904708ad2e..12a9a1b8297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Release (2024-01-14) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.125.0](service/sagemaker/CHANGELOG.md#v11250-2024-01-14) + * **Feature**: This release will have ValidationException thrown if certain invalid app types are provided. The release will also throw ValidationException if more than 10 account ids are provided in VpcOnlyTrustedAccounts. + # Release (2024-01-12) ## Module Highlights diff --git a/service/sagemaker/CHANGELOG.md b/service/sagemaker/CHANGELOG.md index 91057cbbc82..803f0e284e7 100644 --- a/service/sagemaker/CHANGELOG.md +++ b/service/sagemaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.125.0 (2024-01-14) + +* **Feature**: This release will have ValidationException thrown if certain invalid app types are provided. The release will also throw ValidationException if more than 10 account ids are provided in VpcOnlyTrustedAccounts. + # v1.124.0 (2024-01-04) * **Feature**: Adding support for provisioned throughput mode for SageMaker Feature Groups diff --git a/service/sagemaker/go_module_metadata.go b/service/sagemaker/go_module_metadata.go index 759cf4d2c2b..aafdce81a99 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.124.0" +const goModuleVersion = "1.125.0"