From 866d441435046266084203d8e2d0608a0b6c948b Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Thu, 24 Oct 2024 18:28:44 +0000 Subject: [PATCH] Release 2024-10-24 --- .changelog/0432b6b66935433cbf95dd48a96cb460.json | 8 -------- .changelog/240dcae660fd460bb7fab492899c5ce6.json | 8 -------- .changelog/318685e24b884c0997e438dbd392165e.json | 8 -------- .changelog/8ba9a1ea0038414c9f05f294664f7966.json | 8 -------- .changelog/d58a4c467a9a486b9766892b17cdc108.json | 8 -------- CHANGELOG.md | 14 ++++++++++++++ .../dynamodbstreams/attributevalue/CHANGELOG.md | 4 ++++ .../attributevalue/go_module_metadata.go | 2 +- service/appconfig/CHANGELOG.md | 4 ++++ service/appconfig/go_module_metadata.go | 2 +- service/cloudhsmv2/CHANGELOG.md | 4 ++++ service/cloudhsmv2/go_module_metadata.go | 2 +- service/ec2/CHANGELOG.md | 4 ++++ service/ec2/go_module_metadata.go | 2 +- service/ecs/CHANGELOG.md | 4 ++++ service/ecs/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 6 +++--- service/nimble/CHANGELOG.md | 4 ++++ service/nimble/go_module_metadata.go | 2 +- service/pcs/CHANGELOG.md | 4 ++++ service/pcs/go_module_metadata.go | 2 +- service/qbusiness/CHANGELOG.md | 4 ++++ service/qbusiness/go_module_metadata.go | 2 +- 23 files changed, 57 insertions(+), 51 deletions(-) delete mode 100644 .changelog/0432b6b66935433cbf95dd48a96cb460.json delete mode 100644 .changelog/240dcae660fd460bb7fab492899c5ce6.json delete mode 100644 .changelog/318685e24b884c0997e438dbd392165e.json delete mode 100644 .changelog/8ba9a1ea0038414c9f05f294664f7966.json delete mode 100644 .changelog/d58a4c467a9a486b9766892b17cdc108.json diff --git a/.changelog/0432b6b66935433cbf95dd48a96cb460.json b/.changelog/0432b6b66935433cbf95dd48a96cb460.json deleted file mode 100644 index 8f4079e05e0..00000000000 --- a/.changelog/0432b6b66935433cbf95dd48a96cb460.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "0432b6b6-6935-433c-bf95-dd48a96cb460", - "type": "documentation", - "description": "Documentation update: added the default value of the Slurm configuration parameter scaleDownIdleTimeInSeconds to its description.", - "modules": [ - "service/pcs" - ] -} \ No newline at end of file diff --git a/.changelog/240dcae660fd460bb7fab492899c5ce6.json b/.changelog/240dcae660fd460bb7fab492899c5ce6.json deleted file mode 100644 index 0de9523ce93..00000000000 --- a/.changelog/240dcae660fd460bb7fab492899c5ce6.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "240dcae6-60fd-460b-b7fa-b492899c5ce6", - "type": "feature", - "description": "This release includes a new API to describe some details of the Amazon Machine Images (AMIs) that were used to launch EC2 instances, even if those AMIs are no longer available for use.", - "modules": [ - "service/ec2" - ] -} \ No newline at end of file diff --git a/.changelog/318685e24b884c0997e438dbd392165e.json b/.changelog/318685e24b884c0997e438dbd392165e.json deleted file mode 100644 index 284be38e96f..00000000000 --- a/.changelog/318685e24b884c0997e438dbd392165e.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "318685e2-4b88-4c09-97e4-38dbd392165e", - "type": "feature", - "description": "This release improves deployment safety by granting customers the ability to REVERT completed deployments, to the last known good state.In the StopDeployment API revert case the status of a COMPLETE deployment will be REVERTED. AppConfig only allows a revert within 72 hours of deployment completion.", - "modules": [ - "service/appconfig" - ] -} \ No newline at end of file diff --git a/.changelog/8ba9a1ea0038414c9f05f294664f7966.json b/.changelog/8ba9a1ea0038414c9f05f294664f7966.json deleted file mode 100644 index c710f54727b..00000000000 --- a/.changelog/8ba9a1ea0038414c9f05f294664f7966.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "8ba9a1ea-0038-414c-9f05-f294664f7966", - "type": "feature", - "description": "This release adds support for EBS volumes attached to Amazon ECS Windows tasks running on EC2 instances.", - "modules": [ - "service/ecs" - ] -} \ No newline at end of file diff --git a/.changelog/d58a4c467a9a486b9766892b17cdc108.json b/.changelog/d58a4c467a9a486b9766892b17cdc108.json deleted file mode 100644 index f398f0370d4..00000000000 --- a/.changelog/d58a4c467a9a486b9766892b17cdc108.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "d58a4c46-7a9a-486b-9766-892b17cdc108", - "type": "feature", - "description": "Add a new field in chat response. This field can be used to support nested schemas in array fields", - "modules": [ - "service/qbusiness" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6116c560f01..5b8333dcb11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# Release (2024-10-24) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/appconfig`: [v1.35.0](service/appconfig/CHANGELOG.md#v1350-2024-10-24) + * **Feature**: This release improves deployment safety by granting customers the ability to REVERT completed deployments, to the last known good state.In the StopDeployment API revert case the status of a COMPLETE deployment will be REVERTED. AppConfig only allows a revert within 72 hours of deployment completion. +* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.186.0](service/ec2/CHANGELOG.md#v11860-2024-10-24) + * **Feature**: This release includes a new API to describe some details of the Amazon Machine Images (AMIs) that were used to launch EC2 instances, even if those AMIs are no longer available for use. +* `github.com/aws/aws-sdk-go-v2/service/ecs`: [v1.48.0](service/ecs/CHANGELOG.md#v1480-2024-10-24) + * **Feature**: This release adds support for EBS volumes attached to Amazon ECS Windows tasks running on EC2 instances. +* `github.com/aws/aws-sdk-go-v2/service/pcs`: [v1.2.3](service/pcs/CHANGELOG.md#v123-2024-10-24) + * **Documentation**: Documentation update: added the default value of the Slurm configuration parameter scaleDownIdleTimeInSeconds to its description. +* `github.com/aws/aws-sdk-go-v2/service/qbusiness`: [v1.15.0](service/qbusiness/CHANGELOG.md#v1150-2024-10-24) + * **Feature**: Add a new field in chat response. This field can be used to support nested schemas in array fields + # Release (2024-10-23) ## Module Highlights diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 133f8df8cf4..6b2d8f8fc37 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.42 (2024-10-24) + +* No change notes available for this release. + # v1.14.41 (2024-10-23) * 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 7a98a199477..fdc11f385dc 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.12" +const goModuleVersion = "1.14.42" diff --git a/service/appconfig/CHANGELOG.md b/service/appconfig/CHANGELOG.md index 1a7810b3aec..539ead77d5a 100644 --- a/service/appconfig/CHANGELOG.md +++ b/service/appconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.35.0 (2024-10-24) + +* **Feature**: This release improves deployment safety by granting customers the ability to REVERT completed deployments, to the last known good state.In the StopDeployment API revert case the status of a COMPLETE deployment will be REVERTED. AppConfig only allows a revert within 72 hours of deployment completion. + # v1.34.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appconfig/go_module_metadata.go b/service/appconfig/go_module_metadata.go index bef4daa905a..47507d13bf8 100644 --- a/service/appconfig/go_module_metadata.go +++ b/service/appconfig/go_module_metadata.go @@ -3,4 +3,4 @@ package appconfig // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.2" +const goModuleVersion = "1.35.0" diff --git a/service/cloudhsmv2/CHANGELOG.md b/service/cloudhsmv2/CHANGELOG.md index e924d76eb72..cc1f9e5c94f 100644 --- a/service/cloudhsmv2/CHANGELOG.md +++ b/service/cloudhsmv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-24) + +* No change notes available for this release. + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudhsmv2/go_module_metadata.go b/service/cloudhsmv2/go_module_metadata.go index e4ae6c15d05..d16aa29dc3a 100644 --- a/service/cloudhsmv2/go_module_metadata.go +++ b/service/cloudhsmv2/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudhsmv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index 7f9e35e846c..4af00a745d1 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.186.0 (2024-10-24) + +* **Feature**: This release includes a new API to describe some details of the Amazon Machine Images (AMIs) that were used to launch EC2 instances, even if those AMIs are no longer available for use. + # v1.185.0 (2024-10-23) * **Feature**: Amazon EC2 X8g, C8g and M8g instances are powered by AWS Graviton4 processors. X8g provide the lowest cost per GiB of memory among Graviton4 instances. C8g provide the best price performance for compute-intensive workloads. M8g provide the best price performance in for general purpose workloads. diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index dae214ce7bf..525d5d7a585 100644 --- a/service/ec2/go_module_metadata.go +++ b/service/ec2/go_module_metadata.go @@ -3,4 +3,4 @@ package ec2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.185.0" +const goModuleVersion = "1.186.0" diff --git a/service/ecs/CHANGELOG.md b/service/ecs/CHANGELOG.md index d709cd47e9b..30a704783ab 100644 --- a/service/ecs/CHANGELOG.md +++ b/service/ecs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.48.0 (2024-10-24) + +* **Feature**: This release adds support for EBS volumes attached to Amazon ECS Windows tasks running on EC2 instances. + # v1.47.4 (2024-10-17) * **Documentation**: This is an Amazon ECS documentation only update to address tickets. diff --git a/service/ecs/go_module_metadata.go b/service/ecs/go_module_metadata.go index df63a06f026..1c60520345a 100644 --- a/service/ecs/go_module_metadata.go +++ b/service/ecs/go_module_metadata.go @@ -3,4 +3,4 @@ package ecs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.47.4" +const goModuleVersion = "1.48.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 38dd888b64b..516c241ecbf 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -13,7 +13,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/batch v1.46.2 github.com/aws/aws-sdk-go-v2/service/cloudformation v1.55.3 github.com/aws/aws-sdk-go-v2/service/cloudfront v1.40.2 - github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.27.2 + github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.27.3 github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.44.2 github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.42.2 github.com/aws/aws-sdk-go-v2/service/codebuild v1.46.0 @@ -29,9 +29,9 @@ require ( github.com/aws/aws-sdk-go-v2/service/directoryservice v1.30.2 github.com/aws/aws-sdk-go-v2/service/docdb v1.39.2 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.2 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.185.0 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.186.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.36.2 - github.com/aws/aws-sdk-go-v2/service/ecs v1.47.4 + github.com/aws/aws-sdk-go-v2/service/ecs v1.48.0 github.com/aws/aws-sdk-go-v2/service/efs v1.33.2 github.com/aws/aws-sdk-go-v2/service/elasticache v1.43.0 github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.28.2 diff --git a/service/nimble/CHANGELOG.md b/service/nimble/CHANGELOG.md index 939dec32ecb..14e7f0f5a2f 100644 --- a/service/nimble/CHANGELOG.md +++ b/service/nimble/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.3 (2024-10-24) + +* No change notes available for this release. + # v1.28.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/nimble/go_module_metadata.go b/service/nimble/go_module_metadata.go index 485c1fbbc0d..31bea2148e5 100644 --- a/service/nimble/go_module_metadata.go +++ b/service/nimble/go_module_metadata.go @@ -3,4 +3,4 @@ package nimble // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.2" +const goModuleVersion = "1.28.3" diff --git a/service/pcs/CHANGELOG.md b/service/pcs/CHANGELOG.md index fc95c07241c..e668097a2f2 100644 --- a/service/pcs/CHANGELOG.md +++ b/service/pcs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.3 (2024-10-24) + +* **Documentation**: Documentation update: added the default value of the Slurm configuration parameter scaleDownIdleTimeInSeconds to its description. + # v1.2.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pcs/go_module_metadata.go b/service/pcs/go_module_metadata.go index 905b98eb92e..eb2f512bb83 100644 --- a/service/pcs/go_module_metadata.go +++ b/service/pcs/go_module_metadata.go @@ -3,4 +3,4 @@ package pcs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.2.2" +const goModuleVersion = "1.2.3" diff --git a/service/qbusiness/CHANGELOG.md b/service/qbusiness/CHANGELOG.md index be438b659f1..bdfe4f873c1 100644 --- a/service/qbusiness/CHANGELOG.md +++ b/service/qbusiness/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.0 (2024-10-24) + +* **Feature**: Add a new field in chat response. This field can be used to support nested schemas in array fields + # v1.14.0 (2024-10-15) * **Feature**: Amazon Q Business now supports embedding the Amazon Q Business web experience on third-party websites. diff --git a/service/qbusiness/go_module_metadata.go b/service/qbusiness/go_module_metadata.go index f7775480653..6d93d6c8036 100644 --- a/service/qbusiness/go_module_metadata.go +++ b/service/qbusiness/go_module_metadata.go @@ -3,4 +3,4 @@ package qbusiness // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.0" +const goModuleVersion = "1.15.0"