From 4c98ee7488cce10b3a1127435740c6e665c7a97e Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Fri, 8 Sep 2023 18:14:12 +0000 Subject: [PATCH] Release 2023-09-08 --- .changelog/44ae507acbaa4b6eb895abee44799ee0.json | 8 -------- .changelog/912ba54afe134fc38dd832c81471eeb4.json | 8 -------- .changelog/c4265f3219504dfc82fd979e05f2a3bb.json | 8 -------- .changelog/d12c4e96722f49588a60d1c708897e47.json | 8 -------- CHANGELOG.md | 12 ++++++++++++ service/fsx/CHANGELOG.md | 4 ++++ service/fsx/go_module_metadata.go | 2 +- service/identitystore/CHANGELOG.md | 4 ++++ service/identitystore/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 2 +- service/sagemaker/CHANGELOG.md | 4 ++++ service/sagemaker/go_module_metadata.go | 2 +- service/ssoadmin/CHANGELOG.md | 4 ++++ service/ssoadmin/go_module_metadata.go | 2 +- service/workspaces/CHANGELOG.md | 4 ++++ service/workspaces/go_module_metadata.go | 2 +- 16 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 .changelog/44ae507acbaa4b6eb895abee44799ee0.json delete mode 100644 .changelog/912ba54afe134fc38dd832c81471eeb4.json delete mode 100644 .changelog/c4265f3219504dfc82fd979e05f2a3bb.json delete mode 100644 .changelog/d12c4e96722f49588a60d1c708897e47.json diff --git a/.changelog/44ae507acbaa4b6eb895abee44799ee0.json b/.changelog/44ae507acbaa4b6eb895abee44799ee0.json deleted file mode 100644 index 99ff026e0b2..00000000000 --- a/.changelog/44ae507acbaa4b6eb895abee44799ee0.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "44ae507a-cbaa-4b6e-b895-abee44799ee0", - "type": "feature", - "description": "Content updates to IAM Identity Center API for China Regions.", - "modules": [ - "service/ssoadmin" - ] -} \ No newline at end of file diff --git a/.changelog/912ba54afe134fc38dd832c81471eeb4.json b/.changelog/912ba54afe134fc38dd832c81471eeb4.json deleted file mode 100644 index 5aafc764b5c..00000000000 --- a/.changelog/912ba54afe134fc38dd832c81471eeb4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "912ba54a-fe13-4fc3-8dd8-32c81471eeb4", - "type": "documentation", - "description": "Amazon FSx documentation fixes", - "modules": [ - "service/fsx" - ] -} \ No newline at end of file diff --git a/.changelog/c4265f3219504dfc82fd979e05f2a3bb.json b/.changelog/c4265f3219504dfc82fd979e05f2a3bb.json deleted file mode 100644 index 40879dc3933..00000000000 --- a/.changelog/c4265f3219504dfc82fd979e05f2a3bb.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "c4265f32-1950-4dfc-82fd-979e05f2a3bb", - "type": "feature", - "description": "A new field \"ErrorDetails\" will be added to the output of \"DescribeWorkspaceImages\" API call. This field provides in-depth details about the error occurred during image import process. These details include the possible causes of the errors and troubleshooting information.", - "modules": [ - "service/workspaces" - ] -} \ No newline at end of file diff --git a/.changelog/d12c4e96722f49588a60d1c708897e47.json b/.changelog/d12c4e96722f49588a60d1c708897e47.json deleted file mode 100644 index fc664a1af61..00000000000 --- a/.changelog/d12c4e96722f49588a60d1c708897e47.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "d12c4e96-722f-4958-8a60-d1c708897e47", - "type": "feature", - "description": "Autopilot APIs will now support holiday featurization for Timeseries models. The models will now hold holiday metadata and should be able to accommodate holiday effect during inference.", - "modules": [ - "service/sagemaker" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 72487bf9b8e..4e514241b19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# Release (2023-09-08) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/fsx`: [v1.32.6](service/fsx/CHANGELOG.md#v1326-2023-09-08) + * **Documentation**: Amazon FSx documentation fixes +* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.105.0](service/sagemaker/CHANGELOG.md#v11050-2023-09-08) + * **Feature**: Autopilot APIs will now support holiday featurization for Timeseries models. The models will now hold holiday metadata and should be able to accommodate holiday effect during inference. +* `github.com/aws/aws-sdk-go-v2/service/ssoadmin`: [v1.18.0](service/ssoadmin/CHANGELOG.md#v1180-2023-09-08) + * **Feature**: Content updates to IAM Identity Center API for China Regions. +* `github.com/aws/aws-sdk-go-v2/service/workspaces`: [v1.30.0](service/workspaces/CHANGELOG.md#v1300-2023-09-08) + * **Feature**: A new field "ErrorDetails" will be added to the output of "DescribeWorkspaceImages" API call. This field provides in-depth details about the error occurred during image import process. These details include the possible causes of the errors and troubleshooting information. + # Release (2023-09-07) ## Module Highlights diff --git a/service/fsx/CHANGELOG.md b/service/fsx/CHANGELOG.md index dbfd900c344..97a0ab92e10 100644 --- a/service/fsx/CHANGELOG.md +++ b/service/fsx/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.6 (2023-09-08) + +* **Documentation**: Amazon FSx documentation fixes + # v1.32.5 (2023-08-29) * **Documentation**: Documentation updates for project quotas. diff --git a/service/fsx/go_module_metadata.go b/service/fsx/go_module_metadata.go index 24621165ecb..b7351bfa0d8 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.32.5" +const goModuleVersion = "1.32.6" diff --git a/service/identitystore/CHANGELOG.md b/service/identitystore/CHANGELOG.md index e8e9077e0e1..6371653b049 100644 --- a/service/identitystore/CHANGELOG.md +++ b/service/identitystore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.2 (2023-09-08) + +* No change notes available for this release. + # v1.18.1 (2023-09-06) * No change notes available for this release. diff --git a/service/identitystore/go_module_metadata.go b/service/identitystore/go_module_metadata.go index 38ee13a4ca8..9571d2db313 100644 --- a/service/identitystore/go_module_metadata.go +++ b/service/identitystore/go_module_metadata.go @@ -3,4 +3,4 @@ package identitystore // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.1" +const goModuleVersion = "1.18.2" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 4599cab1a07..b490d397d9d 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -84,7 +84,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/waf v1.13.5 github.com/aws/aws-sdk-go-v2/service/wafregional v1.14.5 github.com/aws/aws-sdk-go-v2/service/wafv2 v1.38.0 - github.com/aws/aws-sdk-go-v2/service/workspaces v1.29.5 + github.com/aws/aws-sdk-go-v2/service/workspaces v1.30.0 github.com/aws/smithy-go v1.14.2 github.com/google/go-cmp v0.5.8 ) diff --git a/service/sagemaker/CHANGELOG.md b/service/sagemaker/CHANGELOG.md index 3916999fb0d..1b0ee435465 100644 --- a/service/sagemaker/CHANGELOG.md +++ b/service/sagemaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.105.0 (2023-09-08) + +* **Feature**: Autopilot APIs will now support holiday featurization for Timeseries models. The models will now hold holiday metadata and should be able to accommodate holiday effect during inference. + # v1.104.0 (2023-09-05) * **Feature**: SageMaker Neo now supports data input shape derivation for Pytorch 2.0 and XGBoost compilation job for cloud instance targets. You can skip DataInputConfig field during compilation job creation. You can also access derived information from model in DescribeCompilationJob response. diff --git a/service/sagemaker/go_module_metadata.go b/service/sagemaker/go_module_metadata.go index a0ec5ac6827..99d7f2e9068 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.104.0" +const goModuleVersion = "1.105.0" diff --git a/service/ssoadmin/CHANGELOG.md b/service/ssoadmin/CHANGELOG.md index 15f34b1df1e..69b97d89bc3 100644 --- a/service/ssoadmin/CHANGELOG.md +++ b/service/ssoadmin/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.0 (2023-09-08) + +* **Feature**: Content updates to IAM Identity Center API for China Regions. + # v1.17.6 (2023-09-01) * No change notes available for this release. diff --git a/service/ssoadmin/go_module_metadata.go b/service/ssoadmin/go_module_metadata.go index ed5db9c1584..7e38ec5ea2f 100644 --- a/service/ssoadmin/go_module_metadata.go +++ b/service/ssoadmin/go_module_metadata.go @@ -3,4 +3,4 @@ package ssoadmin // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.6" +const goModuleVersion = "1.18.0" diff --git a/service/workspaces/CHANGELOG.md b/service/workspaces/CHANGELOG.md index 785f07d4024..dbbab9a007f 100644 --- a/service/workspaces/CHANGELOG.md +++ b/service/workspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.0 (2023-09-08) + +* **Feature**: A new field "ErrorDetails" will be added to the output of "DescribeWorkspaceImages" API call. This field provides in-depth details about the error occurred during image import process. These details include the possible causes of the errors and troubleshooting information. + # v1.29.5 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workspaces/go_module_metadata.go b/service/workspaces/go_module_metadata.go index 7ec16175f4e..eac94ac47c7 100644 --- a/service/workspaces/go_module_metadata.go +++ b/service/workspaces/go_module_metadata.go @@ -3,4 +3,4 @@ package workspaces // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.5" +const goModuleVersion = "1.30.0"