From 14330255e81de9a314676d72c129b25936753c07 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Tue, 14 Nov 2023 19:18:43 +0000 Subject: [PATCH] Release 2023-11-14 --- .../0593bfc1f00841febcb73c7957839f01.json | 10 ------ .../5b444290be1a40dbb6de9d63a9d732ae.json | 8 ----- .../6154ac66f66a4879bf008ced316862f2.json | 8 ----- .../78a6f0ebc1c145d59dd3972e5cf62b99.json | 8 ----- .../7991c36359944dfab03f83d85d8810ae.json | 8 ----- .../8e3020333b3149d0a331d2c1acc8f3b3.json | 8 ----- .../aa90b85328ac426e90e84e3e52446f56.json | 8 ----- .../aeb654ab45f54a3bb2e2f7eaba5be3bb.json | 8 ----- .../b529262a1c6b4281bf7029a037c8dc89.json | 8 ----- .../b5c5a7bf1f8d4ff889199222ce8eae06.json | 8 ----- .../c0acbd7d103449ceb68820c55cef32f9.json | 8 ----- .../c17a9eaad0dd4b2d8d50c59a79c3d600.json | 8 ----- .../ef43596d444140f1ab14f94d2e8ae6c0.json | 8 ----- CHANGELOG.md | 32 +++++++++++++++++++ config/CHANGELOG.md | 5 +++ config/go.mod | 2 +- config/go_module_metadata.go | 2 +- credentials/CHANGELOG.md | 4 +++ credentials/go_module_metadata.go | 2 +- example/service/dynamodb/createTable/go.mod | 4 +-- example/service/dynamodb/scanItems/go.mod | 4 +-- example/service/s3/listObjects/go.mod | 4 +-- example/service/s3/usingPrivateLink/go.mod | 4 +-- .../ec2/imds/internal/configtesting/go.mod | 4 +-- feature/s3/manager/CHANGELOG.md | 4 +++ feature/s3/manager/go.mod | 4 +-- feature/s3/manager/go_module_metadata.go | 2 +- internal/configsources/configtesting/go.mod | 4 +-- service/appconfigdata/CHANGELOG.md | 4 +++ service/appconfigdata/go_module_metadata.go | 2 +- service/backup/CHANGELOG.md | 4 +++ service/backup/go_module_metadata.go | 2 +- service/cleanrooms/CHANGELOG.md | 4 +++ service/cleanrooms/go_module_metadata.go | 2 +- service/codepipeline/CHANGELOG.md | 4 +++ service/codepipeline/go_module_metadata.go | 2 +- service/computeoptimizer/CHANGELOG.md | 4 +++ .../computeoptimizer/go_module_metadata.go | 2 +- service/connect/CHANGELOG.md | 4 +++ service/connect/go_module_metadata.go | 2 +- service/glue/CHANGELOG.md | 4 +++ service/glue/go_module_metadata.go | 2 +- .../internal/eventstreamtesting/CHANGELOG.md | 4 +++ service/internal/eventstreamtesting/go.mod | 2 +- .../eventstreamtesting/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 14 ++++---- service/iot/CHANGELOG.md | 4 +++ service/iot/go_module_metadata.go | 2 +- service/kinesis/internal/testing/go.mod | 4 +-- service/lambda/CHANGELOG.md | 4 +++ service/lambda/go_module_metadata.go | 2 +- service/mediatailor/CHANGELOG.md | 4 +++ service/mediatailor/go_module_metadata.go | 2 +- service/pipes/CHANGELOG.md | 4 +++ service/pipes/go_module_metadata.go | 2 +- service/resourceexplorer2/CHANGELOG.md | 4 +++ .../resourceexplorer2/go_module_metadata.go | 2 +- service/s3/internal/configtesting/go.mod | 4 +-- service/sagemaker/CHANGELOG.md | 4 +++ service/sagemaker/go_module_metadata.go | 2 +- service/sfn/CHANGELOG.md | 4 +++ service/sfn/go_module_metadata.go | 2 +- service/signer/CHANGELOG.md | 4 +++ service/signer/go_module_metadata.go | 2 +- .../internal/testing/go.mod | 4 +-- 65 files changed, 157 insertions(+), 154 deletions(-) delete mode 100644 .changelog/0593bfc1f00841febcb73c7957839f01.json delete mode 100644 .changelog/5b444290be1a40dbb6de9d63a9d732ae.json delete mode 100644 .changelog/6154ac66f66a4879bf008ced316862f2.json delete mode 100644 .changelog/78a6f0ebc1c145d59dd3972e5cf62b99.json delete mode 100644 .changelog/7991c36359944dfab03f83d85d8810ae.json delete mode 100644 .changelog/8e3020333b3149d0a331d2c1acc8f3b3.json delete mode 100644 .changelog/aa90b85328ac426e90e84e3e52446f56.json delete mode 100644 .changelog/aeb654ab45f54a3bb2e2f7eaba5be3bb.json delete mode 100644 .changelog/b529262a1c6b4281bf7029a037c8dc89.json delete mode 100644 .changelog/b5c5a7bf1f8d4ff889199222ce8eae06.json delete mode 100644 .changelog/c0acbd7d103449ceb68820c55cef32f9.json delete mode 100644 .changelog/c17a9eaad0dd4b2d8d50c59a79c3d600.json delete mode 100644 .changelog/ef43596d444140f1ab14f94d2e8ae6c0.json diff --git a/.changelog/0593bfc1f00841febcb73c7957839f01.json b/.changelog/0593bfc1f00841febcb73c7957839f01.json deleted file mode 100644 index 1cc8b95077b..00000000000 --- a/.changelog/0593bfc1f00841febcb73c7957839f01.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "id": "0593bfc1-f008-41fe-bcb7-3c7957839f01", - "type": "feature", - "collapse": true, - "description": "Add support for dynamic auth token from file and EKS container host in absolute/relative URIs in the HTTP credential provider.", - "modules": [ - "config", - "credentials" - ] -} \ No newline at end of file diff --git a/.changelog/5b444290be1a40dbb6de9d63a9d732ae.json b/.changelog/5b444290be1a40dbb6de9d63a9d732ae.json deleted file mode 100644 index ad95c23ef58..00000000000 --- a/.changelog/5b444290be1a40dbb6de9d63a9d732ae.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "5b444290-be1a-40db-b6de-9d63a9d732ae", - "type": "feature", - "description": "Add Python 3.12 (python3.12) support to AWS Lambda", - "modules": [ - "service/lambda" - ] -} \ No newline at end of file diff --git a/.changelog/6154ac66f66a4879bf008ced316862f2.json b/.changelog/6154ac66f66a4879bf008ced316862f2.json deleted file mode 100644 index ccc13d64ae4..00000000000 --- a/.changelog/6154ac66f66a4879bf008ced316862f2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "6154ac66-f66a-4879-bf00-8ced316862f2", - "type": "feature", - "description": "Resource Explorer supports multi-account search. You can now use Resource Explorer to search and discover resources across AWS accounts within your organization or organizational unit.", - "modules": [ - "service/resourceexplorer2" - ] -} \ No newline at end of file diff --git a/.changelog/78a6f0ebc1c145d59dd3972e5cf62b99.json b/.changelog/78a6f0ebc1c145d59dd3972e5cf62b99.json deleted file mode 100644 index 26dd58df6ad..00000000000 --- a/.changelog/78a6f0ebc1c145d59dd3972e5cf62b99.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "78a6f0eb-c1c1-45d5-9dd3-972e5cf62b99", - "type": "feature", - "description": "This release makes Model Registry Inference Specification fields as not required.", - "modules": [ - "service/sagemaker" - ] -} \ No newline at end of file diff --git a/.changelog/7991c36359944dfab03f83d85d8810ae.json b/.changelog/7991c36359944dfab03f83d85d8810ae.json deleted file mode 100644 index e9aea7173ea..00000000000 --- a/.changelog/7991c36359944dfab03f83d85d8810ae.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "7991c363-5994-4dfa-b03f-83d85d8810ae", - "type": "documentation", - "description": "Documentation updates for AWS Signer", - "modules": [ - "service/signer" - ] -} \ No newline at end of file diff --git a/.changelog/8e3020333b3149d0a331d2c1acc8f3b3.json b/.changelog/8e3020333b3149d0a331d2c1acc8f3b3.json deleted file mode 100644 index 38ba666f6ce..00000000000 --- a/.changelog/8e3020333b3149d0a331d2c1acc8f3b3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "8e302033-3b31-49d0-a331-d2c1acc8f3b3", - "type": "feature", - "description": "This feature provides the ability for the collaboration creator to configure either the member who can run queries or a different member in the collaboration to be billed for query compute costs.", - "modules": [ - "service/cleanrooms" - ] -} \ No newline at end of file diff --git a/.changelog/aa90b85328ac426e90e84e3e52446f56.json b/.changelog/aa90b85328ac426e90e84e3e52446f56.json deleted file mode 100644 index 4dd354e6dae..00000000000 --- a/.changelog/aa90b85328ac426e90e84e3e52446f56.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "aa90b853-28ac-426e-90e8-4e3e52446f56", - "type": "feature", - "description": "Introducing SegmentAttributes parameter for StartChatContact API", - "modules": [ - "service/connect" - ] -} \ No newline at end of file diff --git a/.changelog/aeb654ab45f54a3bb2e2f7eaba5be3bb.json b/.changelog/aeb654ab45f54a3bb2e2f7eaba5be3bb.json deleted file mode 100644 index 75e78ef5155..00000000000 --- a/.changelog/aeb654ab45f54a3bb2e2f7eaba5be3bb.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "aeb654ab-45f5-4a3b-b2e2-f7eaba5be3bb", - "type": "feature", - "description": "Removed unnecessary default values.", - "modules": [ - "service/mediatailor" - ] -} \ No newline at end of file diff --git a/.changelog/b529262a1c6b4281bf7029a037c8dc89.json b/.changelog/b529262a1c6b4281bf7029a037c8dc89.json deleted file mode 100644 index fefa82e74fb..00000000000 --- a/.changelog/b529262a1c6b4281bf7029a037c8dc89.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b529262a-1c6b-4281-bf70-29a037c8dc89", - "type": "feature", - "description": "Added support (via new LogConfiguration field in CreatePipe and UpdatePipe APIs) for logging to Amazon CloudWatch Logs, Amazon Simple Storage Service (Amazon S3), and Amazon Kinesis Data Firehose", - "modules": [ - "service/pipes" - ] -} \ No newline at end of file diff --git a/.changelog/b5c5a7bf1f8d4ff889199222ce8eae06.json b/.changelog/b5c5a7bf1f8d4ff889199222ce8eae06.json deleted file mode 100644 index afaf8904114..00000000000 --- a/.changelog/b5c5a7bf1f8d4ff889199222ce8eae06.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b5c5a7bf-1f8d-4ff8-8919-9222ce8eae06", - "type": "feature", - "description": "AWS Backup - Features: Provide Job Summary for your backup activity.", - "modules": [ - "service/backup" - ] -} \ No newline at end of file diff --git a/.changelog/c0acbd7d103449ceb68820c55cef32f9.json b/.changelog/c0acbd7d103449ceb68820c55cef32f9.json deleted file mode 100644 index d63206d6a05..00000000000 --- a/.changelog/c0acbd7d103449ceb68820c55cef32f9.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "c0acbd7d-1034-49ce-b688-20c55cef32f9", - "type": "feature", - "description": "This release introduces new attributes in API CreateSecurityProfile, UpdateSecurityProfile and DescribeSecurityProfile to support management of Metrics Export for AWS IoT Device Defender Detect.", - "modules": [ - "service/iot" - ] -} \ No newline at end of file diff --git a/.changelog/c17a9eaad0dd4b2d8d50c59a79c3d600.json b/.changelog/c17a9eaad0dd4b2d8d50c59a79c3d600.json deleted file mode 100644 index 2e92febb31e..00000000000 --- a/.changelog/c17a9eaad0dd4b2d8d50c59a79c3d600.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "c17a9eaa-d0dd-4b2d-8d50-c59a79c3d600", - "type": "feature", - "description": "Introduces new storage optimization APIs to support automatic compaction of Apache Iceberg tables.", - "modules": [ - "service/glue" - ] -} \ No newline at end of file diff --git a/.changelog/ef43596d444140f1ab14f94d2e8ae6c0.json b/.changelog/ef43596d444140f1ab14f94d2e8ae6c0.json deleted file mode 100644 index 857cfb046c8..00000000000 --- a/.changelog/ef43596d444140f1ab14f94d2e8ae6c0.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "ef43596d-4441-40f1-ab14-f94d2e8ae6c0", - "type": "feature", - "description": "This release adds support to redrive executions in AWS Step Functions with a new RedriveExecution operation.", - "modules": [ - "service/sfn" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 610d32c01be..98c1b04a70e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +# Release (2023-11-14) + +## General Highlights +* **Feature**: Add support for dynamic auth token from file and EKS container host in absolute/relative URIs in the HTTP credential provider. +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/backup`: [v1.28.0](service/backup/CHANGELOG.md#v1280-2023-11-14) + * **Feature**: AWS Backup - Features: Provide Job Summary for your backup activity. +* `github.com/aws/aws-sdk-go-v2/service/cleanrooms`: [v1.7.0](service/cleanrooms/CHANGELOG.md#v170-2023-11-14) + * **Feature**: This feature provides the ability for the collaboration creator to configure either the member who can run queries or a different member in the collaboration to be billed for query compute costs. +* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.80.0](service/connect/CHANGELOG.md#v1800-2023-11-14) + * **Feature**: Introducing SegmentAttributes parameter for StartChatContact API +* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.68.0](service/glue/CHANGELOG.md#v1680-2023-11-14) + * **Feature**: Introduces new storage optimization APIs to support automatic compaction of Apache Iceberg tables. +* `github.com/aws/aws-sdk-go-v2/service/iot`: [v1.44.0](service/iot/CHANGELOG.md#v1440-2023-11-14) + * **Feature**: This release introduces new attributes in API CreateSecurityProfile, UpdateSecurityProfile and DescribeSecurityProfile to support management of Metrics Export for AWS IoT Device Defender Detect. +* `github.com/aws/aws-sdk-go-v2/service/lambda`: [v1.46.0](service/lambda/CHANGELOG.md#v1460-2023-11-14) + * **Feature**: Add Python 3.12 (python3.12) support to AWS Lambda +* `github.com/aws/aws-sdk-go-v2/service/mediatailor`: [v1.31.0](service/mediatailor/CHANGELOG.md#v1310-2023-11-14) + * **Feature**: Removed unnecessary default values. +* `github.com/aws/aws-sdk-go-v2/service/pipes`: [v1.7.0](service/pipes/CHANGELOG.md#v170-2023-11-14) + * **Feature**: Added support (via new LogConfiguration field in CreatePipe and UpdatePipe APIs) for logging to Amazon CloudWatch Logs, Amazon Simple Storage Service (Amazon S3), and Amazon Kinesis Data Firehose +* `github.com/aws/aws-sdk-go-v2/service/resourceexplorer2`: [v1.7.0](service/resourceexplorer2/CHANGELOG.md#v170-2023-11-14) + * **Feature**: Resource Explorer supports multi-account search. You can now use Resource Explorer to search and discover resources across AWS accounts within your organization or organizational unit. +* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.116.0](service/sagemaker/CHANGELOG.md#v11160-2023-11-14) + * **Feature**: This release makes Model Registry Inference Specification fields as not required. +* `github.com/aws/aws-sdk-go-v2/service/sfn`: [v1.22.0](service/sfn/CHANGELOG.md#v1220-2023-11-14) + * **Feature**: This release adds support to redrive executions in AWS Step Functions with a new RedriveExecution operation. +* `github.com/aws/aws-sdk-go-v2/service/signer`: [v1.18.2](service/signer/CHANGELOG.md#v1182-2023-11-14) + * **Documentation**: Documentation updates for AWS Signer + # Release (2023-11-13) ## General Highlights diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index cbe4ec7e50b..26ff2babc4b 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.25.0 (2023-11-14) + +* **Feature**: Add support for dynamic auth token from file and EKS container host in absolute/relative URIs in the HTTP credential provider. +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.0 (2023-11-13) * **Feature**: Replace the legacy config parser with a modern, less-strict implementation. Parsing failures within a section will now simply ignore the invalid line rather than silently drop the entire section. diff --git a/config/go.mod b/config/go.mod index 6ceb6abfe27..ddce4e510c3 100644 --- a/config/go.mod +++ b/config/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/aws/aws-sdk-go-v2 v1.22.2 - github.com/aws/aws-sdk-go-v2/credentials v1.15.2 + github.com/aws/aws-sdk-go-v2/credentials v1.16.0 github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.3 github.com/aws/aws-sdk-go-v2/internal/ini v1.7.0 github.com/aws/aws-sdk-go-v2/service/sso v1.17.1 diff --git a/config/go_module_metadata.go b/config/go_module_metadata.go index 1bdac9754d8..06263c6fbe3 100644 --- a/config/go_module_metadata.go +++ b/config/go_module_metadata.go @@ -3,4 +3,4 @@ package config // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.0" +const goModuleVersion = "1.25.0" diff --git a/credentials/CHANGELOG.md b/credentials/CHANGELOG.md index 65c8de85381..a495fb6db41 100644 --- a/credentials/CHANGELOG.md +++ b/credentials/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.0 (2023-11-14) + +* **Feature**: Add support for dynamic auth token from file and EKS container host in absolute/relative URIs in the HTTP credential provider. + # v1.15.2 (2023-11-09) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/credentials/go_module_metadata.go b/credentials/go_module_metadata.go index 365a8554529..2e04b586351 100644 --- a/credentials/go_module_metadata.go +++ b/credentials/go_module_metadata.go @@ -3,4 +3,4 @@ package credentials // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.2" +const goModuleVersion = "1.16.0" diff --git a/example/service/dynamodb/createTable/go.mod b/example/service/dynamodb/createTable/go.mod index 94bd1293937..f2c365f998c 100644 --- a/example/service/dynamodb/createTable/go.mod +++ b/example/service/dynamodb/createTable/go.mod @@ -4,12 +4,12 @@ go 1.19 require ( github.com/aws/aws-sdk-go-v2 v1.22.2 - github.com/aws/aws-sdk-go-v2/config v1.24.0 + github.com/aws/aws-sdk-go-v2/config v1.25.0 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.1 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.15.2 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.16.0 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.3 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.2 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.2 // indirect diff --git a/example/service/dynamodb/scanItems/go.mod b/example/service/dynamodb/scanItems/go.mod index ba080b797bf..c58f2cff607 100644 --- a/example/service/dynamodb/scanItems/go.mod +++ b/example/service/dynamodb/scanItems/go.mod @@ -4,13 +4,13 @@ go 1.19 require ( github.com/aws/aws-sdk-go-v2 v1.22.2 - github.com/aws/aws-sdk-go-v2/config v1.24.0 + github.com/aws/aws-sdk-go-v2/config v1.25.0 github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.1 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.1 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.15.2 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.16.0 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.3 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.2 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.2 // indirect diff --git a/example/service/s3/listObjects/go.mod b/example/service/s3/listObjects/go.mod index 0439fb41f6c..358b68e2c48 100644 --- a/example/service/s3/listObjects/go.mod +++ b/example/service/s3/listObjects/go.mod @@ -3,14 +3,14 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/listObjects go 1.19 require ( - github.com/aws/aws-sdk-go-v2/config v1.24.0 + github.com/aws/aws-sdk-go-v2/config v1.25.0 github.com/aws/aws-sdk-go-v2/service/s3 v1.42.1 ) require ( github.com/aws/aws-sdk-go-v2 v1.22.2 // indirect github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.0 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.15.2 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.16.0 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.3 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.2 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.2 // indirect diff --git a/example/service/s3/usingPrivateLink/go.mod b/example/service/s3/usingPrivateLink/go.mod index f0d030dc8de..c8dc64b87e5 100644 --- a/example/service/s3/usingPrivateLink/go.mod +++ b/example/service/s3/usingPrivateLink/go.mod @@ -4,14 +4,14 @@ go 1.19 require ( github.com/aws/aws-sdk-go-v2 v1.22.2 - github.com/aws/aws-sdk-go-v2/config v1.24.0 + github.com/aws/aws-sdk-go-v2/config v1.25.0 github.com/aws/aws-sdk-go-v2/service/s3 v1.42.1 github.com/aws/aws-sdk-go-v2/service/s3control v1.36.2 ) require ( github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.0 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.15.2 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.16.0 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.3 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.2 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.2 // indirect diff --git a/feature/ec2/imds/internal/configtesting/go.mod b/feature/ec2/imds/internal/configtesting/go.mod index a07a4b0e218..775640546e3 100644 --- a/feature/ec2/imds/internal/configtesting/go.mod +++ b/feature/ec2/imds/internal/configtesting/go.mod @@ -3,13 +3,13 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/configtesting go 1.19 require ( - github.com/aws/aws-sdk-go-v2/config v1.24.0 + github.com/aws/aws-sdk-go-v2/config v1.25.0 github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.3 ) require ( github.com/aws/aws-sdk-go-v2 v1.22.2 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.15.2 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.16.0 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.2 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.2 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.7.0 // indirect diff --git a/feature/s3/manager/CHANGELOG.md b/feature/s3/manager/CHANGELOG.md index 8bc70c38638..1bf74c94103 100644 --- a/feature/s3/manager/CHANGELOG.md +++ b/feature/s3/manager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.7 (2023-11-14) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.6 (2023-11-13) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index f45819536e5..2f20245154e 100644 --- a/feature/s3/manager/go.mod +++ b/feature/s3/manager/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/aws/aws-sdk-go-v2 v1.22.2 - github.com/aws/aws-sdk-go-v2/config v1.24.0 + github.com/aws/aws-sdk-go-v2/config v1.25.0 github.com/aws/aws-sdk-go-v2/service/s3 v1.42.1 github.com/aws/smithy-go v1.16.0 github.com/google/go-cmp v0.5.8 @@ -12,7 +12,7 @@ require ( require ( github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.0 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.15.2 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.16.0 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.3 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.2 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.2 // indirect diff --git a/feature/s3/manager/go_module_metadata.go b/feature/s3/manager/go_module_metadata.go index 2027415afa9..1de122276be 100644 --- a/feature/s3/manager/go_module_metadata.go +++ b/feature/s3/manager/go_module_metadata.go @@ -3,4 +3,4 @@ package manager // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.6" +const goModuleVersion = "1.13.7" diff --git a/internal/configsources/configtesting/go.mod b/internal/configsources/configtesting/go.mod index 38e8104aa45..66e3feef60c 100644 --- a/internal/configsources/configtesting/go.mod +++ b/internal/configsources/configtesting/go.mod @@ -3,13 +3,13 @@ module github.com/aws/aws-sdk-go-v2/internal/configsources/configtesting go 1.19 require ( - github.com/aws/aws-sdk-go-v2/config v1.24.0 + github.com/aws/aws-sdk-go-v2/config v1.25.0 github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.2 ) require ( github.com/aws/aws-sdk-go-v2 v1.22.2 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.15.2 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.16.0 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.3 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.2 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.7.0 // indirect diff --git a/service/appconfigdata/CHANGELOG.md b/service/appconfigdata/CHANGELOG.md index c6e965dde04..775c1552cc1 100644 --- a/service/appconfigdata/CHANGELOG.md +++ b/service/appconfigdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.2 (2023-11-14) + +* No change notes available for this release. + # v1.10.1 (2023-11-09) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appconfigdata/go_module_metadata.go b/service/appconfigdata/go_module_metadata.go index 705d0463468..d0d98901800 100644 --- a/service/appconfigdata/go_module_metadata.go +++ b/service/appconfigdata/go_module_metadata.go @@ -3,4 +3,4 @@ package appconfigdata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.1" +const goModuleVersion = "1.10.2" diff --git a/service/backup/CHANGELOG.md b/service/backup/CHANGELOG.md index e7cf7a28b73..87d84684279 100644 --- a/service/backup/CHANGELOG.md +++ b/service/backup/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.0 (2023-11-14) + +* **Feature**: AWS Backup - Features: Provide Job Summary for your backup activity. + # v1.27.1 (2023-11-09) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/backup/go_module_metadata.go b/service/backup/go_module_metadata.go index cd26dc6d1f1..a1099fd12b6 100644 --- a/service/backup/go_module_metadata.go +++ b/service/backup/go_module_metadata.go @@ -3,4 +3,4 @@ package backup // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.1" +const goModuleVersion = "1.28.0" diff --git a/service/cleanrooms/CHANGELOG.md b/service/cleanrooms/CHANGELOG.md index 2436866d786..55f6fd00d39 100644 --- a/service/cleanrooms/CHANGELOG.md +++ b/service/cleanrooms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.0 (2023-11-14) + +* **Feature**: This feature provides the ability for the collaboration creator to configure either the member who can run queries or a different member in the collaboration to be billed for query compute costs. + # v1.6.1 (2023-11-09) * **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 8592aa3b405..37d36f80a72 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.6.1" +const goModuleVersion = "1.7.0" diff --git a/service/codepipeline/CHANGELOG.md b/service/codepipeline/CHANGELOG.md index 918757f1f4b..42e923cffd9 100644 --- a/service/codepipeline/CHANGELOG.md +++ b/service/codepipeline/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-11-14) + +* No change notes available for this release. + # v1.20.2 (2023-11-13) * No change notes available for this release. diff --git a/service/codepipeline/go_module_metadata.go b/service/codepipeline/go_module_metadata.go index 6eef8864a9e..5cfdbd893f7 100644 --- a/service/codepipeline/go_module_metadata.go +++ b/service/codepipeline/go_module_metadata.go @@ -3,4 +3,4 @@ package codepipeline // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/computeoptimizer/CHANGELOG.md b/service/computeoptimizer/CHANGELOG.md index 6d534db041b..aeca7dfb2c1 100644 --- a/service/computeoptimizer/CHANGELOG.md +++ b/service/computeoptimizer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.2 (2023-11-14) + +* No change notes available for this release. + # v1.29.1 (2023-11-09) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/computeoptimizer/go_module_metadata.go b/service/computeoptimizer/go_module_metadata.go index c36d035f5bd..0da379da5a8 100644 --- a/service/computeoptimizer/go_module_metadata.go +++ b/service/computeoptimizer/go_module_metadata.go @@ -3,4 +3,4 @@ package computeoptimizer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.1" +const goModuleVersion = "1.29.2" diff --git a/service/connect/CHANGELOG.md b/service/connect/CHANGELOG.md index 257b2ed3595..b81493f0382 100644 --- a/service/connect/CHANGELOG.md +++ b/service/connect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.80.0 (2023-11-14) + +* **Feature**: Introducing SegmentAttributes parameter for StartChatContact API + # v1.79.0 (2023-11-09.2) * **Feature**: This release adds the ability to integrate customer lambda functions with Connect attachments for scanning and updates the ListIntegrationAssociations API to support filtering on IntegrationArn. diff --git a/service/connect/go_module_metadata.go b/service/connect/go_module_metadata.go index 296315bb5cd..1f4eeefd5ad 100644 --- a/service/connect/go_module_metadata.go +++ b/service/connect/go_module_metadata.go @@ -3,4 +3,4 @@ package connect // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.79.0" +const goModuleVersion = "1.80.0" diff --git a/service/glue/CHANGELOG.md b/service/glue/CHANGELOG.md index ab62929047f..ae3fdb7db76 100644 --- a/service/glue/CHANGELOG.md +++ b/service/glue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.68.0 (2023-11-14) + +* **Feature**: Introduces new storage optimization APIs to support automatic compaction of Apache Iceberg tables. + # v1.67.1 (2023-11-09) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/glue/go_module_metadata.go b/service/glue/go_module_metadata.go index d4ec23392f3..4a3c96d19f6 100644 --- a/service/glue/go_module_metadata.go +++ b/service/glue/go_module_metadata.go @@ -3,4 +3,4 @@ package glue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.67.1" +const goModuleVersion = "1.68.0" diff --git a/service/internal/eventstreamtesting/CHANGELOG.md b/service/internal/eventstreamtesting/CHANGELOG.md index 88b2f954ac8..0cacaf4aab2 100644 --- a/service/internal/eventstreamtesting/CHANGELOG.md +++ b/service/internal/eventstreamtesting/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.3 (2023-11-14) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.2 (2023-11-09) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/eventstreamtesting/go.mod b/service/internal/eventstreamtesting/go.mod index 5126e5fdceb..b511906304d 100644 --- a/service/internal/eventstreamtesting/go.mod +++ b/service/internal/eventstreamtesting/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/aws/aws-sdk-go-v2 v1.22.2 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.0 - github.com/aws/aws-sdk-go-v2/credentials v1.15.2 + github.com/aws/aws-sdk-go-v2/credentials v1.16.0 golang.org/x/net v0.1.0 ) diff --git a/service/internal/eventstreamtesting/go_module_metadata.go b/service/internal/eventstreamtesting/go_module_metadata.go index 9e1398a3347..78e86535d0f 100644 --- a/service/internal/eventstreamtesting/go_module_metadata.go +++ b/service/internal/eventstreamtesting/go_module_metadata.go @@ -3,4 +3,4 @@ package eventstreamtesting // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.2.2" +const goModuleVersion = "1.2.3" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 5fe710775b0..3060a015536 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -2,7 +2,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest require ( github.com/aws/aws-sdk-go-v2 v1.22.2 - github.com/aws/aws-sdk-go-v2/config v1.24.0 + github.com/aws/aws-sdk-go-v2/config v1.25.0 github.com/aws/aws-sdk-go-v2/service/acm v1.21.1 github.com/aws/aws-sdk-go-v2/service/apigateway v1.20.1 github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.24.1 @@ -20,7 +20,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/codebuild v1.25.1 github.com/aws/aws-sdk-go-v2/service/codecommit v1.18.1 github.com/aws/aws-sdk-go-v2/service/codedeploy v1.20.1 - github.com/aws/aws-sdk-go-v2/service/codepipeline v1.20.2 + github.com/aws/aws-sdk-go-v2/service/codepipeline v1.20.3 github.com/aws/aws-sdk-go-v2/service/codestar v1.18.1 github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.30.1 github.com/aws/aws-sdk-go-v2/service/configservice v1.41.1 @@ -46,14 +46,14 @@ require ( github.com/aws/aws-sdk-go-v2/service/firehose v1.21.1 github.com/aws/aws-sdk-go-v2/service/gamelift v1.26.1 github.com/aws/aws-sdk-go-v2/service/glacier v1.18.1 - github.com/aws/aws-sdk-go-v2/service/glue v1.67.1 + github.com/aws/aws-sdk-go-v2/service/glue v1.68.0 github.com/aws/aws-sdk-go-v2/service/health v1.21.1 github.com/aws/aws-sdk-go-v2/service/iam v1.27.1 github.com/aws/aws-sdk-go-v2/service/inspector v1.18.1 - github.com/aws/aws-sdk-go-v2/service/iot v1.43.1 + github.com/aws/aws-sdk-go-v2/service/iot v1.44.0 github.com/aws/aws-sdk-go-v2/service/kinesis v1.22.1 github.com/aws/aws-sdk-go-v2/service/kms v1.26.1 - github.com/aws/aws-sdk-go-v2/service/lambda v1.45.0 + github.com/aws/aws-sdk-go-v2/service/lambda v1.46.0 github.com/aws/aws-sdk-go-v2/service/lightsail v1.31.1 github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.17.1 github.com/aws/aws-sdk-go-v2/service/neptune v1.26.1 @@ -71,7 +71,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.23.1 github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.24.1 github.com/aws/aws-sdk-go-v2/service/ses v1.18.1 - github.com/aws/aws-sdk-go-v2/service/sfn v1.21.1 + github.com/aws/aws-sdk-go-v2/service/sfn v1.22.0 github.com/aws/aws-sdk-go-v2/service/shield v1.22.1 github.com/aws/aws-sdk-go-v2/service/snowball v1.23.1 github.com/aws/aws-sdk-go-v2/service/sns v1.25.1 @@ -91,7 +91,7 @@ require ( require ( github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.0 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.15.2 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.16.0 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.3 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.2 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.2 // indirect diff --git a/service/iot/CHANGELOG.md b/service/iot/CHANGELOG.md index 583e8438092..c3ed4354e69 100644 --- a/service/iot/CHANGELOG.md +++ b/service/iot/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.44.0 (2023-11-14) + +* **Feature**: This release introduces new attributes in API CreateSecurityProfile, UpdateSecurityProfile and DescribeSecurityProfile to support management of Metrics Export for AWS IoT Device Defender Detect. + # v1.43.1 (2023-11-09) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iot/go_module_metadata.go b/service/iot/go_module_metadata.go index e85382e0cd9..ce2ef89a98b 100644 --- a/service/iot/go_module_metadata.go +++ b/service/iot/go_module_metadata.go @@ -3,4 +3,4 @@ package iot // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.43.1" +const goModuleVersion = "1.44.0" diff --git a/service/kinesis/internal/testing/go.mod b/service/kinesis/internal/testing/go.mod index 2327d4d3d3b..878c8b83d2b 100644 --- a/service/kinesis/internal/testing/go.mod +++ b/service/kinesis/internal/testing/go.mod @@ -5,14 +5,14 @@ go 1.19 require ( github.com/aws/aws-sdk-go-v2 v1.22.2 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.0 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.2.2 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.2.3 github.com/aws/aws-sdk-go-v2/service/kinesis v1.22.1 github.com/aws/smithy-go v1.16.0 github.com/google/go-cmp v0.5.8 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.15.2 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.16.0 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.2 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.2 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect diff --git a/service/lambda/CHANGELOG.md b/service/lambda/CHANGELOG.md index 0edb034ec83..f6c6ff82739 100644 --- a/service/lambda/CHANGELOG.md +++ b/service/lambda/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.46.0 (2023-11-14) + +* **Feature**: Add Python 3.12 (python3.12) support to AWS Lambda + # v1.45.0 (2023-11-09.2) * **Feature**: Add Custom runtime on Amazon Linux 2023 (provided.al2023) support to AWS Lambda. diff --git a/service/lambda/go_module_metadata.go b/service/lambda/go_module_metadata.go index ca3b1e1674f..3c689a134ce 100644 --- a/service/lambda/go_module_metadata.go +++ b/service/lambda/go_module_metadata.go @@ -3,4 +3,4 @@ package lambda // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.45.0" +const goModuleVersion = "1.46.0" diff --git a/service/mediatailor/CHANGELOG.md b/service/mediatailor/CHANGELOG.md index 5ae0b010c6e..addf2bae5bc 100644 --- a/service/mediatailor/CHANGELOG.md +++ b/service/mediatailor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.0 (2023-11-14) + +* **Feature**: Removed unnecessary default values. + # v1.30.2 (2023-11-09) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediatailor/go_module_metadata.go b/service/mediatailor/go_module_metadata.go index 03c41773d29..928af383372 100644 --- a/service/mediatailor/go_module_metadata.go +++ b/service/mediatailor/go_module_metadata.go @@ -3,4 +3,4 @@ package mediatailor // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.2" +const goModuleVersion = "1.31.0" diff --git a/service/pipes/CHANGELOG.md b/service/pipes/CHANGELOG.md index c15308f7544..5fa37e0bfd9 100644 --- a/service/pipes/CHANGELOG.md +++ b/service/pipes/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.0 (2023-11-14) + +* **Feature**: Added support (via new LogConfiguration field in CreatePipe and UpdatePipe APIs) for logging to Amazon CloudWatch Logs, Amazon Simple Storage Service (Amazon S3), and Amazon Kinesis Data Firehose + # v1.6.1 (2023-11-09) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pipes/go_module_metadata.go b/service/pipes/go_module_metadata.go index 94b52f4c88d..b3bdd246860 100644 --- a/service/pipes/go_module_metadata.go +++ b/service/pipes/go_module_metadata.go @@ -3,4 +3,4 @@ package pipes // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.1" +const goModuleVersion = "1.7.0" diff --git a/service/resourceexplorer2/CHANGELOG.md b/service/resourceexplorer2/CHANGELOG.md index aa4c640247a..0833b7097e6 100644 --- a/service/resourceexplorer2/CHANGELOG.md +++ b/service/resourceexplorer2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.0 (2023-11-14) + +* **Feature**: Resource Explorer supports multi-account search. You can now use Resource Explorer to search and discover resources across AWS accounts within your organization or organizational unit. + # v1.6.2 (2023-11-09) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/resourceexplorer2/go_module_metadata.go b/service/resourceexplorer2/go_module_metadata.go index e1c02d13158..c1ae1677a26 100644 --- a/service/resourceexplorer2/go_module_metadata.go +++ b/service/resourceexplorer2/go_module_metadata.go @@ -3,4 +3,4 @@ package resourceexplorer2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.2" +const goModuleVersion = "1.7.0" diff --git a/service/s3/internal/configtesting/go.mod b/service/s3/internal/configtesting/go.mod index dd0bbcbd0f1..b7fd8086796 100644 --- a/service/s3/internal/configtesting/go.mod +++ b/service/s3/internal/configtesting/go.mod @@ -3,13 +3,13 @@ module github.com/aws/aws-sdk-go-v2/service/s3/internal/configtesting go 1.19 require ( - github.com/aws/aws-sdk-go-v2/config v1.24.0 + github.com/aws/aws-sdk-go-v2/config v1.25.0 github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.2 ) require ( github.com/aws/aws-sdk-go-v2 v1.22.2 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.15.2 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.16.0 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.3 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.2 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.2 // indirect diff --git a/service/sagemaker/CHANGELOG.md b/service/sagemaker/CHANGELOG.md index 580e48262ec..be385a655bc 100644 --- a/service/sagemaker/CHANGELOG.md +++ b/service/sagemaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.116.0 (2023-11-14) + +* **Feature**: This release makes Model Registry Inference Specification fields as not required. + # v1.115.1 (2023-11-09) * **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 dbc76837ed6..0a1fb277a0c 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.115.1" +const goModuleVersion = "1.116.0" diff --git a/service/sfn/CHANGELOG.md b/service/sfn/CHANGELOG.md index fc283796893..cbf59a301af 100644 --- a/service/sfn/CHANGELOG.md +++ b/service/sfn/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.0 (2023-11-14) + +* **Feature**: This release adds support to redrive executions in AWS Step Functions with a new RedriveExecution operation. + # v1.21.1 (2023-11-09) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sfn/go_module_metadata.go b/service/sfn/go_module_metadata.go index fdd7df3d6c9..786109a715c 100644 --- a/service/sfn/go_module_metadata.go +++ b/service/sfn/go_module_metadata.go @@ -3,4 +3,4 @@ package sfn // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.1" +const goModuleVersion = "1.22.0" diff --git a/service/signer/CHANGELOG.md b/service/signer/CHANGELOG.md index 3314024c4eb..77343e4bef7 100644 --- a/service/signer/CHANGELOG.md +++ b/service/signer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.2 (2023-11-14) + +* **Documentation**: Documentation updates for AWS Signer + # v1.18.1 (2023-11-09) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/signer/go_module_metadata.go b/service/signer/go_module_metadata.go index 513d7e395ac..ee96e71d706 100644 --- a/service/signer/go_module_metadata.go +++ b/service/signer/go_module_metadata.go @@ -3,4 +3,4 @@ package signer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.1" +const goModuleVersion = "1.18.2" diff --git a/service/transcribestreaming/internal/testing/go.mod b/service/transcribestreaming/internal/testing/go.mod index 448b4035742..82c75ff38ae 100644 --- a/service/transcribestreaming/internal/testing/go.mod +++ b/service/transcribestreaming/internal/testing/go.mod @@ -5,14 +5,14 @@ go 1.19 require ( github.com/aws/aws-sdk-go-v2 v1.22.2 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.0 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.2.2 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.2.3 github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.14.0 github.com/aws/smithy-go v1.16.0 github.com/google/go-cmp v0.5.8 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.15.2 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.16.0 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.2 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.2 // indirect golang.org/x/net v0.1.0 // indirect