From 41e0b26ae38d5ebdf4503a1acabb42975c852417 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Thu, 14 Sep 2023 18:12:42 +0000 Subject: [PATCH] Release 2023-09-14 --- .changelog/37bc8377733a457491dc3f72ab031ceb.json | 8 -------- .changelog/88a6f30174ab455db73ed66c447ebc84.json | 8 -------- .changelog/8b2800f8eea04c7bb71f8f527e1bb25e.json | 8 -------- .changelog/f23b80c3841a4007b181708d1cad60d2.json | 8 -------- CHANGELOG.md | 12 ++++++++++++ service/appstream/CHANGELOG.md | 4 ++++ service/appstream/go_module_metadata.go | 2 +- service/cloudformation/CHANGELOG.md | 4 ++++ service/cloudformation/go_module_metadata.go | 2 +- service/entityresolution/CHANGELOG.md | 4 ++++ service/entityresolution/go_module_metadata.go | 2 +- service/glacier/CHANGELOG.md | 4 ++++ service/glacier/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 6 +++--- service/lookoutequipment/CHANGELOG.md | 4 ++++ service/lookoutequipment/go_module_metadata.go | 2 +- 16 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 .changelog/37bc8377733a457491dc3f72ab031ceb.json delete mode 100644 .changelog/88a6f30174ab455db73ed66c447ebc84.json delete mode 100644 .changelog/8b2800f8eea04c7bb71f8f527e1bb25e.json delete mode 100644 .changelog/f23b80c3841a4007b181708d1cad60d2.json diff --git a/.changelog/37bc8377733a457491dc3f72ab031ceb.json b/.changelog/37bc8377733a457491dc3f72ab031ceb.json deleted file mode 100644 index af085600cf4..00000000000 --- a/.changelog/37bc8377733a457491dc3f72ab031ceb.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "37bc8377-733a-4574-91dc-3f72ab031ceb", - "type": "feature", - "description": "Changed \"ResolutionTechniques\" and \"MappedInputFields\" in workflow and schema mapping operations to be required fields.", - "modules": [ - "service/entityresolution" - ] -} \ No newline at end of file diff --git a/.changelog/88a6f30174ab455db73ed66c447ebc84.json b/.changelog/88a6f30174ab455db73ed66c447ebc84.json deleted file mode 100644 index 47b0d071984..00000000000 --- a/.changelog/88a6f30174ab455db73ed66c447ebc84.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "88a6f301-74ab-455d-b73e-d66c447ebc84", - "type": "feature", - "description": "This release adds APIs for the new scheduled retraining feature.", - "modules": [ - "service/lookoutequipment" - ] -} \ No newline at end of file diff --git a/.changelog/8b2800f8eea04c7bb71f8f527e1bb25e.json b/.changelog/8b2800f8eea04c7bb71f8f527e1bb25e.json deleted file mode 100644 index 72ac4392eb1..00000000000 --- a/.changelog/8b2800f8eea04c7bb71f8f527e1bb25e.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "8b2800f8-eea0-4c7b-b71f-8f527e1bb25e", - "type": "feature", - "description": "This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.", - "modules": [ - "service/appstream" - ] -} \ No newline at end of file diff --git a/.changelog/f23b80c3841a4007b181708d1cad60d2.json b/.changelog/f23b80c3841a4007b181708d1cad60d2.json deleted file mode 100644 index 10e5d57089f..00000000000 --- a/.changelog/f23b80c3841a4007b181708d1cad60d2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "f23b80c3-841a-4007-b181-708d1cad60d2", - "type": "documentation", - "description": "Documentation updates for AWS CloudFormation", - "modules": [ - "service/cloudformation" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index dad378f6a77..9af7500c975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# Release (2023-09-14) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/appstream`: [v1.23.0](service/appstream/CHANGELOG.md#v1230-2023-09-14) + * **Feature**: This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance. +* `github.com/aws/aws-sdk-go-v2/service/cloudformation`: [v1.34.6](service/cloudformation/CHANGELOG.md#v1346-2023-09-14) + * **Documentation**: Documentation updates for AWS CloudFormation +* `github.com/aws/aws-sdk-go-v2/service/entityresolution`: [v1.2.0](service/entityresolution/CHANGELOG.md#v120-2023-09-14) + * **Feature**: Changed "ResolutionTechniques" and "MappedInputFields" in workflow and schema mapping operations to be required fields. +* `github.com/aws/aws-sdk-go-v2/service/lookoutequipment`: [v1.19.0](service/lookoutequipment/CHANGELOG.md#v1190-2023-09-14) + * **Feature**: This release adds APIs for the new scheduled retraining feature. + # Release (2023-09-13) ## Module Highlights diff --git a/service/appstream/CHANGELOG.md b/service/appstream/CHANGELOG.md index 2d53f8bf2c6..03ab83bf302 100644 --- a/service/appstream/CHANGELOG.md +++ b/service/appstream/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.0 (2023-09-14) + +* **Feature**: This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance. + # v1.22.5 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appstream/go_module_metadata.go b/service/appstream/go_module_metadata.go index 37b0723e5aa..1babb663c91 100644 --- a/service/appstream/go_module_metadata.go +++ b/service/appstream/go_module_metadata.go @@ -3,4 +3,4 @@ package appstream // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.5" +const goModuleVersion = "1.23.0" diff --git a/service/cloudformation/CHANGELOG.md b/service/cloudformation/CHANGELOG.md index 1282711aeb1..1aae6bd48f1 100644 --- a/service/cloudformation/CHANGELOG.md +++ b/service/cloudformation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.6 (2023-09-14) + +* **Documentation**: Documentation updates for AWS CloudFormation + # v1.34.5 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudformation/go_module_metadata.go b/service/cloudformation/go_module_metadata.go index 4ec78d3058c..51683358208 100644 --- a/service/cloudformation/go_module_metadata.go +++ b/service/cloudformation/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudformation // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.5" +const goModuleVersion = "1.34.6" diff --git a/service/entityresolution/CHANGELOG.md b/service/entityresolution/CHANGELOG.md index 704a64976c6..3440d1121aa 100644 --- a/service/entityresolution/CHANGELOG.md +++ b/service/entityresolution/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.0 (2023-09-14) + +* **Feature**: Changed "ResolutionTechniques" and "MappedInputFields" in workflow and schema mapping operations to be required fields. + # v1.1.5 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/entityresolution/go_module_metadata.go b/service/entityresolution/go_module_metadata.go index a0d1c1996f4..e869b4507d9 100644 --- a/service/entityresolution/go_module_metadata.go +++ b/service/entityresolution/go_module_metadata.go @@ -3,4 +3,4 @@ package entityresolution // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.1.5" +const goModuleVersion = "1.2.0" diff --git a/service/glacier/CHANGELOG.md b/service/glacier/CHANGELOG.md index 616c7c89b8f..0ed9650ce22 100644 --- a/service/glacier/CHANGELOG.md +++ b/service/glacier/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.6 (2023-09-14) + +* No change notes available for this release. + # v1.15.5 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/glacier/go_module_metadata.go b/service/glacier/go_module_metadata.go index d32f13de227..b9fdddd5c8b 100644 --- a/service/glacier/go_module_metadata.go +++ b/service/glacier/go_module_metadata.go @@ -3,4 +3,4 @@ package glacier // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.5" +const goModuleVersion = "1.15.6" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index b7b8c2b9e8f..a24b240d983 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -7,11 +7,11 @@ require ( github.com/aws/aws-sdk-go-v2/service/apigateway v1.18.0 github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.22.5 github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.17.5 - github.com/aws/aws-sdk-go-v2/service/appstream v1.22.5 + github.com/aws/aws-sdk-go-v2/service/appstream v1.23.0 github.com/aws/aws-sdk-go-v2/service/athena v1.31.6 github.com/aws/aws-sdk-go-v2/service/autoscaling v1.30.6 github.com/aws/aws-sdk-go-v2/service/batch v1.26.5 - github.com/aws/aws-sdk-go-v2/service/cloudformation v1.34.5 + github.com/aws/aws-sdk-go-v2/service/cloudformation v1.34.6 github.com/aws/aws-sdk-go-v2/service/cloudfront v1.28.5 github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.15.5 github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.15.5 @@ -45,7 +45,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/eventbridge v1.22.0 github.com/aws/aws-sdk-go-v2/service/firehose v1.18.0 github.com/aws/aws-sdk-go-v2/service/gamelift v1.22.2 - github.com/aws/aws-sdk-go-v2/service/glacier v1.15.5 + github.com/aws/aws-sdk-go-v2/service/glacier v1.15.6 github.com/aws/aws-sdk-go-v2/service/glue v1.62.0 github.com/aws/aws-sdk-go-v2/service/health v1.19.0 github.com/aws/aws-sdk-go-v2/service/iam v1.22.5 diff --git a/service/lookoutequipment/CHANGELOG.md b/service/lookoutequipment/CHANGELOG.md index 31c9fe4478e..5d5b2d163f4 100644 --- a/service/lookoutequipment/CHANGELOG.md +++ b/service/lookoutequipment/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.0 (2023-09-14) + +* **Feature**: This release adds APIs for the new scheduled retraining feature. + # v1.18.5 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lookoutequipment/go_module_metadata.go b/service/lookoutequipment/go_module_metadata.go index aa8e5e0094d..cd5ac4f2b91 100644 --- a/service/lookoutequipment/go_module_metadata.go +++ b/service/lookoutequipment/go_module_metadata.go @@ -3,4 +3,4 @@ package lookoutequipment // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.5" +const goModuleVersion = "1.19.0"