diff --git a/.changelog/1d9ad6a14d4d4f9ba56a0995cb57e2c6.json b/.changelog/1d9ad6a14d4d4f9ba56a0995cb57e2c6.json deleted file mode 100644 index 9176ee5c3a1..00000000000 --- a/.changelog/1d9ad6a14d4d4f9ba56a0995cb57e2c6.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "1d9ad6a1-4d4d-4f9b-a56a-0995cb57e2c6", - "type": "feature", - "description": "This release adds support for Enhanced Monitoring and Performance Insights when restoring Aurora Limitless Database DB clusters. It also adds support for the os-upgrade pending maintenance action.", - "modules": [ - "service/rds" - ] -} \ No newline at end of file diff --git a/.changelog/35494d93c42c40a3a69a115a768e4941.json b/.changelog/35494d93c42c40a3a69a115a768e4941.json deleted file mode 100644 index f7fdd2aefc7..00000000000 --- a/.changelog/35494d93c42c40a3a69a115a768e4941.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "35494d93-c42c-40a3-a69a-115a768e4941", - "type": "feature", - "description": "Adds support for provisioning dedicated coordinator nodes. Coordinator nodes can be specified using the new NodeOptions parameter in ClusterConfig.", - "modules": [ - "service/opensearch" - ] -} \ No newline at end of file diff --git a/.changelog/5b4fbaf3da264be482b71a9dfe5376a3.json b/.changelog/5b4fbaf3da264be482b71a9dfe5376a3.json deleted file mode 100644 index 5e19fede6a8..00000000000 --- a/.changelog/5b4fbaf3da264be482b71a9dfe5376a3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "5b4fbaf3-da26-4be4-82b7-1a9dfe5376a3", - "type": "feature", - "description": "MediaPackage V2 Live to VOD Harvester is a MediaPackage V2 feature, which is used to export content from an origin endpoint to a S3 bucket.", - "modules": [ - "service/mediapackagev2" - ] -} \ No newline at end of file diff --git a/.changelog/ba34b942d4164911a14d256657a2ee8f.json b/.changelog/ba34b942d4164911a14d256657a2ee8f.json deleted file mode 100644 index 72a041e528e..00000000000 --- a/.changelog/ba34b942d4164911a14d256657a2ee8f.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "ba34b942-d416-4911-a14d-256657a2ee8f", - "type": "documentation", - "description": "Documentation update: Amazon FSx File Gateway will no longer be available to new customers.", - "modules": [ - "service/storagegateway" - ] -} \ No newline at end of file diff --git a/.changelog/f63b26b19e2e4330b4240f38088453ea.json b/.changelog/f63b26b19e2e4330b4240f38088453ea.json deleted file mode 100644 index ef398bf401e..00000000000 --- a/.changelog/f63b26b19e2e4330b4240f38088453ea.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "f63b26b1-9e2e-4330-b424-0f38088453ea", - "type": "bugfix", - "description": "Improve handling of whitespace (or lack thereof) in sigv4 GetSignedRequestSignature.", - "modules": [ - "." - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bec56ccede8..d7d61994599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# Release (2024-10-28) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2`: v1.32.3 + * **Bug Fix**: Improve handling of whitespace (or lack thereof) in sigv4 GetSignedRequestSignature. +* `github.com/aws/aws-sdk-go-v2/service/mediapackagev2`: [v1.19.0](service/mediapackagev2/CHANGELOG.md#v1190-2024-10-28) + * **Feature**: MediaPackage V2 Live to VOD Harvester is a MediaPackage V2 feature, which is used to export content from an origin endpoint to a S3 bucket. +* `github.com/aws/aws-sdk-go-v2/service/opensearch`: [v1.42.0](service/opensearch/CHANGELOG.md#v1420-2024-10-28) + * **Feature**: Adds support for provisioning dedicated coordinator nodes. Coordinator nodes can be specified using the new NodeOptions parameter in ClusterConfig. +* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.89.0](service/rds/CHANGELOG.md#v1890-2024-10-28) + * **Feature**: This release adds support for Enhanced Monitoring and Performance Insights when restoring Aurora Limitless Database DB clusters. It also adds support for the os-upgrade pending maintenance action. +* `github.com/aws/aws-sdk-go-v2/service/storagegateway`: [v1.34.3](service/storagegateway/CHANGELOG.md#v1343-2024-10-28) + * **Documentation**: Documentation update: Amazon FSx File Gateway will no longer be available to new customers. + # Release (2024-10-25) ## General Highlights diff --git a/aws/go_module_metadata.go b/aws/go_module_metadata.go index 4be90c82c9d..ddcce47aaf2 100644 --- a/aws/go_module_metadata.go +++ b/aws/go_module_metadata.go @@ -3,4 +3,4 @@ package aws // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.32.2" +const goModuleVersion = "1.32.3" diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index f65bc860b1c..913b12b5bdf 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.0 (2024-10-16) * **Feature**: Adds the LoadOptions hook `WithBaseEndpoint` for setting global endpoint override in-code. diff --git a/config/go.mod b/config/go.mod index ea7961e0b14..101bfd47e3c 100644 --- a/config/go.mod +++ b/config/go.mod @@ -3,21 +3,21 @@ module github.com/aws/aws-sdk-go-v2/config go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/credentials v1.17.41 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.17 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/credentials v1.17.42 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.18 github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 - github.com/aws/aws-sdk-go-v2/service/sso v1.24.2 - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.2 - github.com/aws/aws-sdk-go-v2/service/sts v1.32.2 + github.com/aws/aws-sdk-go-v2/service/sso v1.24.3 + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.3 + github.com/aws/aws-sdk-go-v2/service/sts v1.32.3 github.com/aws/smithy-go v1.22.0 ) require ( - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 // indirect ) replace github.com/aws/aws-sdk-go-v2 => ../ diff --git a/config/go_module_metadata.go b/config/go_module_metadata.go index 85d6a9fe9ed..d21e2ca9c9e 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.28.0" +const goModuleVersion = "1.28.1" diff --git a/credentials/CHANGELOG.md b/credentials/CHANGELOG.md index 911a4e7ea38..72a20c6c31f 100644 --- a/credentials/CHANGELOG.md +++ b/credentials/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.42 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.41 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/credentials/go.mod b/credentials/go.mod index d0dcbad30eb..f521aee1abb 100644 --- a/credentials/go.mod +++ b/credentials/go.mod @@ -3,19 +3,19 @@ module github.com/aws/aws-sdk-go-v2/credentials go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.17 - github.com/aws/aws-sdk-go-v2/service/sso v1.24.2 - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.2 - github.com/aws/aws-sdk-go-v2/service/sts v1.32.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.18 + github.com/aws/aws-sdk-go-v2/service/sso v1.24.3 + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.3 + github.com/aws/aws-sdk-go-v2/service/sts v1.32.3 github.com/aws/smithy-go v1.22.0 ) require ( - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 // indirect ) replace github.com/aws/aws-sdk-go-v2 => ../ diff --git a/credentials/go_module_metadata.go b/credentials/go_module_metadata.go index 866fe0b5507..3102c63199a 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.17.41" +const goModuleVersion = "1.17.42" diff --git a/example/service/dynamodb/createTable/go.mod b/example/service/dynamodb/createTable/go.mod index b3a024adfbe..ca960acff36 100644 --- a/example/service/dynamodb/createTable/go.mod +++ b/example/service/dynamodb/createTable/go.mod @@ -3,23 +3,23 @@ module github.com/aws/aws-sdk-go-v2/example/service/dynamodb/createTable go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/config v1.28.0 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/config v1.28.1 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.3 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.17.41 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.17 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.42 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.18 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.2 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.32.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.3 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.32.3 // indirect github.com/aws/smithy-go v1.22.0 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect ) diff --git a/example/service/dynamodb/scanItems/go.mod b/example/service/dynamodb/scanItems/go.mod index 807ad5c6f77..7df27888425 100644 --- a/example/service/dynamodb/scanItems/go.mod +++ b/example/service/dynamodb/scanItems/go.mod @@ -3,25 +3,25 @@ module github.com/aws/aws-sdk-go-v2/example/service/dynamodb/listItems go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/config v1.28.0 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.12 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/config v1.28.1 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.13 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.3 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.17.41 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.17 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.42 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.18 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.2 // indirect + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.3 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.2 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.32.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.3 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.32.3 // indirect github.com/aws/smithy-go v1.22.0 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect ) diff --git a/example/service/s3/listObjects/go.mod b/example/service/s3/listObjects/go.mod index 79f46a1b3bd..ee7fe14f1b3 100644 --- a/example/service/s3/listObjects/go.mod +++ b/example/service/s3/listObjects/go.mod @@ -3,26 +3,26 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/listObjects go 1.21 require ( - github.com/aws/aws-sdk-go-v2/config v1.28.0 - github.com/aws/aws-sdk-go-v2/service/s3 v1.66.1 + github.com/aws/aws-sdk-go-v2/config v1.28.1 + github.com/aws/aws-sdk-go-v2/service/s3 v1.66.2 ) require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 // indirect + github.com/aws/aws-sdk-go-v2 v1.32.3 // indirect github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.41 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.17 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.42 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.18 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect - github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.21 // indirect + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.22 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.2 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.32.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.3 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.32.3 // indirect github.com/aws/smithy-go v1.22.0 // indirect ) diff --git a/example/service/s3/usingPrivateLink/go.mod b/example/service/s3/usingPrivateLink/go.mod index 0b7ae43492d..b0f2f35e1e6 100644 --- a/example/service/s3/usingPrivateLink/go.mod +++ b/example/service/s3/usingPrivateLink/go.mod @@ -3,27 +3,27 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/usingPrivateLink go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/config v1.28.0 - github.com/aws/aws-sdk-go-v2/service/s3 v1.66.1 - github.com/aws/aws-sdk-go-v2/service/s3control v1.49.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/config v1.28.1 + github.com/aws/aws-sdk-go-v2/service/s3 v1.66.2 + github.com/aws/aws-sdk-go-v2/service/s3control v1.49.3 ) require ( github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.41 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.17 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.42 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.18 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect - github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.21 // indirect + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.22 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.2 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.32.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.3 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.32.3 // indirect github.com/aws/smithy-go v1.22.0 // indirect ) diff --git a/feature/cloudfront/sign/CHANGELOG.md b/feature/cloudfront/sign/CHANGELOG.md index 833aa2b1165..c2f398f946d 100644 --- a/feature/cloudfront/sign/CHANGELOG.md +++ b/feature/cloudfront/sign/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.20 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.19 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/cloudfront/sign/go.mod b/feature/cloudfront/sign/go.mod index 09822ae0f01..2e9494121fd 100644 --- a/feature/cloudfront/sign/go.mod +++ b/feature/cloudfront/sign/go.mod @@ -2,7 +2,7 @@ module github.com/aws/aws-sdk-go-v2/feature/cloudfront/sign go 1.21 -require github.com/aws/aws-sdk-go-v2 v1.32.2 +require github.com/aws/aws-sdk-go-v2 v1.32.3 require github.com/aws/smithy-go v1.22.0 // indirect diff --git a/feature/cloudfront/sign/go_module_metadata.go b/feature/cloudfront/sign/go_module_metadata.go index 3a95c0aa88e..6389ab645eb 100644 --- a/feature/cloudfront/sign/go_module_metadata.go +++ b/feature/cloudfront/sign/go_module_metadata.go @@ -3,4 +3,4 @@ package sign // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.19" +const goModuleVersion = "1.7.20" diff --git a/feature/dynamodb/attributevalue/CHANGELOG.md b/feature/dynamodb/attributevalue/CHANGELOG.md index 8be59a17823..a72c9aecc36 100644 --- a/feature/dynamodb/attributevalue/CHANGELOG.md +++ b/feature/dynamodb/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.13 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.12 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/attributevalue/go.mod b/feature/dynamodb/attributevalue/go.mod index 93d0f37dda7..2fe4e4e0550 100644 --- a/feature/dynamodb/attributevalue/go.mod +++ b/feature/dynamodb/attributevalue/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.2 - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.3 + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.3 ) require github.com/aws/smithy-go v1.22.0 // indirect diff --git a/feature/dynamodb/attributevalue/go_module_metadata.go b/feature/dynamodb/attributevalue/go_module_metadata.go index 7a98a199477..04358c081d7 100644 --- a/feature/dynamodb/attributevalue/go_module_metadata.go +++ b/feature/dynamodb/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.15.13" diff --git a/feature/dynamodb/expression/CHANGELOG.md b/feature/dynamodb/expression/CHANGELOG.md index 06e05813294..9f908772720 100644 --- a/feature/dynamodb/expression/CHANGELOG.md +++ b/feature/dynamodb/expression/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.48 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.47 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/expression/go.mod b/feature/dynamodb/expression/go.mod index 6a4b04e1511..6485bb73665 100644 --- a/feature/dynamodb/expression/go.mod +++ b/feature/dynamodb/expression/go.mod @@ -3,17 +3,17 @@ module github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.12 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.13 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.3 ) require ( - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 // indirect - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.2 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 // indirect + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.3 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.3 // indirect github.com/aws/smithy-go v1.22.0 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect ) diff --git a/feature/dynamodb/expression/go_module_metadata.go b/feature/dynamodb/expression/go_module_metadata.go index c3dc0d02e01..61aea8d7613 100644 --- a/feature/dynamodb/expression/go_module_metadata.go +++ b/feature/dynamodb/expression/go_module_metadata.go @@ -3,4 +3,4 @@ package expression // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.47" +const goModuleVersion = "1.7.48" diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 7bb215b6bcd..61d83796859 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.44 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.43 (2024-10-25) * No change notes available for this release. diff --git a/feature/dynamodbstreams/attributevalue/go.mod b/feature/dynamodbstreams/attributevalue/go.mod index 8c046aca95b..448ef696f9b 100644 --- a/feature/dynamodbstreams/attributevalue/go.mod +++ b/feature/dynamodbstreams/attributevalue/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.2 - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.3 + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.3 ) require github.com/aws/smithy-go v1.22.0 // indirect diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index 7a98a199477..937c45b1679 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.44" diff --git a/feature/ec2/imds/CHANGELOG.md b/feature/ec2/imds/CHANGELOG.md index 235e0815e78..771b7ac4908 100644 --- a/feature/ec2/imds/CHANGELOG.md +++ b/feature/ec2/imds/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.18 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.17 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/ec2/imds/go.mod b/feature/ec2/imds/go.mod index 48221e73813..8e734636d1f 100644 --- a/feature/ec2/imds/go.mod +++ b/feature/ec2/imds/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 github.com/aws/smithy-go v1.22.0 ) diff --git a/feature/ec2/imds/go_module_metadata.go b/feature/ec2/imds/go_module_metadata.go index fdc8330745f..0e41b9b586d 100644 --- a/feature/ec2/imds/go_module_metadata.go +++ b/feature/ec2/imds/go_module_metadata.go @@ -3,4 +3,4 @@ package imds // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.17" +const goModuleVersion = "1.16.18" diff --git a/feature/ec2/imds/internal/configtesting/go.mod b/feature/ec2/imds/internal/configtesting/go.mod index ebaa2aeea4b..0d28eaefa82 100644 --- a/feature/ec2/imds/internal/configtesting/go.mod +++ b/feature/ec2/imds/internal/configtesting/go.mod @@ -3,21 +3,21 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/configtesting go 1.21 require ( - github.com/aws/aws-sdk-go-v2/config v1.28.0 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.17 + github.com/aws/aws-sdk-go-v2/config v1.28.1 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.18 ) require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.41 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 // indirect + github.com/aws/aws-sdk-go-v2 v1.32.3 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.42 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.2 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.32.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.3 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.32.3 // indirect github.com/aws/smithy-go v1.22.0 // indirect ) diff --git a/feature/rds/auth/CHANGELOG.md b/feature/rds/auth/CHANGELOG.md index 9218b13e16d..033a6e00b88 100644 --- a/feature/rds/auth/CHANGELOG.md +++ b/feature/rds/auth/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.22 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.21 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/rds/auth/go.mod b/feature/rds/auth/go.mod index d9c5baed214..d536ae3d4b3 100644 --- a/feature/rds/auth/go.mod +++ b/feature/rds/auth/go.mod @@ -2,7 +2,7 @@ module github.com/aws/aws-sdk-go-v2/feature/rds/auth go 1.21 -require github.com/aws/aws-sdk-go-v2 v1.32.2 +require github.com/aws/aws-sdk-go-v2 v1.32.3 require github.com/aws/smithy-go v1.22.0 // indirect diff --git a/feature/rds/auth/go_module_metadata.go b/feature/rds/auth/go_module_metadata.go index d4fb732abdc..b621c7151cb 100644 --- a/feature/rds/auth/go_module_metadata.go +++ b/feature/rds/auth/go_module_metadata.go @@ -3,4 +3,4 @@ package auth // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.4.21" +const goModuleVersion = "1.4.22" diff --git a/feature/s3/manager/CHANGELOG.md b/feature/s3/manager/CHANGELOG.md index 812e0af13f4..26091c03a5a 100644 --- a/feature/s3/manager/CHANGELOG.md +++ b/feature/s3/manager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.35 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.34 (2024-10-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index 7bd0c0e8c46..d2480dae442 100644 --- a/feature/s3/manager/go.mod +++ b/feature/s3/manager/go.mod @@ -3,27 +3,27 @@ module github.com/aws/aws-sdk-go-v2/feature/s3/manager go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/config v1.28.0 - github.com/aws/aws-sdk-go-v2/service/s3 v1.66.1 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/config v1.28.1 + github.com/aws/aws-sdk-go-v2/service/s3 v1.66.2 github.com/aws/smithy-go v1.22.0 ) require ( github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.41 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.17 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.42 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.18 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect - github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.21 // indirect + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.22 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.2 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.32.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.3 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.32.3 // indirect ) replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/feature/s3/manager/go_module_metadata.go b/feature/s3/manager/go_module_metadata.go index ac09f316e34..bf1297f3d53 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.17.34" +const goModuleVersion = "1.17.35" diff --git a/internal/configsources/CHANGELOG.md b/internal/configsources/CHANGELOG.md index c0583678daf..2252734eb50 100644 --- a/internal/configsources/CHANGELOG.md +++ b/internal/configsources/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.22 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.21 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/configsources/configtesting/go.mod b/internal/configsources/configtesting/go.mod index 9d79d6597e1..b4a8295f0b8 100644 --- a/internal/configsources/configtesting/go.mod +++ b/internal/configsources/configtesting/go.mod @@ -3,21 +3,21 @@ module github.com/aws/aws-sdk-go-v2/internal/configsources/configtesting go 1.21 require ( - github.com/aws/aws-sdk-go-v2/config v1.28.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 + github.com/aws/aws-sdk-go-v2/config v1.28.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 ) require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.41 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.17 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 // indirect + github.com/aws/aws-sdk-go-v2 v1.32.3 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.42 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.18 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.2 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.32.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.3 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.32.3 // indirect github.com/aws/smithy-go v1.22.0 // indirect ) diff --git a/internal/configsources/go.mod b/internal/configsources/go.mod index ec39e0a2dbe..b0b85405a79 100644 --- a/internal/configsources/go.mod +++ b/internal/configsources/go.mod @@ -2,7 +2,7 @@ module github.com/aws/aws-sdk-go-v2/internal/configsources go 1.21 -require github.com/aws/aws-sdk-go-v2 v1.32.2 +require github.com/aws/aws-sdk-go-v2 v1.32.3 require github.com/aws/smithy-go v1.22.0 // indirect diff --git a/internal/configsources/go_module_metadata.go b/internal/configsources/go_module_metadata.go index c7e2a00a2a9..f7b6611d11f 100644 --- a/internal/configsources/go_module_metadata.go +++ b/internal/configsources/go_module_metadata.go @@ -3,4 +3,4 @@ package configsources // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.3.21" +const goModuleVersion = "1.3.22" diff --git a/internal/endpoints/v2/CHANGELOG.md b/internal/endpoints/v2/CHANGELOG.md index 4f733d01a37..46d12070966 100644 --- a/internal/endpoints/v2/CHANGELOG.md +++ b/internal/endpoints/v2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v2.6.22 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v2.6.21 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/endpoints/v2/go.mod b/internal/endpoints/v2/go.mod index 01e2f1a5802..a0217aa24cc 100644 --- a/internal/endpoints/v2/go.mod +++ b/internal/endpoints/v2/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 github.com/aws/smithy-go v1.22.0 ) diff --git a/internal/endpoints/v2/go_module_metadata.go b/internal/endpoints/v2/go_module_metadata.go index 3c4074e0fda..64a794b4875 100644 --- a/internal/endpoints/v2/go_module_metadata.go +++ b/internal/endpoints/v2/go_module_metadata.go @@ -3,4 +3,4 @@ package endpoints // goModuleVersion is the tagged release for this module -const goModuleVersion = "2.6.21" +const goModuleVersion = "2.6.22" diff --git a/internal/protocoltest/awsrestjson/go.mod b/internal/protocoltest/awsrestjson/go.mod index c1263ff2fc2..021f5f75dd0 100644 --- a/internal/protocoltest/awsrestjson/go.mod +++ b/internal/protocoltest/awsrestjson/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/awsrestjson go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/internal/protocoltest/ec2query/go.mod b/internal/protocoltest/ec2query/go.mod index b87bbdb6907..e7e008ca34f 100644 --- a/internal/protocoltest/ec2query/go.mod +++ b/internal/protocoltest/ec2query/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/ec2query go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/internal/protocoltest/jsonrpc/go.mod b/internal/protocoltest/jsonrpc/go.mod index 43bdf772e6b..98af773a2d7 100644 --- a/internal/protocoltest/jsonrpc/go.mod +++ b/internal/protocoltest/jsonrpc/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/jsonrpc go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/internal/protocoltest/jsonrpc10/go.mod b/internal/protocoltest/jsonrpc10/go.mod index 873aaaab743..b542a1fd704 100644 --- a/internal/protocoltest/jsonrpc10/go.mod +++ b/internal/protocoltest/jsonrpc10/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/jsonrpc10 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/internal/protocoltest/query/go.mod b/internal/protocoltest/query/go.mod index d82a74bee5c..e76ee055974 100644 --- a/internal/protocoltest/query/go.mod +++ b/internal/protocoltest/query/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/query go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/internal/protocoltest/restxml/go.mod b/internal/protocoltest/restxml/go.mod index b4efb79b090..b6db068ddbe 100644 --- a/internal/protocoltest/restxml/go.mod +++ b/internal/protocoltest/restxml/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/restxml go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/internal/protocoltest/restxmlwithnamespace/go.mod b/internal/protocoltest/restxmlwithnamespace/go.mod index 57a62f266f0..f675d536056 100644 --- a/internal/protocoltest/restxmlwithnamespace/go.mod +++ b/internal/protocoltest/restxmlwithnamespace/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/restxmlwithnamespace go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/internal/protocoltest/smithyrpcv2cbor/go.mod b/internal/protocoltest/smithyrpcv2cbor/go.mod index ea32769c6e2..e8b84c35b16 100644 --- a/internal/protocoltest/smithyrpcv2cbor/go.mod +++ b/internal/protocoltest/smithyrpcv2cbor/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/smithyrpcv2cbor go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/internal/v4a/CHANGELOG.md b/internal/v4a/CHANGELOG.md index f2a9b435f22..be5a62e8d70 100644 --- a/internal/v4a/CHANGELOG.md +++ b/internal/v4a/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.22 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.21 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/v4a/go.mod b/internal/v4a/go.mod index 72ab89a9d0d..c9cb0a4b2ee 100644 --- a/internal/v4a/go.mod +++ b/internal/v4a/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/v4a go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 github.com/aws/smithy-go v1.22.0 ) diff --git a/internal/v4a/go_module_metadata.go b/internal/v4a/go_module_metadata.go index f920fb6d0cc..25fcb9d38fd 100644 --- a/internal/v4a/go_module_metadata.go +++ b/internal/v4a/go_module_metadata.go @@ -3,4 +3,4 @@ package v4a // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.3.21" +const goModuleVersion = "1.3.22" diff --git a/service/accessanalyzer/CHANGELOG.md b/service/accessanalyzer/CHANGELOG.md index aeed4a0701c..85d2febfd8a 100644 --- a/service/accessanalyzer/CHANGELOG.md +++ b/service/accessanalyzer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/accessanalyzer/go.mod b/service/accessanalyzer/go.mod index 4ed7642016f..6893174bf3e 100644 --- a/service/accessanalyzer/go.mod +++ b/service/accessanalyzer/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/accessanalyzer go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/accessanalyzer/go_module_metadata.go b/service/accessanalyzer/go_module_metadata.go index f01cc5e3861..e7fff912e34 100644 --- a/service/accessanalyzer/go_module_metadata.go +++ b/service/accessanalyzer/go_module_metadata.go @@ -3,4 +3,4 @@ package accessanalyzer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.2" +const goModuleVersion = "1.34.3" diff --git a/service/account/CHANGELOG.md b/service/account/CHANGELOG.md index 1a37eb59f90..b865cd87d6d 100644 --- a/service/account/CHANGELOG.md +++ b/service/account/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/account/go.mod b/service/account/go.mod index a825f04338d..e2dbf43ebee 100644 --- a/service/account/go.mod +++ b/service/account/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/account go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/account/go_module_metadata.go b/service/account/go_module_metadata.go index 12c9db1f47a..b93ba77535d 100644 --- a/service/account/go_module_metadata.go +++ b/service/account/go_module_metadata.go @@ -3,4 +3,4 @@ package account // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/acm/CHANGELOG.md b/service/acm/CHANGELOG.md index 494fbfef23e..b296c49834e 100644 --- a/service/acm/CHANGELOG.md +++ b/service/acm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/acm/go.mod b/service/acm/go.mod index 876624582e3..e667e9f494f 100644 --- a/service/acm/go.mod +++ b/service/acm/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/acm go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/acm/go_module_metadata.go b/service/acm/go_module_metadata.go index f7996b0a1cb..29410754421 100644 --- a/service/acm/go_module_metadata.go +++ b/service/acm/go_module_metadata.go @@ -3,4 +3,4 @@ package acm // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.2" +const goModuleVersion = "1.30.3" diff --git a/service/acmpca/CHANGELOG.md b/service/acmpca/CHANGELOG.md index 4d535a590da..8f499924548 100644 --- a/service/acmpca/CHANGELOG.md +++ b/service/acmpca/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.37.4 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.37.3 (2024-10-10) * **Documentation**: Documentation updates for AWS Private CA. diff --git a/service/acmpca/go.mod b/service/acmpca/go.mod index 629f074a92a..8b98d0224a2 100644 --- a/service/acmpca/go.mod +++ b/service/acmpca/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/acmpca go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/acmpca/go_module_metadata.go b/service/acmpca/go_module_metadata.go index 77527e1d47c..ca562dcd473 100644 --- a/service/acmpca/go_module_metadata.go +++ b/service/acmpca/go_module_metadata.go @@ -3,4 +3,4 @@ package acmpca // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.37.3" +const goModuleVersion = "1.37.4" diff --git a/service/amp/CHANGELOG.md b/service/amp/CHANGELOG.md index ca8010bbcaf..f8f57bd4ac8 100644 --- a/service/amp/CHANGELOG.md +++ b/service/amp/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.4 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.3 (2024-10-14) * No change notes available for this release. diff --git a/service/amp/go.mod b/service/amp/go.mod index 8646a0c1c01..7358828b258 100644 --- a/service/amp/go.mod +++ b/service/amp/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/amp go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/amp/go_module_metadata.go b/service/amp/go_module_metadata.go index 683af70c28a..cecad2c0571 100644 --- a/service/amp/go_module_metadata.go +++ b/service/amp/go_module_metadata.go @@ -3,4 +3,4 @@ package amp // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.3" +const goModuleVersion = "1.29.4" diff --git a/service/amplify/CHANGELOG.md b/service/amplify/CHANGELOG.md index bab693e08bd..c8844deac88 100644 --- a/service/amplify/CHANGELOG.md +++ b/service/amplify/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.0 (2024-10-15) * **Feature**: Added sourceUrlType field to StartDeployment request diff --git a/service/amplify/go.mod b/service/amplify/go.mod index eb2461c009c..c9f1856cc5a 100644 --- a/service/amplify/go.mod +++ b/service/amplify/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/amplify go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/amplify/go_module_metadata.go b/service/amplify/go_module_metadata.go index 47d8710886d..fed16cef8f3 100644 --- a/service/amplify/go_module_metadata.go +++ b/service/amplify/go_module_metadata.go @@ -3,4 +3,4 @@ package amplify // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.0" +const goModuleVersion = "1.27.1" diff --git a/service/amplifybackend/CHANGELOG.md b/service/amplifybackend/CHANGELOG.md index b8d820e34e1..07c3863d26c 100644 --- a/service/amplifybackend/CHANGELOG.md +++ b/service/amplifybackend/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/amplifybackend/go.mod b/service/amplifybackend/go.mod index bdfe024853b..04816a618bb 100644 --- a/service/amplifybackend/go.mod +++ b/service/amplifybackend/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/amplifybackend go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/amplifybackend/go_module_metadata.go b/service/amplifybackend/go_module_metadata.go index 27b9e8b8294..a0fc25f367b 100644 --- a/service/amplifybackend/go_module_metadata.go +++ b/service/amplifybackend/go_module_metadata.go @@ -3,4 +3,4 @@ package amplifybackend // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/amplifyuibuilder/CHANGELOG.md b/service/amplifyuibuilder/CHANGELOG.md index 6012e5158bf..05e877dab45 100644 --- a/service/amplifyuibuilder/CHANGELOG.md +++ b/service/amplifyuibuilder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/amplifyuibuilder/go.mod b/service/amplifyuibuilder/go.mod index 3026eaf4ad2..77d5635b628 100644 --- a/service/amplifyuibuilder/go.mod +++ b/service/amplifyuibuilder/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/amplifyuibuilder/go_module_metadata.go b/service/amplifyuibuilder/go_module_metadata.go index 55e7988778d..f8eb07e813d 100644 --- a/service/amplifyuibuilder/go_module_metadata.go +++ b/service/amplifyuibuilder/go_module_metadata.go @@ -3,4 +3,4 @@ package amplifyuibuilder // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/apigateway/CHANGELOG.md b/service/apigateway/CHANGELOG.md index da305d51a99..716c49fea36 100644 --- a/service/apigateway/CHANGELOG.md +++ b/service/apigateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apigateway/go.mod b/service/apigateway/go.mod index 7abb627993c..35960470884 100644 --- a/service/apigateway/go.mod +++ b/service/apigateway/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/apigateway go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/apigateway/go_module_metadata.go b/service/apigateway/go_module_metadata.go index 6a1586295b1..49527507595 100644 --- a/service/apigateway/go_module_metadata.go +++ b/service/apigateway/go_module_metadata.go @@ -3,4 +3,4 @@ package apigateway // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/apigatewaymanagementapi/CHANGELOG.md b/service/apigatewaymanagementapi/CHANGELOG.md index aeb77999e82..ef2c7afdf2d 100644 --- a/service/apigatewaymanagementapi/CHANGELOG.md +++ b/service/apigatewaymanagementapi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apigatewaymanagementapi/go.mod b/service/apigatewaymanagementapi/go.mod index 1c375730052..181b5f98588 100644 --- a/service/apigatewaymanagementapi/go.mod +++ b/service/apigatewaymanagementapi/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/apigatewaymanagementapi go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/apigatewaymanagementapi/go_module_metadata.go b/service/apigatewaymanagementapi/go_module_metadata.go index fb5782b854c..30a9fb3af9a 100644 --- a/service/apigatewaymanagementapi/go_module_metadata.go +++ b/service/apigatewaymanagementapi/go_module_metadata.go @@ -3,4 +3,4 @@ package apigatewaymanagementapi // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/apigatewayv2/CHANGELOG.md b/service/apigatewayv2/CHANGELOG.md index 39e845528c5..8ddf2a66e6e 100644 --- a/service/apigatewayv2/CHANGELOG.md +++ b/service/apigatewayv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apigatewayv2/go.mod b/service/apigatewayv2/go.mod index 5b98e02a66e..ec0bf731b47 100644 --- a/service/apigatewayv2/go.mod +++ b/service/apigatewayv2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/apigatewayv2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/apigatewayv2/go_module_metadata.go b/service/apigatewayv2/go_module_metadata.go index f8b2b25bf1a..d1a83a3092f 100644 --- a/service/apigatewayv2/go_module_metadata.go +++ b/service/apigatewayv2/go_module_metadata.go @@ -3,4 +3,4 @@ package apigatewayv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/appconfig/CHANGELOG.md b/service/appconfig/CHANGELOG.md index 539ead77d5a..1141153ad44 100644 --- a/service/appconfig/CHANGELOG.md +++ b/service/appconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.35.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # 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. diff --git a/service/appconfig/go.mod b/service/appconfig/go.mod index cd1f24b5e59..b6350418e36 100644 --- a/service/appconfig/go.mod +++ b/service/appconfig/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/appconfig go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/appconfig/go_module_metadata.go b/service/appconfig/go_module_metadata.go index 47507d13bf8..b95057df71d 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.35.0" +const goModuleVersion = "1.35.1" diff --git a/service/appconfigdata/CHANGELOG.md b/service/appconfigdata/CHANGELOG.md index d110ae8da0e..3f86d1b77da 100644 --- a/service/appconfigdata/CHANGELOG.md +++ b/service/appconfigdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appconfigdata/go.mod b/service/appconfigdata/go.mod index a238f89b450..996d2c265ba 100644 --- a/service/appconfigdata/go.mod +++ b/service/appconfigdata/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/appconfigdata go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/appconfigdata/go_module_metadata.go b/service/appconfigdata/go_module_metadata.go index 1a7bc847065..8a25e633b09 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/appfabric/CHANGELOG.md b/service/appfabric/CHANGELOG.md index f597f9f9b7a..2e53259498b 100644 --- a/service/appfabric/CHANGELOG.md +++ b/service/appfabric/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appfabric/go.mod b/service/appfabric/go.mod index 28dbe3a7874..067baffe2dd 100644 --- a/service/appfabric/go.mod +++ b/service/appfabric/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/appfabric go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/appfabric/go_module_metadata.go b/service/appfabric/go_module_metadata.go index 694b53c97d4..3cb0df749f6 100644 --- a/service/appfabric/go_module_metadata.go +++ b/service/appfabric/go_module_metadata.go @@ -3,4 +3,4 @@ package appfabric // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.2" +const goModuleVersion = "1.11.3" diff --git a/service/appflow/CHANGELOG.md b/service/appflow/CHANGELOG.md index 6b8221df9b6..1b51d446a37 100644 --- a/service/appflow/CHANGELOG.md +++ b/service/appflow/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.45.4 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.45.3 (2024-10-11) * **Documentation**: Doc only updates for clarification around OAuth2GrantType for Salesforce. diff --git a/service/appflow/go.mod b/service/appflow/go.mod index c20e7173184..60d88130917 100644 --- a/service/appflow/go.mod +++ b/service/appflow/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/appflow go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/appflow/go_module_metadata.go b/service/appflow/go_module_metadata.go index b2c28b3de97..2c15e83ee44 100644 --- a/service/appflow/go_module_metadata.go +++ b/service/appflow/go_module_metadata.go @@ -3,4 +3,4 @@ package appflow // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.45.3" +const goModuleVersion = "1.45.4" diff --git a/service/appintegrations/CHANGELOG.md b/service/appintegrations/CHANGELOG.md index 7b0bee68690..639daf941de 100644 --- a/service/appintegrations/CHANGELOG.md +++ b/service/appintegrations/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appintegrations/go.mod b/service/appintegrations/go.mod index b0c6c2ef85e..fccfb4f8a2e 100644 --- a/service/appintegrations/go.mod +++ b/service/appintegrations/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/appintegrations go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/appintegrations/go_module_metadata.go b/service/appintegrations/go_module_metadata.go index b8eaa7500c4..098d6e378e3 100644 --- a/service/appintegrations/go_module_metadata.go +++ b/service/appintegrations/go_module_metadata.go @@ -3,4 +3,4 @@ package appintegrations // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.2" +const goModuleVersion = "1.30.3" diff --git a/service/applicationautoscaling/CHANGELOG.md b/service/applicationautoscaling/CHANGELOG.md index 3bc272358f7..fb6644542ee 100644 --- a/service/applicationautoscaling/CHANGELOG.md +++ b/service/applicationautoscaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationautoscaling/go.mod b/service/applicationautoscaling/go.mod index 5da0f63a6b4..9f5fdd3efa9 100644 --- a/service/applicationautoscaling/go.mod +++ b/service/applicationautoscaling/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/applicationautoscaling go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/applicationautoscaling/go_module_metadata.go b/service/applicationautoscaling/go_module_metadata.go index 3d2694c574e..f44ee5ab3a7 100644 --- a/service/applicationautoscaling/go_module_metadata.go +++ b/service/applicationautoscaling/go_module_metadata.go @@ -3,4 +3,4 @@ package applicationautoscaling // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.2" +const goModuleVersion = "1.33.3" diff --git a/service/applicationcostprofiler/CHANGELOG.md b/service/applicationcostprofiler/CHANGELOG.md index fd157e0360c..2a9db9317b8 100644 --- a/service/applicationcostprofiler/CHANGELOG.md +++ b/service/applicationcostprofiler/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationcostprofiler/go.mod b/service/applicationcostprofiler/go.mod index 82a76408a4b..7a5f6fb2f65 100644 --- a/service/applicationcostprofiler/go.mod +++ b/service/applicationcostprofiler/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/applicationcostprofiler go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/applicationcostprofiler/go_module_metadata.go b/service/applicationcostprofiler/go_module_metadata.go index 4188ee512d2..c724c553336 100644 --- a/service/applicationcostprofiler/go_module_metadata.go +++ b/service/applicationcostprofiler/go_module_metadata.go @@ -3,4 +3,4 @@ package applicationcostprofiler // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/applicationdiscoveryservice/CHANGELOG.md b/service/applicationdiscoveryservice/CHANGELOG.md index 7d864fcdb7f..97298d718f4 100644 --- a/service/applicationdiscoveryservice/CHANGELOG.md +++ b/service/applicationdiscoveryservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationdiscoveryservice/go.mod b/service/applicationdiscoveryservice/go.mod index 1aeb471a4fd..dc39a53b201 100644 --- a/service/applicationdiscoveryservice/go.mod +++ b/service/applicationdiscoveryservice/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/applicationdiscoveryservice/go_module_metadata.go b/service/applicationdiscoveryservice/go_module_metadata.go index c5d0212e816..f79a189e82a 100644 --- a/service/applicationdiscoveryservice/go_module_metadata.go +++ b/service/applicationdiscoveryservice/go_module_metadata.go @@ -3,4 +3,4 @@ package applicationdiscoveryservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.2" +const goModuleVersion = "1.28.3" diff --git a/service/applicationinsights/CHANGELOG.md b/service/applicationinsights/CHANGELOG.md index 5542814c625..a0329dbbad5 100644 --- a/service/applicationinsights/CHANGELOG.md +++ b/service/applicationinsights/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.0 (2024-10-21) * **Feature**: This feature enables customers to specify SNS Topic ARN. CloudWatch Application Insights (CWAI) will utilize this ARN to send problem notifications. diff --git a/service/applicationinsights/go.mod b/service/applicationinsights/go.mod index 805df74c6a5..2a7e47d1bf8 100644 --- a/service/applicationinsights/go.mod +++ b/service/applicationinsights/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/applicationinsights go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/applicationinsights/go_module_metadata.go b/service/applicationinsights/go_module_metadata.go index 3f3830b84f9..48655b5f50c 100644 --- a/service/applicationinsights/go_module_metadata.go +++ b/service/applicationinsights/go_module_metadata.go @@ -3,4 +3,4 @@ package applicationinsights // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.0" +const goModuleVersion = "1.29.1" diff --git a/service/applicationsignals/CHANGELOG.md b/service/applicationsignals/CHANGELOG.md index 78536c0385e..b5e6c58c3bc 100644 --- a/service/applicationsignals/CHANGELOG.md +++ b/service/applicationsignals/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationsignals/go.mod b/service/applicationsignals/go.mod index 29a929d058c..9dba91ba24e 100644 --- a/service/applicationsignals/go.mod +++ b/service/applicationsignals/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/applicationsignals go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/applicationsignals/go_module_metadata.go b/service/applicationsignals/go_module_metadata.go index 90c218d758f..c8584271e51 100644 --- a/service/applicationsignals/go_module_metadata.go +++ b/service/applicationsignals/go_module_metadata.go @@ -3,4 +3,4 @@ package applicationsignals // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.2" +const goModuleVersion = "1.6.3" diff --git a/service/appmesh/CHANGELOG.md b/service/appmesh/CHANGELOG.md index 7467878ef67..f17383460b1 100644 --- a/service/appmesh/CHANGELOG.md +++ b/service/appmesh/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appmesh/go.mod b/service/appmesh/go.mod index 0db4c8f4fcc..ed7fad58c82 100644 --- a/service/appmesh/go.mod +++ b/service/appmesh/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/appmesh go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/appmesh/go_module_metadata.go b/service/appmesh/go_module_metadata.go index 0c262a864f3..039c7e8649f 100644 --- a/service/appmesh/go_module_metadata.go +++ b/service/appmesh/go_module_metadata.go @@ -3,4 +3,4 @@ package appmesh // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.2" +const goModuleVersion = "1.29.3" diff --git a/service/apprunner/CHANGELOG.md b/service/apprunner/CHANGELOG.md index 372c513581c..bd2c94e6250 100644 --- a/service/apprunner/CHANGELOG.md +++ b/service/apprunner/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apprunner/go.mod b/service/apprunner/go.mod index e68bc30c7e9..60a689cff0c 100644 --- a/service/apprunner/go.mod +++ b/service/apprunner/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/apprunner go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/apprunner/go_module_metadata.go b/service/apprunner/go_module_metadata.go index 82ae3f09c8a..36023e88e9d 100644 --- a/service/apprunner/go_module_metadata.go +++ b/service/apprunner/go_module_metadata.go @@ -3,4 +3,4 @@ package apprunner // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.32.2" +const goModuleVersion = "1.32.3" diff --git a/service/appstream/CHANGELOG.md b/service/appstream/CHANGELOG.md index 3a984c57f86..9ab43fc7e9d 100644 --- a/service/appstream/CHANGELOG.md +++ b/service/appstream/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.41.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.41.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appstream/go.mod b/service/appstream/go.mod index bb8dffe77cf..027e897a77d 100644 --- a/service/appstream/go.mod +++ b/service/appstream/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/appstream go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/appstream/go_module_metadata.go b/service/appstream/go_module_metadata.go index 29c059acc15..10582baf398 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.41.2" +const goModuleVersion = "1.41.3" diff --git a/service/appsync/CHANGELOG.md b/service/appsync/CHANGELOG.md index 322131d96e5..7b544464829 100644 --- a/service/appsync/CHANGELOG.md +++ b/service/appsync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.38.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appsync/go.mod b/service/appsync/go.mod index fb48965f388..8956c343dcc 100644 --- a/service/appsync/go.mod +++ b/service/appsync/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/appsync go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/appsync/go_module_metadata.go b/service/appsync/go_module_metadata.go index 17302bb58fd..d17def01468 100644 --- a/service/appsync/go_module_metadata.go +++ b/service/appsync/go_module_metadata.go @@ -3,4 +3,4 @@ package appsync // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.38.2" +const goModuleVersion = "1.38.3" diff --git a/service/apptest/CHANGELOG.md b/service/apptest/CHANGELOG.md index a5a54578753..dc732568f15 100644 --- a/service/apptest/CHANGELOG.md +++ b/service/apptest/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apptest/go.mod b/service/apptest/go.mod index 7014bd77eac..6f82b89d147 100644 --- a/service/apptest/go.mod +++ b/service/apptest/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/apptest go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/apptest/go_module_metadata.go b/service/apptest/go_module_metadata.go index 1167a5e7e6e..f8b38ee5b7f 100644 --- a/service/apptest/go_module_metadata.go +++ b/service/apptest/go_module_metadata.go @@ -3,4 +3,4 @@ package apptest // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.4.2" +const goModuleVersion = "1.4.3" diff --git a/service/arczonalshift/CHANGELOG.md b/service/arczonalshift/CHANGELOG.md index d6a41c6d33b..c96b1e887ca 100644 --- a/service/arczonalshift/CHANGELOG.md +++ b/service/arczonalshift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/arczonalshift/go.mod b/service/arczonalshift/go.mod index daf9bdea94c..7fa7cc82706 100644 --- a/service/arczonalshift/go.mod +++ b/service/arczonalshift/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/arczonalshift go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/arczonalshift/go_module_metadata.go b/service/arczonalshift/go_module_metadata.go index 64be2d6750d..cf5c5fd9d28 100644 --- a/service/arczonalshift/go_module_metadata.go +++ b/service/arczonalshift/go_module_metadata.go @@ -3,4 +3,4 @@ package arczonalshift // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/artifact/CHANGELOG.md b/service/artifact/CHANGELOG.md index a814a5058e1..7fd52226687 100644 --- a/service/artifact/CHANGELOG.md +++ b/service/artifact/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/artifact/go.mod b/service/artifact/go.mod index e7a360ebef1..a99b728c9e2 100644 --- a/service/artifact/go.mod +++ b/service/artifact/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/artifact go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/artifact/go_module_metadata.go b/service/artifact/go_module_metadata.go index eb6f43f4756..6e1c5909d92 100644 --- a/service/artifact/go_module_metadata.go +++ b/service/artifact/go_module_metadata.go @@ -3,4 +3,4 @@ package artifact // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.2" +const goModuleVersion = "1.6.3" diff --git a/service/athena/CHANGELOG.md b/service/athena/CHANGELOG.md index 3dadc374bb5..0f5c57d936a 100644 --- a/service/athena/CHANGELOG.md +++ b/service/athena/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.48.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.48.0 (2024-10-18) * **Feature**: **BREAKING CHANGE**: Remove DataCatalog from Create/DeleteDataCatalog. Remove Status, ConnectionType, and Error from DataCatalog and DataCatalogSummary. These were released inadvertently with no functionality. They were not populated or populated with a default value. Code related to these changes can be safely removed. diff --git a/service/athena/go.mod b/service/athena/go.mod index 3a917577a5c..5ae789b7e89 100644 --- a/service/athena/go.mod +++ b/service/athena/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/athena go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/athena/go_module_metadata.go b/service/athena/go_module_metadata.go index f806c7d48a6..c34f522a246 100644 --- a/service/athena/go_module_metadata.go +++ b/service/athena/go_module_metadata.go @@ -3,4 +3,4 @@ package athena // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.48.0" +const goModuleVersion = "1.48.1" diff --git a/service/auditmanager/CHANGELOG.md b/service/auditmanager/CHANGELOG.md index dc0ed39a7f3..2d4e33bc8bd 100644 --- a/service/auditmanager/CHANGELOG.md +++ b/service/auditmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.37.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.37.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/auditmanager/go.mod b/service/auditmanager/go.mod index 17283983be7..92791f980bc 100644 --- a/service/auditmanager/go.mod +++ b/service/auditmanager/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/auditmanager go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/auditmanager/go_module_metadata.go b/service/auditmanager/go_module_metadata.go index e85a7c6d2fd..597a92e81d2 100644 --- a/service/auditmanager/go_module_metadata.go +++ b/service/auditmanager/go_module_metadata.go @@ -3,4 +3,4 @@ package auditmanager // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.37.2" +const goModuleVersion = "1.37.3" diff --git a/service/autoscaling/CHANGELOG.md b/service/autoscaling/CHANGELOG.md index 840259c97b9..29154bce09c 100644 --- a/service/autoscaling/CHANGELOG.md +++ b/service/autoscaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.46.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.46.0 (2024-10-21) * **Feature**: Adds support for removing the PlacementGroup setting on an Auto Scaling Group through the UpdateAutoScalingGroup API. diff --git a/service/autoscaling/go.mod b/service/autoscaling/go.mod index c225335c961..467b56eb1f9 100644 --- a/service/autoscaling/go.mod +++ b/service/autoscaling/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/autoscaling go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/autoscaling/go_module_metadata.go b/service/autoscaling/go_module_metadata.go index 452d2f0b385..6b230cc1bb8 100644 --- a/service/autoscaling/go_module_metadata.go +++ b/service/autoscaling/go_module_metadata.go @@ -3,4 +3,4 @@ package autoscaling // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.46.0" +const goModuleVersion = "1.46.1" diff --git a/service/autoscalingplans/CHANGELOG.md b/service/autoscalingplans/CHANGELOG.md index ad03b8bbb97..613fc2f646a 100644 --- a/service/autoscalingplans/CHANGELOG.md +++ b/service/autoscalingplans/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/autoscalingplans/go.mod b/service/autoscalingplans/go.mod index 98676e5dc1f..2f2726b5bbd 100644 --- a/service/autoscalingplans/go.mod +++ b/service/autoscalingplans/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/autoscalingplans go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/autoscalingplans/go_module_metadata.go b/service/autoscalingplans/go_module_metadata.go index 0026bef7d32..97e601bb249 100644 --- a/service/autoscalingplans/go_module_metadata.go +++ b/service/autoscalingplans/go_module_metadata.go @@ -3,4 +3,4 @@ package autoscalingplans // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/b2bi/CHANGELOG.md b/service/b2bi/CHANGELOG.md index 3cad5ea7c93..2282d5f7adb 100644 --- a/service/b2bi/CHANGELOG.md +++ b/service/b2bi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.0-preview.49 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.0-preview.48 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/b2bi/go.mod b/service/b2bi/go.mod index fb1ac929a89..80b77dfcd66 100644 --- a/service/b2bi/go.mod +++ b/service/b2bi/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/b2bi go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/b2bi/go_module_metadata.go b/service/b2bi/go_module_metadata.go index 1c90cda5d5e..9cb7793ca56 100644 --- a/service/b2bi/go_module_metadata.go +++ b/service/b2bi/go_module_metadata.go @@ -3,4 +3,4 @@ package b2bi // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.0-preview.48" +const goModuleVersion = "1.0.0-preview.49" diff --git a/service/backup/CHANGELOG.md b/service/backup/CHANGELOG.md index 5d15e5c557a..be3b7550865 100644 --- a/service/backup/CHANGELOG.md +++ b/service/backup/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.39.4 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.39.3 (2024-10-14) * No change notes available for this release. diff --git a/service/backup/go.mod b/service/backup/go.mod index e85366d0123..cd659588077 100644 --- a/service/backup/go.mod +++ b/service/backup/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/backup go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/backup/go_module_metadata.go b/service/backup/go_module_metadata.go index 509dbe0c99d..1e6753f0baf 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.39.3" +const goModuleVersion = "1.39.4" diff --git a/service/backupgateway/CHANGELOG.md b/service/backupgateway/CHANGELOG.md index 6a087d5a7f1..928aea825df 100644 --- a/service/backupgateway/CHANGELOG.md +++ b/service/backupgateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/backupgateway/go.mod b/service/backupgateway/go.mod index 5ed1ad0d5d8..a2726fa2f54 100644 --- a/service/backupgateway/go.mod +++ b/service/backupgateway/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/backupgateway go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/backupgateway/go_module_metadata.go b/service/backupgateway/go_module_metadata.go index bc6743e5544..bd025c5a75b 100644 --- a/service/backupgateway/go_module_metadata.go +++ b/service/backupgateway/go_module_metadata.go @@ -3,4 +3,4 @@ package backupgateway // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/batch/CHANGELOG.md b/service/batch/CHANGELOG.md index 944c4edd341..fd20d0faa61 100644 --- a/service/batch/CHANGELOG.md +++ b/service/batch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.46.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.46.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/batch/go.mod b/service/batch/go.mod index 4e4aefa4093..25f00d0db25 100644 --- a/service/batch/go.mod +++ b/service/batch/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/batch go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/batch/go_module_metadata.go b/service/batch/go_module_metadata.go index 3bc481c0979..2142cfec5f2 100644 --- a/service/batch/go_module_metadata.go +++ b/service/batch/go_module_metadata.go @@ -3,4 +3,4 @@ package batch // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.46.2" +const goModuleVersion = "1.46.3" diff --git a/service/bcmdataexports/CHANGELOG.md b/service/bcmdataexports/CHANGELOG.md index 95f2d652fa9..a4995a87872 100644 --- a/service/bcmdataexports/CHANGELOG.md +++ b/service/bcmdataexports/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/bcmdataexports/go.mod b/service/bcmdataexports/go.mod index f0e2bd1c9f3..c757655799a 100644 --- a/service/bcmdataexports/go.mod +++ b/service/bcmdataexports/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/bcmdataexports go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/bcmdataexports/go_module_metadata.go b/service/bcmdataexports/go_module_metadata.go index 33265a1ddee..44d7527fa7b 100644 --- a/service/bcmdataexports/go_module_metadata.go +++ b/service/bcmdataexports/go_module_metadata.go @@ -3,4 +3,4 @@ package bcmdataexports // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.2" +const goModuleVersion = "1.7.3" diff --git a/service/bedrock/CHANGELOG.md b/service/bedrock/CHANGELOG.md index 06c0a6e8c75..1822b6ba2fb 100644 --- a/service/bedrock/CHANGELOG.md +++ b/service/bedrock/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.2 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.1 (2024-10-23) * **Documentation**: Doc updates for supporting converse diff --git a/service/bedrock/go.mod b/service/bedrock/go.mod index 9c066f1d351..dc3091660cf 100644 --- a/service/bedrock/go.mod +++ b/service/bedrock/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/bedrock go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/bedrock/go_module_metadata.go b/service/bedrock/go_module_metadata.go index 0478183ef8c..05b33d30bf1 100644 --- a/service/bedrock/go_module_metadata.go +++ b/service/bedrock/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrock // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.1" +const goModuleVersion = "1.21.2" diff --git a/service/bedrockagent/CHANGELOG.md b/service/bedrockagent/CHANGELOG.md index acfb32c0cc1..e83c0701f88 100644 --- a/service/bedrockagent/CHANGELOG.md +++ b/service/bedrockagent/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.0 (2024-10-25) * **Feature**: Add support of new model types for Bedrock Agents, Adding inference profile support for Flows and Prompt Management, Adding new field to configure additional inference configurations for Flows and Prompt Management diff --git a/service/bedrockagent/go.mod b/service/bedrockagent/go.mod index 8ff57d57ebb..7af900fbf87 100644 --- a/service/bedrockagent/go.mod +++ b/service/bedrockagent/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/bedrockagent go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/bedrockagent/go_module_metadata.go b/service/bedrockagent/go_module_metadata.go index d5b68d1f8f8..3c3ea609550 100644 --- a/service/bedrockagent/go_module_metadata.go +++ b/service/bedrockagent/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrockagent // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.0" +const goModuleVersion = "1.25.1" diff --git a/service/bedrockagentruntime/CHANGELOG.md b/service/bedrockagentruntime/CHANGELOG.md index 94c2360918e..ef0144bdb53 100644 --- a/service/bedrockagentruntime/CHANGELOG.md +++ b/service/bedrockagentruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.0 (2024-10-21) * **Feature**: Knowledge Bases for Amazon Bedrock now supports custom prompts and model parameters in the orchestrationConfiguration of the RetrieveAndGenerate API. The modelArn field accepts Custom Models and Imported Models ARNs. diff --git a/service/bedrockagentruntime/go.mod b/service/bedrockagentruntime/go.mod index 928bfc0afa3..c55663fdada 100644 --- a/service/bedrockagentruntime/go.mod +++ b/service/bedrockagentruntime/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/bedrockagentruntime/go_module_metadata.go b/service/bedrockagentruntime/go_module_metadata.go index 5533bca1e49..878708e901e 100644 --- a/service/bedrockagentruntime/go_module_metadata.go +++ b/service/bedrockagentruntime/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrockagentruntime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.0" +const goModuleVersion = "1.23.1" diff --git a/service/bedrockruntime/CHANGELOG.md b/service/bedrockruntime/CHANGELOG.md index 5a653598930..5631325297e 100644 --- a/service/bedrockruntime/CHANGELOG.md +++ b/service/bedrockruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/bedrockruntime/go.mod b/service/bedrockruntime/go.mod index 89f53cfceb6..4f7ef38ce2f 100644 --- a/service/bedrockruntime/go.mod +++ b/service/bedrockruntime/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/bedrockruntime go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/bedrockruntime/go_module_metadata.go b/service/bedrockruntime/go_module_metadata.go index 496aef379da..ae90e51ecdb 100644 --- a/service/bedrockruntime/go_module_metadata.go +++ b/service/bedrockruntime/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrockruntime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/billingconductor/CHANGELOG.md b/service/billingconductor/CHANGELOG.md index e5106d2b66f..f37d92677c7 100644 --- a/service/billingconductor/CHANGELOG.md +++ b/service/billingconductor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/billingconductor/go.mod b/service/billingconductor/go.mod index 8d36828c821..f47b87733a5 100644 --- a/service/billingconductor/go.mod +++ b/service/billingconductor/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/billingconductor go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/billingconductor/go_module_metadata.go b/service/billingconductor/go_module_metadata.go index 611dc9d1214..f5f3300541f 100644 --- a/service/billingconductor/go_module_metadata.go +++ b/service/billingconductor/go_module_metadata.go @@ -3,4 +3,4 @@ package billingconductor // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/braket/CHANGELOG.md b/service/braket/CHANGELOG.md index aa10d9d4f28..b6365f65082 100644 --- a/service/braket/CHANGELOG.md +++ b/service/braket/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.31.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/braket/go.mod b/service/braket/go.mod index 51fc2b8b56b..c551157cce4 100644 --- a/service/braket/go.mod +++ b/service/braket/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/braket go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/braket/go_module_metadata.go b/service/braket/go_module_metadata.go index 678a1421f0d..603e0362e4b 100644 --- a/service/braket/go_module_metadata.go +++ b/service/braket/go_module_metadata.go @@ -3,4 +3,4 @@ package braket // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.31.2" +const goModuleVersion = "1.31.3" diff --git a/service/budgets/CHANGELOG.md b/service/budgets/CHANGELOG.md index 8d5cb1c71fc..5ddf5345fe6 100644 --- a/service/budgets/CHANGELOG.md +++ b/service/budgets/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/budgets/go.mod b/service/budgets/go.mod index 2936f24eb2e..a3a972a3ee2 100644 --- a/service/budgets/go.mod +++ b/service/budgets/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/budgets go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/budgets/go_module_metadata.go b/service/budgets/go_module_metadata.go index 2a1c8708ef7..6fd2e5b5b62 100644 --- a/service/budgets/go_module_metadata.go +++ b/service/budgets/go_module_metadata.go @@ -3,4 +3,4 @@ package budgets // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.2" +const goModuleVersion = "1.28.3" diff --git a/service/chatbot/CHANGELOG.md b/service/chatbot/CHANGELOG.md index a6ddb840f70..05771e2e613 100644 --- a/service/chatbot/CHANGELOG.md +++ b/service/chatbot/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chatbot/go.mod b/service/chatbot/go.mod index b60b7ce1875..de478f833df 100644 --- a/service/chatbot/go.mod +++ b/service/chatbot/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/chatbot go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/chatbot/go_module_metadata.go b/service/chatbot/go_module_metadata.go index a03413da2d2..0d3ffb05449 100644 --- a/service/chatbot/go_module_metadata.go +++ b/service/chatbot/go_module_metadata.go @@ -3,4 +3,4 @@ package chatbot // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.2" +const goModuleVersion = "1.8.3" diff --git a/service/chime/CHANGELOG.md b/service/chime/CHANGELOG.md index ae0d440f8a3..671699b626f 100644 --- a/service/chime/CHANGELOG.md +++ b/service/chime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.2 (2024-10-08) * **Documentation**: Doc-only update to generate deprecated annotation for services that have been marked as deprecated. diff --git a/service/chime/go.mod b/service/chime/go.mod index f90b62e051c..5e0b5d60127 100644 --- a/service/chime/go.mod +++ b/service/chime/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/chime go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/chime/go_module_metadata.go b/service/chime/go_module_metadata.go index bc0c283efcf..b3190625999 100644 --- a/service/chime/go_module_metadata.go +++ b/service/chime/go_module_metadata.go @@ -3,4 +3,4 @@ package chime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.2" +const goModuleVersion = "1.34.3" diff --git a/service/chimesdkidentity/CHANGELOG.md b/service/chimesdkidentity/CHANGELOG.md index 853ee8826d0..31f08e31a7a 100644 --- a/service/chimesdkidentity/CHANGELOG.md +++ b/service/chimesdkidentity/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkidentity/go.mod b/service/chimesdkidentity/go.mod index 1bb1684398e..dc03bf02e3a 100644 --- a/service/chimesdkidentity/go.mod +++ b/service/chimesdkidentity/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/chimesdkidentity go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/chimesdkidentity/go_module_metadata.go b/service/chimesdkidentity/go_module_metadata.go index 2e140e191fc..5cbca99a36c 100644 --- a/service/chimesdkidentity/go_module_metadata.go +++ b/service/chimesdkidentity/go_module_metadata.go @@ -3,4 +3,4 @@ package chimesdkidentity // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/chimesdkmediapipelines/CHANGELOG.md b/service/chimesdkmediapipelines/CHANGELOG.md index d793e51916d..1f77ff01a12 100644 --- a/service/chimesdkmediapipelines/CHANGELOG.md +++ b/service/chimesdkmediapipelines/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkmediapipelines/go.mod b/service/chimesdkmediapipelines/go.mod index ceff7d10b09..9c96a26adb6 100644 --- a/service/chimesdkmediapipelines/go.mod +++ b/service/chimesdkmediapipelines/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/chimesdkmediapipelines/go_module_metadata.go b/service/chimesdkmediapipelines/go_module_metadata.go index 31a573084da..4907a327d60 100644 --- a/service/chimesdkmediapipelines/go_module_metadata.go +++ b/service/chimesdkmediapipelines/go_module_metadata.go @@ -3,4 +3,4 @@ package chimesdkmediapipelines // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/chimesdkmeetings/CHANGELOG.md b/service/chimesdkmeetings/CHANGELOG.md index 7444db449c6..2f5df2b37f5 100644 --- a/service/chimesdkmeetings/CHANGELOG.md +++ b/service/chimesdkmeetings/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkmeetings/go.mod b/service/chimesdkmeetings/go.mod index a9808512d5f..4018fc17165 100644 --- a/service/chimesdkmeetings/go.mod +++ b/service/chimesdkmeetings/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/chimesdkmeetings/go_module_metadata.go b/service/chimesdkmeetings/go_module_metadata.go index b9e7cd1c163..6134f3cf62d 100644 --- a/service/chimesdkmeetings/go_module_metadata.go +++ b/service/chimesdkmeetings/go_module_metadata.go @@ -3,4 +3,4 @@ package chimesdkmeetings // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/chimesdkmessaging/CHANGELOG.md b/service/chimesdkmessaging/CHANGELOG.md index 985ee411e0a..496f8cd0a0f 100644 --- a/service/chimesdkmessaging/CHANGELOG.md +++ b/service/chimesdkmessaging/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkmessaging/go.mod b/service/chimesdkmessaging/go.mod index bfc61a99243..53dd315cf9f 100644 --- a/service/chimesdkmessaging/go.mod +++ b/service/chimesdkmessaging/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/chimesdkmessaging go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/chimesdkmessaging/go_module_metadata.go b/service/chimesdkmessaging/go_module_metadata.go index 10754d3561f..f50b2e5334e 100644 --- a/service/chimesdkmessaging/go_module_metadata.go +++ b/service/chimesdkmessaging/go_module_metadata.go @@ -3,4 +3,4 @@ package chimesdkmessaging // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/chimesdkvoice/CHANGELOG.md b/service/chimesdkvoice/CHANGELOG.md index acdb3e6ac8d..8390282a6cf 100644 --- a/service/chimesdkvoice/CHANGELOG.md +++ b/service/chimesdkvoice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkvoice/go.mod b/service/chimesdkvoice/go.mod index f136811d4da..bf9d098e753 100644 --- a/service/chimesdkvoice/go.mod +++ b/service/chimesdkvoice/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/chimesdkvoice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/chimesdkvoice/go_module_metadata.go b/service/chimesdkvoice/go_module_metadata.go index bcf2d63f5f4..b6cac2203cd 100644 --- a/service/chimesdkvoice/go_module_metadata.go +++ b/service/chimesdkvoice/go_module_metadata.go @@ -3,4 +3,4 @@ package chimesdkvoice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/cleanrooms/CHANGELOG.md b/service/cleanrooms/CHANGELOG.md index 3e1b7c771e5..d53a21b73cb 100644 --- a/service/cleanrooms/CHANGELOG.md +++ b/service/cleanrooms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cleanrooms/go.mod b/service/cleanrooms/go.mod index 2b300be05bf..5bf1ef89a45 100644 --- a/service/cleanrooms/go.mod +++ b/service/cleanrooms/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cleanrooms go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/cleanrooms/go_module_metadata.go b/service/cleanrooms/go_module_metadata.go index 72a430586b2..b0099c0b74d 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/cleanroomsml/CHANGELOG.md b/service/cleanroomsml/CHANGELOG.md index 8429df0f5e9..bdde4e28bf9 100644 --- a/service/cleanroomsml/CHANGELOG.md +++ b/service/cleanroomsml/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cleanroomsml/go.mod b/service/cleanroomsml/go.mod index 883708663da..8b232dfd33b 100644 --- a/service/cleanroomsml/go.mod +++ b/service/cleanroomsml/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cleanroomsml go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/cleanroomsml/go_module_metadata.go b/service/cleanroomsml/go_module_metadata.go index af85a84a4dd..afcd512906f 100644 --- a/service/cleanroomsml/go_module_metadata.go +++ b/service/cleanroomsml/go_module_metadata.go @@ -3,4 +3,4 @@ package cleanroomsml // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.2" +const goModuleVersion = "1.9.3" diff --git a/service/cloud9/CHANGELOG.md b/service/cloud9/CHANGELOG.md index 839a85c2223..8da0511ad89 100644 --- a/service/cloud9/CHANGELOG.md +++ b/service/cloud9/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloud9/go.mod b/service/cloud9/go.mod index 613ced2677b..c3de2df39ed 100644 --- a/service/cloud9/go.mod +++ b/service/cloud9/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloud9 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/cloud9/go_module_metadata.go b/service/cloud9/go_module_metadata.go index fdfec42db1b..baa786557e9 100644 --- a/service/cloud9/go_module_metadata.go +++ b/service/cloud9/go_module_metadata.go @@ -3,4 +3,4 @@ package cloud9 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.2" +const goModuleVersion = "1.28.3" diff --git a/service/cloudcontrol/CHANGELOG.md b/service/cloudcontrol/CHANGELOG.md index 6241e8f69a5..a7d71763060 100644 --- a/service/cloudcontrol/CHANGELOG.md +++ b/service/cloudcontrol/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudcontrol/go.mod b/service/cloudcontrol/go.mod index 6395df5a61b..b1dac9edf00 100644 --- a/service/cloudcontrol/go.mod +++ b/service/cloudcontrol/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloudcontrol go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/cloudcontrol/go_module_metadata.go b/service/cloudcontrol/go_module_metadata.go index 88d9f439d68..dce1a629328 100644 --- a/service/cloudcontrol/go_module_metadata.go +++ b/service/cloudcontrol/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudcontrol // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/clouddirectory/CHANGELOG.md b/service/clouddirectory/CHANGELOG.md index ed03c03723e..8b35b746f2c 100644 --- a/service/clouddirectory/CHANGELOG.md +++ b/service/clouddirectory/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/clouddirectory/go.mod b/service/clouddirectory/go.mod index c42f22a6da2..031bda996f8 100644 --- a/service/clouddirectory/go.mod +++ b/service/clouddirectory/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/clouddirectory go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/clouddirectory/go_module_metadata.go b/service/clouddirectory/go_module_metadata.go index 3e1afe0c51d..a71b033c1e5 100644 --- a/service/clouddirectory/go_module_metadata.go +++ b/service/clouddirectory/go_module_metadata.go @@ -3,4 +3,4 @@ package clouddirectory // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/cloudformation/CHANGELOG.md b/service/cloudformation/CHANGELOG.md index 88f17d376b1..a04fcccc9e6 100644 --- a/service/cloudformation/CHANGELOG.md +++ b/service/cloudformation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.55.4 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.55.3 (2024-10-15) * **Documentation**: Documentation update for AWS CloudFormation API Reference. diff --git a/service/cloudformation/go.mod b/service/cloudformation/go.mod index 573a645b1d5..823ac87338c 100644 --- a/service/cloudformation/go.mod +++ b/service/cloudformation/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloudformation go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/cloudformation/go_module_metadata.go b/service/cloudformation/go_module_metadata.go index b7ba008e87f..6232c053150 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.55.3" +const goModuleVersion = "1.55.4" diff --git a/service/cloudfront/CHANGELOG.md b/service/cloudfront/CHANGELOG.md index e63315796c3..48621139730 100644 --- a/service/cloudfront/CHANGELOG.md +++ b/service/cloudfront/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.40.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.40.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudfront/go.mod b/service/cloudfront/go.mod index d3009367627..625c85f2b01 100644 --- a/service/cloudfront/go.mod +++ b/service/cloudfront/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloudfront go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/cloudfront/go_module_metadata.go b/service/cloudfront/go_module_metadata.go index 66dc3bfb472..0cd6bd0fb26 100644 --- a/service/cloudfront/go_module_metadata.go +++ b/service/cloudfront/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudfront // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.40.2" +const goModuleVersion = "1.40.3" diff --git a/service/cloudfrontkeyvaluestore/CHANGELOG.md b/service/cloudfrontkeyvaluestore/CHANGELOG.md index 8eee8415b7a..1c85e073fb6 100644 --- a/service/cloudfrontkeyvaluestore/CHANGELOG.md +++ b/service/cloudfrontkeyvaluestore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudfrontkeyvaluestore/go.mod b/service/cloudfrontkeyvaluestore/go.mod index 48edc5693d4..9fe45d614b3 100644 --- a/service/cloudfrontkeyvaluestore/go.mod +++ b/service/cloudfrontkeyvaluestore/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/cloudfrontkeyvaluestore go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 - github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/cloudfrontkeyvaluestore/go_module_metadata.go b/service/cloudfrontkeyvaluestore/go_module_metadata.go index ff3399c7716..b0e5cccd157 100644 --- a/service/cloudfrontkeyvaluestore/go_module_metadata.go +++ b/service/cloudfrontkeyvaluestore/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudfrontkeyvaluestore // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.2" +const goModuleVersion = "1.8.3" diff --git a/service/cloudhsm/CHANGELOG.md b/service/cloudhsm/CHANGELOG.md index bd83b0a0b49..65d8a6c5e7e 100644 --- a/service/cloudhsm/CHANGELOG.md +++ b/service/cloudhsm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudhsm/go.mod b/service/cloudhsm/go.mod index 743fc95d97e..85736c5b716 100644 --- a/service/cloudhsm/go.mod +++ b/service/cloudhsm/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloudhsm go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/cloudhsm/go_module_metadata.go b/service/cloudhsm/go_module_metadata.go index e070ccf0016..0407a9d58ce 100644 --- a/service/cloudhsm/go_module_metadata.go +++ b/service/cloudhsm/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudhsm // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/cloudhsmv2/CHANGELOG.md b/service/cloudhsmv2/CHANGELOG.md index cc1f9e5c94f..21b222af21a 100644 --- a/service/cloudhsmv2/CHANGELOG.md +++ b/service/cloudhsmv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.4 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.3 (2024-10-24) * No change notes available for this release. diff --git a/service/cloudhsmv2/go.mod b/service/cloudhsmv2/go.mod index f040a881756..579cbe6e7ff 100644 --- a/service/cloudhsmv2/go.mod +++ b/service/cloudhsmv2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/cloudhsmv2/go_module_metadata.go b/service/cloudhsmv2/go_module_metadata.go index d16aa29dc3a..ad520edc802 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.3" +const goModuleVersion = "1.27.4" diff --git a/service/cloudsearch/CHANGELOG.md b/service/cloudsearch/CHANGELOG.md index d1a8f73e0b3..9cc0c052688 100644 --- a/service/cloudsearch/CHANGELOG.md +++ b/service/cloudsearch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudsearch/go.mod b/service/cloudsearch/go.mod index f6700464dce..ea6568261c9 100644 --- a/service/cloudsearch/go.mod +++ b/service/cloudsearch/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloudsearch go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/cloudsearch/go_module_metadata.go b/service/cloudsearch/go_module_metadata.go index 6fda4743d74..79cbf0ce179 100644 --- a/service/cloudsearch/go_module_metadata.go +++ b/service/cloudsearch/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudsearch // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/cloudsearchdomain/CHANGELOG.md b/service/cloudsearchdomain/CHANGELOG.md index f0b1acdd0f9..682f32501fd 100644 --- a/service/cloudsearchdomain/CHANGELOG.md +++ b/service/cloudsearchdomain/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudsearchdomain/go.mod b/service/cloudsearchdomain/go.mod index 077b016ffbc..aee7bf33de4 100644 --- a/service/cloudsearchdomain/go.mod +++ b/service/cloudsearchdomain/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloudsearchdomain go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/cloudsearchdomain/go_module_metadata.go b/service/cloudsearchdomain/go_module_metadata.go index ea0e9d781ad..1702b45c779 100644 --- a/service/cloudsearchdomain/go_module_metadata.go +++ b/service/cloudsearchdomain/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudsearchdomain // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/cloudtrail/CHANGELOG.md b/service/cloudtrail/CHANGELOG.md index d8415bf5b66..4d881651ff9 100644 --- a/service/cloudtrail/CHANGELOG.md +++ b/service/cloudtrail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.44.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.44.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudtrail/go.mod b/service/cloudtrail/go.mod index d458d84085e..369ff662951 100644 --- a/service/cloudtrail/go.mod +++ b/service/cloudtrail/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloudtrail go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/cloudtrail/go_module_metadata.go b/service/cloudtrail/go_module_metadata.go index 084cf6d8a2b..7712d74a14e 100644 --- a/service/cloudtrail/go_module_metadata.go +++ b/service/cloudtrail/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudtrail // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.44.2" +const goModuleVersion = "1.44.3" diff --git a/service/cloudtraildata/CHANGELOG.md b/service/cloudtraildata/CHANGELOG.md index 59db0144770..75da3691525 100644 --- a/service/cloudtraildata/CHANGELOG.md +++ b/service/cloudtraildata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudtraildata/go.mod b/service/cloudtraildata/go.mod index c7f04185031..d2d98002a86 100644 --- a/service/cloudtraildata/go.mod +++ b/service/cloudtraildata/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloudtraildata go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/cloudtraildata/go_module_metadata.go b/service/cloudtraildata/go_module_metadata.go index 505e4d91b35..9f4568ea4bc 100644 --- a/service/cloudtraildata/go_module_metadata.go +++ b/service/cloudtraildata/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudtraildata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.2" +const goModuleVersion = "1.11.3" diff --git a/service/cloudwatch/CHANGELOG.md b/service/cloudwatch/CHANGELOG.md index 4a571409196..34ba5ffce5a 100644 --- a/service/cloudwatch/CHANGELOG.md +++ b/service/cloudwatch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.42.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.42.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudwatch/go.mod b/service/cloudwatch/go.mod index 0c53a68ffb7..284c56d04e1 100644 --- a/service/cloudwatch/go.mod +++ b/service/cloudwatch/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloudwatch go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/cloudwatch/go_module_metadata.go b/service/cloudwatch/go_module_metadata.go index dc60b540b00..095cbfad5b7 100644 --- a/service/cloudwatch/go_module_metadata.go +++ b/service/cloudwatch/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudwatch // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.42.2" +const goModuleVersion = "1.42.3" diff --git a/service/cloudwatchevents/CHANGELOG.md b/service/cloudwatchevents/CHANGELOG.md index 735ba858b7a..e8fc27d9aac 100644 --- a/service/cloudwatchevents/CHANGELOG.md +++ b/service/cloudwatchevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudwatchevents/go.mod b/service/cloudwatchevents/go.mod index 96595505c51..bbb0df8f200 100644 --- a/service/cloudwatchevents/go.mod +++ b/service/cloudwatchevents/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloudwatchevents go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/cloudwatchevents/go_module_metadata.go b/service/cloudwatchevents/go_module_metadata.go index 246662961d7..d7a595b04d8 100644 --- a/service/cloudwatchevents/go_module_metadata.go +++ b/service/cloudwatchevents/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudwatchevents // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/cloudwatchlogs/CHANGELOG.md b/service/cloudwatchlogs/CHANGELOG.md index f9cddb9d96b..1d8dcab15c2 100644 --- a/service/cloudwatchlogs/CHANGELOG.md +++ b/service/cloudwatchlogs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.42.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.42.0 (2024-10-25) * **Feature**: Adding inferred token name for dynamic tokens in Anomalies. diff --git a/service/cloudwatchlogs/go.mod b/service/cloudwatchlogs/go.mod index 96caff5f165..daa20173c8b 100644 --- a/service/cloudwatchlogs/go.mod +++ b/service/cloudwatchlogs/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/cloudwatchlogs/go_module_metadata.go b/service/cloudwatchlogs/go_module_metadata.go index 970947d0e0b..ac39126d606 100644 --- a/service/cloudwatchlogs/go_module_metadata.go +++ b/service/cloudwatchlogs/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudwatchlogs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.42.0" +const goModuleVersion = "1.42.1" diff --git a/service/codeartifact/CHANGELOG.md b/service/codeartifact/CHANGELOG.md index 7a0816f8fa4..e9a7a8764ec 100644 --- a/service/codeartifact/CHANGELOG.md +++ b/service/codeartifact/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codeartifact/go.mod b/service/codeartifact/go.mod index 9e9aec3cab9..98bd40df690 100644 --- a/service/codeartifact/go.mod +++ b/service/codeartifact/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/codeartifact go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/codeartifact/go_module_metadata.go b/service/codeartifact/go_module_metadata.go index 81b02a981e4..81fbaa66127 100644 --- a/service/codeartifact/go_module_metadata.go +++ b/service/codeartifact/go_module_metadata.go @@ -3,4 +3,4 @@ package codeartifact // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.2" +const goModuleVersion = "1.33.3" diff --git a/service/codebuild/CHANGELOG.md b/service/codebuild/CHANGELOG.md index 6d348a80e62..44b0dc6b1e6 100644 --- a/service/codebuild/CHANGELOG.md +++ b/service/codebuild/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.47.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.47.0 (2024-10-25) * **Feature**: AWS CodeBuild now supports automatically retrying failed builds diff --git a/service/codebuild/go.mod b/service/codebuild/go.mod index 9672ecd0d55..3669f3a175f 100644 --- a/service/codebuild/go.mod +++ b/service/codebuild/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/codebuild go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/codebuild/go_module_metadata.go b/service/codebuild/go_module_metadata.go index 615b8e22b9d..ca3961d0b01 100644 --- a/service/codebuild/go_module_metadata.go +++ b/service/codebuild/go_module_metadata.go @@ -3,4 +3,4 @@ package codebuild // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.47.0" +const goModuleVersion = "1.47.1" diff --git a/service/codecatalyst/CHANGELOG.md b/service/codecatalyst/CHANGELOG.md index 7ee83e7a8c0..001c41eb2e0 100644 --- a/service/codecatalyst/CHANGELOG.md +++ b/service/codecatalyst/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codecatalyst/go.mod b/service/codecatalyst/go.mod index a1645d13029..01329ea8209 100644 --- a/service/codecatalyst/go.mod +++ b/service/codecatalyst/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/codecatalyst go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/codecatalyst/go_module_metadata.go b/service/codecatalyst/go_module_metadata.go index 445d7e2392a..aaf3c0d9336 100644 --- a/service/codecatalyst/go_module_metadata.go +++ b/service/codecatalyst/go_module_metadata.go @@ -3,4 +3,4 @@ package codecatalyst // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/codecommit/CHANGELOG.md b/service/codecommit/CHANGELOG.md index f5316cdbaa2..af3cbe602c5 100644 --- a/service/codecommit/CHANGELOG.md +++ b/service/codecommit/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codecommit/go.mod b/service/codecommit/go.mod index 1b38147539d..d78c36aa284 100644 --- a/service/codecommit/go.mod +++ b/service/codecommit/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/codecommit go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/codecommit/go_module_metadata.go b/service/codecommit/go_module_metadata.go index 4ea02f26a82..be547ece99a 100644 --- a/service/codecommit/go_module_metadata.go +++ b/service/codecommit/go_module_metadata.go @@ -3,4 +3,4 @@ package codecommit // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/codeconnections/CHANGELOG.md b/service/codeconnections/CHANGELOG.md index abe2902318e..c12a0c78634 100644 --- a/service/codeconnections/CHANGELOG.md +++ b/service/codeconnections/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codeconnections/go.mod b/service/codeconnections/go.mod index fb8fbcca05e..70a8e884927 100644 --- a/service/codeconnections/go.mod +++ b/service/codeconnections/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/codeconnections go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/codeconnections/go_module_metadata.go b/service/codeconnections/go_module_metadata.go index d9406476fdd..f26ffc4af92 100644 --- a/service/codeconnections/go_module_metadata.go +++ b/service/codeconnections/go_module_metadata.go @@ -3,4 +3,4 @@ package codeconnections // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.5.2" +const goModuleVersion = "1.5.3" diff --git a/service/codedeploy/CHANGELOG.md b/service/codedeploy/CHANGELOG.md index c235de04a40..329875e6f3f 100644 --- a/service/codedeploy/CHANGELOG.md +++ b/service/codedeploy/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codedeploy/go.mod b/service/codedeploy/go.mod index 8a912128a4c..ebce49ad0b5 100644 --- a/service/codedeploy/go.mod +++ b/service/codedeploy/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/codedeploy go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/codedeploy/go_module_metadata.go b/service/codedeploy/go_module_metadata.go index 916695c63c3..74edbb6ade1 100644 --- a/service/codedeploy/go_module_metadata.go +++ b/service/codedeploy/go_module_metadata.go @@ -3,4 +3,4 @@ package codedeploy // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.2" +const goModuleVersion = "1.29.3" diff --git a/service/codeguruprofiler/CHANGELOG.md b/service/codeguruprofiler/CHANGELOG.md index 221280dce51..3122ee8bd7e 100644 --- a/service/codeguruprofiler/CHANGELOG.md +++ b/service/codeguruprofiler/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codeguruprofiler/go.mod b/service/codeguruprofiler/go.mod index b1479763f9f..6952b3abc04 100644 --- a/service/codeguruprofiler/go.mod +++ b/service/codeguruprofiler/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/codeguruprofiler go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/codeguruprofiler/go_module_metadata.go b/service/codeguruprofiler/go_module_metadata.go index 0cfcfb91b4c..c8549f02d9a 100644 --- a/service/codeguruprofiler/go_module_metadata.go +++ b/service/codeguruprofiler/go_module_metadata.go @@ -3,4 +3,4 @@ package codeguruprofiler // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/codegurureviewer/CHANGELOG.md b/service/codegurureviewer/CHANGELOG.md index d8c49c7691d..332486ec923 100644 --- a/service/codegurureviewer/CHANGELOG.md +++ b/service/codegurureviewer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codegurureviewer/go.mod b/service/codegurureviewer/go.mod index 30a1302b688..403c7c73f5e 100644 --- a/service/codegurureviewer/go.mod +++ b/service/codegurureviewer/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/codegurureviewer go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/codegurureviewer/go_module_metadata.go b/service/codegurureviewer/go_module_metadata.go index 9213e14281f..a5e49b0590a 100644 --- a/service/codegurureviewer/go_module_metadata.go +++ b/service/codegurureviewer/go_module_metadata.go @@ -3,4 +3,4 @@ package codegurureviewer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.2" +const goModuleVersion = "1.29.3" diff --git a/service/codegurusecurity/CHANGELOG.md b/service/codegurusecurity/CHANGELOG.md index 57b4db63124..334d9862183 100644 --- a/service/codegurusecurity/CHANGELOG.md +++ b/service/codegurusecurity/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codegurusecurity/go.mod b/service/codegurusecurity/go.mod index 4fb161bca82..288214f854e 100644 --- a/service/codegurusecurity/go.mod +++ b/service/codegurusecurity/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/codegurusecurity go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/codegurusecurity/go_module_metadata.go b/service/codegurusecurity/go_module_metadata.go index af0e78fe5c9..40123ac78f3 100644 --- a/service/codegurusecurity/go_module_metadata.go +++ b/service/codegurusecurity/go_module_metadata.go @@ -3,4 +3,4 @@ package codegurusecurity // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/codepipeline/CHANGELOG.md b/service/codepipeline/CHANGELOG.md index a69937de8cf..7218b590595 100644 --- a/service/codepipeline/CHANGELOG.md +++ b/service/codepipeline/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.36.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.36.0 (2024-10-14) * **Feature**: AWS CodePipeline V2 type pipelines now support automatically retrying failed stages and skipping stage for failed entry conditions. diff --git a/service/codepipeline/go.mod b/service/codepipeline/go.mod index 6ff3c15d135..189dbc17bda 100644 --- a/service/codepipeline/go.mod +++ b/service/codepipeline/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/codepipeline go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/codepipeline/go_module_metadata.go b/service/codepipeline/go_module_metadata.go index 7fe3eaadcaf..6de9d19f4ac 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.36.0" +const goModuleVersion = "1.36.1" diff --git a/service/codestarconnections/CHANGELOG.md b/service/codestarconnections/CHANGELOG.md index ca052b1c949..f0190059bb2 100644 --- a/service/codestarconnections/CHANGELOG.md +++ b/service/codestarconnections/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codestarconnections/go.mod b/service/codestarconnections/go.mod index b1d57c59e22..a592bdd5b76 100644 --- a/service/codestarconnections/go.mod +++ b/service/codestarconnections/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/codestarconnections go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/codestarconnections/go_module_metadata.go b/service/codestarconnections/go_module_metadata.go index ea34427f82b..3de5e20d6eb 100644 --- a/service/codestarconnections/go_module_metadata.go +++ b/service/codestarconnections/go_module_metadata.go @@ -3,4 +3,4 @@ package codestarconnections // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.2" +const goModuleVersion = "1.29.3" diff --git a/service/codestarnotifications/CHANGELOG.md b/service/codestarnotifications/CHANGELOG.md index d9976ae58df..cf2329e6449 100644 --- a/service/codestarnotifications/CHANGELOG.md +++ b/service/codestarnotifications/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codestarnotifications/go.mod b/service/codestarnotifications/go.mod index a9e5c8cc296..213606bd170 100644 --- a/service/codestarnotifications/go.mod +++ b/service/codestarnotifications/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/codestarnotifications go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/codestarnotifications/go_module_metadata.go b/service/codestarnotifications/go_module_metadata.go index da09d50fd72..226a68c1e81 100644 --- a/service/codestarnotifications/go_module_metadata.go +++ b/service/codestarnotifications/go_module_metadata.go @@ -3,4 +3,4 @@ package codestarnotifications // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/cognitoidentity/CHANGELOG.md b/service/cognitoidentity/CHANGELOG.md index 51d8eccdf3c..03e721525fb 100644 --- a/service/cognitoidentity/CHANGELOG.md +++ b/service/cognitoidentity/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cognitoidentity/go.mod b/service/cognitoidentity/go.mod index a6d2071a516..4b0a6172cc6 100644 --- a/service/cognitoidentity/go.mod +++ b/service/cognitoidentity/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cognitoidentity go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/cognitoidentity/go_module_metadata.go b/service/cognitoidentity/go_module_metadata.go index db25e58595d..3836603862d 100644 --- a/service/cognitoidentity/go_module_metadata.go +++ b/service/cognitoidentity/go_module_metadata.go @@ -3,4 +3,4 @@ package cognitoidentity // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/cognitoidentityprovider/CHANGELOG.md b/service/cognitoidentityprovider/CHANGELOG.md index 67ebe272ca0..d8c3f300051 100644 --- a/service/cognitoidentityprovider/CHANGELOG.md +++ b/service/cognitoidentityprovider/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.46.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.46.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cognitoidentityprovider/go.mod b/service/cognitoidentityprovider/go.mod index 8bf7057ce13..596488e1b96 100644 --- a/service/cognitoidentityprovider/go.mod +++ b/service/cognitoidentityprovider/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/cognitoidentityprovider/go_module_metadata.go b/service/cognitoidentityprovider/go_module_metadata.go index 0f72a9a23d3..6ba086edc30 100644 --- a/service/cognitoidentityprovider/go_module_metadata.go +++ b/service/cognitoidentityprovider/go_module_metadata.go @@ -3,4 +3,4 @@ package cognitoidentityprovider // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.46.2" +const goModuleVersion = "1.46.3" diff --git a/service/cognitosync/CHANGELOG.md b/service/cognitosync/CHANGELOG.md index f0b1acdd0f9..682f32501fd 100644 --- a/service/cognitosync/CHANGELOG.md +++ b/service/cognitosync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cognitosync/go.mod b/service/cognitosync/go.mod index fec5b2cdbea..e390463c10c 100644 --- a/service/cognitosync/go.mod +++ b/service/cognitosync/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cognitosync go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/cognitosync/go_module_metadata.go b/service/cognitosync/go_module_metadata.go index 7ca1961492f..7d24b72be98 100644 --- a/service/cognitosync/go_module_metadata.go +++ b/service/cognitosync/go_module_metadata.go @@ -3,4 +3,4 @@ package cognitosync // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/comprehend/CHANGELOG.md b/service/comprehend/CHANGELOG.md index 126709c9564..a646e2177a0 100644 --- a/service/comprehend/CHANGELOG.md +++ b/service/comprehend/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.35.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.35.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/comprehend/go.mod b/service/comprehend/go.mod index ab50d7df9e2..dbee6468526 100644 --- a/service/comprehend/go.mod +++ b/service/comprehend/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/comprehend go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/comprehend/go_module_metadata.go b/service/comprehend/go_module_metadata.go index 3c710a968de..65d93584af4 100644 --- a/service/comprehend/go_module_metadata.go +++ b/service/comprehend/go_module_metadata.go @@ -3,4 +3,4 @@ package comprehend // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.35.2" +const goModuleVersion = "1.35.3" diff --git a/service/comprehendmedical/CHANGELOG.md b/service/comprehendmedical/CHANGELOG.md index 118f212752b..97d590482d9 100644 --- a/service/comprehendmedical/CHANGELOG.md +++ b/service/comprehendmedical/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/comprehendmedical/go.mod b/service/comprehendmedical/go.mod index a455bcad858..6da429d45c5 100644 --- a/service/comprehendmedical/go.mod +++ b/service/comprehendmedical/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/comprehendmedical go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/comprehendmedical/go_module_metadata.go b/service/comprehendmedical/go_module_metadata.go index edd6d758e29..a02f3124421 100644 --- a/service/comprehendmedical/go_module_metadata.go +++ b/service/comprehendmedical/go_module_metadata.go @@ -3,4 +3,4 @@ package comprehendmedical // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/computeoptimizer/CHANGELOG.md b/service/computeoptimizer/CHANGELOG.md index c69f112e85c..41fffcac97b 100644 --- a/service/computeoptimizer/CHANGELOG.md +++ b/service/computeoptimizer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.39.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.39.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/computeoptimizer/go.mod b/service/computeoptimizer/go.mod index eb4c2434e1c..d889f749b82 100644 --- a/service/computeoptimizer/go.mod +++ b/service/computeoptimizer/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/computeoptimizer go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/computeoptimizer/go_module_metadata.go b/service/computeoptimizer/go_module_metadata.go index 19d078bbf67..0ac12e0492a 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.39.2" +const goModuleVersion = "1.39.3" diff --git a/service/configservice/CHANGELOG.md b/service/configservice/CHANGELOG.md index 55e5208d2f3..f040b59f886 100644 --- a/service/configservice/CHANGELOG.md +++ b/service/configservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.50.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.50.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/configservice/go.mod b/service/configservice/go.mod index 81a607bb6f2..59592af49a5 100644 --- a/service/configservice/go.mod +++ b/service/configservice/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/configservice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/configservice/go_module_metadata.go b/service/configservice/go_module_metadata.go index 05c5e4dca09..2618b42e222 100644 --- a/service/configservice/go_module_metadata.go +++ b/service/configservice/go_module_metadata.go @@ -3,4 +3,4 @@ package configservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.50.2" +const goModuleVersion = "1.50.3" diff --git a/service/connect/CHANGELOG.md b/service/connect/CHANGELOG.md index 3aced77f949..a164bb9b867 100644 --- a/service/connect/CHANGELOG.md +++ b/service/connect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.114.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.114.0 (2024-10-23) * **Feature**: Amazon Connect Service Feature: Add support to start screen sharing for a web calling contact. diff --git a/service/connect/go.mod b/service/connect/go.mod index 0c5e5b7133e..ea1020ff182 100644 --- a/service/connect/go.mod +++ b/service/connect/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/connect go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/connect/go_module_metadata.go b/service/connect/go_module_metadata.go index ef4acc303d9..e3915550719 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.114.0" +const goModuleVersion = "1.114.1" diff --git a/service/connectcampaigns/CHANGELOG.md b/service/connectcampaigns/CHANGELOG.md index 0ff490e0a59..f9726f3f23a 100644 --- a/service/connectcampaigns/CHANGELOG.md +++ b/service/connectcampaigns/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/connectcampaigns/go.mod b/service/connectcampaigns/go.mod index 7f8cde4adca..dac160962a7 100644 --- a/service/connectcampaigns/go.mod +++ b/service/connectcampaigns/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/connectcampaigns go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/connectcampaigns/go_module_metadata.go b/service/connectcampaigns/go_module_metadata.go index aa3067b0c69..10c787d454d 100644 --- a/service/connectcampaigns/go_module_metadata.go +++ b/service/connectcampaigns/go_module_metadata.go @@ -3,4 +3,4 @@ package connectcampaigns // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/connectcases/CHANGELOG.md b/service/connectcases/CHANGELOG.md index 30e590bcf97..85d08dfca84 100644 --- a/service/connectcases/CHANGELOG.md +++ b/service/connectcases/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/connectcases/go.mod b/service/connectcases/go.mod index ed37b5f50ed..0e98843255b 100644 --- a/service/connectcases/go.mod +++ b/service/connectcases/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/connectcases go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/connectcases/go_module_metadata.go b/service/connectcases/go_module_metadata.go index c6d15a9b653..03aec6c9225 100644 --- a/service/connectcases/go_module_metadata.go +++ b/service/connectcases/go_module_metadata.go @@ -3,4 +3,4 @@ package connectcases // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/connectcontactlens/CHANGELOG.md b/service/connectcontactlens/CHANGELOG.md index ef981a084da..799a20ae3c4 100644 --- a/service/connectcontactlens/CHANGELOG.md +++ b/service/connectcontactlens/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/connectcontactlens/go.mod b/service/connectcontactlens/go.mod index 25608aa98ad..92583447bd9 100644 --- a/service/connectcontactlens/go.mod +++ b/service/connectcontactlens/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/connectcontactlens go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/connectcontactlens/go_module_metadata.go b/service/connectcontactlens/go_module_metadata.go index d552d40129e..448898a0f68 100644 --- a/service/connectcontactlens/go_module_metadata.go +++ b/service/connectcontactlens/go_module_metadata.go @@ -3,4 +3,4 @@ package connectcontactlens // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/connectparticipant/CHANGELOG.md b/service/connectparticipant/CHANGELOG.md index 4b6635f4431..93d227df238 100644 --- a/service/connectparticipant/CHANGELOG.md +++ b/service/connectparticipant/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/connectparticipant/go.mod b/service/connectparticipant/go.mod index 95806ae5fc5..afdb2bab5ae 100644 --- a/service/connectparticipant/go.mod +++ b/service/connectparticipant/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/connectparticipant go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/connectparticipant/go_module_metadata.go b/service/connectparticipant/go_module_metadata.go index 338f0f0b118..ee0fcea3bbe 100644 --- a/service/connectparticipant/go_module_metadata.go +++ b/service/connectparticipant/go_module_metadata.go @@ -3,4 +3,4 @@ package connectparticipant // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/controlcatalog/CHANGELOG.md b/service/controlcatalog/CHANGELOG.md index 31fad317729..3df72f992c3 100644 --- a/service/controlcatalog/CHANGELOG.md +++ b/service/controlcatalog/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/controlcatalog/go.mod b/service/controlcatalog/go.mod index 88274f7fe49..5acc71e92f9 100644 --- a/service/controlcatalog/go.mod +++ b/service/controlcatalog/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/controlcatalog go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/controlcatalog/go_module_metadata.go b/service/controlcatalog/go_module_metadata.go index 42fa9e7ba08..d8e34f1a534 100644 --- a/service/controlcatalog/go_module_metadata.go +++ b/service/controlcatalog/go_module_metadata.go @@ -3,4 +3,4 @@ package controlcatalog // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.5.2" +const goModuleVersion = "1.5.3" diff --git a/service/controltower/CHANGELOG.md b/service/controltower/CHANGELOG.md index bc9924402c1..e358b8eb334 100644 --- a/service/controltower/CHANGELOG.md +++ b/service/controltower/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.4 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.3 (2024-10-22) * No change notes available for this release. diff --git a/service/controltower/go.mod b/service/controltower/go.mod index d22965da3a5..188a3e490cd 100644 --- a/service/controltower/go.mod +++ b/service/controltower/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/controltower go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/controltower/go_module_metadata.go b/service/controltower/go_module_metadata.go index de562bb6cb5..a15aabe6506 100644 --- a/service/controltower/go_module_metadata.go +++ b/service/controltower/go_module_metadata.go @@ -3,4 +3,4 @@ package controltower // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.3" +const goModuleVersion = "1.18.4" diff --git a/service/costandusagereportservice/CHANGELOG.md b/service/costandusagereportservice/CHANGELOG.md index 667b6ebbdea..c1c7748354a 100644 --- a/service/costandusagereportservice/CHANGELOG.md +++ b/service/costandusagereportservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/costandusagereportservice/go.mod b/service/costandusagereportservice/go.mod index bdb507b07a5..7d9d9e9a9fb 100644 --- a/service/costandusagereportservice/go.mod +++ b/service/costandusagereportservice/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/costandusagereportservice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/costandusagereportservice/go_module_metadata.go b/service/costandusagereportservice/go_module_metadata.go index c14e3fd1c52..7ecb0e17dc0 100644 --- a/service/costandusagereportservice/go_module_metadata.go +++ b/service/costandusagereportservice/go_module_metadata.go @@ -3,4 +3,4 @@ package costandusagereportservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.2" +const goModuleVersion = "1.28.3" diff --git a/service/costexplorer/CHANGELOG.md b/service/costexplorer/CHANGELOG.md index 65202ba7333..9a6da034e08 100644 --- a/service/costexplorer/CHANGELOG.md +++ b/service/costexplorer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.43.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.43.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/costexplorer/go.mod b/service/costexplorer/go.mod index f7692236d0d..fe755aa7b47 100644 --- a/service/costexplorer/go.mod +++ b/service/costexplorer/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/costexplorer go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/costexplorer/go_module_metadata.go b/service/costexplorer/go_module_metadata.go index 03aa4aae0e0..bbc28f45e12 100644 --- a/service/costexplorer/go_module_metadata.go +++ b/service/costexplorer/go_module_metadata.go @@ -3,4 +3,4 @@ package costexplorer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.43.2" +const goModuleVersion = "1.43.3" diff --git a/service/costoptimizationhub/CHANGELOG.md b/service/costoptimizationhub/CHANGELOG.md index 2134e78708d..358b23df432 100644 --- a/service/costoptimizationhub/CHANGELOG.md +++ b/service/costoptimizationhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/costoptimizationhub/go.mod b/service/costoptimizationhub/go.mod index 353b99133fd..ae0c6be72dd 100644 --- a/service/costoptimizationhub/go.mod +++ b/service/costoptimizationhub/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/costoptimizationhub go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/costoptimizationhub/go_module_metadata.go b/service/costoptimizationhub/go_module_metadata.go index ace9a3953e8..c7f2421ce7c 100644 --- a/service/costoptimizationhub/go_module_metadata.go +++ b/service/costoptimizationhub/go_module_metadata.go @@ -3,4 +3,4 @@ package costoptimizationhub // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.2" +const goModuleVersion = "1.10.3" diff --git a/service/customerprofiles/CHANGELOG.md b/service/customerprofiles/CHANGELOG.md index 5bb1ef51be1..aa62902f850 100644 --- a/service/customerprofiles/CHANGELOG.md +++ b/service/customerprofiles/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.42.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.42.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/customerprofiles/go.mod b/service/customerprofiles/go.mod index 069f84e856e..94a4de2751f 100644 --- a/service/customerprofiles/go.mod +++ b/service/customerprofiles/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/customerprofiles go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/customerprofiles/go_module_metadata.go b/service/customerprofiles/go_module_metadata.go index 6c3ce1f34bc..b046b3619c5 100644 --- a/service/customerprofiles/go_module_metadata.go +++ b/service/customerprofiles/go_module_metadata.go @@ -3,4 +3,4 @@ package customerprofiles // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.42.2" +const goModuleVersion = "1.42.3" diff --git a/service/databasemigrationservice/CHANGELOG.md b/service/databasemigrationservice/CHANGELOG.md index 2ebfea9bf91..0b798e094ef 100644 --- a/service/databasemigrationservice/CHANGELOG.md +++ b/service/databasemigrationservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.44.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.44.0 (2024-10-21) * **Feature**: Added support for tagging in StartReplicationTaskAssessmentRun API and introduced IsLatestTaskAssessmentRun and ResultStatistic fields for enhanced tracking and assessment result statistics. diff --git a/service/databasemigrationservice/go.mod b/service/databasemigrationservice/go.mod index 95316e5f9ef..a82ebb3ee36 100644 --- a/service/databasemigrationservice/go.mod +++ b/service/databasemigrationservice/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/databasemigrationservice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/databasemigrationservice/go_module_metadata.go b/service/databasemigrationservice/go_module_metadata.go index b6d06f518b3..dda41806687 100644 --- a/service/databasemigrationservice/go_module_metadata.go +++ b/service/databasemigrationservice/go_module_metadata.go @@ -3,4 +3,4 @@ package databasemigrationservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.44.0" +const goModuleVersion = "1.44.1" diff --git a/service/databrew/CHANGELOG.md b/service/databrew/CHANGELOG.md index c7e7fd7ff06..21fbdf6aa23 100644 --- a/service/databrew/CHANGELOG.md +++ b/service/databrew/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/databrew/go.mod b/service/databrew/go.mod index 6fcd6474d23..82f78a55df7 100644 --- a/service/databrew/go.mod +++ b/service/databrew/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/databrew go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/databrew/go_module_metadata.go b/service/databrew/go_module_metadata.go index 6f03c50d5cc..adef65f4ce3 100644 --- a/service/databrew/go_module_metadata.go +++ b/service/databrew/go_module_metadata.go @@ -3,4 +3,4 @@ package databrew // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.2" +const goModuleVersion = "1.33.3" diff --git a/service/dataexchange/CHANGELOG.md b/service/dataexchange/CHANGELOG.md index ac0e4068bdb..9e61d611e97 100644 --- a/service/dataexchange/CHANGELOG.md +++ b/service/dataexchange/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.0 (2024-10-17) * **Feature**: This release adds Data Grant support, through which customers can programmatically create data grants to share with other AWS accounts and accept data grants from other AWS accounts. diff --git a/service/dataexchange/go.mod b/service/dataexchange/go.mod index 2871238fd62..9d36d14ae74 100644 --- a/service/dataexchange/go.mod +++ b/service/dataexchange/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/dataexchange go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/dataexchange/go_module_metadata.go b/service/dataexchange/go_module_metadata.go index f958523c942..e794ab10d76 100644 --- a/service/dataexchange/go_module_metadata.go +++ b/service/dataexchange/go_module_metadata.go @@ -3,4 +3,4 @@ package dataexchange // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.0" +const goModuleVersion = "1.33.1" diff --git a/service/datapipeline/CHANGELOG.md b/service/datapipeline/CHANGELOG.md index 7fc770b6561..7a9d68f01a4 100644 --- a/service/datapipeline/CHANGELOG.md +++ b/service/datapipeline/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/datapipeline/go.mod b/service/datapipeline/go.mod index b0ba1060d0d..09d5f69a746 100644 --- a/service/datapipeline/go.mod +++ b/service/datapipeline/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/datapipeline go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/datapipeline/go_module_metadata.go b/service/datapipeline/go_module_metadata.go index 818f1543638..0ccee1e46b1 100644 --- a/service/datapipeline/go_module_metadata.go +++ b/service/datapipeline/go_module_metadata.go @@ -3,4 +3,4 @@ package datapipeline // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/datasync/CHANGELOG.md b/service/datasync/CHANGELOG.md index 9f05ff5020d..720d0efa5ed 100644 --- a/service/datasync/CHANGELOG.md +++ b/service/datasync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.42.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.42.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/datasync/go.mod b/service/datasync/go.mod index f2fa566c4ff..5cee6b117f9 100644 --- a/service/datasync/go.mod +++ b/service/datasync/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/datasync go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/datasync/go_module_metadata.go b/service/datasync/go_module_metadata.go index e2e8fffdf9b..4e83375bdc6 100644 --- a/service/datasync/go_module_metadata.go +++ b/service/datasync/go_module_metadata.go @@ -3,4 +3,4 @@ package datasync // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.42.2" +const goModuleVersion = "1.42.3" diff --git a/service/datazone/CHANGELOG.md b/service/datazone/CHANGELOG.md index 4b184ece3f3..def5747c641 100644 --- a/service/datazone/CHANGELOG.md +++ b/service/datazone/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.0 (2024-10-18) * **Feature**: Adding the following project member designations: PROJECT_CATALOG_VIEWER, PROJECT_CATALOG_CONSUMER and PROJECT_CATALOG_STEWARD in the CreateProjectMembership API and PROJECT_CATALOG_STEWARD designation in the AddPolicyGrant API. diff --git a/service/datazone/go.mod b/service/datazone/go.mod index ed4cfd33289..a174cfb2bae 100644 --- a/service/datazone/go.mod +++ b/service/datazone/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/datazone go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/datazone/go_module_metadata.go b/service/datazone/go_module_metadata.go index c278b0ca86d..0d1e1a5e6fe 100644 --- a/service/datazone/go_module_metadata.go +++ b/service/datazone/go_module_metadata.go @@ -3,4 +3,4 @@ package datazone // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.0" +const goModuleVersion = "1.23.1" diff --git a/service/dax/CHANGELOG.md b/service/dax/CHANGELOG.md index b1a20f094fd..fa7d0815544 100644 --- a/service/dax/CHANGELOG.md +++ b/service/dax/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dax/go.mod b/service/dax/go.mod index d4f7e91d3d6..98c0593ae27 100644 --- a/service/dax/go.mod +++ b/service/dax/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/dax go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/dax/go_module_metadata.go b/service/dax/go_module_metadata.go index de5bf07fa8d..7d2ae8d7026 100644 --- a/service/dax/go_module_metadata.go +++ b/service/dax/go_module_metadata.go @@ -3,4 +3,4 @@ package dax // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/deadline/CHANGELOG.md b/service/deadline/CHANGELOG.md index ead8a939ab0..0429c5e578f 100644 --- a/service/deadline/CHANGELOG.md +++ b/service/deadline/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.2 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.1 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/deadline/go.mod b/service/deadline/go.mod index 05f1ebb9ace..46860fa5bee 100644 --- a/service/deadline/go.mod +++ b/service/deadline/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/deadline go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/deadline/go_module_metadata.go b/service/deadline/go_module_metadata.go index 2356c5c4248..922ed96b6c0 100644 --- a/service/deadline/go_module_metadata.go +++ b/service/deadline/go_module_metadata.go @@ -3,4 +3,4 @@ package deadline // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.1" +const goModuleVersion = "1.6.2" diff --git a/service/detective/CHANGELOG.md b/service/detective/CHANGELOG.md index 8c5bafd1878..cb14ba7ff8b 100644 --- a/service/detective/CHANGELOG.md +++ b/service/detective/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.31.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/detective/go.mod b/service/detective/go.mod index b6b05227cb9..31772f5087f 100644 --- a/service/detective/go.mod +++ b/service/detective/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/detective go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/detective/go_module_metadata.go b/service/detective/go_module_metadata.go index 1490de8c78b..1814abd7efb 100644 --- a/service/detective/go_module_metadata.go +++ b/service/detective/go_module_metadata.go @@ -3,4 +3,4 @@ package detective // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.31.2" +const goModuleVersion = "1.31.3" diff --git a/service/devicefarm/CHANGELOG.md b/service/devicefarm/CHANGELOG.md index b2de0500878..464f89ee51b 100644 --- a/service/devicefarm/CHANGELOG.md +++ b/service/devicefarm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/devicefarm/go.mod b/service/devicefarm/go.mod index 4d2c4b57cd7..e89629d1fc8 100644 --- a/service/devicefarm/go.mod +++ b/service/devicefarm/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/devicefarm go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/devicefarm/go_module_metadata.go b/service/devicefarm/go_module_metadata.go index 14946485011..cf5405380b3 100644 --- a/service/devicefarm/go_module_metadata.go +++ b/service/devicefarm/go_module_metadata.go @@ -3,4 +3,4 @@ package devicefarm // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.2" +const goModuleVersion = "1.28.3" diff --git a/service/devopsguru/CHANGELOG.md b/service/devopsguru/CHANGELOG.md index 8095cc6dfa7..9f7a5e48c13 100644 --- a/service/devopsguru/CHANGELOG.md +++ b/service/devopsguru/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/devopsguru/go.mod b/service/devopsguru/go.mod index f5a4cd4e190..392e2804822 100644 --- a/service/devopsguru/go.mod +++ b/service/devopsguru/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/devopsguru go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/devopsguru/go_module_metadata.go b/service/devopsguru/go_module_metadata.go index 38303f3433d..c06df0a557c 100644 --- a/service/devopsguru/go_module_metadata.go +++ b/service/devopsguru/go_module_metadata.go @@ -3,4 +3,4 @@ package devopsguru // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.2" +const goModuleVersion = "1.34.3" diff --git a/service/directconnect/CHANGELOG.md b/service/directconnect/CHANGELOG.md index 4e0e17531e4..dac8a865e07 100644 --- a/service/directconnect/CHANGELOG.md +++ b/service/directconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/directconnect/go.mod b/service/directconnect/go.mod index b3e58c8fefc..2c485881bc6 100644 --- a/service/directconnect/go.mod +++ b/service/directconnect/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/directconnect go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/directconnect/go_module_metadata.go b/service/directconnect/go_module_metadata.go index c5faf49ec8f..6d2e6918acc 100644 --- a/service/directconnect/go_module_metadata.go +++ b/service/directconnect/go_module_metadata.go @@ -3,4 +3,4 @@ package directconnect // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.2" +const goModuleVersion = "1.29.3" diff --git a/service/directoryservice/CHANGELOG.md b/service/directoryservice/CHANGELOG.md index b8178404c9e..66aefd1dda2 100644 --- a/service/directoryservice/CHANGELOG.md +++ b/service/directoryservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/directoryservice/go.mod b/service/directoryservice/go.mod index 271106a1a11..4b33068aa5c 100644 --- a/service/directoryservice/go.mod +++ b/service/directoryservice/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/directoryservice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/directoryservice/go_module_metadata.go b/service/directoryservice/go_module_metadata.go index 3c802852320..0ef84e068f5 100644 --- a/service/directoryservice/go_module_metadata.go +++ b/service/directoryservice/go_module_metadata.go @@ -3,4 +3,4 @@ package directoryservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.2" +const goModuleVersion = "1.30.3" diff --git a/service/directoryservicedata/CHANGELOG.md b/service/directoryservicedata/CHANGELOG.md index ab3a7adb9bc..b6ece33b5da 100644 --- a/service/directoryservicedata/CHANGELOG.md +++ b/service/directoryservicedata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/directoryservicedata/go.mod b/service/directoryservicedata/go.mod index d4607855189..f4f1628fc26 100644 --- a/service/directoryservicedata/go.mod +++ b/service/directoryservicedata/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/directoryservicedata go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/directoryservicedata/go_module_metadata.go b/service/directoryservicedata/go_module_metadata.go index 3cfe4f27faf..c852b85f0a0 100644 --- a/service/directoryservicedata/go_module_metadata.go +++ b/service/directoryservicedata/go_module_metadata.go @@ -3,4 +3,4 @@ package directoryservicedata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.2.2" +const goModuleVersion = "1.2.3" diff --git a/service/dlm/CHANGELOG.md b/service/dlm/CHANGELOG.md index 8e0989efdb5..d856bb6aa50 100644 --- a/service/dlm/CHANGELOG.md +++ b/service/dlm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dlm/go.mod b/service/dlm/go.mod index 0f859d33929..8b9910f3301 100644 --- a/service/dlm/go.mod +++ b/service/dlm/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/dlm go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/dlm/go_module_metadata.go b/service/dlm/go_module_metadata.go index 0fe3d2f4305..b0631ab5c5f 100644 --- a/service/dlm/go_module_metadata.go +++ b/service/dlm/go_module_metadata.go @@ -3,4 +3,4 @@ package dlm // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.2" +const goModuleVersion = "1.28.3" diff --git a/service/docdb/CHANGELOG.md b/service/docdb/CHANGELOG.md index 8112909e769..7765c79965c 100644 --- a/service/docdb/CHANGELOG.md +++ b/service/docdb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.39.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.39.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/docdb/go.mod b/service/docdb/go.mod index 77de9c5f478..e53267cae14 100644 --- a/service/docdb/go.mod +++ b/service/docdb/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/service/docdb go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/docdb/go_module_metadata.go b/service/docdb/go_module_metadata.go index 6754ceaab74..37accc36021 100644 --- a/service/docdb/go_module_metadata.go +++ b/service/docdb/go_module_metadata.go @@ -3,4 +3,4 @@ package docdb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.39.2" +const goModuleVersion = "1.39.3" diff --git a/service/docdbelastic/CHANGELOG.md b/service/docdbelastic/CHANGELOG.md index ad00a659f37..8d91a210a73 100644 --- a/service/docdbelastic/CHANGELOG.md +++ b/service/docdbelastic/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/docdbelastic/go.mod b/service/docdbelastic/go.mod index d042bf3707b..7f26677becb 100644 --- a/service/docdbelastic/go.mod +++ b/service/docdbelastic/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/docdbelastic go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/docdbelastic/go_module_metadata.go b/service/docdbelastic/go_module_metadata.go index e72bdb385d8..b88618e6525 100644 --- a/service/docdbelastic/go_module_metadata.go +++ b/service/docdbelastic/go_module_metadata.go @@ -3,4 +3,4 @@ package docdbelastic // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/drs/CHANGELOG.md b/service/drs/CHANGELOG.md index d2677085da6..d5767d67cd8 100644 --- a/service/drs/CHANGELOG.md +++ b/service/drs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/drs/go.mod b/service/drs/go.mod index 6a919c239f1..fcbc24fba04 100644 --- a/service/drs/go.mod +++ b/service/drs/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/drs go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/drs/go_module_metadata.go b/service/drs/go_module_metadata.go index d21a653ac98..f6fb1b949c1 100644 --- a/service/drs/go_module_metadata.go +++ b/service/drs/go_module_metadata.go @@ -3,4 +3,4 @@ package drs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.2" +const goModuleVersion = "1.30.3" diff --git a/service/dynamodb/CHANGELOG.md b/service/dynamodb/CHANGELOG.md index 2f0b9910e52..d47de2b43e3 100644 --- a/service/dynamodb/CHANGELOG.md +++ b/service/dynamodb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.36.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.36.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dynamodb/go.mod b/service/dynamodb/go.mod index 9f6962b8776..3f4dc738cba 100644 --- a/service/dynamodb/go.mod +++ b/service/dynamodb/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/service/dynamodb go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.2 + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.3 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/dynamodb/go_module_metadata.go b/service/dynamodb/go_module_metadata.go index 097754d7b39..cea6b6633f9 100644 --- a/service/dynamodb/go_module_metadata.go +++ b/service/dynamodb/go_module_metadata.go @@ -3,4 +3,4 @@ package dynamodb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.36.2" +const goModuleVersion = "1.36.3" diff --git a/service/dynamodbstreams/CHANGELOG.md b/service/dynamodbstreams/CHANGELOG.md index 524bf530fe1..e4cbf369e4f 100644 --- a/service/dynamodbstreams/CHANGELOG.md +++ b/service/dynamodbstreams/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dynamodbstreams/go.mod b/service/dynamodbstreams/go.mod index 8656544dfe0..037becffc24 100644 --- a/service/dynamodbstreams/go.mod +++ b/service/dynamodbstreams/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/dynamodbstreams go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/dynamodbstreams/go_module_metadata.go b/service/dynamodbstreams/go_module_metadata.go index b3769da02f8..78298684b4f 100644 --- a/service/dynamodbstreams/go_module_metadata.go +++ b/service/dynamodbstreams/go_module_metadata.go @@ -3,4 +3,4 @@ package dynamodbstreams // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/ebs/CHANGELOG.md b/service/ebs/CHANGELOG.md index 409d322015d..28911f32a02 100644 --- a/service/ebs/CHANGELOG.md +++ b/service/ebs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ebs/go.mod b/service/ebs/go.mod index c9bc758c5bc..261ec8c2ba4 100644 --- a/service/ebs/go.mod +++ b/service/ebs/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ebs go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/ebs/go_module_metadata.go b/service/ebs/go_module_metadata.go index 6e53db726c2..766a7111d39 100644 --- a/service/ebs/go_module_metadata.go +++ b/service/ebs/go_module_metadata.go @@ -3,4 +3,4 @@ package ebs // 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 4af00a745d1..b2b5de93c45 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.186.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # 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. diff --git a/service/ec2/go.mod b/service/ec2/go.mod index d3fe05ec10d..0cebd337a69 100644 --- a/service/ec2/go.mod +++ b/service/ec2/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/service/ec2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index 525d5d7a585..62445285a74 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.186.0" +const goModuleVersion = "1.186.1" diff --git a/service/ec2instanceconnect/CHANGELOG.md b/service/ec2instanceconnect/CHANGELOG.md index 395d50a010a..7f16d362e43 100644 --- a/service/ec2instanceconnect/CHANGELOG.md +++ b/service/ec2instanceconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ec2instanceconnect/go.mod b/service/ec2instanceconnect/go.mod index 7af8e558721..ab91c5251fc 100644 --- a/service/ec2instanceconnect/go.mod +++ b/service/ec2instanceconnect/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/ec2instanceconnect/go_module_metadata.go b/service/ec2instanceconnect/go_module_metadata.go index 723b2240f49..14c00c772ad 100644 --- a/service/ec2instanceconnect/go_module_metadata.go +++ b/service/ec2instanceconnect/go_module_metadata.go @@ -3,4 +3,4 @@ package ec2instanceconnect // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/ecr/CHANGELOG.md b/service/ecr/CHANGELOG.md index 3a3bbf9d91f..f0a97db280b 100644 --- a/service/ecr/CHANGELOG.md +++ b/service/ecr/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.36.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.36.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ecr/go.mod b/service/ecr/go.mod index 77d31632687..a9c8df14ec8 100644 --- a/service/ecr/go.mod +++ b/service/ecr/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ecr go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/ecr/go_module_metadata.go b/service/ecr/go_module_metadata.go index 07906f27da8..17b3a8923e4 100644 --- a/service/ecr/go_module_metadata.go +++ b/service/ecr/go_module_metadata.go @@ -3,4 +3,4 @@ package ecr // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.36.2" +const goModuleVersion = "1.36.3" diff --git a/service/ecrpublic/CHANGELOG.md b/service/ecrpublic/CHANGELOG.md index fa8f850aba2..1832598471f 100644 --- a/service/ecrpublic/CHANGELOG.md +++ b/service/ecrpublic/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ecrpublic/go.mod b/service/ecrpublic/go.mod index 7972dbfdcfa..204ea07cbfa 100644 --- a/service/ecrpublic/go.mod +++ b/service/ecrpublic/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ecrpublic go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/ecrpublic/go_module_metadata.go b/service/ecrpublic/go_module_metadata.go index 7175c5a03e9..4a31f386999 100644 --- a/service/ecrpublic/go_module_metadata.go +++ b/service/ecrpublic/go_module_metadata.go @@ -3,4 +3,4 @@ package ecrpublic // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/ecs/CHANGELOG.md b/service/ecs/CHANGELOG.md index 30a704783ab..4baf6baf230 100644 --- a/service/ecs/CHANGELOG.md +++ b/service/ecs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.48.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.48.0 (2024-10-24) * **Feature**: This release adds support for EBS volumes attached to Amazon ECS Windows tasks running on EC2 instances. diff --git a/service/ecs/go.mod b/service/ecs/go.mod index d479ee9620b..5a7c3421285 100644 --- a/service/ecs/go.mod +++ b/service/ecs/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ecs go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/ecs/go_module_metadata.go b/service/ecs/go_module_metadata.go index 1c60520345a..903a82b4722 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.48.0" +const goModuleVersion = "1.48.1" diff --git a/service/efs/CHANGELOG.md b/service/efs/CHANGELOG.md index ea75a9c00a6..54b1cb26d8a 100644 --- a/service/efs/CHANGELOG.md +++ b/service/efs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/efs/go.mod b/service/efs/go.mod index 1c47506e198..75d985b80e4 100644 --- a/service/efs/go.mod +++ b/service/efs/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/efs go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/efs/go_module_metadata.go b/service/efs/go_module_metadata.go index efba6a0c53c..82886400e2f 100644 --- a/service/efs/go_module_metadata.go +++ b/service/efs/go_module_metadata.go @@ -3,4 +3,4 @@ package efs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.2" +const goModuleVersion = "1.33.3" diff --git a/service/eks/CHANGELOG.md b/service/eks/CHANGELOG.md index b0468937095..43c1dbf064a 100644 --- a/service/eks/CHANGELOG.md +++ b/service/eks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.51.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.51.0 (2024-10-21) * **Feature**: This release adds support for Amazon Application Recovery Controller (ARC) zonal shift and zonal autoshift with EKS that enhances the resiliency of multi-AZ cluster environments diff --git a/service/eks/go.mod b/service/eks/go.mod index afcab13ccf9..300419862a4 100644 --- a/service/eks/go.mod +++ b/service/eks/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/eks go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/eks/go_module_metadata.go b/service/eks/go_module_metadata.go index 0e75aa00aca..9dec93acacb 100644 --- a/service/eks/go_module_metadata.go +++ b/service/eks/go_module_metadata.go @@ -3,4 +3,4 @@ package eks // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.51.0" +const goModuleVersion = "1.51.1" diff --git a/service/eksauth/CHANGELOG.md b/service/eksauth/CHANGELOG.md index d07a509062a..57f0350f335 100644 --- a/service/eksauth/CHANGELOG.md +++ b/service/eksauth/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/eksauth/go.mod b/service/eksauth/go.mod index 57c685247e7..29208da2721 100644 --- a/service/eksauth/go.mod +++ b/service/eksauth/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/eksauth go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/eksauth/go_module_metadata.go b/service/eksauth/go_module_metadata.go index 3beb4b3b769..26cffd6b250 100644 --- a/service/eksauth/go_module_metadata.go +++ b/service/eksauth/go_module_metadata.go @@ -3,4 +3,4 @@ package eksauth // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.2" +const goModuleVersion = "1.7.3" diff --git a/service/elasticache/CHANGELOG.md b/service/elasticache/CHANGELOG.md index 53a071e58f3..a92a0bc4ed7 100644 --- a/service/elasticache/CHANGELOG.md +++ b/service/elasticache/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.43.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.43.0 (2024-10-08) * **Feature**: AWS ElastiCache SDK now supports using APIs with newly launched Valkey engine. Please refer to updated AWS ElastiCache public documentation for detailed information on API usage. diff --git a/service/elasticache/go.mod b/service/elasticache/go.mod index cf02bf07dd7..07a75c6dffa 100644 --- a/service/elasticache/go.mod +++ b/service/elasticache/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/elasticache go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/elasticache/go_module_metadata.go b/service/elasticache/go_module_metadata.go index 817385a9844..ef6fbaebb58 100644 --- a/service/elasticache/go_module_metadata.go +++ b/service/elasticache/go_module_metadata.go @@ -3,4 +3,4 @@ package elasticache // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.43.0" +const goModuleVersion = "1.43.1" diff --git a/service/elasticbeanstalk/CHANGELOG.md b/service/elasticbeanstalk/CHANGELOG.md index 16398fe566e..1f687428117 100644 --- a/service/elasticbeanstalk/CHANGELOG.md +++ b/service/elasticbeanstalk/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticbeanstalk/go.mod b/service/elasticbeanstalk/go.mod index f80f8ee9944..9edc5ed4700 100644 --- a/service/elasticbeanstalk/go.mod +++ b/service/elasticbeanstalk/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/elasticbeanstalk/go_module_metadata.go b/service/elasticbeanstalk/go_module_metadata.go index 056a1494f24..a633c9e5111 100644 --- a/service/elasticbeanstalk/go_module_metadata.go +++ b/service/elasticbeanstalk/go_module_metadata.go @@ -3,4 +3,4 @@ package elasticbeanstalk // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.2" +const goModuleVersion = "1.28.3" diff --git a/service/elasticinference/CHANGELOG.md b/service/elasticinference/CHANGELOG.md index dc359d8fd38..dffb3683eb3 100644 --- a/service/elasticinference/CHANGELOG.md +++ b/service/elasticinference/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.4 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.3 (2024-10-10) * **Documentation**: Elastic Inference - Documentation update to add service shutdown notice. diff --git a/service/elasticinference/go.mod b/service/elasticinference/go.mod index b859903c767..0f2be2e2021 100644 --- a/service/elasticinference/go.mod +++ b/service/elasticinference/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/elasticinference go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/elasticinference/go_module_metadata.go b/service/elasticinference/go_module_metadata.go index 278b164d4c1..b76580e71b1 100644 --- a/service/elasticinference/go_module_metadata.go +++ b/service/elasticinference/go_module_metadata.go @@ -3,4 +3,4 @@ package elasticinference // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.3" +const goModuleVersion = "1.23.4" diff --git a/service/elasticloadbalancing/CHANGELOG.md b/service/elasticloadbalancing/CHANGELOG.md index 035abc3c60e..03487e44357 100644 --- a/service/elasticloadbalancing/CHANGELOG.md +++ b/service/elasticloadbalancing/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticloadbalancing/go.mod b/service/elasticloadbalancing/go.mod index b5e4ba14f88..e9e2859dab6 100644 --- a/service/elasticloadbalancing/go.mod +++ b/service/elasticloadbalancing/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/elasticloadbalancing/go_module_metadata.go b/service/elasticloadbalancing/go_module_metadata.go index 5f264dcfb29..73feb498200 100644 --- a/service/elasticloadbalancing/go_module_metadata.go +++ b/service/elasticloadbalancing/go_module_metadata.go @@ -3,4 +3,4 @@ package elasticloadbalancing // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.2" +const goModuleVersion = "1.28.3" diff --git a/service/elasticloadbalancingv2/CHANGELOG.md b/service/elasticloadbalancingv2/CHANGELOG.md index ce34be848f8..4dee9924020 100644 --- a/service/elasticloadbalancingv2/CHANGELOG.md +++ b/service/elasticloadbalancingv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.40.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.40.0 (2024-10-11) * **Feature**: Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target. diff --git a/service/elasticloadbalancingv2/go.mod b/service/elasticloadbalancingv2/go.mod index 2a29d000bfd..f556763f18a 100644 --- a/service/elasticloadbalancingv2/go.mod +++ b/service/elasticloadbalancingv2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/elasticloadbalancingv2/go_module_metadata.go b/service/elasticloadbalancingv2/go_module_metadata.go index 758255a5d0b..d6387e32636 100644 --- a/service/elasticloadbalancingv2/go_module_metadata.go +++ b/service/elasticloadbalancingv2/go_module_metadata.go @@ -3,4 +3,4 @@ package elasticloadbalancingv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.40.0" +const goModuleVersion = "1.40.1" diff --git a/service/elasticsearchservice/CHANGELOG.md b/service/elasticsearchservice/CHANGELOG.md index f49718bb27e..ec45c99e20b 100644 --- a/service/elasticsearchservice/CHANGELOG.md +++ b/service/elasticsearchservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticsearchservice/go.mod b/service/elasticsearchservice/go.mod index 402d29d5f5d..32c60fb904e 100644 --- a/service/elasticsearchservice/go.mod +++ b/service/elasticsearchservice/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/elasticsearchservice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/elasticsearchservice/go_module_metadata.go b/service/elasticsearchservice/go_module_metadata.go index 9fab58cf445..e068ae9529b 100644 --- a/service/elasticsearchservice/go_module_metadata.go +++ b/service/elasticsearchservice/go_module_metadata.go @@ -3,4 +3,4 @@ package elasticsearchservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.32.2" +const goModuleVersion = "1.32.3" diff --git a/service/elastictranscoder/CHANGELOG.md b/service/elastictranscoder/CHANGELOG.md index 70510bd0f44..576d83b90ab 100644 --- a/service/elastictranscoder/CHANGELOG.md +++ b/service/elastictranscoder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elastictranscoder/go.mod b/service/elastictranscoder/go.mod index a214bec50bf..31f15c1ef25 100644 --- a/service/elastictranscoder/go.mod +++ b/service/elastictranscoder/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/elastictranscoder go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/elastictranscoder/go_module_metadata.go b/service/elastictranscoder/go_module_metadata.go index aed72c9a231..d9e38f1d649 100644 --- a/service/elastictranscoder/go_module_metadata.go +++ b/service/elastictranscoder/go_module_metadata.go @@ -3,4 +3,4 @@ package elastictranscoder // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/emr/CHANGELOG.md b/service/emr/CHANGELOG.md index f7de32e5161..93ab8218743 100644 --- a/service/emr/CHANGELOG.md +++ b/service/emr/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.46.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.46.0 (2024-10-11) * **Feature**: This release provides new parameter "Context" in instance fleet clusters. diff --git a/service/emr/go.mod b/service/emr/go.mod index 720d4488144..29cebfe15d5 100644 --- a/service/emr/go.mod +++ b/service/emr/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/emr go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/emr/go_module_metadata.go b/service/emr/go_module_metadata.go index 201be8c5e29..234980d8be3 100644 --- a/service/emr/go_module_metadata.go +++ b/service/emr/go_module_metadata.go @@ -3,4 +3,4 @@ package emr // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.46.0" +const goModuleVersion = "1.46.1" diff --git a/service/emrcontainers/CHANGELOG.md b/service/emrcontainers/CHANGELOG.md index e091e99523d..fc8fb53c7d0 100644 --- a/service/emrcontainers/CHANGELOG.md +++ b/service/emrcontainers/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/emrcontainers/go.mod b/service/emrcontainers/go.mod index c66a81110c2..5ce174f6773 100644 --- a/service/emrcontainers/go.mod +++ b/service/emrcontainers/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/emrcontainers go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/emrcontainers/go_module_metadata.go b/service/emrcontainers/go_module_metadata.go index 5d3972956f1..5abff364dae 100644 --- a/service/emrcontainers/go_module_metadata.go +++ b/service/emrcontainers/go_module_metadata.go @@ -3,4 +3,4 @@ package emrcontainers // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.2" +const goModuleVersion = "1.33.3" diff --git a/service/emrserverless/CHANGELOG.md b/service/emrserverless/CHANGELOG.md index d78b65c8984..96500f40c67 100644 --- a/service/emrserverless/CHANGELOG.md +++ b/service/emrserverless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/emrserverless/go.mod b/service/emrserverless/go.mod index 48b69c58c4f..471988b30f4 100644 --- a/service/emrserverless/go.mod +++ b/service/emrserverless/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/emrserverless go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/emrserverless/go_module_metadata.go b/service/emrserverless/go_module_metadata.go index a0a80d2855a..6534339d60d 100644 --- a/service/emrserverless/go_module_metadata.go +++ b/service/emrserverless/go_module_metadata.go @@ -3,4 +3,4 @@ package emrserverless // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/entityresolution/CHANGELOG.md b/service/entityresolution/CHANGELOG.md index ea14491959d..84479d197c7 100644 --- a/service/entityresolution/CHANGELOG.md +++ b/service/entityresolution/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/entityresolution/go.mod b/service/entityresolution/go.mod index 6616a9cf1ba..674998fb46c 100644 --- a/service/entityresolution/go.mod +++ b/service/entityresolution/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/entityresolution go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/entityresolution/go_module_metadata.go b/service/entityresolution/go_module_metadata.go index f9f31069258..8fa9e449816 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/eventbridge/CHANGELOG.md b/service/eventbridge/CHANGELOG.md index 51e5385bda3..abef8ac4ae5 100644 --- a/service/eventbridge/CHANGELOG.md +++ b/service/eventbridge/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.35.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.35.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/eventbridge/go.mod b/service/eventbridge/go.mod index cacc4103a80..9a720ca9d26 100644 --- a/service/eventbridge/go.mod +++ b/service/eventbridge/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/eventbridge go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 - github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/eventbridge/go_module_metadata.go b/service/eventbridge/go_module_metadata.go index 8713940cff1..e91b6d942da 100644 --- a/service/eventbridge/go_module_metadata.go +++ b/service/eventbridge/go_module_metadata.go @@ -3,4 +3,4 @@ package eventbridge // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.35.2" +const goModuleVersion = "1.35.3" diff --git a/service/evidently/CHANGELOG.md b/service/evidently/CHANGELOG.md index fd95d1e9d2c..fe21bb0bdc6 100644 --- a/service/evidently/CHANGELOG.md +++ b/service/evidently/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/evidently/go.mod b/service/evidently/go.mod index 493e19cebbf..f38b909c6a2 100644 --- a/service/evidently/go.mod +++ b/service/evidently/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/evidently go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/evidently/go_module_metadata.go b/service/evidently/go_module_metadata.go index 97fe5160ebf..f7e96d4c824 100644 --- a/service/evidently/go_module_metadata.go +++ b/service/evidently/go_module_metadata.go @@ -3,4 +3,4 @@ package evidently // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/finspace/CHANGELOG.md b/service/finspace/CHANGELOG.md index d2915dd4854..7e9f3f5be79 100644 --- a/service/finspace/CHANGELOG.md +++ b/service/finspace/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/finspace/go.mod b/service/finspace/go.mod index 9c2df8e541d..c691444d394 100644 --- a/service/finspace/go.mod +++ b/service/finspace/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/finspace go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/finspace/go_module_metadata.go b/service/finspace/go_module_metadata.go index cbaeadb09fe..e41405b1936 100644 --- a/service/finspace/go_module_metadata.go +++ b/service/finspace/go_module_metadata.go @@ -3,4 +3,4 @@ package finspace // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.2" +const goModuleVersion = "1.28.3" diff --git a/service/finspacedata/CHANGELOG.md b/service/finspacedata/CHANGELOG.md index a1cec019cfd..def7a23572f 100644 --- a/service/finspacedata/CHANGELOG.md +++ b/service/finspacedata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/finspacedata/go.mod b/service/finspacedata/go.mod index d0c778fc9be..cde99f34d6a 100644 --- a/service/finspacedata/go.mod +++ b/service/finspacedata/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/finspacedata go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/finspacedata/go_module_metadata.go b/service/finspacedata/go_module_metadata.go index f9ab3d41840..a2eecf453da 100644 --- a/service/finspacedata/go_module_metadata.go +++ b/service/finspacedata/go_module_metadata.go @@ -3,4 +3,4 @@ package finspacedata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.2" +const goModuleVersion = "1.28.3" diff --git a/service/firehose/CHANGELOG.md b/service/firehose/CHANGELOG.md index 4d5ded04dbd..14eb078e014 100644 --- a/service/firehose/CHANGELOG.md +++ b/service/firehose/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/firehose/go.mod b/service/firehose/go.mod index 7a94fe0a72d..57edc6139fd 100644 --- a/service/firehose/go.mod +++ b/service/firehose/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/firehose go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/firehose/go_module_metadata.go b/service/firehose/go_module_metadata.go index e066ea6cecb..17cef26f4b9 100644 --- a/service/firehose/go_module_metadata.go +++ b/service/firehose/go_module_metadata.go @@ -3,4 +3,4 @@ package firehose // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.2" +const goModuleVersion = "1.34.3" diff --git a/service/fis/CHANGELOG.md b/service/fis/CHANGELOG.md index d231e54113f..3cc8d488f8c 100644 --- a/service/fis/CHANGELOG.md +++ b/service/fis/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/fis/go.mod b/service/fis/go.mod index ff4687da9ff..2b9911dcb7d 100644 --- a/service/fis/go.mod +++ b/service/fis/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/fis go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/fis/go_module_metadata.go b/service/fis/go_module_metadata.go index e2b38c4fb63..6672f033eab 100644 --- a/service/fis/go_module_metadata.go +++ b/service/fis/go_module_metadata.go @@ -3,4 +3,4 @@ package fis // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.2" +const goModuleVersion = "1.30.3" diff --git a/service/fms/CHANGELOG.md b/service/fms/CHANGELOG.md index c1fbb19076e..4768efca297 100644 --- a/service/fms/CHANGELOG.md +++ b/service/fms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.38.0 (2024-10-21) * **Feature**: Update AWS WAF policy - add the option to retrofit existing web ACLs instead of creating all new web ACLs. diff --git a/service/fms/go.mod b/service/fms/go.mod index 97e4651f325..d9413758c78 100644 --- a/service/fms/go.mod +++ b/service/fms/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/fms go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/fms/go_module_metadata.go b/service/fms/go_module_metadata.go index 8a87bb79235..1e293c82faf 100644 --- a/service/fms/go_module_metadata.go +++ b/service/fms/go_module_metadata.go @@ -3,4 +3,4 @@ package fms // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.38.0" +const goModuleVersion = "1.38.1" diff --git a/service/forecast/CHANGELOG.md b/service/forecast/CHANGELOG.md index 073fb3f8a7e..24e013e7066 100644 --- a/service/forecast/CHANGELOG.md +++ b/service/forecast/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.36.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.36.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/forecast/go.mod b/service/forecast/go.mod index 740ae7b5f70..71e0e79bc1d 100644 --- a/service/forecast/go.mod +++ b/service/forecast/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/forecast go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/forecast/go_module_metadata.go b/service/forecast/go_module_metadata.go index da4bfdcc345..5cb92b838da 100644 --- a/service/forecast/go_module_metadata.go +++ b/service/forecast/go_module_metadata.go @@ -3,4 +3,4 @@ package forecast // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.36.2" +const goModuleVersion = "1.36.3" diff --git a/service/forecastquery/CHANGELOG.md b/service/forecastquery/CHANGELOG.md index 9552a4b39a9..045ae2689af 100644 --- a/service/forecastquery/CHANGELOG.md +++ b/service/forecastquery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/forecastquery/go.mod b/service/forecastquery/go.mod index e33cac33400..203dc9dfec9 100644 --- a/service/forecastquery/go.mod +++ b/service/forecastquery/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/forecastquery go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/forecastquery/go_module_metadata.go b/service/forecastquery/go_module_metadata.go index ef035fe8276..518caef3c11 100644 --- a/service/forecastquery/go_module_metadata.go +++ b/service/forecastquery/go_module_metadata.go @@ -3,4 +3,4 @@ package forecastquery // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/frauddetector/CHANGELOG.md b/service/frauddetector/CHANGELOG.md index 9130a1f3a0c..ac53cdfeb51 100644 --- a/service/frauddetector/CHANGELOG.md +++ b/service/frauddetector/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.35.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.35.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/frauddetector/go.mod b/service/frauddetector/go.mod index 4f451683b1f..ac7bc6a65f5 100644 --- a/service/frauddetector/go.mod +++ b/service/frauddetector/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/frauddetector go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/frauddetector/go_module_metadata.go b/service/frauddetector/go_module_metadata.go index e0dc52b4082..069a3958b32 100644 --- a/service/frauddetector/go_module_metadata.go +++ b/service/frauddetector/go_module_metadata.go @@ -3,4 +3,4 @@ package frauddetector // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.35.2" +const goModuleVersion = "1.35.3" diff --git a/service/freetier/CHANGELOG.md b/service/freetier/CHANGELOG.md index 034b22fd2bf..b3d1981d896 100644 --- a/service/freetier/CHANGELOG.md +++ b/service/freetier/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/freetier/go.mod b/service/freetier/go.mod index 2b3f420833f..974b1c229ae 100644 --- a/service/freetier/go.mod +++ b/service/freetier/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/freetier go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/freetier/go_module_metadata.go b/service/freetier/go_module_metadata.go index c673983f104..82e92467570 100644 --- a/service/freetier/go_module_metadata.go +++ b/service/freetier/go_module_metadata.go @@ -3,4 +3,4 @@ package freetier // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.2" +const goModuleVersion = "1.7.3" diff --git a/service/fsx/CHANGELOG.md b/service/fsx/CHANGELOG.md index ce44a40a563..56b19537c52 100644 --- a/service/fsx/CHANGELOG.md +++ b/service/fsx/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.49.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.49.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/fsx/go.mod b/service/fsx/go.mod index 65642a6f6df..c6613490585 100644 --- a/service/fsx/go.mod +++ b/service/fsx/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/fsx go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/fsx/go_module_metadata.go b/service/fsx/go_module_metadata.go index 9c9e42f8c8a..a1d0cbd390d 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.49.2" +const goModuleVersion = "1.49.3" diff --git a/service/gamelift/CHANGELOG.md b/service/gamelift/CHANGELOG.md index f18b3de414e..4160aa11b75 100644 --- a/service/gamelift/CHANGELOG.md +++ b/service/gamelift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.36.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.36.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/gamelift/go.mod b/service/gamelift/go.mod index ff935e5a958..bf160cc3912 100644 --- a/service/gamelift/go.mod +++ b/service/gamelift/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/gamelift go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/gamelift/go_module_metadata.go b/service/gamelift/go_module_metadata.go index d406fb6aa61..672c5a72c5e 100644 --- a/service/gamelift/go_module_metadata.go +++ b/service/gamelift/go_module_metadata.go @@ -3,4 +3,4 @@ package gamelift // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.36.2" +const goModuleVersion = "1.36.3" diff --git a/service/glacier/CHANGELOG.md b/service/glacier/CHANGELOG.md index a9592eb1428..73d42e185fc 100644 --- a/service/glacier/CHANGELOG.md +++ b/service/glacier/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/glacier/go.mod b/service/glacier/go.mod index db2670ad41b..c822d6958a5 100644 --- a/service/glacier/go.mod +++ b/service/glacier/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/glacier go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/glacier/go_module_metadata.go b/service/glacier/go_module_metadata.go index f6864409981..fedf455ce28 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.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/globalaccelerator/CHANGELOG.md b/service/globalaccelerator/CHANGELOG.md index 5721316b65a..83895f7ca8d 100644 --- a/service/globalaccelerator/CHANGELOG.md +++ b/service/globalaccelerator/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/globalaccelerator/go.mod b/service/globalaccelerator/go.mod index 18e22099c3a..785becdeaa4 100644 --- a/service/globalaccelerator/go.mod +++ b/service/globalaccelerator/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/globalaccelerator go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/globalaccelerator/go_module_metadata.go b/service/globalaccelerator/go_module_metadata.go index bb9ae0b3705..5332c32bfc7 100644 --- a/service/globalaccelerator/go_module_metadata.go +++ b/service/globalaccelerator/go_module_metadata.go @@ -3,4 +3,4 @@ package globalaccelerator // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.2" +const goModuleVersion = "1.29.3" diff --git a/service/glue/CHANGELOG.md b/service/glue/CHANGELOG.md index e584a7cc62c..093cecae57d 100644 --- a/service/glue/CHANGELOG.md +++ b/service/glue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.100.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.100.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/glue/go.mod b/service/glue/go.mod index 85562ea44b8..4ba1039eccb 100644 --- a/service/glue/go.mod +++ b/service/glue/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/glue go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/glue/go_module_metadata.go b/service/glue/go_module_metadata.go index 21a0f686690..80e1a921a34 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.100.2" +const goModuleVersion = "1.100.3" diff --git a/service/grafana/CHANGELOG.md b/service/grafana/CHANGELOG.md index 59cf0700954..c4f0825074f 100644 --- a/service/grafana/CHANGELOG.md +++ b/service/grafana/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/grafana/go.mod b/service/grafana/go.mod index 040e0d25b40..c1c20aaaca0 100644 --- a/service/grafana/go.mod +++ b/service/grafana/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/grafana go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/grafana/go_module_metadata.go b/service/grafana/go_module_metadata.go index 8e88eb0ef72..591b81e44ed 100644 --- a/service/grafana/go_module_metadata.go +++ b/service/grafana/go_module_metadata.go @@ -3,4 +3,4 @@ package grafana // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/greengrass/CHANGELOG.md b/service/greengrass/CHANGELOG.md index c56082baf5f..4b922d4ae60 100644 --- a/service/greengrass/CHANGELOG.md +++ b/service/greengrass/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/greengrass/go.mod b/service/greengrass/go.mod index 7f6ad626228..a5a917034cd 100644 --- a/service/greengrass/go.mod +++ b/service/greengrass/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/greengrass go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/greengrass/go_module_metadata.go b/service/greengrass/go_module_metadata.go index 03214644ed3..093ad9cfb8f 100644 --- a/service/greengrass/go_module_metadata.go +++ b/service/greengrass/go_module_metadata.go @@ -3,4 +3,4 @@ package greengrass // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/greengrassv2/CHANGELOG.md b/service/greengrassv2/CHANGELOG.md index 54a1d5112d2..3a488795204 100644 --- a/service/greengrassv2/CHANGELOG.md +++ b/service/greengrassv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.35.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.35.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/greengrassv2/go.mod b/service/greengrassv2/go.mod index bcc3cfa8392..afe699f1f59 100644 --- a/service/greengrassv2/go.mod +++ b/service/greengrassv2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/greengrassv2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/greengrassv2/go_module_metadata.go b/service/greengrassv2/go_module_metadata.go index 2419f3883ca..107dc8e39ef 100644 --- a/service/greengrassv2/go_module_metadata.go +++ b/service/greengrassv2/go_module_metadata.go @@ -3,4 +3,4 @@ package greengrassv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.35.2" +const goModuleVersion = "1.35.3" diff --git a/service/groundstation/CHANGELOG.md b/service/groundstation/CHANGELOG.md index 88ae331fe16..f9a87d48ee8 100644 --- a/service/groundstation/CHANGELOG.md +++ b/service/groundstation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.31.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/groundstation/go.mod b/service/groundstation/go.mod index 684ea689498..d1df0a6a1f7 100644 --- a/service/groundstation/go.mod +++ b/service/groundstation/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/groundstation go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/groundstation/go_module_metadata.go b/service/groundstation/go_module_metadata.go index cbbc3453814..71e3dd3d4a3 100644 --- a/service/groundstation/go_module_metadata.go +++ b/service/groundstation/go_module_metadata.go @@ -3,4 +3,4 @@ package groundstation // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.31.2" +const goModuleVersion = "1.31.3" diff --git a/service/guardduty/CHANGELOG.md b/service/guardduty/CHANGELOG.md index fadc339b969..2bf5ae4bbd0 100644 --- a/service/guardduty/CHANGELOG.md +++ b/service/guardduty/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.50.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.50.0 (2024-10-11) * **Feature**: Added a new field for network connection details. diff --git a/service/guardduty/go.mod b/service/guardduty/go.mod index 50421225696..a65e33da5a2 100644 --- a/service/guardduty/go.mod +++ b/service/guardduty/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/guardduty go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/guardduty/go_module_metadata.go b/service/guardduty/go_module_metadata.go index 8f399697af0..1ad584557e8 100644 --- a/service/guardduty/go_module_metadata.go +++ b/service/guardduty/go_module_metadata.go @@ -3,4 +3,4 @@ package guardduty // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.50.0" +const goModuleVersion = "1.50.1" diff --git a/service/health/CHANGELOG.md b/service/health/CHANGELOG.md index f0a3486443b..d1d641c89bf 100644 --- a/service/health/CHANGELOG.md +++ b/service/health/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/health/go.mod b/service/health/go.mod index 9cfc2a6d573..96b269501c8 100644 --- a/service/health/go.mod +++ b/service/health/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/health go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/health/go_module_metadata.go b/service/health/go_module_metadata.go index 1eb128eb825..5b18de857e9 100644 --- a/service/health/go_module_metadata.go +++ b/service/health/go_module_metadata.go @@ -3,4 +3,4 @@ package health // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.2" +const goModuleVersion = "1.28.3" diff --git a/service/healthlake/CHANGELOG.md b/service/healthlake/CHANGELOG.md index 072c0a7042a..c754cf4b0d0 100644 --- a/service/healthlake/CHANGELOG.md +++ b/service/healthlake/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/healthlake/go.mod b/service/healthlake/go.mod index 885e4ac2fe1..e4702782144 100644 --- a/service/healthlake/go.mod +++ b/service/healthlake/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/healthlake go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/healthlake/go_module_metadata.go b/service/healthlake/go_module_metadata.go index b26a63e2c93..185a10aa9f1 100644 --- a/service/healthlake/go_module_metadata.go +++ b/service/healthlake/go_module_metadata.go @@ -3,4 +3,4 @@ package healthlake // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.2" +const goModuleVersion = "1.28.3" diff --git a/service/iam/CHANGELOG.md b/service/iam/CHANGELOG.md index 084aa288064..63d50630bd1 100644 --- a/service/iam/CHANGELOG.md +++ b/service/iam/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.37.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.37.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iam/go.mod b/service/iam/go.mod index 02fc5dea0e8..dfbf6f0166c 100644 --- a/service/iam/go.mod +++ b/service/iam/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iam go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/iam/go_module_metadata.go b/service/iam/go_module_metadata.go index 5e4f6f8792a..8e84b4cf8ba 100644 --- a/service/iam/go_module_metadata.go +++ b/service/iam/go_module_metadata.go @@ -3,4 +3,4 @@ package iam // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.37.2" +const goModuleVersion = "1.37.3" diff --git a/service/identitystore/CHANGELOG.md b/service/identitystore/CHANGELOG.md index 0e30264601c..c76b529449a 100644 --- a/service/identitystore/CHANGELOG.md +++ b/service/identitystore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/identitystore/go.mod b/service/identitystore/go.mod index 08831794614..7de50357f6c 100644 --- a/service/identitystore/go.mod +++ b/service/identitystore/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/identitystore go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/identitystore/go_module_metadata.go b/service/identitystore/go_module_metadata.go index ba0da2a7fd0..9cc304d116e 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.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/imagebuilder/CHANGELOG.md b/service/imagebuilder/CHANGELOG.md index 06100723585..54d4ee16a03 100644 --- a/service/imagebuilder/CHANGELOG.md +++ b/service/imagebuilder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.38.0 (2024-10-22) * **Feature**: Add macOS platform and instance placement options diff --git a/service/imagebuilder/go.mod b/service/imagebuilder/go.mod index 6a2e2ef4c7c..07e5e5b4c39 100644 --- a/service/imagebuilder/go.mod +++ b/service/imagebuilder/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/imagebuilder go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/imagebuilder/go_module_metadata.go b/service/imagebuilder/go_module_metadata.go index fdd1b60a2b8..32c842347fe 100644 --- a/service/imagebuilder/go_module_metadata.go +++ b/service/imagebuilder/go_module_metadata.go @@ -3,4 +3,4 @@ package imagebuilder // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.38.0" +const goModuleVersion = "1.38.1" diff --git a/service/inspector/CHANGELOG.md b/service/inspector/CHANGELOG.md index 45bfbf396fa..88978ad0bb3 100644 --- a/service/inspector/CHANGELOG.md +++ b/service/inspector/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/inspector/go.mod b/service/inspector/go.mod index 281c37a115e..f795cc6efdc 100644 --- a/service/inspector/go.mod +++ b/service/inspector/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/inspector go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/inspector/go_module_metadata.go b/service/inspector/go_module_metadata.go index f64d614538d..235f58adc83 100644 --- a/service/inspector/go_module_metadata.go +++ b/service/inspector/go_module_metadata.go @@ -3,4 +3,4 @@ package inspector // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/inspector2/CHANGELOG.md b/service/inspector2/CHANGELOG.md index d79f4783af2..ea10e88af90 100644 --- a/service/inspector2/CHANGELOG.md +++ b/service/inspector2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/inspector2/go.mod b/service/inspector2/go.mod index 88a8b5de5c2..8cac2e9eb11 100644 --- a/service/inspector2/go.mod +++ b/service/inspector2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/inspector2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/inspector2/go_module_metadata.go b/service/inspector2/go_module_metadata.go index f785c40ce0e..495a4931cc2 100644 --- a/service/inspector2/go_module_metadata.go +++ b/service/inspector2/go_module_metadata.go @@ -3,4 +3,4 @@ package inspector2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.32.2" +const goModuleVersion = "1.32.3" diff --git a/service/inspectorscan/CHANGELOG.md b/service/inspectorscan/CHANGELOG.md index 850aa8b3324..ef8b556fe72 100644 --- a/service/inspectorscan/CHANGELOG.md +++ b/service/inspectorscan/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/inspectorscan/go.mod b/service/inspectorscan/go.mod index 5c658ba5832..44fe9da5e8e 100644 --- a/service/inspectorscan/go.mod +++ b/service/inspectorscan/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/inspectorscan go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/inspectorscan/go_module_metadata.go b/service/inspectorscan/go_module_metadata.go index 8c4238aec14..5706de6a622 100644 --- a/service/inspectorscan/go_module_metadata.go +++ b/service/inspectorscan/go_module_metadata.go @@ -3,4 +3,4 @@ package inspectorscan // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.2" +const goModuleVersion = "1.7.3" diff --git a/service/internal/benchmark/go.mod b/service/internal/benchmark/go.mod index d0901243a5f..e852b8ade8b 100644 --- a/service/internal/benchmark/go.mod +++ b/service/internal/benchmark/go.mod @@ -4,24 +4,24 @@ go 1.21 require ( github.com/aws/aws-sdk-go v1.44.28 - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.2 - github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.24.2 - github.com/aws/aws-sdk-go-v2/service/s3 v1.66.1 - github.com/aws/aws-sdk-go-v2/service/schemas v1.28.3 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.3 + github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.24.3 + github.com/aws/aws-sdk-go-v2/service/s3 v1.66.2 + github.com/aws/aws-sdk-go-v2/service/schemas v1.28.4 github.com/aws/smithy-go v1.22.0 ) require ( github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 // indirect - github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.21 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 // indirect + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.22 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.3 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect ) diff --git a/service/internal/checksum/CHANGELOG.md b/service/internal/checksum/CHANGELOG.md index 3dfcfec4c7a..d8ea6febd79 100644 --- a/service/internal/checksum/CHANGELOG.md +++ b/service/internal/checksum/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/checksum/go.mod b/service/internal/checksum/go.mod index 434e8d77b18..665342ecad0 100644 --- a/service/internal/checksum/go.mod +++ b/service/internal/checksum/go.mod @@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/service/internal/checksum go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/internal/checksum/go_module_metadata.go b/service/internal/checksum/go_module_metadata.go index 72406085bd6..f0b07424596 100644 --- a/service/internal/checksum/go_module_metadata.go +++ b/service/internal/checksum/go_module_metadata.go @@ -3,4 +3,4 @@ package checksum // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.4.2" +const goModuleVersion = "1.4.3" diff --git a/service/internal/endpoint-discovery/CHANGELOG.md b/service/internal/endpoint-discovery/CHANGELOG.md index d07eb978d3f..8df2bc8201c 100644 --- a/service/internal/endpoint-discovery/CHANGELOG.md +++ b/service/internal/endpoint-discovery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/endpoint-discovery/go.mod b/service/internal/endpoint-discovery/go.mod index 3b35e980cf1..fefc5eca5b5 100644 --- a/service/internal/endpoint-discovery/go.mod +++ b/service/internal/endpoint-discovery/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/internal/endpoint-discovery/go_module_metadata.go b/service/internal/endpoint-discovery/go_module_metadata.go index d0a4891ef42..f7c998e0755 100644 --- a/service/internal/endpoint-discovery/go_module_metadata.go +++ b/service/internal/endpoint-discovery/go_module_metadata.go @@ -3,4 +3,4 @@ package endpointdiscovery // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.2" +const goModuleVersion = "1.10.3" diff --git a/service/internal/eventstreamtesting/CHANGELOG.md b/service/internal/eventstreamtesting/CHANGELOG.md index 2b4eed860da..876f22930dd 100644 --- a/service/internal/eventstreamtesting/CHANGELOG.md +++ b/service/internal/eventstreamtesting/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/eventstreamtesting/go.mod b/service/internal/eventstreamtesting/go.mod index d272bdaacbb..bcecb2d10d7 100644 --- a/service/internal/eventstreamtesting/go.mod +++ b/service/internal/eventstreamtesting/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 - github.com/aws/aws-sdk-go-v2/credentials v1.17.41 + github.com/aws/aws-sdk-go-v2/credentials v1.17.42 ) require github.com/aws/smithy-go v1.22.0 // indirect diff --git a/service/internal/eventstreamtesting/go_module_metadata.go b/service/internal/eventstreamtesting/go_module_metadata.go index 919401fd3f6..b9d18bc1a42 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.5.2" +const goModuleVersion = "1.5.3" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index cb0f6a15c95..907bdf2d1c5 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -1,105 +1,105 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/config v1.28.0 - github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.34 - github.com/aws/aws-sdk-go-v2/service/acm v1.30.2 - github.com/aws/aws-sdk-go-v2/service/apigateway v1.27.2 - github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.33.2 - github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.28.2 - github.com/aws/aws-sdk-go-v2/service/appstream v1.41.2 - github.com/aws/aws-sdk-go-v2/service/athena v1.48.0 - 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.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.47.0 - github.com/aws/aws-sdk-go-v2/service/codecommit v1.27.2 - github.com/aws/aws-sdk-go-v2/service/codedeploy v1.29.2 - github.com/aws/aws-sdk-go-v2/service/codepipeline v1.36.0 - github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.46.2 - github.com/aws/aws-sdk-go-v2/service/configservice v1.50.2 - github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.28.2 - github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.44.0 - github.com/aws/aws-sdk-go-v2/service/devicefarm v1.28.2 - github.com/aws/aws-sdk-go-v2/service/directconnect v1.29.2 - 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.186.0 - github.com/aws/aws-sdk-go-v2/service/ecr v1.36.2 - 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 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.28.2 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.40.0 - github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.32.2 - github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.27.2 - github.com/aws/aws-sdk-go-v2/service/emr v1.46.0 - github.com/aws/aws-sdk-go-v2/service/eventbridge v1.35.2 - github.com/aws/aws-sdk-go-v2/service/firehose v1.34.2 - github.com/aws/aws-sdk-go-v2/service/gamelift v1.36.2 - github.com/aws/aws-sdk-go-v2/service/glacier v1.26.2 - github.com/aws/aws-sdk-go-v2/service/glue v1.100.2 - github.com/aws/aws-sdk-go-v2/service/health v1.28.2 - github.com/aws/aws-sdk-go-v2/service/iam v1.37.2 - github.com/aws/aws-sdk-go-v2/service/inspector v1.25.2 - github.com/aws/aws-sdk-go-v2/service/iot v1.59.2 - github.com/aws/aws-sdk-go-v2/service/kinesis v1.32.2 - github.com/aws/aws-sdk-go-v2/service/kms v1.37.2 - github.com/aws/aws-sdk-go-v2/service/lambda v1.64.0 - github.com/aws/aws-sdk-go-v2/service/lightsail v1.42.2 - github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.24.2 - github.com/aws/aws-sdk-go-v2/service/neptune v1.35.2 - github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.23.2 - github.com/aws/aws-sdk-go-v2/service/polly v1.45.2 - github.com/aws/aws-sdk-go-v2/service/rds v1.88.0 - github.com/aws/aws-sdk-go-v2/service/redshift v1.50.0 - github.com/aws/aws-sdk-go-v2/service/rekognition v1.45.2 - github.com/aws/aws-sdk-go-v2/service/route53 v1.45.2 - github.com/aws/aws-sdk-go-v2/service/route53domains v1.27.2 - github.com/aws/aws-sdk-go-v2/service/route53resolver v1.33.0 - github.com/aws/aws-sdk-go-v2/service/s3 v1.66.1 - github.com/aws/aws-sdk-go-v2/service/s3control v1.49.2 - github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.2 - github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.32.2 - github.com/aws/aws-sdk-go-v2/service/ses v1.28.2 - github.com/aws/aws-sdk-go-v2/service/sfn v1.33.2 - github.com/aws/aws-sdk-go-v2/service/shield v1.29.2 - github.com/aws/aws-sdk-go-v2/service/snowball v1.30.2 - github.com/aws/aws-sdk-go-v2/service/sns v1.33.2 - github.com/aws/aws-sdk-go-v2/service/sqs v1.36.2 - github.com/aws/aws-sdk-go-v2/service/ssm v1.55.2 - github.com/aws/aws-sdk-go-v2/service/sts v1.32.2 - github.com/aws/aws-sdk-go-v2/service/support v1.26.2 - github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.29.2 - github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.22.0 - github.com/aws/aws-sdk-go-v2/service/waf v1.25.2 - github.com/aws/aws-sdk-go-v2/service/wafregional v1.25.2 - github.com/aws/aws-sdk-go-v2/service/wafv2 v1.55.0 - github.com/aws/aws-sdk-go-v2/service/workspaces v1.48.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/config v1.28.1 + github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.35 + github.com/aws/aws-sdk-go-v2/service/acm v1.30.3 + github.com/aws/aws-sdk-go-v2/service/apigateway v1.27.3 + github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.33.3 + github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.28.3 + github.com/aws/aws-sdk-go-v2/service/appstream v1.41.3 + github.com/aws/aws-sdk-go-v2/service/athena v1.48.1 + github.com/aws/aws-sdk-go-v2/service/batch v1.46.3 + github.com/aws/aws-sdk-go-v2/service/cloudformation v1.55.4 + github.com/aws/aws-sdk-go-v2/service/cloudfront v1.40.3 + github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.27.4 + github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.44.3 + github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.42.3 + github.com/aws/aws-sdk-go-v2/service/codebuild v1.47.1 + github.com/aws/aws-sdk-go-v2/service/codecommit v1.27.3 + github.com/aws/aws-sdk-go-v2/service/codedeploy v1.29.3 + github.com/aws/aws-sdk-go-v2/service/codepipeline v1.36.1 + github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.46.3 + github.com/aws/aws-sdk-go-v2/service/configservice v1.50.3 + github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.28.3 + github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.44.1 + github.com/aws/aws-sdk-go-v2/service/devicefarm v1.28.3 + github.com/aws/aws-sdk-go-v2/service/directconnect v1.29.3 + github.com/aws/aws-sdk-go-v2/service/directoryservice v1.30.3 + github.com/aws/aws-sdk-go-v2/service/docdb v1.39.3 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.3 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.186.1 + github.com/aws/aws-sdk-go-v2/service/ecr v1.36.3 + github.com/aws/aws-sdk-go-v2/service/ecs v1.48.1 + github.com/aws/aws-sdk-go-v2/service/efs v1.33.3 + github.com/aws/aws-sdk-go-v2/service/elasticache v1.43.1 + github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.28.3 + github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.28.3 + github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.40.1 + github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.32.3 + github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.27.3 + github.com/aws/aws-sdk-go-v2/service/emr v1.46.1 + github.com/aws/aws-sdk-go-v2/service/eventbridge v1.35.3 + github.com/aws/aws-sdk-go-v2/service/firehose v1.34.3 + github.com/aws/aws-sdk-go-v2/service/gamelift v1.36.3 + github.com/aws/aws-sdk-go-v2/service/glacier v1.26.3 + github.com/aws/aws-sdk-go-v2/service/glue v1.100.3 + github.com/aws/aws-sdk-go-v2/service/health v1.28.3 + github.com/aws/aws-sdk-go-v2/service/iam v1.37.3 + github.com/aws/aws-sdk-go-v2/service/inspector v1.25.3 + github.com/aws/aws-sdk-go-v2/service/iot v1.59.3 + github.com/aws/aws-sdk-go-v2/service/kinesis v1.32.3 + github.com/aws/aws-sdk-go-v2/service/kms v1.37.3 + github.com/aws/aws-sdk-go-v2/service/lambda v1.64.1 + github.com/aws/aws-sdk-go-v2/service/lightsail v1.42.3 + github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.24.3 + github.com/aws/aws-sdk-go-v2/service/neptune v1.35.3 + github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.23.3 + github.com/aws/aws-sdk-go-v2/service/polly v1.45.3 + github.com/aws/aws-sdk-go-v2/service/rds v1.89.0 + github.com/aws/aws-sdk-go-v2/service/redshift v1.50.1 + github.com/aws/aws-sdk-go-v2/service/rekognition v1.45.3 + github.com/aws/aws-sdk-go-v2/service/route53 v1.45.3 + github.com/aws/aws-sdk-go-v2/service/route53domains v1.27.3 + github.com/aws/aws-sdk-go-v2/service/route53resolver v1.33.1 + github.com/aws/aws-sdk-go-v2/service/s3 v1.66.2 + github.com/aws/aws-sdk-go-v2/service/s3control v1.49.3 + github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.3 + github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.32.3 + github.com/aws/aws-sdk-go-v2/service/ses v1.28.3 + github.com/aws/aws-sdk-go-v2/service/sfn v1.33.3 + github.com/aws/aws-sdk-go-v2/service/shield v1.29.3 + github.com/aws/aws-sdk-go-v2/service/snowball v1.30.3 + github.com/aws/aws-sdk-go-v2/service/sns v1.33.3 + github.com/aws/aws-sdk-go-v2/service/sqs v1.36.3 + github.com/aws/aws-sdk-go-v2/service/ssm v1.55.3 + github.com/aws/aws-sdk-go-v2/service/sts v1.32.3 + github.com/aws/aws-sdk-go-v2/service/support v1.26.3 + github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.29.3 + github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.22.1 + github.com/aws/aws-sdk-go-v2/service/waf v1.25.3 + github.com/aws/aws-sdk-go-v2/service/wafregional v1.25.3 + github.com/aws/aws-sdk-go-v2/service/wafv2 v1.55.1 + github.com/aws/aws-sdk-go-v2/service/workspaces v1.48.3 github.com/aws/smithy-go v1.22.0 ) require ( github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.41 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.17 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.42 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.18 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect - github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.21 // indirect + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.22 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.2 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.3 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.3 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect ) diff --git a/service/internal/presigned-url/CHANGELOG.md b/service/internal/presigned-url/CHANGELOG.md index 64a3e054ca7..cac850d1f6e 100644 --- a/service/internal/presigned-url/CHANGELOG.md +++ b/service/internal/presigned-url/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/presigned-url/go.mod b/service/internal/presigned-url/go.mod index 6af5948e747..7975f7e3abf 100644 --- a/service/internal/presigned-url/go.mod +++ b/service/internal/presigned-url/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/presigned-url go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/internal/presigned-url/go_module_metadata.go b/service/internal/presigned-url/go_module_metadata.go index 10981a52043..70198c55137 100644 --- a/service/internal/presigned-url/go_module_metadata.go +++ b/service/internal/presigned-url/go_module_metadata.go @@ -3,4 +3,4 @@ package presignedurl // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/internal/s3shared/CHANGELOG.md b/service/internal/s3shared/CHANGELOG.md index 6de17a3f21f..697cdd28605 100644 --- a/service/internal/s3shared/CHANGELOG.md +++ b/service/internal/s3shared/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/s3shared/go.mod b/service/internal/s3shared/go.mod index 723a6009d8f..6b86dd7de5a 100644 --- a/service/internal/s3shared/go.mod +++ b/service/internal/s3shared/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/s3shared go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/internal/s3shared/go_module_metadata.go b/service/internal/s3shared/go_module_metadata.go index 48f2e75d291..78c8e8485f4 100644 --- a/service/internal/s3shared/go_module_metadata.go +++ b/service/internal/s3shared/go_module_metadata.go @@ -3,4 +3,4 @@ package s3shared // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/internetmonitor/CHANGELOG.md b/service/internetmonitor/CHANGELOG.md index 21029fda5da..a1eb32ccde2 100644 --- a/service/internetmonitor/CHANGELOG.md +++ b/service/internetmonitor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internetmonitor/go.mod b/service/internetmonitor/go.mod index 67524f0b8d2..9d42490f491 100644 --- a/service/internetmonitor/go.mod +++ b/service/internetmonitor/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/internetmonitor go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/internetmonitor/go_module_metadata.go b/service/internetmonitor/go_module_metadata.go index facb9164893..7c7572c7d06 100644 --- a/service/internetmonitor/go_module_metadata.go +++ b/service/internetmonitor/go_module_metadata.go @@ -3,4 +3,4 @@ package internetmonitor // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/iot/CHANGELOG.md b/service/iot/CHANGELOG.md index 96a047f34e0..a6a41e9f78f 100644 --- a/service/iot/CHANGELOG.md +++ b/service/iot/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.59.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.59.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iot/go.mod b/service/iot/go.mod index b7d3e81b01e..849051ad5a5 100644 --- a/service/iot/go.mod +++ b/service/iot/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iot go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/iot/go_module_metadata.go b/service/iot/go_module_metadata.go index ac4c4a75065..1fdf7cb0517 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.59.2" +const goModuleVersion = "1.59.3" diff --git a/service/iot1clickdevicesservice/CHANGELOG.md b/service/iot1clickdevicesservice/CHANGELOG.md index e7e90274e3e..efbba74b789 100644 --- a/service/iot1clickdevicesservice/CHANGELOG.md +++ b/service/iot1clickdevicesservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iot1clickdevicesservice/go.mod b/service/iot1clickdevicesservice/go.mod index 38f6c691747..a96ab6fae63 100644 --- a/service/iot1clickdevicesservice/go.mod +++ b/service/iot1clickdevicesservice/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iot1clickdevicesservice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/iot1clickdevicesservice/go_module_metadata.go b/service/iot1clickdevicesservice/go_module_metadata.go index 991c4ba566f..dfff283756b 100644 --- a/service/iot1clickdevicesservice/go_module_metadata.go +++ b/service/iot1clickdevicesservice/go_module_metadata.go @@ -3,4 +3,4 @@ package iot1clickdevicesservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/iot1clickprojects/CHANGELOG.md b/service/iot1clickprojects/CHANGELOG.md index 771fec518d3..27cd85bc40e 100644 --- a/service/iot1clickprojects/CHANGELOG.md +++ b/service/iot1clickprojects/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iot1clickprojects/go.mod b/service/iot1clickprojects/go.mod index df23e8aea17..61d0d0539e9 100644 --- a/service/iot1clickprojects/go.mod +++ b/service/iot1clickprojects/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iot1clickprojects go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/iot1clickprojects/go_module_metadata.go b/service/iot1clickprojects/go_module_metadata.go index 7070a6da2f8..b7e9743b610 100644 --- a/service/iot1clickprojects/go_module_metadata.go +++ b/service/iot1clickprojects/go_module_metadata.go @@ -3,4 +3,4 @@ package iot1clickprojects // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/iotanalytics/CHANGELOG.md b/service/iotanalytics/CHANGELOG.md index 6e93a6efb29..71545b9ec85 100644 --- a/service/iotanalytics/CHANGELOG.md +++ b/service/iotanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotanalytics/go.mod b/service/iotanalytics/go.mod index 9b57b0db00c..532bd3a106e 100644 --- a/service/iotanalytics/go.mod +++ b/service/iotanalytics/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iotanalytics go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/iotanalytics/go_module_metadata.go b/service/iotanalytics/go_module_metadata.go index fdbb74e1a7c..87248b59c57 100644 --- a/service/iotanalytics/go_module_metadata.go +++ b/service/iotanalytics/go_module_metadata.go @@ -3,4 +3,4 @@ package iotanalytics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/iotdataplane/CHANGELOG.md b/service/iotdataplane/CHANGELOG.md index 8f6ebd14434..d584a379e1b 100644 --- a/service/iotdataplane/CHANGELOG.md +++ b/service/iotdataplane/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotdataplane/go.mod b/service/iotdataplane/go.mod index 07ab1465ef1..e63665585c7 100644 --- a/service/iotdataplane/go.mod +++ b/service/iotdataplane/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iotdataplane go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/iotdataplane/go_module_metadata.go b/service/iotdataplane/go_module_metadata.go index bb50dfa644f..ed4c40918c8 100644 --- a/service/iotdataplane/go_module_metadata.go +++ b/service/iotdataplane/go_module_metadata.go @@ -3,4 +3,4 @@ package iotdataplane // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/iotdeviceadvisor/CHANGELOG.md b/service/iotdeviceadvisor/CHANGELOG.md index fb58721e394..117dd7afaf4 100644 --- a/service/iotdeviceadvisor/CHANGELOG.md +++ b/service/iotdeviceadvisor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.31.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotdeviceadvisor/go.mod b/service/iotdeviceadvisor/go.mod index 231f1ab8f08..39743a42ac6 100644 --- a/service/iotdeviceadvisor/go.mod +++ b/service/iotdeviceadvisor/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iotdeviceadvisor go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/iotdeviceadvisor/go_module_metadata.go b/service/iotdeviceadvisor/go_module_metadata.go index f913d87daba..23599f88165 100644 --- a/service/iotdeviceadvisor/go_module_metadata.go +++ b/service/iotdeviceadvisor/go_module_metadata.go @@ -3,4 +3,4 @@ package iotdeviceadvisor // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.31.2" +const goModuleVersion = "1.31.3" diff --git a/service/iotevents/CHANGELOG.md b/service/iotevents/CHANGELOG.md index 24bfd36a54c..db6003a9bab 100644 --- a/service/iotevents/CHANGELOG.md +++ b/service/iotevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotevents/go.mod b/service/iotevents/go.mod index f2e33053167..eb4fe153c16 100644 --- a/service/iotevents/go.mod +++ b/service/iotevents/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iotevents go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/iotevents/go_module_metadata.go b/service/iotevents/go_module_metadata.go index 08284ede261..3f506c3336b 100644 --- a/service/iotevents/go_module_metadata.go +++ b/service/iotevents/go_module_metadata.go @@ -3,4 +3,4 @@ package iotevents // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/ioteventsdata/CHANGELOG.md b/service/ioteventsdata/CHANGELOG.md index d074c6463f8..b1b7cd56fe9 100644 --- a/service/ioteventsdata/CHANGELOG.md +++ b/service/ioteventsdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ioteventsdata/go.mod b/service/ioteventsdata/go.mod index d1e0ce90abb..01611092dd0 100644 --- a/service/ioteventsdata/go.mod +++ b/service/ioteventsdata/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ioteventsdata go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/ioteventsdata/go_module_metadata.go b/service/ioteventsdata/go_module_metadata.go index 214feacc2b2..328b3bf9ac1 100644 --- a/service/ioteventsdata/go_module_metadata.go +++ b/service/ioteventsdata/go_module_metadata.go @@ -3,4 +3,4 @@ package ioteventsdata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/iotfleethub/CHANGELOG.md b/service/iotfleethub/CHANGELOG.md index dcc7f507c58..8e06ad984da 100644 --- a/service/iotfleethub/CHANGELOG.md +++ b/service/iotfleethub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotfleethub/go.mod b/service/iotfleethub/go.mod index caa3830a330..16d2fdac258 100644 --- a/service/iotfleethub/go.mod +++ b/service/iotfleethub/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iotfleethub go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/iotfleethub/go_module_metadata.go b/service/iotfleethub/go_module_metadata.go index dbff37c085d..0caea447799 100644 --- a/service/iotfleethub/go_module_metadata.go +++ b/service/iotfleethub/go_module_metadata.go @@ -3,4 +3,4 @@ package iotfleethub // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/iotfleetwise/CHANGELOG.md b/service/iotfleetwise/CHANGELOG.md index 82b6c4a748b..6f98a643217 100644 --- a/service/iotfleetwise/CHANGELOG.md +++ b/service/iotfleetwise/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.0 (2024-10-10) * **Feature**: Refine campaign related API validations diff --git a/service/iotfleetwise/go.mod b/service/iotfleetwise/go.mod index 7f93dcebd3f..c828a3132b1 100644 --- a/service/iotfleetwise/go.mod +++ b/service/iotfleetwise/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iotfleetwise go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/iotfleetwise/go_module_metadata.go b/service/iotfleetwise/go_module_metadata.go index cab1fa05174..5f2df03e7da 100644 --- a/service/iotfleetwise/go_module_metadata.go +++ b/service/iotfleetwise/go_module_metadata.go @@ -3,4 +3,4 @@ package iotfleetwise // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.0" +const goModuleVersion = "1.20.1" diff --git a/service/iotjobsdataplane/CHANGELOG.md b/service/iotjobsdataplane/CHANGELOG.md index e00f9e6f2e3..67bf587a8dc 100644 --- a/service/iotjobsdataplane/CHANGELOG.md +++ b/service/iotjobsdataplane/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotjobsdataplane/go.mod b/service/iotjobsdataplane/go.mod index 55cd2920274..90d2c1007fa 100644 --- a/service/iotjobsdataplane/go.mod +++ b/service/iotjobsdataplane/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iotjobsdataplane go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/iotjobsdataplane/go_module_metadata.go b/service/iotjobsdataplane/go_module_metadata.go index dfd95643f9a..7907de09e10 100644 --- a/service/iotjobsdataplane/go_module_metadata.go +++ b/service/iotjobsdataplane/go_module_metadata.go @@ -3,4 +3,4 @@ package iotjobsdataplane // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/iotsecuretunneling/CHANGELOG.md b/service/iotsecuretunneling/CHANGELOG.md index d15305fcefe..136aa9b01f5 100644 --- a/service/iotsecuretunneling/CHANGELOG.md +++ b/service/iotsecuretunneling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotsecuretunneling/go.mod b/service/iotsecuretunneling/go.mod index a7603c08373..2cfe503e47a 100644 --- a/service/iotsecuretunneling/go.mod +++ b/service/iotsecuretunneling/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iotsecuretunneling go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/iotsecuretunneling/go_module_metadata.go b/service/iotsecuretunneling/go_module_metadata.go index 8122d71815b..59a9a360281 100644 --- a/service/iotsecuretunneling/go_module_metadata.go +++ b/service/iotsecuretunneling/go_module_metadata.go @@ -3,4 +3,4 @@ package iotsecuretunneling // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/iotsitewise/CHANGELOG.md b/service/iotsitewise/CHANGELOG.md index 12267570719..0c96ed388c6 100644 --- a/service/iotsitewise/CHANGELOG.md +++ b/service/iotsitewise/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.43.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.43.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotsitewise/go.mod b/service/iotsitewise/go.mod index f1f9213b44a..8c44d9a287e 100644 --- a/service/iotsitewise/go.mod +++ b/service/iotsitewise/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iotsitewise go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/iotsitewise/go_module_metadata.go b/service/iotsitewise/go_module_metadata.go index c26a65d0dfa..857051978f4 100644 --- a/service/iotsitewise/go_module_metadata.go +++ b/service/iotsitewise/go_module_metadata.go @@ -3,4 +3,4 @@ package iotsitewise // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.43.2" +const goModuleVersion = "1.43.3" diff --git a/service/iotthingsgraph/CHANGELOG.md b/service/iotthingsgraph/CHANGELOG.md index 4882ee11050..f58ed713b93 100644 --- a/service/iotthingsgraph/CHANGELOG.md +++ b/service/iotthingsgraph/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotthingsgraph/go.mod b/service/iotthingsgraph/go.mod index 731325c6e04..fcdd2178179 100644 --- a/service/iotthingsgraph/go.mod +++ b/service/iotthingsgraph/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iotthingsgraph go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/iotthingsgraph/go_module_metadata.go b/service/iotthingsgraph/go_module_metadata.go index 3328d4e0b87..59fdd25e2ec 100644 --- a/service/iotthingsgraph/go_module_metadata.go +++ b/service/iotthingsgraph/go_module_metadata.go @@ -3,4 +3,4 @@ package iotthingsgraph // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/iottwinmaker/CHANGELOG.md b/service/iottwinmaker/CHANGELOG.md index 0d4d3574e49..8dadb6c0094 100644 --- a/service/iottwinmaker/CHANGELOG.md +++ b/service/iottwinmaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iottwinmaker/go.mod b/service/iottwinmaker/go.mod index 4668f9eabb9..b4cb6c7bfd8 100644 --- a/service/iottwinmaker/go.mod +++ b/service/iottwinmaker/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iottwinmaker go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/iottwinmaker/go_module_metadata.go b/service/iottwinmaker/go_module_metadata.go index 223eac61472..e6c58d4a93d 100644 --- a/service/iottwinmaker/go_module_metadata.go +++ b/service/iottwinmaker/go_module_metadata.go @@ -3,4 +3,4 @@ package iottwinmaker // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/iotwireless/CHANGELOG.md b/service/iotwireless/CHANGELOG.md index 285072df21a..5e2b7e7cfd0 100644 --- a/service/iotwireless/CHANGELOG.md +++ b/service/iotwireless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.44.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.44.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotwireless/go.mod b/service/iotwireless/go.mod index 014370bb772..c00bae4a3ad 100644 --- a/service/iotwireless/go.mod +++ b/service/iotwireless/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iotwireless go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/iotwireless/go_module_metadata.go b/service/iotwireless/go_module_metadata.go index 2ad1a6a30ee..eea73d8e518 100644 --- a/service/iotwireless/go_module_metadata.go +++ b/service/iotwireless/go_module_metadata.go @@ -3,4 +3,4 @@ package iotwireless // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.44.2" +const goModuleVersion = "1.44.3" diff --git a/service/ivs/CHANGELOG.md b/service/ivs/CHANGELOG.md index 3d893ecfd39..2df7298d6d5 100644 --- a/service/ivs/CHANGELOG.md +++ b/service/ivs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.41.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.41.0 (2024-10-15) * **Feature**: On a channel that you own, you can now replace an ongoing stream with a new stream by streaming up with the priority parameter appended to the stream key. diff --git a/service/ivs/go.mod b/service/ivs/go.mod index a5d0ea1839d..e121f8ddd31 100644 --- a/service/ivs/go.mod +++ b/service/ivs/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ivs go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/ivs/go_module_metadata.go b/service/ivs/go_module_metadata.go index 3f2d2eaa3f9..9a996f2e5f6 100644 --- a/service/ivs/go_module_metadata.go +++ b/service/ivs/go_module_metadata.go @@ -3,4 +3,4 @@ package ivs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.41.0" +const goModuleVersion = "1.41.1" diff --git a/service/ivschat/CHANGELOG.md b/service/ivschat/CHANGELOG.md index 359e1024906..fa9929e88ad 100644 --- a/service/ivschat/CHANGELOG.md +++ b/service/ivschat/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ivschat/go.mod b/service/ivschat/go.mod index 3835e61e3eb..e8e3f95b5cf 100644 --- a/service/ivschat/go.mod +++ b/service/ivschat/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ivschat go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/ivschat/go_module_metadata.go b/service/ivschat/go_module_metadata.go index 9c413037818..72699a73eda 100644 --- a/service/ivschat/go_module_metadata.go +++ b/service/ivschat/go_module_metadata.go @@ -3,4 +3,4 @@ package ivschat // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/ivsrealtime/CHANGELOG.md b/service/ivsrealtime/CHANGELOG.md index 24961bfb53e..ed363f76e3e 100644 --- a/service/ivsrealtime/CHANGELOG.md +++ b/service/ivsrealtime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ivsrealtime/go.mod b/service/ivsrealtime/go.mod index 84f756c8ece..8161a5c4b9f 100644 --- a/service/ivsrealtime/go.mod +++ b/service/ivsrealtime/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ivsrealtime go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/ivsrealtime/go_module_metadata.go b/service/ivsrealtime/go_module_metadata.go index b6162023784..ec43eaf882d 100644 --- a/service/ivsrealtime/go_module_metadata.go +++ b/service/ivsrealtime/go_module_metadata.go @@ -3,4 +3,4 @@ package ivsrealtime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/kafka/CHANGELOG.md b/service/kafka/CHANGELOG.md index ee8945b6fc0..4f1402033f5 100644 --- a/service/kafka/CHANGELOG.md +++ b/service/kafka/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.38.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kafka/go.mod b/service/kafka/go.mod index e5647acdffd..c6cc19044d2 100644 --- a/service/kafka/go.mod +++ b/service/kafka/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/kafka go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/kafka/go_module_metadata.go b/service/kafka/go_module_metadata.go index 5fb52805a1f..cc59492d58c 100644 --- a/service/kafka/go_module_metadata.go +++ b/service/kafka/go_module_metadata.go @@ -3,4 +3,4 @@ package kafka // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.38.2" +const goModuleVersion = "1.38.3" diff --git a/service/kafkaconnect/CHANGELOG.md b/service/kafkaconnect/CHANGELOG.md index 4d7a8f1bb95..8298d037124 100644 --- a/service/kafkaconnect/CHANGELOG.md +++ b/service/kafkaconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kafkaconnect/go.mod b/service/kafkaconnect/go.mod index b2e960d8369..41c23f1361e 100644 --- a/service/kafkaconnect/go.mod +++ b/service/kafkaconnect/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/kafkaconnect go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/kafkaconnect/go_module_metadata.go b/service/kafkaconnect/go_module_metadata.go index 70fffe1e1d5..56c6c935a75 100644 --- a/service/kafkaconnect/go_module_metadata.go +++ b/service/kafkaconnect/go_module_metadata.go @@ -3,4 +3,4 @@ package kafkaconnect // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/kendra/CHANGELOG.md b/service/kendra/CHANGELOG.md index 9e79b4869db..dce22af07e8 100644 --- a/service/kendra/CHANGELOG.md +++ b/service/kendra/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.54.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.54.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kendra/go.mod b/service/kendra/go.mod index 38b69929d31..b8a3ad24775 100644 --- a/service/kendra/go.mod +++ b/service/kendra/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/kendra go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/kendra/go_module_metadata.go b/service/kendra/go_module_metadata.go index a99337c8210..9efe5fd1218 100644 --- a/service/kendra/go_module_metadata.go +++ b/service/kendra/go_module_metadata.go @@ -3,4 +3,4 @@ package kendra // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.54.2" +const goModuleVersion = "1.54.3" diff --git a/service/kendraranking/CHANGELOG.md b/service/kendraranking/CHANGELOG.md index e4a74b72d54..645e1fe81d2 100644 --- a/service/kendraranking/CHANGELOG.md +++ b/service/kendraranking/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kendraranking/go.mod b/service/kendraranking/go.mod index 111800d7e56..5eec0e7e177 100644 --- a/service/kendraranking/go.mod +++ b/service/kendraranking/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/kendraranking go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/kendraranking/go_module_metadata.go b/service/kendraranking/go_module_metadata.go index 0fb8b083296..86eb157867b 100644 --- a/service/kendraranking/go_module_metadata.go +++ b/service/kendraranking/go_module_metadata.go @@ -3,4 +3,4 @@ package kendraranking // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.2" +const goModuleVersion = "1.11.3" diff --git a/service/keyspaces/CHANGELOG.md b/service/keyspaces/CHANGELOG.md index 353828a0ea4..e7e79c1f121 100644 --- a/service/keyspaces/CHANGELOG.md +++ b/service/keyspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/keyspaces/go.mod b/service/keyspaces/go.mod index 3f76a7a7faa..0ad54398d3b 100644 --- a/service/keyspaces/go.mod +++ b/service/keyspaces/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/keyspaces go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/keyspaces/go_module_metadata.go b/service/keyspaces/go_module_metadata.go index 8d145338662..e731aa48a34 100644 --- a/service/keyspaces/go_module_metadata.go +++ b/service/keyspaces/go_module_metadata.go @@ -3,4 +3,4 @@ package keyspaces // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/kinesis/CHANGELOG.md b/service/kinesis/CHANGELOG.md index 3b77a041043..aff3f4ef8e7 100644 --- a/service/kinesis/CHANGELOG.md +++ b/service/kinesis/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesis/go.mod b/service/kinesis/go.mod index 7c09e877f35..4efc3a5207e 100644 --- a/service/kinesis/go.mod +++ b/service/kinesis/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/kinesis go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/kinesis/go_module_metadata.go b/service/kinesis/go_module_metadata.go index 0ac1f18a8a6..caf8ea58016 100644 --- a/service/kinesis/go_module_metadata.go +++ b/service/kinesis/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesis // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.32.2" +const goModuleVersion = "1.32.3" diff --git a/service/kinesis/internal/testing/go.mod b/service/kinesis/internal/testing/go.mod index e78445fc958..333bbd91cf3 100644 --- a/service/kinesis/internal/testing/go.mod +++ b/service/kinesis/internal/testing/go.mod @@ -3,17 +3,17 @@ module github.com/aws/aws-sdk-go-v2/service/kinesis/internal/testing go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.5.2 - github.com/aws/aws-sdk-go-v2/service/kinesis v1.32.2 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.5.3 + github.com/aws/aws-sdk-go-v2/service/kinesis v1.32.3 github.com/aws/smithy-go v1.22.0 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.17.41 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.42 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect ) diff --git a/service/kinesisanalytics/CHANGELOG.md b/service/kinesisanalytics/CHANGELOG.md index eec980f29d9..bd7310dce42 100644 --- a/service/kinesisanalytics/CHANGELOG.md +++ b/service/kinesisanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisanalytics/go.mod b/service/kinesisanalytics/go.mod index 38e0581cae4..ec38a2301c2 100644 --- a/service/kinesisanalytics/go.mod +++ b/service/kinesisanalytics/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisanalytics go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/kinesisanalytics/go_module_metadata.go b/service/kinesisanalytics/go_module_metadata.go index 453c6b20653..3a5152f79f3 100644 --- a/service/kinesisanalytics/go_module_metadata.go +++ b/service/kinesisanalytics/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisanalytics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/kinesisanalyticsv2/CHANGELOG.md b/service/kinesisanalyticsv2/CHANGELOG.md index 4a334b77d1c..2a3d2ee5f7f 100644 --- a/service/kinesisanalyticsv2/CHANGELOG.md +++ b/service/kinesisanalyticsv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.31.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisanalyticsv2/go.mod b/service/kinesisanalyticsv2/go.mod index 043dd069547..1d745079626 100644 --- a/service/kinesisanalyticsv2/go.mod +++ b/service/kinesisanalyticsv2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisanalyticsv2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/kinesisanalyticsv2/go_module_metadata.go b/service/kinesisanalyticsv2/go_module_metadata.go index 16e74d70942..2db8c3f2131 100644 --- a/service/kinesisanalyticsv2/go_module_metadata.go +++ b/service/kinesisanalyticsv2/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisanalyticsv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.31.2" +const goModuleVersion = "1.31.3" diff --git a/service/kinesisvideo/CHANGELOG.md b/service/kinesisvideo/CHANGELOG.md index c9545b81591..1e306960062 100644 --- a/service/kinesisvideo/CHANGELOG.md +++ b/service/kinesisvideo/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideo/go.mod b/service/kinesisvideo/go.mod index 7442bd44275..6499e15aec7 100644 --- a/service/kinesisvideo/go.mod +++ b/service/kinesisvideo/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisvideo go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/kinesisvideo/go_module_metadata.go b/service/kinesisvideo/go_module_metadata.go index 8f894873541..e037f3501c3 100644 --- a/service/kinesisvideo/go_module_metadata.go +++ b/service/kinesisvideo/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisvideo // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/kinesisvideoarchivedmedia/CHANGELOG.md b/service/kinesisvideoarchivedmedia/CHANGELOG.md index 07a0f7b3993..c5912aaf077 100644 --- a/service/kinesisvideoarchivedmedia/CHANGELOG.md +++ b/service/kinesisvideoarchivedmedia/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideoarchivedmedia/go.mod b/service/kinesisvideoarchivedmedia/go.mod index 69985011292..b07fb0b2eff 100644 --- a/service/kinesisvideoarchivedmedia/go.mod +++ b/service/kinesisvideoarchivedmedia/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisvideoarchivedmedia go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/kinesisvideoarchivedmedia/go_module_metadata.go b/service/kinesisvideoarchivedmedia/go_module_metadata.go index cf4afd0fe5f..66dacefcdcc 100644 --- a/service/kinesisvideoarchivedmedia/go_module_metadata.go +++ b/service/kinesisvideoarchivedmedia/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisvideoarchivedmedia // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/kinesisvideomedia/CHANGELOG.md b/service/kinesisvideomedia/CHANGELOG.md index 99f87410c4b..afb76f399ef 100644 --- a/service/kinesisvideomedia/CHANGELOG.md +++ b/service/kinesisvideomedia/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideomedia/go.mod b/service/kinesisvideomedia/go.mod index 33493cffa2f..e82b5b8d1bf 100644 --- a/service/kinesisvideomedia/go.mod +++ b/service/kinesisvideomedia/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisvideomedia go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/kinesisvideomedia/go_module_metadata.go b/service/kinesisvideomedia/go_module_metadata.go index 6a8332fd9e5..e321b8826b6 100644 --- a/service/kinesisvideomedia/go_module_metadata.go +++ b/service/kinesisvideomedia/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisvideomedia // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/kinesisvideosignaling/CHANGELOG.md b/service/kinesisvideosignaling/CHANGELOG.md index bed8925b9eb..c790ec83b27 100644 --- a/service/kinesisvideosignaling/CHANGELOG.md +++ b/service/kinesisvideosignaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideosignaling/go.mod b/service/kinesisvideosignaling/go.mod index 0cc40d0d3c3..9018df3f9f7 100644 --- a/service/kinesisvideosignaling/go.mod +++ b/service/kinesisvideosignaling/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisvideosignaling go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/kinesisvideosignaling/go_module_metadata.go b/service/kinesisvideosignaling/go_module_metadata.go index 12c745f2397..30cb216507e 100644 --- a/service/kinesisvideosignaling/go_module_metadata.go +++ b/service/kinesisvideosignaling/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisvideosignaling // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/kinesisvideowebrtcstorage/CHANGELOG.md b/service/kinesisvideowebrtcstorage/CHANGELOG.md index a7fbe6e9692..2fad0d557c8 100644 --- a/service/kinesisvideowebrtcstorage/CHANGELOG.md +++ b/service/kinesisvideowebrtcstorage/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideowebrtcstorage/go.mod b/service/kinesisvideowebrtcstorage/go.mod index 20f9bfc36ac..978d0fbf635 100644 --- a/service/kinesisvideowebrtcstorage/go.mod +++ b/service/kinesisvideowebrtcstorage/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisvideowebrtcstorage go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/kinesisvideowebrtcstorage/go_module_metadata.go b/service/kinesisvideowebrtcstorage/go_module_metadata.go index 41912b87d75..f721d996fe0 100644 --- a/service/kinesisvideowebrtcstorage/go_module_metadata.go +++ b/service/kinesisvideowebrtcstorage/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisvideowebrtcstorage // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/kms/CHANGELOG.md b/service/kms/CHANGELOG.md index ef0edc72711..203241cde78 100644 --- a/service/kms/CHANGELOG.md +++ b/service/kms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.37.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.37.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kms/go.mod b/service/kms/go.mod index b22194fa414..7457601f6ac 100644 --- a/service/kms/go.mod +++ b/service/kms/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/kms go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/kms/go_module_metadata.go b/service/kms/go_module_metadata.go index b9c3b883fa8..d8c64376ab8 100644 --- a/service/kms/go_module_metadata.go +++ b/service/kms/go_module_metadata.go @@ -3,4 +3,4 @@ package kms // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.37.2" +const goModuleVersion = "1.37.3" diff --git a/service/lakeformation/CHANGELOG.md b/service/lakeformation/CHANGELOG.md index d64ad4efd3f..cff914c67c3 100644 --- a/service/lakeformation/CHANGELOG.md +++ b/service/lakeformation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.37.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.37.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lakeformation/go.mod b/service/lakeformation/go.mod index 8037d6695da..ab843e966ed 100644 --- a/service/lakeformation/go.mod +++ b/service/lakeformation/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/lakeformation go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/lakeformation/go_module_metadata.go b/service/lakeformation/go_module_metadata.go index ecffb002a0c..aca225892d2 100644 --- a/service/lakeformation/go_module_metadata.go +++ b/service/lakeformation/go_module_metadata.go @@ -3,4 +3,4 @@ package lakeformation // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.37.2" +const goModuleVersion = "1.37.3" diff --git a/service/lambda/CHANGELOG.md b/service/lambda/CHANGELOG.md index 3615df7b7f2..5666b21e254 100644 --- a/service/lambda/CHANGELOG.md +++ b/service/lambda/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.64.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.64.0 (2024-10-25) * **Feature**: Add TagsError field in Lambda GetFunctionResponse. The TagsError field contains details related to errors retrieving tags. diff --git a/service/lambda/go.mod b/service/lambda/go.mod index 302d2b9c33f..1b144031d4e 100644 --- a/service/lambda/go.mod +++ b/service/lambda/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/lambda go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/lambda/go_module_metadata.go b/service/lambda/go_module_metadata.go index 7a350f72bfe..824117be93c 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.64.0" +const goModuleVersion = "1.64.1" diff --git a/service/launchwizard/CHANGELOG.md b/service/launchwizard/CHANGELOG.md index 202472a77da..9c261c24f68 100644 --- a/service/launchwizard/CHANGELOG.md +++ b/service/launchwizard/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/launchwizard/go.mod b/service/launchwizard/go.mod index b67fa5b066d..6b07d306610 100644 --- a/service/launchwizard/go.mod +++ b/service/launchwizard/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/launchwizard go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/launchwizard/go_module_metadata.go b/service/launchwizard/go_module_metadata.go index 0607daa8e19..ed944113f8c 100644 --- a/service/launchwizard/go_module_metadata.go +++ b/service/launchwizard/go_module_metadata.go @@ -3,4 +3,4 @@ package launchwizard // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.2" +const goModuleVersion = "1.8.3" diff --git a/service/lexmodelbuildingservice/CHANGELOG.md b/service/lexmodelbuildingservice/CHANGELOG.md index c39669d375c..13388b9ea25 100644 --- a/service/lexmodelbuildingservice/CHANGELOG.md +++ b/service/lexmodelbuildingservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexmodelbuildingservice/go.mod b/service/lexmodelbuildingservice/go.mod index e3e26901c0b..e165588d8aa 100644 --- a/service/lexmodelbuildingservice/go.mod +++ b/service/lexmodelbuildingservice/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/lexmodelbuildingservice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/lexmodelbuildingservice/go_module_metadata.go b/service/lexmodelbuildingservice/go_module_metadata.go index 787d6473423..1b68448a951 100644 --- a/service/lexmodelbuildingservice/go_module_metadata.go +++ b/service/lexmodelbuildingservice/go_module_metadata.go @@ -3,4 +3,4 @@ package lexmodelbuildingservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.2" +const goModuleVersion = "1.28.3" diff --git a/service/lexmodelsv2/CHANGELOG.md b/service/lexmodelsv2/CHANGELOG.md index aa84c903df8..de12394d517 100644 --- a/service/lexmodelsv2/CHANGELOG.md +++ b/service/lexmodelsv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.49.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.49.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexmodelsv2/go.mod b/service/lexmodelsv2/go.mod index 124587be8e0..a0c211861a7 100644 --- a/service/lexmodelsv2/go.mod +++ b/service/lexmodelsv2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/lexmodelsv2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/lexmodelsv2/go_module_metadata.go b/service/lexmodelsv2/go_module_metadata.go index b2af03bc422..948e17a23d8 100644 --- a/service/lexmodelsv2/go_module_metadata.go +++ b/service/lexmodelsv2/go_module_metadata.go @@ -3,4 +3,4 @@ package lexmodelsv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.49.2" +const goModuleVersion = "1.49.3" diff --git a/service/lexruntimeservice/CHANGELOG.md b/service/lexruntimeservice/CHANGELOG.md index 63aa06eae5d..86b2ca4901f 100644 --- a/service/lexruntimeservice/CHANGELOG.md +++ b/service/lexruntimeservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexruntimeservice/go.mod b/service/lexruntimeservice/go.mod index ce402cacc20..d96a5f58670 100644 --- a/service/lexruntimeservice/go.mod +++ b/service/lexruntimeservice/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/lexruntimeservice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/lexruntimeservice/go_module_metadata.go b/service/lexruntimeservice/go_module_metadata.go index eafb5148a68..1f1b463b4c3 100644 --- a/service/lexruntimeservice/go_module_metadata.go +++ b/service/lexruntimeservice/go_module_metadata.go @@ -3,4 +3,4 @@ package lexruntimeservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/lexruntimev2/CHANGELOG.md b/service/lexruntimev2/CHANGELOG.md index ed0beeebd18..5a810b6a82a 100644 --- a/service/lexruntimev2/CHANGELOG.md +++ b/service/lexruntimev2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexruntimev2/go.mod b/service/lexruntimev2/go.mod index 98c1d2d880f..ca4a2d6ff01 100644 --- a/service/lexruntimev2/go.mod +++ b/service/lexruntimev2/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/lexruntimev2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/lexruntimev2/go_module_metadata.go b/service/lexruntimev2/go_module_metadata.go index 6a883640b26..2a86ba8de51 100644 --- a/service/lexruntimev2/go_module_metadata.go +++ b/service/lexruntimev2/go_module_metadata.go @@ -3,4 +3,4 @@ package lexruntimev2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.2" +const goModuleVersion = "1.29.3" diff --git a/service/licensemanager/CHANGELOG.md b/service/licensemanager/CHANGELOG.md index 2e208c1be26..e470b806d50 100644 --- a/service/licensemanager/CHANGELOG.md +++ b/service/licensemanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/licensemanager/go.mod b/service/licensemanager/go.mod index 78d0732eeeb..9b72ed96044 100644 --- a/service/licensemanager/go.mod +++ b/service/licensemanager/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/licensemanager go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/licensemanager/go_module_metadata.go b/service/licensemanager/go_module_metadata.go index fe6bf29df4a..008bc43e246 100644 --- a/service/licensemanager/go_module_metadata.go +++ b/service/licensemanager/go_module_metadata.go @@ -3,4 +3,4 @@ package licensemanager // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.2" +const goModuleVersion = "1.29.3" diff --git a/service/licensemanagerlinuxsubscriptions/CHANGELOG.md b/service/licensemanagerlinuxsubscriptions/CHANGELOG.md index f269d8ba6b3..aa3fb878b51 100644 --- a/service/licensemanagerlinuxsubscriptions/CHANGELOG.md +++ b/service/licensemanagerlinuxsubscriptions/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/licensemanagerlinuxsubscriptions/go.mod b/service/licensemanagerlinuxsubscriptions/go.mod index 8dbd4ad328c..4e196b62341 100644 --- a/service/licensemanagerlinuxsubscriptions/go.mod +++ b/service/licensemanagerlinuxsubscriptions/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/licensemanagerlinuxsubscriptions go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/licensemanagerlinuxsubscriptions/go_module_metadata.go b/service/licensemanagerlinuxsubscriptions/go_module_metadata.go index 438fc867e52..664ac658732 100644 --- a/service/licensemanagerlinuxsubscriptions/go_module_metadata.go +++ b/service/licensemanagerlinuxsubscriptions/go_module_metadata.go @@ -3,4 +3,4 @@ package licensemanagerlinuxsubscriptions // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/licensemanagerusersubscriptions/CHANGELOG.md b/service/licensemanagerusersubscriptions/CHANGELOG.md index 959edc69822..d9aa443a50c 100644 --- a/service/licensemanagerusersubscriptions/CHANGELOG.md +++ b/service/licensemanagerusersubscriptions/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/licensemanagerusersubscriptions/go.mod b/service/licensemanagerusersubscriptions/go.mod index aa7a84cea28..b7f2abf978e 100644 --- a/service/licensemanagerusersubscriptions/go.mod +++ b/service/licensemanagerusersubscriptions/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/licensemanagerusersubscriptions go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/licensemanagerusersubscriptions/go_module_metadata.go b/service/licensemanagerusersubscriptions/go_module_metadata.go index c3b8f2cf660..21fb6d6b569 100644 --- a/service/licensemanagerusersubscriptions/go_module_metadata.go +++ b/service/licensemanagerusersubscriptions/go_module_metadata.go @@ -3,4 +3,4 @@ package licensemanagerusersubscriptions // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/lightsail/CHANGELOG.md b/service/lightsail/CHANGELOG.md index 0e0b2d8051e..bcffca51fed 100644 --- a/service/lightsail/CHANGELOG.md +++ b/service/lightsail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.42.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.42.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lightsail/go.mod b/service/lightsail/go.mod index f19d74f5e05..ada5bf8273a 100644 --- a/service/lightsail/go.mod +++ b/service/lightsail/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/lightsail go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/lightsail/go_module_metadata.go b/service/lightsail/go_module_metadata.go index 7bf3ae8587e..2d5e342968c 100644 --- a/service/lightsail/go_module_metadata.go +++ b/service/lightsail/go_module_metadata.go @@ -3,4 +3,4 @@ package lightsail // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.42.2" +const goModuleVersion = "1.42.3" diff --git a/service/location/CHANGELOG.md b/service/location/CHANGELOG.md index 27a89ba2df1..154a8edd44c 100644 --- a/service/location/CHANGELOG.md +++ b/service/location/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.42.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.42.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/location/go.mod b/service/location/go.mod index 2559bc7c133..e8d30a81fbb 100644 --- a/service/location/go.mod +++ b/service/location/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/location go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/location/go_module_metadata.go b/service/location/go_module_metadata.go index 8f0daf849ab..d71a995860a 100644 --- a/service/location/go_module_metadata.go +++ b/service/location/go_module_metadata.go @@ -3,4 +3,4 @@ package location // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.42.2" +const goModuleVersion = "1.42.3" diff --git a/service/lookoutequipment/CHANGELOG.md b/service/lookoutequipment/CHANGELOG.md index 21ba4e9daf2..26da66752df 100644 --- a/service/lookoutequipment/CHANGELOG.md +++ b/service/lookoutequipment/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lookoutequipment/go.mod b/service/lookoutequipment/go.mod index 351c35c2923..edb9a989da2 100644 --- a/service/lookoutequipment/go.mod +++ b/service/lookoutequipment/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/lookoutequipment go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/lookoutequipment/go_module_metadata.go b/service/lookoutequipment/go_module_metadata.go index dc19626320c..d5af77a10b6 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.30.2" +const goModuleVersion = "1.30.3" diff --git a/service/lookoutmetrics/CHANGELOG.md b/service/lookoutmetrics/CHANGELOG.md index 23c32e33464..718623792fa 100644 --- a/service/lookoutmetrics/CHANGELOG.md +++ b/service/lookoutmetrics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.31.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lookoutmetrics/go.mod b/service/lookoutmetrics/go.mod index 7a5e059355d..d371146439c 100644 --- a/service/lookoutmetrics/go.mod +++ b/service/lookoutmetrics/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/lookoutmetrics go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/lookoutmetrics/go_module_metadata.go b/service/lookoutmetrics/go_module_metadata.go index 2b25bd7883c..8238c8e9cfd 100644 --- a/service/lookoutmetrics/go_module_metadata.go +++ b/service/lookoutmetrics/go_module_metadata.go @@ -3,4 +3,4 @@ package lookoutmetrics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.31.2" +const goModuleVersion = "1.31.3" diff --git a/service/lookoutvision/CHANGELOG.md b/service/lookoutvision/CHANGELOG.md index f097b35db20..427d9ff3c11 100644 --- a/service/lookoutvision/CHANGELOG.md +++ b/service/lookoutvision/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lookoutvision/go.mod b/service/lookoutvision/go.mod index 60e11a9275e..a0cdb0ac01c 100644 --- a/service/lookoutvision/go.mod +++ b/service/lookoutvision/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/lookoutvision go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/lookoutvision/go_module_metadata.go b/service/lookoutvision/go_module_metadata.go index b51d87f212a..87857487b95 100644 --- a/service/lookoutvision/go_module_metadata.go +++ b/service/lookoutvision/go_module_metadata.go @@ -3,4 +3,4 @@ package lookoutvision // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/m2/CHANGELOG.md b/service/m2/CHANGELOG.md index d7c706f4683..212e7665e00 100644 --- a/service/m2/CHANGELOG.md +++ b/service/m2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.0 (2024-10-22) * **Feature**: Add AuthSecretsManagerArn optional parameter to batch job APIs, expand batch parameter limits, and introduce clientToken constraints. diff --git a/service/m2/go.mod b/service/m2/go.mod index 0cd4c5cf116..200611f4d09 100644 --- a/service/m2/go.mod +++ b/service/m2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/m2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/m2/go_module_metadata.go b/service/m2/go_module_metadata.go index a6a01990c26..b807b6631ef 100644 --- a/service/m2/go_module_metadata.go +++ b/service/m2/go_module_metadata.go @@ -3,4 +3,4 @@ package m2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.0" +const goModuleVersion = "1.18.1" diff --git a/service/machinelearning/CHANGELOG.md b/service/machinelearning/CHANGELOG.md index 040335c15ba..2eeea4735ea 100644 --- a/service/machinelearning/CHANGELOG.md +++ b/service/machinelearning/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/machinelearning/go.mod b/service/machinelearning/go.mod index d6169edb4fa..c78a65e8d96 100644 --- a/service/machinelearning/go.mod +++ b/service/machinelearning/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/machinelearning go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/machinelearning/go_module_metadata.go b/service/machinelearning/go_module_metadata.go index 1f63a031433..3244f10f730 100644 --- a/service/machinelearning/go_module_metadata.go +++ b/service/machinelearning/go_module_metadata.go @@ -3,4 +3,4 @@ package machinelearning // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.2" +const goModuleVersion = "1.28.3" diff --git a/service/macie2/CHANGELOG.md b/service/macie2/CHANGELOG.md index 48f30da58c0..05e58b36d03 100644 --- a/service/macie2/CHANGELOG.md +++ b/service/macie2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.43.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.43.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/macie2/go.mod b/service/macie2/go.mod index ead0f26b70d..3c8b88e18ee 100644 --- a/service/macie2/go.mod +++ b/service/macie2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/macie2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/macie2/go_module_metadata.go b/service/macie2/go_module_metadata.go index cc415447814..bbe04418e51 100644 --- a/service/macie2/go_module_metadata.go +++ b/service/macie2/go_module_metadata.go @@ -3,4 +3,4 @@ package macie2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.43.2" +const goModuleVersion = "1.43.3" diff --git a/service/mailmanager/CHANGELOG.md b/service/mailmanager/CHANGELOG.md index 57c689dc88f..3ce5f62cac5 100644 --- a/service/mailmanager/CHANGELOG.md +++ b/service/mailmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.0 (2024-10-14) * **Feature**: Mail Manager support for viewing and exporting metadata of archived messages. diff --git a/service/mailmanager/go.mod b/service/mailmanager/go.mod index 6b7b371c4d7..5c1a7a8446c 100644 --- a/service/mailmanager/go.mod +++ b/service/mailmanager/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mailmanager go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/mailmanager/go_module_metadata.go b/service/mailmanager/go_module_metadata.go index 9a8edaf7cbd..8ac8aedf225 100644 --- a/service/mailmanager/go_module_metadata.go +++ b/service/mailmanager/go_module_metadata.go @@ -3,4 +3,4 @@ package mailmanager // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.0" +const goModuleVersion = "1.6.1" diff --git a/service/managedblockchain/CHANGELOG.md b/service/managedblockchain/CHANGELOG.md index 6caaf060dd9..a337d7fadd6 100644 --- a/service/managedblockchain/CHANGELOG.md +++ b/service/managedblockchain/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/managedblockchain/go.mod b/service/managedblockchain/go.mod index abfbaf72ebe..3df46a72b8d 100644 --- a/service/managedblockchain/go.mod +++ b/service/managedblockchain/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/managedblockchain go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/managedblockchain/go_module_metadata.go b/service/managedblockchain/go_module_metadata.go index 6ae3876ec64..947a688c6c2 100644 --- a/service/managedblockchain/go_module_metadata.go +++ b/service/managedblockchain/go_module_metadata.go @@ -3,4 +3,4 @@ package managedblockchain // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/managedblockchainquery/CHANGELOG.md b/service/managedblockchainquery/CHANGELOG.md index 85a08705409..76cc9110fb6 100644 --- a/service/managedblockchainquery/CHANGELOG.md +++ b/service/managedblockchainquery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/managedblockchainquery/go.mod b/service/managedblockchainquery/go.mod index ff6e297bcb5..998f5d07c9d 100644 --- a/service/managedblockchainquery/go.mod +++ b/service/managedblockchainquery/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/managedblockchainquery go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/managedblockchainquery/go_module_metadata.go b/service/managedblockchainquery/go_module_metadata.go index c480d8b361b..a01adbfb656 100644 --- a/service/managedblockchainquery/go_module_metadata.go +++ b/service/managedblockchainquery/go_module_metadata.go @@ -3,4 +3,4 @@ package managedblockchainquery // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/marketplaceagreement/CHANGELOG.md b/service/marketplaceagreement/CHANGELOG.md index b54ee44ab83..ae25cd6aa6a 100644 --- a/service/marketplaceagreement/CHANGELOG.md +++ b/service/marketplaceagreement/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplaceagreement/go.mod b/service/marketplaceagreement/go.mod index 03d053c2e40..8cfedb6a2d9 100644 --- a/service/marketplaceagreement/go.mod +++ b/service/marketplaceagreement/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/marketplaceagreement go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/marketplaceagreement/go_module_metadata.go b/service/marketplaceagreement/go_module_metadata.go index 777337de987..b04cd998804 100644 --- a/service/marketplaceagreement/go_module_metadata.go +++ b/service/marketplaceagreement/go_module_metadata.go @@ -3,4 +3,4 @@ package marketplaceagreement // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.2" +const goModuleVersion = "1.6.3" diff --git a/service/marketplacecatalog/CHANGELOG.md b/service/marketplacecatalog/CHANGELOG.md index 1c3f900b0c5..f90185e8215 100644 --- a/service/marketplacecatalog/CHANGELOG.md +++ b/service/marketplacecatalog/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacecatalog/go.mod b/service/marketplacecatalog/go.mod index 6ad58ff731a..918087ed2a7 100644 --- a/service/marketplacecatalog/go.mod +++ b/service/marketplacecatalog/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/marketplacecatalog go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/marketplacecatalog/go_module_metadata.go b/service/marketplacecatalog/go_module_metadata.go index 14477d06ed6..94783dd69d2 100644 --- a/service/marketplacecatalog/go_module_metadata.go +++ b/service/marketplacecatalog/go_module_metadata.go @@ -3,4 +3,4 @@ package marketplacecatalog // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.2" +const goModuleVersion = "1.30.3" diff --git a/service/marketplacecommerceanalytics/CHANGELOG.md b/service/marketplacecommerceanalytics/CHANGELOG.md index 1d3cb119eeb..3cbedd3282f 100644 --- a/service/marketplacecommerceanalytics/CHANGELOG.md +++ b/service/marketplacecommerceanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacecommerceanalytics/go.mod b/service/marketplacecommerceanalytics/go.mod index f9dc415df6c..75cc9602835 100644 --- a/service/marketplacecommerceanalytics/go.mod +++ b/service/marketplacecommerceanalytics/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/marketplacecommerceanalytics/go_module_metadata.go b/service/marketplacecommerceanalytics/go_module_metadata.go index 7d2a13ad1c5..332b3f116a6 100644 --- a/service/marketplacecommerceanalytics/go_module_metadata.go +++ b/service/marketplacecommerceanalytics/go_module_metadata.go @@ -3,4 +3,4 @@ package marketplacecommerceanalytics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/marketplacedeployment/CHANGELOG.md b/service/marketplacedeployment/CHANGELOG.md index a952741c1b1..56f3dafab2d 100644 --- a/service/marketplacedeployment/CHANGELOG.md +++ b/service/marketplacedeployment/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacedeployment/go.mod b/service/marketplacedeployment/go.mod index ec0d6cc6b2f..168ef787227 100644 --- a/service/marketplacedeployment/go.mod +++ b/service/marketplacedeployment/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/marketplacedeployment go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/marketplacedeployment/go_module_metadata.go b/service/marketplacedeployment/go_module_metadata.go index dcb6ce9ba27..f9f354741ec 100644 --- a/service/marketplacedeployment/go_module_metadata.go +++ b/service/marketplacedeployment/go_module_metadata.go @@ -3,4 +3,4 @@ package marketplacedeployment // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.2" +const goModuleVersion = "1.6.3" diff --git a/service/marketplaceentitlementservice/CHANGELOG.md b/service/marketplaceentitlementservice/CHANGELOG.md index a0b20f95049..c5f4c48e5d2 100644 --- a/service/marketplaceentitlementservice/CHANGELOG.md +++ b/service/marketplaceentitlementservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplaceentitlementservice/go.mod b/service/marketplaceentitlementservice/go.mod index a243742d2ab..6a695de913f 100644 --- a/service/marketplaceentitlementservice/go.mod +++ b/service/marketplaceentitlementservice/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/marketplaceentitlementservice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/marketplaceentitlementservice/go_module_metadata.go b/service/marketplaceentitlementservice/go_module_metadata.go index bf3b537fa39..696c9c56a9f 100644 --- a/service/marketplaceentitlementservice/go_module_metadata.go +++ b/service/marketplaceentitlementservice/go_module_metadata.go @@ -3,4 +3,4 @@ package marketplaceentitlementservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/marketplacemetering/CHANGELOG.md b/service/marketplacemetering/CHANGELOG.md index 6e91ba2807b..86c17d18de6 100644 --- a/service/marketplacemetering/CHANGELOG.md +++ b/service/marketplacemetering/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacemetering/go.mod b/service/marketplacemetering/go.mod index 22b759b99ff..fae61bb1b02 100644 --- a/service/marketplacemetering/go.mod +++ b/service/marketplacemetering/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/marketplacemetering go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/marketplacemetering/go_module_metadata.go b/service/marketplacemetering/go_module_metadata.go index d453507f2a3..6dbc19c7045 100644 --- a/service/marketplacemetering/go_module_metadata.go +++ b/service/marketplacemetering/go_module_metadata.go @@ -3,4 +3,4 @@ package marketplacemetering // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/marketplacereporting/CHANGELOG.md b/service/marketplacereporting/CHANGELOG.md index 881df35fb20..9833d5b894b 100644 --- a/service/marketplacereporting/CHANGELOG.md +++ b/service/marketplacereporting/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacereporting/go.mod b/service/marketplacereporting/go.mod index 26a682c8941..ced4fe072c1 100644 --- a/service/marketplacereporting/go.mod +++ b/service/marketplacereporting/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/marketplacereporting go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/marketplacereporting/go_module_metadata.go b/service/marketplacereporting/go_module_metadata.go index 084c215fef3..292d5d3204f 100644 --- a/service/marketplacereporting/go_module_metadata.go +++ b/service/marketplacereporting/go_module_metadata.go @@ -3,4 +3,4 @@ package marketplacereporting // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.1.2" +const goModuleVersion = "1.1.3" diff --git a/service/mediaconnect/CHANGELOG.md b/service/mediaconnect/CHANGELOG.md index 7eb5cf3216d..52d464a8fe9 100644 --- a/service/mediaconnect/CHANGELOG.md +++ b/service/mediaconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.35.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.35.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediaconnect/go.mod b/service/mediaconnect/go.mod index f07bf0ad324..8c7a8222f3a 100644 --- a/service/mediaconnect/go.mod +++ b/service/mediaconnect/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mediaconnect go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/mediaconnect/go_module_metadata.go b/service/mediaconnect/go_module_metadata.go index 88ed7599722..e07ac316d8f 100644 --- a/service/mediaconnect/go_module_metadata.go +++ b/service/mediaconnect/go_module_metadata.go @@ -3,4 +3,4 @@ package mediaconnect // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.35.2" +const goModuleVersion = "1.35.3" diff --git a/service/mediaconvert/CHANGELOG.md b/service/mediaconvert/CHANGELOG.md index 331ec3d1a1e..8a7c5b528b3 100644 --- a/service/mediaconvert/CHANGELOG.md +++ b/service/mediaconvert/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.61.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.61.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediaconvert/go.mod b/service/mediaconvert/go.mod index b58041ba2a2..40c62397046 100644 --- a/service/mediaconvert/go.mod +++ b/service/mediaconvert/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mediaconvert go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/mediaconvert/go_module_metadata.go b/service/mediaconvert/go_module_metadata.go index 703fdba914f..331516ef279 100644 --- a/service/mediaconvert/go_module_metadata.go +++ b/service/mediaconvert/go_module_metadata.go @@ -3,4 +3,4 @@ package mediaconvert // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.61.2" +const goModuleVersion = "1.61.3" diff --git a/service/medialive/CHANGELOG.md b/service/medialive/CHANGELOG.md index a3d59726983..52c488f8000 100644 --- a/service/medialive/CHANGELOG.md +++ b/service/medialive/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.62.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.62.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/medialive/go.mod b/service/medialive/go.mod index f26cc871a71..02d0eadb7a7 100644 --- a/service/medialive/go.mod +++ b/service/medialive/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/medialive go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/medialive/go_module_metadata.go b/service/medialive/go_module_metadata.go index e3e472db824..c531a076a73 100644 --- a/service/medialive/go_module_metadata.go +++ b/service/medialive/go_module_metadata.go @@ -3,4 +3,4 @@ package medialive // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.62.2" +const goModuleVersion = "1.62.3" diff --git a/service/mediapackage/CHANGELOG.md b/service/mediapackage/CHANGELOG.md index 7f06a5d0b2a..83d30978d73 100644 --- a/service/mediapackage/CHANGELOG.md +++ b/service/mediapackage/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediapackage/go.mod b/service/mediapackage/go.mod index 04948a6a7c0..4c1a185f798 100644 --- a/service/mediapackage/go.mod +++ b/service/mediapackage/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mediapackage go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/mediapackage/go_module_metadata.go b/service/mediapackage/go_module_metadata.go index 1b6d37b677a..e505a21d686 100644 --- a/service/mediapackage/go_module_metadata.go +++ b/service/mediapackage/go_module_metadata.go @@ -3,4 +3,4 @@ package mediapackage // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.2" +const goModuleVersion = "1.34.3" diff --git a/service/mediapackagev2/CHANGELOG.md b/service/mediapackagev2/CHANGELOG.md index 10a57ce1462..eabe7f0cc4f 100644 --- a/service/mediapackagev2/CHANGELOG.md +++ b/service/mediapackagev2/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.19.0 (2024-10-28) + +* **Feature**: MediaPackage V2 Live to VOD Harvester is a MediaPackage V2 feature, which is used to export content from an origin endpoint to a S3 bucket. +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediapackagev2/go.mod b/service/mediapackagev2/go.mod index 91128a9b1b2..0ef1a960177 100644 --- a/service/mediapackagev2/go.mod +++ b/service/mediapackagev2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mediapackagev2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/mediapackagev2/go_module_metadata.go b/service/mediapackagev2/go_module_metadata.go index e85f64c0796..cc85ed3e415 100644 --- a/service/mediapackagev2/go_module_metadata.go +++ b/service/mediapackagev2/go_module_metadata.go @@ -3,4 +3,4 @@ package mediapackagev2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.2" +const goModuleVersion = "1.19.0" diff --git a/service/mediapackagevod/CHANGELOG.md b/service/mediapackagevod/CHANGELOG.md index 52186f15f6e..b3b7050126e 100644 --- a/service/mediapackagevod/CHANGELOG.md +++ b/service/mediapackagevod/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.4 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.3 (2024-10-25) * No change notes available for this release. diff --git a/service/mediapackagevod/go.mod b/service/mediapackagevod/go.mod index c2e88d428c7..b96000f51d1 100644 --- a/service/mediapackagevod/go.mod +++ b/service/mediapackagevod/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mediapackagevod go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/mediapackagevod/go_module_metadata.go b/service/mediapackagevod/go_module_metadata.go index 56d9e63c545..cbcd40b8fd0 100644 --- a/service/mediapackagevod/go_module_metadata.go +++ b/service/mediapackagevod/go_module_metadata.go @@ -3,4 +3,4 @@ package mediapackagevod // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.3" +const goModuleVersion = "1.34.4" diff --git a/service/mediastore/CHANGELOG.md b/service/mediastore/CHANGELOG.md index 2ee9b223082..2c116b1bc2f 100644 --- a/service/mediastore/CHANGELOG.md +++ b/service/mediastore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediastore/go.mod b/service/mediastore/go.mod index 5930f5b421a..9826f2fd369 100644 --- a/service/mediastore/go.mod +++ b/service/mediastore/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mediastore go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/mediastore/go_module_metadata.go b/service/mediastore/go_module_metadata.go index 5dd7bf3300c..c55271c26d8 100644 --- a/service/mediastore/go_module_metadata.go +++ b/service/mediastore/go_module_metadata.go @@ -3,4 +3,4 @@ package mediastore // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/mediastoredata/CHANGELOG.md b/service/mediastoredata/CHANGELOG.md index 04747b10d01..0e8c97a6b7e 100644 --- a/service/mediastoredata/CHANGELOG.md +++ b/service/mediastoredata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediastoredata/go.mod b/service/mediastoredata/go.mod index 9bd40c66bd7..9a6c9fa60ec 100644 --- a/service/mediastoredata/go.mod +++ b/service/mediastoredata/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mediastoredata go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/mediastoredata/go_module_metadata.go b/service/mediastoredata/go_module_metadata.go index 6247ada4525..56cdc4eb3ad 100644 --- a/service/mediastoredata/go_module_metadata.go +++ b/service/mediastoredata/go_module_metadata.go @@ -3,4 +3,4 @@ package mediastoredata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/mediatailor/CHANGELOG.md b/service/mediatailor/CHANGELOG.md index 856102bbc06..ad612d26a31 100644 --- a/service/mediatailor/CHANGELOG.md +++ b/service/mediatailor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.42.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.42.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediatailor/go.mod b/service/mediatailor/go.mod index 88b38636389..8284e421609 100644 --- a/service/mediatailor/go.mod +++ b/service/mediatailor/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mediatailor go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/mediatailor/go_module_metadata.go b/service/mediatailor/go_module_metadata.go index c3a2f12b8cb..580167aba4c 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.42.2" +const goModuleVersion = "1.42.3" diff --git a/service/medicalimaging/CHANGELOG.md b/service/medicalimaging/CHANGELOG.md index fa21729c058..f5d912c5b5b 100644 --- a/service/medicalimaging/CHANGELOG.md +++ b/service/medicalimaging/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/medicalimaging/go.mod b/service/medicalimaging/go.mod index becf2275758..5b4a16fbcc8 100644 --- a/service/medicalimaging/go.mod +++ b/service/medicalimaging/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/medicalimaging go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/medicalimaging/go_module_metadata.go b/service/medicalimaging/go_module_metadata.go index 35c1bcf4d58..f494281e3f3 100644 --- a/service/medicalimaging/go_module_metadata.go +++ b/service/medicalimaging/go_module_metadata.go @@ -3,4 +3,4 @@ package medicalimaging // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/memorydb/CHANGELOG.md b/service/memorydb/CHANGELOG.md index 8a4c44cd7d5..9e65e858fc3 100644 --- a/service/memorydb/CHANGELOG.md +++ b/service/memorydb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.0 (2024-10-08) * **Feature**: Amazon MemoryDB SDK now supports all APIs for newly launched Valkey engine. Please refer to the updated Amazon MemoryDB public documentation for detailed information on API usage. diff --git a/service/memorydb/go.mod b/service/memorydb/go.mod index e99eb1a02c5..d19c29bda4e 100644 --- a/service/memorydb/go.mod +++ b/service/memorydb/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/memorydb go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/memorydb/go_module_metadata.go b/service/memorydb/go_module_metadata.go index 54a01372e8d..6171e1d35bf 100644 --- a/service/memorydb/go_module_metadata.go +++ b/service/memorydb/go_module_metadata.go @@ -3,4 +3,4 @@ package memorydb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.0" +const goModuleVersion = "1.24.1" diff --git a/service/mgn/CHANGELOG.md b/service/mgn/CHANGELOG.md index cb3bf70abef..53a95c8748c 100644 --- a/service/mgn/CHANGELOG.md +++ b/service/mgn/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mgn/go.mod b/service/mgn/go.mod index 762e35363d5..df0d98a1da6 100644 --- a/service/mgn/go.mod +++ b/service/mgn/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mgn go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/mgn/go_module_metadata.go b/service/mgn/go_module_metadata.go index e6a1ef3bdeb..a91accd1646 100644 --- a/service/mgn/go_module_metadata.go +++ b/service/mgn/go_module_metadata.go @@ -3,4 +3,4 @@ package mgn // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.32.2" +const goModuleVersion = "1.32.3" diff --git a/service/migrationhub/CHANGELOG.md b/service/migrationhub/CHANGELOG.md index 2ee9b223082..2c116b1bc2f 100644 --- a/service/migrationhub/CHANGELOG.md +++ b/service/migrationhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhub/go.mod b/service/migrationhub/go.mod index 8cb9daa48d4..47cb3b8faaf 100644 --- a/service/migrationhub/go.mod +++ b/service/migrationhub/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/migrationhub go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/migrationhub/go_module_metadata.go b/service/migrationhub/go_module_metadata.go index cec1775f88e..5c53c250ebd 100644 --- a/service/migrationhub/go_module_metadata.go +++ b/service/migrationhub/go_module_metadata.go @@ -3,4 +3,4 @@ package migrationhub // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/migrationhubconfig/CHANGELOG.md b/service/migrationhubconfig/CHANGELOG.md index 65a078eec8c..6abb4cdb265 100644 --- a/service/migrationhubconfig/CHANGELOG.md +++ b/service/migrationhubconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhubconfig/go.mod b/service/migrationhubconfig/go.mod index a19685f750a..620c57d1a0d 100644 --- a/service/migrationhubconfig/go.mod +++ b/service/migrationhubconfig/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/migrationhubconfig go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/migrationhubconfig/go_module_metadata.go b/service/migrationhubconfig/go_module_metadata.go index 8edf3c172ec..23f6a05d0c8 100644 --- a/service/migrationhubconfig/go_module_metadata.go +++ b/service/migrationhubconfig/go_module_metadata.go @@ -3,4 +3,4 @@ package migrationhubconfig // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/migrationhuborchestrator/CHANGELOG.md b/service/migrationhuborchestrator/CHANGELOG.md index 3c3f3b3d724..12af2d9a2c1 100644 --- a/service/migrationhuborchestrator/CHANGELOG.md +++ b/service/migrationhuborchestrator/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhuborchestrator/go.mod b/service/migrationhuborchestrator/go.mod index 1b1961236fb..dd5d0e83639 100644 --- a/service/migrationhuborchestrator/go.mod +++ b/service/migrationhuborchestrator/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/migrationhuborchestrator go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/migrationhuborchestrator/go_module_metadata.go b/service/migrationhuborchestrator/go_module_metadata.go index 353054ef765..ce683648575 100644 --- a/service/migrationhuborchestrator/go_module_metadata.go +++ b/service/migrationhuborchestrator/go_module_metadata.go @@ -3,4 +3,4 @@ package migrationhuborchestrator // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/migrationhubrefactorspaces/CHANGELOG.md b/service/migrationhubrefactorspaces/CHANGELOG.md index d2bbaea6d9e..3b1af4424bb 100644 --- a/service/migrationhubrefactorspaces/CHANGELOG.md +++ b/service/migrationhubrefactorspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhubrefactorspaces/go.mod b/service/migrationhubrefactorspaces/go.mod index ccd14a04cbb..058d157925b 100644 --- a/service/migrationhubrefactorspaces/go.mod +++ b/service/migrationhubrefactorspaces/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/migrationhubrefactorspaces go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/migrationhubrefactorspaces/go_module_metadata.go b/service/migrationhubrefactorspaces/go_module_metadata.go index ef5f7de2466..18f28502933 100644 --- a/service/migrationhubrefactorspaces/go_module_metadata.go +++ b/service/migrationhubrefactorspaces/go_module_metadata.go @@ -3,4 +3,4 @@ package migrationhubrefactorspaces // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/migrationhubstrategy/CHANGELOG.md b/service/migrationhubstrategy/CHANGELOG.md index 042b3ffd181..7a58cc0bbeb 100644 --- a/service/migrationhubstrategy/CHANGELOG.md +++ b/service/migrationhubstrategy/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhubstrategy/go.mod b/service/migrationhubstrategy/go.mod index 8e8885ee49e..a71bed89ad5 100644 --- a/service/migrationhubstrategy/go.mod +++ b/service/migrationhubstrategy/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/migrationhubstrategy go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/migrationhubstrategy/go_module_metadata.go b/service/migrationhubstrategy/go_module_metadata.go index eb9866f1623..83f316bfc27 100644 --- a/service/migrationhubstrategy/go_module_metadata.go +++ b/service/migrationhubstrategy/go_module_metadata.go @@ -3,4 +3,4 @@ package migrationhubstrategy // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/mq/CHANGELOG.md b/service/mq/CHANGELOG.md index d5173736a2b..cbe1c150016 100644 --- a/service/mq/CHANGELOG.md +++ b/service/mq/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mq/go.mod b/service/mq/go.mod index 2476ab7bdcf..4f2ca1b62e9 100644 --- a/service/mq/go.mod +++ b/service/mq/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mq go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/mq/go_module_metadata.go b/service/mq/go_module_metadata.go index 441d9a5e67e..5fa9bc76b3d 100644 --- a/service/mq/go_module_metadata.go +++ b/service/mq/go_module_metadata.go @@ -3,4 +3,4 @@ package mq // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/mturk/CHANGELOG.md b/service/mturk/CHANGELOG.md index 7fc770b6561..7a9d68f01a4 100644 --- a/service/mturk/CHANGELOG.md +++ b/service/mturk/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mturk/go.mod b/service/mturk/go.mod index 46df56ddb0e..0b7ad71d511 100644 --- a/service/mturk/go.mod +++ b/service/mturk/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mturk go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/mturk/go_module_metadata.go b/service/mturk/go_module_metadata.go index d3c7a37d584..faf8578675a 100644 --- a/service/mturk/go_module_metadata.go +++ b/service/mturk/go_module_metadata.go @@ -3,4 +3,4 @@ package mturk // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/mwaa/CHANGELOG.md b/service/mwaa/CHANGELOG.md index 130cde89cbd..f575718563f 100644 --- a/service/mwaa/CHANGELOG.md +++ b/service/mwaa/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.0 (2024-10-23) * **Feature**: Introducing InvokeRestApi which allows users to invoke the Apache Airflow REST API on the webserver with the specified inputs. diff --git a/service/mwaa/go.mod b/service/mwaa/go.mod index a7214daff29..96014c5b311 100644 --- a/service/mwaa/go.mod +++ b/service/mwaa/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mwaa go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/mwaa/go_module_metadata.go b/service/mwaa/go_module_metadata.go index 35d433a73ad..19ea4cf6080 100644 --- a/service/mwaa/go_module_metadata.go +++ b/service/mwaa/go_module_metadata.go @@ -3,4 +3,4 @@ package mwaa // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.32.0" +const goModuleVersion = "1.32.1" diff --git a/service/neptune/CHANGELOG.md b/service/neptune/CHANGELOG.md index 477e161e452..5c854fa9d1d 100644 --- a/service/neptune/CHANGELOG.md +++ b/service/neptune/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.35.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.35.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/neptune/go.mod b/service/neptune/go.mod index 7cdef249189..9d23998bd04 100644 --- a/service/neptune/go.mod +++ b/service/neptune/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/service/neptune go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/neptune/go_module_metadata.go b/service/neptune/go_module_metadata.go index 4ed077075eb..218799762c1 100644 --- a/service/neptune/go_module_metadata.go +++ b/service/neptune/go_module_metadata.go @@ -3,4 +3,4 @@ package neptune // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.35.2" +const goModuleVersion = "1.35.3" diff --git a/service/neptunedata/CHANGELOG.md b/service/neptunedata/CHANGELOG.md index 9c91818aacf..bf6ed158950 100644 --- a/service/neptunedata/CHANGELOG.md +++ b/service/neptunedata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/neptunedata/go.mod b/service/neptunedata/go.mod index fa962b43842..c858e4b3b01 100644 --- a/service/neptunedata/go.mod +++ b/service/neptunedata/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/neptunedata go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/neptunedata/go_module_metadata.go b/service/neptunedata/go_module_metadata.go index cdcd9bda4ca..2f1255831a6 100644 --- a/service/neptunedata/go_module_metadata.go +++ b/service/neptunedata/go_module_metadata.go @@ -3,4 +3,4 @@ package neptunedata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.2" +const goModuleVersion = "1.9.3" diff --git a/service/neptunegraph/CHANGELOG.md b/service/neptunegraph/CHANGELOG.md index 7453ee4316b..4b1183767df 100644 --- a/service/neptunegraph/CHANGELOG.md +++ b/service/neptunegraph/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.0 (2024-10-10) * **Feature**: Support for 16 m-NCU graphs available through account allowlisting diff --git a/service/neptunegraph/go.mod b/service/neptunegraph/go.mod index 2dc2e051002..8b1f1b43662 100644 --- a/service/neptunegraph/go.mod +++ b/service/neptunegraph/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/neptunegraph go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/neptunegraph/go_module_metadata.go b/service/neptunegraph/go_module_metadata.go index f73244835cc..60301e71fcc 100644 --- a/service/neptunegraph/go_module_metadata.go +++ b/service/neptunegraph/go_module_metadata.go @@ -3,4 +3,4 @@ package neptunegraph // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.0" +const goModuleVersion = "1.14.1" diff --git a/service/networkfirewall/CHANGELOG.md b/service/networkfirewall/CHANGELOG.md index a6688cae616..e3d039263cc 100644 --- a/service/networkfirewall/CHANGELOG.md +++ b/service/networkfirewall/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.43.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.43.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/networkfirewall/go.mod b/service/networkfirewall/go.mod index 2a01c48d770..ef5429646e8 100644 --- a/service/networkfirewall/go.mod +++ b/service/networkfirewall/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/networkfirewall go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/networkfirewall/go_module_metadata.go b/service/networkfirewall/go_module_metadata.go index 5123c41e6f1..051e4119e00 100644 --- a/service/networkfirewall/go_module_metadata.go +++ b/service/networkfirewall/go_module_metadata.go @@ -3,4 +3,4 @@ package networkfirewall // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.43.2" +const goModuleVersion = "1.43.3" diff --git a/service/networkmanager/CHANGELOG.md b/service/networkmanager/CHANGELOG.md index 8a33126a99d..038e033209b 100644 --- a/service/networkmanager/CHANGELOG.md +++ b/service/networkmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.31.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/networkmanager/go.mod b/service/networkmanager/go.mod index b98009b4afe..9b30d1a905b 100644 --- a/service/networkmanager/go.mod +++ b/service/networkmanager/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/networkmanager go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/networkmanager/go_module_metadata.go b/service/networkmanager/go_module_metadata.go index 329789a47d1..613c899a003 100644 --- a/service/networkmanager/go_module_metadata.go +++ b/service/networkmanager/go_module_metadata.go @@ -3,4 +3,4 @@ package networkmanager // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.31.2" +const goModuleVersion = "1.31.3" diff --git a/service/networkmonitor/CHANGELOG.md b/service/networkmonitor/CHANGELOG.md index 9fa41c075be..020c0321e9c 100644 --- a/service/networkmonitor/CHANGELOG.md +++ b/service/networkmonitor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/networkmonitor/go.mod b/service/networkmonitor/go.mod index 4001bbc12b2..8be54da8a11 100644 --- a/service/networkmonitor/go.mod +++ b/service/networkmonitor/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/networkmonitor go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/networkmonitor/go_module_metadata.go b/service/networkmonitor/go_module_metadata.go index 3123ce4e3b0..0bcad01d43e 100644 --- a/service/networkmonitor/go_module_metadata.go +++ b/service/networkmonitor/go_module_metadata.go @@ -3,4 +3,4 @@ package networkmonitor // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.2" +const goModuleVersion = "1.7.3" diff --git a/service/oam/CHANGELOG.md b/service/oam/CHANGELOG.md index 38b1db3f8d0..da8fa3ead95 100644 --- a/service/oam/CHANGELOG.md +++ b/service/oam/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/oam/go.mod b/service/oam/go.mod index 65a472bd162..6e11e3d08d8 100644 --- a/service/oam/go.mod +++ b/service/oam/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/oam go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/oam/go_module_metadata.go b/service/oam/go_module_metadata.go index 06d2bba7d23..58ac2bf5258 100644 --- a/service/oam/go_module_metadata.go +++ b/service/oam/go_module_metadata.go @@ -3,4 +3,4 @@ package oam // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/omics/CHANGELOG.md b/service/omics/CHANGELOG.md index 5a38ab7e76d..64079ea392e 100644 --- a/service/omics/CHANGELOG.md +++ b/service/omics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/omics/go.mod b/service/omics/go.mod index da5b508d9b7..59d8d94a354 100644 --- a/service/omics/go.mod +++ b/service/omics/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/omics go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/omics/go_module_metadata.go b/service/omics/go_module_metadata.go index a82b71b67e8..f74c5960350 100644 --- a/service/omics/go_module_metadata.go +++ b/service/omics/go_module_metadata.go @@ -3,4 +3,4 @@ package omics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/opensearch/CHANGELOG.md b/service/opensearch/CHANGELOG.md index 1547ab2cbb0..2eb279eb97e 100644 --- a/service/opensearch/CHANGELOG.md +++ b/service/opensearch/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.42.0 (2024-10-28) + +* **Feature**: Adds support for provisioning dedicated coordinator nodes. Coordinator nodes can be specified using the new NodeOptions parameter in ClusterConfig. +* **Dependency Update**: Updated to the latest SDK module versions + # v1.41.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opensearch/go.mod b/service/opensearch/go.mod index be32ed8772e..55c3fa995d0 100644 --- a/service/opensearch/go.mod +++ b/service/opensearch/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/opensearch go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/opensearch/go_module_metadata.go b/service/opensearch/go_module_metadata.go index 2dee72b77c8..d4820b31c26 100644 --- a/service/opensearch/go_module_metadata.go +++ b/service/opensearch/go_module_metadata.go @@ -3,4 +3,4 @@ package opensearch // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.41.2" +const goModuleVersion = "1.42.0" diff --git a/service/opensearchserverless/CHANGELOG.md b/service/opensearchserverless/CHANGELOG.md index 99f2b6cac7e..35a83354944 100644 --- a/service/opensearchserverless/CHANGELOG.md +++ b/service/opensearchserverless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opensearchserverless/go.mod b/service/opensearchserverless/go.mod index 541c2e72e16..6397d953471 100644 --- a/service/opensearchserverless/go.mod +++ b/service/opensearchserverless/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/opensearchserverless go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/opensearchserverless/go_module_metadata.go b/service/opensearchserverless/go_module_metadata.go index af020e412d0..e7a3d90ceb2 100644 --- a/service/opensearchserverless/go_module_metadata.go +++ b/service/opensearchserverless/go_module_metadata.go @@ -3,4 +3,4 @@ package opensearchserverless // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/opsworks/CHANGELOG.md b/service/opsworks/CHANGELOG.md index 111cb22af91..dab06c9e366 100644 --- a/service/opsworks/CHANGELOG.md +++ b/service/opsworks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opsworks/go.mod b/service/opsworks/go.mod index b31338663d6..caf94e2fc0d 100644 --- a/service/opsworks/go.mod +++ b/service/opsworks/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/opsworks go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/opsworks/go_module_metadata.go b/service/opsworks/go_module_metadata.go index 270d77166ab..9c4b02234a5 100644 --- a/service/opsworks/go_module_metadata.go +++ b/service/opsworks/go_module_metadata.go @@ -3,4 +3,4 @@ package opsworks // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/opsworkscm/CHANGELOG.md b/service/opsworkscm/CHANGELOG.md index ec84c8a3287..3978a6d74d4 100644 --- a/service/opsworkscm/CHANGELOG.md +++ b/service/opsworkscm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opsworkscm/go.mod b/service/opsworkscm/go.mod index d61c2027f97..74362a801b6 100644 --- a/service/opsworkscm/go.mod +++ b/service/opsworkscm/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/opsworkscm go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/opsworkscm/go_module_metadata.go b/service/opsworkscm/go_module_metadata.go index 8984f7c07ba..d78a918f6f9 100644 --- a/service/opsworkscm/go_module_metadata.go +++ b/service/opsworkscm/go_module_metadata.go @@ -3,4 +3,4 @@ package opsworkscm // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/organizations/CHANGELOG.md b/service/organizations/CHANGELOG.md index ba6b992dd61..a5796f847b8 100644 --- a/service/organizations/CHANGELOG.md +++ b/service/organizations/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/organizations/go.mod b/service/organizations/go.mod index 8680e1feea5..497e15b5da4 100644 --- a/service/organizations/go.mod +++ b/service/organizations/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/organizations go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/organizations/go_module_metadata.go b/service/organizations/go_module_metadata.go index 0e7239df778..5fe6653732e 100644 --- a/service/organizations/go_module_metadata.go +++ b/service/organizations/go_module_metadata.go @@ -3,4 +3,4 @@ package organizations // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.2" +const goModuleVersion = "1.34.3" diff --git a/service/osis/CHANGELOG.md b/service/osis/CHANGELOG.md index 77bb8751507..9b8e9b5e1c3 100644 --- a/service/osis/CHANGELOG.md +++ b/service/osis/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/osis/go.mod b/service/osis/go.mod index 329ab0f76ec..c4baab8d1d7 100644 --- a/service/osis/go.mod +++ b/service/osis/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/osis go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/osis/go_module_metadata.go b/service/osis/go_module_metadata.go index f5dc1398f61..bd73f5e0e29 100644 --- a/service/osis/go_module_metadata.go +++ b/service/osis/go_module_metadata.go @@ -3,4 +3,4 @@ package osis // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/outposts/CHANGELOG.md b/service/outposts/CHANGELOG.md index 55e080a48bf..52a196ec72c 100644 --- a/service/outposts/CHANGELOG.md +++ b/service/outposts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.45.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.45.0 (2024-10-10) * **Feature**: Adding new "DELIVERED" enum value for Outposts Order status diff --git a/service/outposts/go.mod b/service/outposts/go.mod index 7bca2e7de20..64a6f3b9d6f 100644 --- a/service/outposts/go.mod +++ b/service/outposts/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/outposts go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/outposts/go_module_metadata.go b/service/outposts/go_module_metadata.go index f522b317e45..cacdb046fad 100644 --- a/service/outposts/go_module_metadata.go +++ b/service/outposts/go_module_metadata.go @@ -3,4 +3,4 @@ package outposts // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.45.0" +const goModuleVersion = "1.45.1" diff --git a/service/panorama/CHANGELOG.md b/service/panorama/CHANGELOG.md index 0a7a5c21dab..f7f13b43cd6 100644 --- a/service/panorama/CHANGELOG.md +++ b/service/panorama/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/panorama/go.mod b/service/panorama/go.mod index 8fca1897f27..a8bc6183a9c 100644 --- a/service/panorama/go.mod +++ b/service/panorama/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/panorama go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/panorama/go_module_metadata.go b/service/panorama/go_module_metadata.go index 202229904b6..18ed1c43c28 100644 --- a/service/panorama/go_module_metadata.go +++ b/service/panorama/go_module_metadata.go @@ -3,4 +3,4 @@ package panorama // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/paymentcryptography/CHANGELOG.md b/service/paymentcryptography/CHANGELOG.md index e9a1fb1bcc6..9e6ab12b257 100644 --- a/service/paymentcryptography/CHANGELOG.md +++ b/service/paymentcryptography/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.0 (2024-10-23) * **Feature**: Add support for ECC P-256 and P-384 Keys. diff --git a/service/paymentcryptography/go.mod b/service/paymentcryptography/go.mod index 0a3717864bb..b4faab01f86 100644 --- a/service/paymentcryptography/go.mod +++ b/service/paymentcryptography/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/paymentcryptography go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/paymentcryptography/go_module_metadata.go b/service/paymentcryptography/go_module_metadata.go index 8e3aca6d952..11f5bb13a08 100644 --- a/service/paymentcryptography/go_module_metadata.go +++ b/service/paymentcryptography/go_module_metadata.go @@ -3,4 +3,4 @@ package paymentcryptography // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.0" +const goModuleVersion = "1.15.1" diff --git a/service/paymentcryptographydata/CHANGELOG.md b/service/paymentcryptographydata/CHANGELOG.md index feeeda7ccdd..ed0860102ba 100644 --- a/service/paymentcryptographydata/CHANGELOG.md +++ b/service/paymentcryptographydata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.0 (2024-10-23) * **Feature**: Add ECDH support on PIN operations. diff --git a/service/paymentcryptographydata/go.mod b/service/paymentcryptographydata/go.mod index ada82610f3f..9406e1f126c 100644 --- a/service/paymentcryptographydata/go.mod +++ b/service/paymentcryptographydata/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/paymentcryptographydata go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/paymentcryptographydata/go_module_metadata.go b/service/paymentcryptographydata/go_module_metadata.go index b9e9b1d2210..a9c633807f2 100644 --- a/service/paymentcryptographydata/go_module_metadata.go +++ b/service/paymentcryptographydata/go_module_metadata.go @@ -3,4 +3,4 @@ package paymentcryptographydata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.0" +const goModuleVersion = "1.16.1" diff --git a/service/pcaconnectorad/CHANGELOG.md b/service/pcaconnectorad/CHANGELOG.md index 669f769aadf..5f3213043e4 100644 --- a/service/pcaconnectorad/CHANGELOG.md +++ b/service/pcaconnectorad/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pcaconnectorad/go.mod b/service/pcaconnectorad/go.mod index 5fdea9e6d82..892eabf0230 100644 --- a/service/pcaconnectorad/go.mod +++ b/service/pcaconnectorad/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/pcaconnectorad go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/pcaconnectorad/go_module_metadata.go b/service/pcaconnectorad/go_module_metadata.go index 90e25d89ed1..c64649d2de4 100644 --- a/service/pcaconnectorad/go_module_metadata.go +++ b/service/pcaconnectorad/go_module_metadata.go @@ -3,4 +3,4 @@ package pcaconnectorad // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.2" +const goModuleVersion = "1.9.3" diff --git a/service/pcaconnectorscep/CHANGELOG.md b/service/pcaconnectorscep/CHANGELOG.md index e4c598216c4..f2b35e89906 100644 --- a/service/pcaconnectorscep/CHANGELOG.md +++ b/service/pcaconnectorscep/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pcaconnectorscep/go.mod b/service/pcaconnectorscep/go.mod index 41b6f1a5d2a..37c36f1f533 100644 --- a/service/pcaconnectorscep/go.mod +++ b/service/pcaconnectorscep/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/pcaconnectorscep go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/pcaconnectorscep/go_module_metadata.go b/service/pcaconnectorscep/go_module_metadata.go index cb6a3d5dc0d..fb84e7084ad 100644 --- a/service/pcaconnectorscep/go_module_metadata.go +++ b/service/pcaconnectorscep/go_module_metadata.go @@ -3,4 +3,4 @@ package pcaconnectorscep // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.4.2" +const goModuleVersion = "1.4.3" diff --git a/service/pcs/CHANGELOG.md b/service/pcs/CHANGELOG.md index e668097a2f2..913e5fdd26b 100644 --- a/service/pcs/CHANGELOG.md +++ b/service/pcs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.4 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.3 (2024-10-24) * **Documentation**: Documentation update: added the default value of the Slurm configuration parameter scaleDownIdleTimeInSeconds to its description. diff --git a/service/pcs/go.mod b/service/pcs/go.mod index dec491424e4..afcfca6005a 100644 --- a/service/pcs/go.mod +++ b/service/pcs/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/pcs go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/pcs/go_module_metadata.go b/service/pcs/go_module_metadata.go index eb2f512bb83..15fe29fa9c1 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.3" +const goModuleVersion = "1.2.4" diff --git a/service/personalize/CHANGELOG.md b/service/personalize/CHANGELOG.md index 2cea7079280..107768c91a0 100644 --- a/service/personalize/CHANGELOG.md +++ b/service/personalize/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.39.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.39.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/personalize/go.mod b/service/personalize/go.mod index 9b614d6ae11..cada4acdf5f 100644 --- a/service/personalize/go.mod +++ b/service/personalize/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/personalize go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/personalize/go_module_metadata.go b/service/personalize/go_module_metadata.go index d2a37d7faf6..26b79f027a1 100644 --- a/service/personalize/go_module_metadata.go +++ b/service/personalize/go_module_metadata.go @@ -3,4 +3,4 @@ package personalize // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.39.2" +const goModuleVersion = "1.39.3" diff --git a/service/personalizeevents/CHANGELOG.md b/service/personalizeevents/CHANGELOG.md index 42603bee9f0..af777b0fc0b 100644 --- a/service/personalizeevents/CHANGELOG.md +++ b/service/personalizeevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/personalizeevents/go.mod b/service/personalizeevents/go.mod index 03d1eb8ab70..38d127efa7b 100644 --- a/service/personalizeevents/go.mod +++ b/service/personalizeevents/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/personalizeevents go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/personalizeevents/go_module_metadata.go b/service/personalizeevents/go_module_metadata.go index 00fddddc40f..6ef93f4e0c1 100644 --- a/service/personalizeevents/go_module_metadata.go +++ b/service/personalizeevents/go_module_metadata.go @@ -3,4 +3,4 @@ package personalizeevents // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/personalizeruntime/CHANGELOG.md b/service/personalizeruntime/CHANGELOG.md index e662ff20d3c..f1e80f4109a 100644 --- a/service/personalizeruntime/CHANGELOG.md +++ b/service/personalizeruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/personalizeruntime/go.mod b/service/personalizeruntime/go.mod index 5c4dd81de2c..539e0003aec 100644 --- a/service/personalizeruntime/go.mod +++ b/service/personalizeruntime/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/personalizeruntime go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/personalizeruntime/go_module_metadata.go b/service/personalizeruntime/go_module_metadata.go index b3a87f2d746..237915a9bf6 100644 --- a/service/personalizeruntime/go_module_metadata.go +++ b/service/personalizeruntime/go_module_metadata.go @@ -3,4 +3,4 @@ package personalizeruntime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/pi/CHANGELOG.md b/service/pi/CHANGELOG.md index 86175af3706..d3e9c08eaf2 100644 --- a/service/pi/CHANGELOG.md +++ b/service/pi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pi/go.mod b/service/pi/go.mod index 0512c4836e0..d8fa7fd56a5 100644 --- a/service/pi/go.mod +++ b/service/pi/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/pi go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/pi/go_module_metadata.go b/service/pi/go_module_metadata.go index c9cfb7c3f48..7d723fd42f7 100644 --- a/service/pi/go_module_metadata.go +++ b/service/pi/go_module_metadata.go @@ -3,4 +3,4 @@ package pi // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.2" +const goModuleVersion = "1.29.3" diff --git a/service/pinpoint/CHANGELOG.md b/service/pinpoint/CHANGELOG.md index 25a88470e38..2b520204dc5 100644 --- a/service/pinpoint/CHANGELOG.md +++ b/service/pinpoint/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpoint/go.mod b/service/pinpoint/go.mod index 09d7e183d5f..9bd8024a382 100644 --- a/service/pinpoint/go.mod +++ b/service/pinpoint/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/pinpoint go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/pinpoint/go_module_metadata.go b/service/pinpoint/go_module_metadata.go index 8ff2b8f8165..2af9c75b070 100644 --- a/service/pinpoint/go_module_metadata.go +++ b/service/pinpoint/go_module_metadata.go @@ -3,4 +3,4 @@ package pinpoint // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.2" +const goModuleVersion = "1.34.3" diff --git a/service/pinpointemail/CHANGELOG.md b/service/pinpointemail/CHANGELOG.md index e3f36ce2938..9f807e6b8b9 100644 --- a/service/pinpointemail/CHANGELOG.md +++ b/service/pinpointemail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpointemail/go.mod b/service/pinpointemail/go.mod index 2eddae2fef6..e1a3b7f1b77 100644 --- a/service/pinpointemail/go.mod +++ b/service/pinpointemail/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/pinpointemail go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/pinpointemail/go_module_metadata.go b/service/pinpointemail/go_module_metadata.go index 649831d124b..b40f6f82509 100644 --- a/service/pinpointemail/go_module_metadata.go +++ b/service/pinpointemail/go_module_metadata.go @@ -3,4 +3,4 @@ package pinpointemail // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/pinpointsmsvoice/CHANGELOG.md b/service/pinpointsmsvoice/CHANGELOG.md index 6ddd90b5f37..926d778db9c 100644 --- a/service/pinpointsmsvoice/CHANGELOG.md +++ b/service/pinpointsmsvoice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpointsmsvoice/go.mod b/service/pinpointsmsvoice/go.mod index 0713ce922d8..4673b909f8e 100644 --- a/service/pinpointsmsvoice/go.mod +++ b/service/pinpointsmsvoice/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/pinpointsmsvoice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/pinpointsmsvoice/go_module_metadata.go b/service/pinpointsmsvoice/go_module_metadata.go index 5266a08fa94..814508fe9ba 100644 --- a/service/pinpointsmsvoice/go_module_metadata.go +++ b/service/pinpointsmsvoice/go_module_metadata.go @@ -3,4 +3,4 @@ package pinpointsmsvoice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/pinpointsmsvoicev2/CHANGELOG.md b/service/pinpointsmsvoicev2/CHANGELOG.md index d56daa2beb5..6050856618c 100644 --- a/service/pinpointsmsvoicev2/CHANGELOG.md +++ b/service/pinpointsmsvoicev2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.0 (2024-10-17) * **Feature**: Added the registrations status of REQUIRES_AUTHENTICATION diff --git a/service/pinpointsmsvoicev2/go.mod b/service/pinpointsmsvoicev2/go.mod index c595fa89afc..69be14f5d5d 100644 --- a/service/pinpointsmsvoicev2/go.mod +++ b/service/pinpointsmsvoicev2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/pinpointsmsvoicev2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/pinpointsmsvoicev2/go_module_metadata.go b/service/pinpointsmsvoicev2/go_module_metadata.go index 8e60cd56047..1244ba920df 100644 --- a/service/pinpointsmsvoicev2/go_module_metadata.go +++ b/service/pinpointsmsvoicev2/go_module_metadata.go @@ -3,4 +3,4 @@ package pinpointsmsvoicev2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.0" +const goModuleVersion = "1.16.1" diff --git a/service/pipes/CHANGELOG.md b/service/pipes/CHANGELOG.md index 8dccfc2f0a7..8d325fba5c4 100644 --- a/service/pipes/CHANGELOG.md +++ b/service/pipes/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.0 (2024-10-17) * **Feature**: This release adds validation to require specifying a SecurityGroup and Subnets in the Vpc object under PipesSourceSelfManagedKafkaParameters. It also adds support for iso-e, iso-f, and other non-commercial partitions in ARN parameters. diff --git a/service/pipes/go.mod b/service/pipes/go.mod index baf3b7ac16e..6d52a8aff95 100644 --- a/service/pipes/go.mod +++ b/service/pipes/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/pipes go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/pipes/go_module_metadata.go b/service/pipes/go_module_metadata.go index 40f48179e67..9f471813953 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.18.0" +const goModuleVersion = "1.18.1" diff --git a/service/polly/CHANGELOG.md b/service/polly/CHANGELOG.md index 1a4a4df733c..9ee9e40e630 100644 --- a/service/polly/CHANGELOG.md +++ b/service/polly/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.45.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.45.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/polly/go.mod b/service/polly/go.mod index ccd5e07f89f..48ba6c8db80 100644 --- a/service/polly/go.mod +++ b/service/polly/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/service/polly go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/polly/go_module_metadata.go b/service/polly/go_module_metadata.go index 72e56bdb60a..f7c373bb6d6 100644 --- a/service/polly/go_module_metadata.go +++ b/service/polly/go_module_metadata.go @@ -3,4 +3,4 @@ package polly // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.45.2" +const goModuleVersion = "1.45.3" diff --git a/service/pricing/CHANGELOG.md b/service/pricing/CHANGELOG.md index bafc4e8c8bc..51f61da34e2 100644 --- a/service/pricing/CHANGELOG.md +++ b/service/pricing/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pricing/go.mod b/service/pricing/go.mod index f8dca7dccd6..4edd44145be 100644 --- a/service/pricing/go.mod +++ b/service/pricing/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/pricing go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/pricing/go_module_metadata.go b/service/pricing/go_module_metadata.go index 49993cde93c..ebab98854ea 100644 --- a/service/pricing/go_module_metadata.go +++ b/service/pricing/go_module_metadata.go @@ -3,4 +3,4 @@ package pricing // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.32.2" +const goModuleVersion = "1.32.3" diff --git a/service/privatenetworks/CHANGELOG.md b/service/privatenetworks/CHANGELOG.md index ac4a90074de..be1c9616745 100644 --- a/service/privatenetworks/CHANGELOG.md +++ b/service/privatenetworks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/privatenetworks/go.mod b/service/privatenetworks/go.mod index 59862f43f59..2204bbf1edf 100644 --- a/service/privatenetworks/go.mod +++ b/service/privatenetworks/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/privatenetworks go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/privatenetworks/go_module_metadata.go b/service/privatenetworks/go_module_metadata.go index 994730cb3b3..dba2bcfddc2 100644 --- a/service/privatenetworks/go_module_metadata.go +++ b/service/privatenetworks/go_module_metadata.go @@ -3,4 +3,4 @@ package privatenetworks // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/proton/CHANGELOG.md b/service/proton/CHANGELOG.md index 0ee1e75ef59..ccf866e23aa 100644 --- a/service/proton/CHANGELOG.md +++ b/service/proton/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/proton/go.mod b/service/proton/go.mod index e97cdf67208..efa7cf219f4 100644 --- a/service/proton/go.mod +++ b/service/proton/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/proton go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/proton/go_module_metadata.go b/service/proton/go_module_metadata.go index 643a62b6721..b6b63a2c1f4 100644 --- a/service/proton/go_module_metadata.go +++ b/service/proton/go_module_metadata.go @@ -3,4 +3,4 @@ package proton // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.2" +const goModuleVersion = "1.33.3" diff --git a/service/qapps/CHANGELOG.md b/service/qapps/CHANGELOG.md index 455fe8c7f8c..aca2c4f7523 100644 --- a/service/qapps/CHANGELOG.md +++ b/service/qapps/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/qapps/go.mod b/service/qapps/go.mod index 099791ae616..6bafd2d894b 100644 --- a/service/qapps/go.mod +++ b/service/qapps/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/qapps go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/qapps/go_module_metadata.go b/service/qapps/go_module_metadata.go index 917556c2023..cf86784ff16 100644 --- a/service/qapps/go_module_metadata.go +++ b/service/qapps/go_module_metadata.go @@ -3,4 +3,4 @@ package qapps // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.3.2" +const goModuleVersion = "1.3.3" diff --git a/service/qbusiness/CHANGELOG.md b/service/qbusiness/CHANGELOG.md index bdfe4f873c1..6278675a192 100644 --- a/service/qbusiness/CHANGELOG.md +++ b/service/qbusiness/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # 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 diff --git a/service/qbusiness/go.mod b/service/qbusiness/go.mod index 32eefe1d18f..521ba6e9a2e 100644 --- a/service/qbusiness/go.mod +++ b/service/qbusiness/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/qbusiness go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/qbusiness/go_module_metadata.go b/service/qbusiness/go_module_metadata.go index 6d93d6c8036..ba445c733a7 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.15.0" +const goModuleVersion = "1.15.1" diff --git a/service/qconnect/CHANGELOG.md b/service/qconnect/CHANGELOG.md index fb9e1583ba7..2b755348d35 100644 --- a/service/qconnect/CHANGELOG.md +++ b/service/qconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2024-10-09) * No change notes available for this release. diff --git a/service/qconnect/go.mod b/service/qconnect/go.mod index 8c27763b1aa..4ac53ffd791 100644 --- a/service/qconnect/go.mod +++ b/service/qconnect/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/qconnect go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/qconnect/go_module_metadata.go b/service/qconnect/go_module_metadata.go index 36e0c900ba0..19a91913ca7 100644 --- a/service/qconnect/go_module_metadata.go +++ b/service/qconnect/go_module_metadata.go @@ -3,4 +3,4 @@ package qconnect // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/qldb/CHANGELOG.md b/service/qldb/CHANGELOG.md index babec636927..8260b6752d2 100644 --- a/service/qldb/CHANGELOG.md +++ b/service/qldb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/qldb/go.mod b/service/qldb/go.mod index b22b046e09c..6684f2ecf0e 100644 --- a/service/qldb/go.mod +++ b/service/qldb/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/qldb go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/qldb/go_module_metadata.go b/service/qldb/go_module_metadata.go index eee3c3c6e38..a09723f5bc8 100644 --- a/service/qldb/go_module_metadata.go +++ b/service/qldb/go_module_metadata.go @@ -3,4 +3,4 @@ package qldb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/qldbsession/CHANGELOG.md b/service/qldbsession/CHANGELOG.md index 6f40c882c64..7f7f02e3957 100644 --- a/service/qldbsession/CHANGELOG.md +++ b/service/qldbsession/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/qldbsession/go.mod b/service/qldbsession/go.mod index 1c8d1b819fe..8622cf256ea 100644 --- a/service/qldbsession/go.mod +++ b/service/qldbsession/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/qldbsession go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/qldbsession/go_module_metadata.go b/service/qldbsession/go_module_metadata.go index d304b44ada3..d2bf3091f0f 100644 --- a/service/qldbsession/go_module_metadata.go +++ b/service/qldbsession/go_module_metadata.go @@ -3,4 +3,4 @@ package qldbsession // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/quicksight/CHANGELOG.md b/service/quicksight/CHANGELOG.md index 1fce3a456f4..8f8465ad0b3 100644 --- a/service/quicksight/CHANGELOG.md +++ b/service/quicksight/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.77.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.77.0 (2024-10-17) * **Feature**: Add StartDashboardSnapshotJobSchedule API. RestoreAnalysis now supports restoring analysis to folders. diff --git a/service/quicksight/go.mod b/service/quicksight/go.mod index 7ceb49f83cb..cbc5abde0b4 100644 --- a/service/quicksight/go.mod +++ b/service/quicksight/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/quicksight go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/quicksight/go_module_metadata.go b/service/quicksight/go_module_metadata.go index 5f9f6fa5259..2647b403e85 100644 --- a/service/quicksight/go_module_metadata.go +++ b/service/quicksight/go_module_metadata.go @@ -3,4 +3,4 @@ package quicksight // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.77.0" +const goModuleVersion = "1.77.1" diff --git a/service/ram/CHANGELOG.md b/service/ram/CHANGELOG.md index 6d48fd98c95..99d47c437ae 100644 --- a/service/ram/CHANGELOG.md +++ b/service/ram/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ram/go.mod b/service/ram/go.mod index cc385264f4d..10038c97b4e 100644 --- a/service/ram/go.mod +++ b/service/ram/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ram go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/ram/go_module_metadata.go b/service/ram/go_module_metadata.go index 32c35ffd6f7..e15dc2b46d6 100644 --- a/service/ram/go_module_metadata.go +++ b/service/ram/go_module_metadata.go @@ -3,4 +3,4 @@ package ram // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.2" +const goModuleVersion = "1.29.3" diff --git a/service/rbin/CHANGELOG.md b/service/rbin/CHANGELOG.md index a3f1eec083a..04678bd67bd 100644 --- a/service/rbin/CHANGELOG.md +++ b/service/rbin/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rbin/go.mod b/service/rbin/go.mod index b665b2648b0..ec901029459 100644 --- a/service/rbin/go.mod +++ b/service/rbin/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/rbin go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/rbin/go_module_metadata.go b/service/rbin/go_module_metadata.go index c8ef17bfa21..7db7afcb526 100644 --- a/service/rbin/go_module_metadata.go +++ b/service/rbin/go_module_metadata.go @@ -3,4 +3,4 @@ package rbin // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/rds/CHANGELOG.md b/service/rds/CHANGELOG.md index 5a002f2d90b..7c4a594a671 100644 --- a/service/rds/CHANGELOG.md +++ b/service/rds/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.89.0 (2024-10-28) + +* **Feature**: This release adds support for Enhanced Monitoring and Performance Insights when restoring Aurora Limitless Database DB clusters. It also adds support for the os-upgrade pending maintenance action. +* **Dependency Update**: Updated to the latest SDK module versions + # v1.88.0 (2024-10-22) * **Feature**: Global clusters now expose the Endpoint attribute as one of its fields. It is a Read/Write endpoint for the global cluster which resolves to the Global Cluster writer instance. diff --git a/service/rds/go.mod b/service/rds/go.mod index 3949807b5ad..a09a85c1174 100644 --- a/service/rds/go.mod +++ b/service/rds/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/service/rds go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/rds/go_module_metadata.go b/service/rds/go_module_metadata.go index 3949400a4d3..3ad14d8d2bf 100644 --- a/service/rds/go_module_metadata.go +++ b/service/rds/go_module_metadata.go @@ -3,4 +3,4 @@ package rds // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.88.0" +const goModuleVersion = "1.89.0" diff --git a/service/rdsdata/CHANGELOG.md b/service/rdsdata/CHANGELOG.md index 943d36dab09..42d4df83bec 100644 --- a/service/rdsdata/CHANGELOG.md +++ b/service/rdsdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rdsdata/go.mod b/service/rdsdata/go.mod index 6e3a1773d55..670e23a1e98 100644 --- a/service/rdsdata/go.mod +++ b/service/rdsdata/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/rdsdata go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/rdsdata/go_module_metadata.go b/service/rdsdata/go_module_metadata.go index 4097dde2c95..1f208e8d625 100644 --- a/service/rdsdata/go_module_metadata.go +++ b/service/rdsdata/go_module_metadata.go @@ -3,4 +3,4 @@ package rdsdata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/redshift/CHANGELOG.md b/service/redshift/CHANGELOG.md index e57d61905ee..b557a7ec353 100644 --- a/service/redshift/CHANGELOG.md +++ b/service/redshift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.50.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.50.0 (2024-10-15) * **Feature**: This release launches the CreateIntegration, DeleteIntegration, DescribeIntegrations and ModifyIntegration APIs to create and manage Amazon Redshift Zero-ETL Integrations. diff --git a/service/redshift/go.mod b/service/redshift/go.mod index 38edbb5c031..dcbf4af8e2e 100644 --- a/service/redshift/go.mod +++ b/service/redshift/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/redshift go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/redshift/go_module_metadata.go b/service/redshift/go_module_metadata.go index dfbbc0b4517..1e1b63f4d4e 100644 --- a/service/redshift/go_module_metadata.go +++ b/service/redshift/go_module_metadata.go @@ -3,4 +3,4 @@ package redshift // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.50.0" +const goModuleVersion = "1.50.1" diff --git a/service/redshiftdata/CHANGELOG.md b/service/redshiftdata/CHANGELOG.md index a82796e2515..8aa4815d06b 100644 --- a/service/redshiftdata/CHANGELOG.md +++ b/service/redshiftdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/redshiftdata/go.mod b/service/redshiftdata/go.mod index 344bbfe7495..b7a3c8959f6 100644 --- a/service/redshiftdata/go.mod +++ b/service/redshiftdata/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/redshiftdata go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/redshiftdata/go_module_metadata.go b/service/redshiftdata/go_module_metadata.go index 2d528b78ba1..f8775c00cf8 100644 --- a/service/redshiftdata/go_module_metadata.go +++ b/service/redshiftdata/go_module_metadata.go @@ -3,4 +3,4 @@ package redshiftdata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.2" +const goModuleVersion = "1.30.3" diff --git a/service/redshiftserverless/CHANGELOG.md b/service/redshiftserverless/CHANGELOG.md index 6c92939560d..e92de2c54a9 100644 --- a/service/redshiftserverless/CHANGELOG.md +++ b/service/redshiftserverless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.4 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.3 (2024-10-25) * No change notes available for this release. diff --git a/service/redshiftserverless/go.mod b/service/redshiftserverless/go.mod index 8737384bcd0..07594e178b3 100644 --- a/service/redshiftserverless/go.mod +++ b/service/redshiftserverless/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/redshiftserverless go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/redshiftserverless/go_module_metadata.go b/service/redshiftserverless/go_module_metadata.go index 7de7d78ad1d..5263684f1c8 100644 --- a/service/redshiftserverless/go_module_metadata.go +++ b/service/redshiftserverless/go_module_metadata.go @@ -3,4 +3,4 @@ package redshiftserverless // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.3" +const goModuleVersion = "1.23.4" diff --git a/service/rekognition/CHANGELOG.md b/service/rekognition/CHANGELOG.md index b2d34882a30..2cd8c3ef902 100644 --- a/service/rekognition/CHANGELOG.md +++ b/service/rekognition/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.45.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.45.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rekognition/go.mod b/service/rekognition/go.mod index ea7779bfe91..18a230debd4 100644 --- a/service/rekognition/go.mod +++ b/service/rekognition/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/rekognition go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/rekognition/go_module_metadata.go b/service/rekognition/go_module_metadata.go index 5b951c7fcf8..cd3bcdacfed 100644 --- a/service/rekognition/go_module_metadata.go +++ b/service/rekognition/go_module_metadata.go @@ -3,4 +3,4 @@ package rekognition // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.45.2" +const goModuleVersion = "1.45.3" diff --git a/service/repostspace/CHANGELOG.md b/service/repostspace/CHANGELOG.md index ef542ea589a..ac0b911d191 100644 --- a/service/repostspace/CHANGELOG.md +++ b/service/repostspace/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.0 (2024-10-22) * **Feature**: Adds the BatchAddRole and BatchRemoveRole APIs. diff --git a/service/repostspace/go.mod b/service/repostspace/go.mod index 20da7d07724..cc60c05e2d9 100644 --- a/service/repostspace/go.mod +++ b/service/repostspace/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/repostspace go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/repostspace/go_module_metadata.go b/service/repostspace/go_module_metadata.go index f486a349070..8f4894df780 100644 --- a/service/repostspace/go_module_metadata.go +++ b/service/repostspace/go_module_metadata.go @@ -3,4 +3,4 @@ package repostspace // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.0" +const goModuleVersion = "1.8.1" diff --git a/service/resiliencehub/CHANGELOG.md b/service/resiliencehub/CHANGELOG.md index 8a2d317d552..7d26854e956 100644 --- a/service/resiliencehub/CHANGELOG.md +++ b/service/resiliencehub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.0 (2024-10-15) * **Feature**: AWS Resilience Hub now integrates with the myApplications platform, enabling customers to easily assess the resilience of applications defined in myApplications. The new Resiliency widget provides visibility into application resilience and actionable recommendations for improvement. diff --git a/service/resiliencehub/go.mod b/service/resiliencehub/go.mod index 44a40b8677e..726f61a1f6b 100644 --- a/service/resiliencehub/go.mod +++ b/service/resiliencehub/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/resiliencehub go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/resiliencehub/go_module_metadata.go b/service/resiliencehub/go_module_metadata.go index d371300fd0a..2cf06466957 100644 --- a/service/resiliencehub/go_module_metadata.go +++ b/service/resiliencehub/go_module_metadata.go @@ -3,4 +3,4 @@ package resiliencehub // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.0" +const goModuleVersion = "1.27.1" diff --git a/service/resourceexplorer2/CHANGELOG.md b/service/resourceexplorer2/CHANGELOG.md index edc90813508..094a6a4cf02 100644 --- a/service/resourceexplorer2/CHANGELOG.md +++ b/service/resourceexplorer2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.4 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.3 (2024-10-09) * No change notes available for this release. diff --git a/service/resourceexplorer2/go.mod b/service/resourceexplorer2/go.mod index f3812c3ced7..deedbaa1d9d 100644 --- a/service/resourceexplorer2/go.mod +++ b/service/resourceexplorer2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/resourceexplorer2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/resourceexplorer2/go_module_metadata.go b/service/resourceexplorer2/go_module_metadata.go index 75697188b14..37270f18233 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.15.3" +const goModuleVersion = "1.15.4" diff --git a/service/resourcegroups/CHANGELOG.md b/service/resourcegroups/CHANGELOG.md index 8f5637fd424..f3b43cce464 100644 --- a/service/resourcegroups/CHANGELOG.md +++ b/service/resourcegroups/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/resourcegroups/go.mod b/service/resourcegroups/go.mod index bcf29d8078a..76c75d85ce2 100644 --- a/service/resourcegroups/go.mod +++ b/service/resourcegroups/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/resourcegroups go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/resourcegroups/go_module_metadata.go b/service/resourcegroups/go_module_metadata.go index 8fdb6570044..75f74167db5 100644 --- a/service/resourcegroups/go_module_metadata.go +++ b/service/resourcegroups/go_module_metadata.go @@ -3,4 +3,4 @@ package resourcegroups // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/resourcegroupstaggingapi/CHANGELOG.md b/service/resourcegroupstaggingapi/CHANGELOG.md index f292deee1aa..c71cd2140ae 100644 --- a/service/resourcegroupstaggingapi/CHANGELOG.md +++ b/service/resourcegroupstaggingapi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/resourcegroupstaggingapi/go.mod b/service/resourcegroupstaggingapi/go.mod index be0a479e541..d9229852b1e 100644 --- a/service/resourcegroupstaggingapi/go.mod +++ b/service/resourcegroupstaggingapi/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/resourcegroupstaggingapi/go_module_metadata.go b/service/resourcegroupstaggingapi/go_module_metadata.go index a41b2ea8fb4..4533e197ded 100644 --- a/service/resourcegroupstaggingapi/go_module_metadata.go +++ b/service/resourcegroupstaggingapi/go_module_metadata.go @@ -3,4 +3,4 @@ package resourcegroupstaggingapi // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/robomaker/CHANGELOG.md b/service/robomaker/CHANGELOG.md index 084ddb943f8..b5b80d0265d 100644 --- a/service/robomaker/CHANGELOG.md +++ b/service/robomaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.4 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.3 (2024-10-11) * **Documentation**: Documentation update: added support notices to each API action. diff --git a/service/robomaker/go.mod b/service/robomaker/go.mod index ec16e09c75f..45e091fa3d4 100644 --- a/service/robomaker/go.mod +++ b/service/robomaker/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/robomaker go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/robomaker/go_module_metadata.go b/service/robomaker/go_module_metadata.go index 792032f8fae..b0e179b29af 100644 --- a/service/robomaker/go_module_metadata.go +++ b/service/robomaker/go_module_metadata.go @@ -3,4 +3,4 @@ package robomaker // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.3" +const goModuleVersion = "1.30.4" diff --git a/service/rolesanywhere/CHANGELOG.md b/service/rolesanywhere/CHANGELOG.md index 6205cb45aa2..a2bcbe2e0a4 100644 --- a/service/rolesanywhere/CHANGELOG.md +++ b/service/rolesanywhere/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rolesanywhere/go.mod b/service/rolesanywhere/go.mod index 1c2ba559247..3af0d99755f 100644 --- a/service/rolesanywhere/go.mod +++ b/service/rolesanywhere/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/rolesanywhere go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/rolesanywhere/go_module_metadata.go b/service/rolesanywhere/go_module_metadata.go index 409ca6bfcd4..7df20982794 100644 --- a/service/rolesanywhere/go_module_metadata.go +++ b/service/rolesanywhere/go_module_metadata.go @@ -3,4 +3,4 @@ package rolesanywhere // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/route53/CHANGELOG.md b/service/route53/CHANGELOG.md index 424b5a809e6..a16076ff2d4 100644 --- a/service/route53/CHANGELOG.md +++ b/service/route53/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.45.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.45.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53/go.mod b/service/route53/go.mod index 0d0dd6fb92e..0916984f636 100644 --- a/service/route53/go.mod +++ b/service/route53/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/route53 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/route53/go_module_metadata.go b/service/route53/go_module_metadata.go index a045a53094b..36949b00d95 100644 --- a/service/route53/go_module_metadata.go +++ b/service/route53/go_module_metadata.go @@ -3,4 +3,4 @@ package route53 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.45.2" +const goModuleVersion = "1.45.3" diff --git a/service/route53domains/CHANGELOG.md b/service/route53domains/CHANGELOG.md index f9697aa95e6..f96bfd4da6d 100644 --- a/service/route53domains/CHANGELOG.md +++ b/service/route53domains/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53domains/go.mod b/service/route53domains/go.mod index facc4b18e09..27a07baad6b 100644 --- a/service/route53domains/go.mod +++ b/service/route53domains/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/route53domains go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/route53domains/go_module_metadata.go b/service/route53domains/go_module_metadata.go index 737f33aa8c0..dd55f3dc0da 100644 --- a/service/route53domains/go_module_metadata.go +++ b/service/route53domains/go_module_metadata.go @@ -3,4 +3,4 @@ package route53domains // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/route53profiles/CHANGELOG.md b/service/route53profiles/CHANGELOG.md index f952f1c711a..98f392a2a7a 100644 --- a/service/route53profiles/CHANGELOG.md +++ b/service/route53profiles/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53profiles/go.mod b/service/route53profiles/go.mod index 790dea20917..0eb7eca0a62 100644 --- a/service/route53profiles/go.mod +++ b/service/route53profiles/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/route53profiles go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/route53profiles/go_module_metadata.go b/service/route53profiles/go_module_metadata.go index 4ece1632d93..8760d4f7935 100644 --- a/service/route53profiles/go_module_metadata.go +++ b/service/route53profiles/go_module_metadata.go @@ -3,4 +3,4 @@ package route53profiles // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.4.2" +const goModuleVersion = "1.4.3" diff --git a/service/route53recoverycluster/CHANGELOG.md b/service/route53recoverycluster/CHANGELOG.md index f644f3052c0..be7d893c942 100644 --- a/service/route53recoverycluster/CHANGELOG.md +++ b/service/route53recoverycluster/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53recoverycluster/go.mod b/service/route53recoverycluster/go.mod index cbd811eb7a1..71a6efe5d27 100644 --- a/service/route53recoverycluster/go.mod +++ b/service/route53recoverycluster/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/route53recoverycluster go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/route53recoverycluster/go_module_metadata.go b/service/route53recoverycluster/go_module_metadata.go index 5bb16eed243..096307753bc 100644 --- a/service/route53recoverycluster/go_module_metadata.go +++ b/service/route53recoverycluster/go_module_metadata.go @@ -3,4 +3,4 @@ package route53recoverycluster // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/route53recoverycontrolconfig/CHANGELOG.md b/service/route53recoverycontrolconfig/CHANGELOG.md index 31c68860e35..64792c9d357 100644 --- a/service/route53recoverycontrolconfig/CHANGELOG.md +++ b/service/route53recoverycontrolconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53recoverycontrolconfig/go.mod b/service/route53recoverycontrolconfig/go.mod index 0cd1f9311e5..ffa2ae6f4b1 100644 --- a/service/route53recoverycontrolconfig/go.mod +++ b/service/route53recoverycontrolconfig/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/route53recoverycontrolconfig go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/route53recoverycontrolconfig/go_module_metadata.go b/service/route53recoverycontrolconfig/go_module_metadata.go index ac97c93b60b..1ba029d4d60 100644 --- a/service/route53recoverycontrolconfig/go_module_metadata.go +++ b/service/route53recoverycontrolconfig/go_module_metadata.go @@ -3,4 +3,4 @@ package route53recoverycontrolconfig // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/route53recoveryreadiness/CHANGELOG.md b/service/route53recoveryreadiness/CHANGELOG.md index ba2cd4fc7a6..c658b5ee751 100644 --- a/service/route53recoveryreadiness/CHANGELOG.md +++ b/service/route53recoveryreadiness/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53recoveryreadiness/go.mod b/service/route53recoveryreadiness/go.mod index efc3e59fa2b..3044a165c23 100644 --- a/service/route53recoveryreadiness/go.mod +++ b/service/route53recoveryreadiness/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/route53recoveryreadiness go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/route53recoveryreadiness/go_module_metadata.go b/service/route53recoveryreadiness/go_module_metadata.go index db28b164bbf..bae5bde8fa3 100644 --- a/service/route53recoveryreadiness/go_module_metadata.go +++ b/service/route53recoveryreadiness/go_module_metadata.go @@ -3,4 +3,4 @@ package route53recoveryreadiness // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/route53resolver/CHANGELOG.md b/service/route53resolver/CHANGELOG.md index fd0ad7e973b..6ed0957ae90 100644 --- a/service/route53resolver/CHANGELOG.md +++ b/service/route53resolver/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.0 (2024-10-10) * **Feature**: Route 53 Resolver Forwarding Rules can now include a server name indication (SNI) in the target address for rules that use the DNS-over-HTTPS (DoH) protocol. When a DoH-enabled Outbound Resolver Endpoint forwards a request to a DoH server, it will provide the SNI in the TLS handshake. diff --git a/service/route53resolver/go.mod b/service/route53resolver/go.mod index 4e8f14a3c48..fd09e7a3cf8 100644 --- a/service/route53resolver/go.mod +++ b/service/route53resolver/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/route53resolver go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/route53resolver/go_module_metadata.go b/service/route53resolver/go_module_metadata.go index 263512d6abf..628e802cfb5 100644 --- a/service/route53resolver/go_module_metadata.go +++ b/service/route53resolver/go_module_metadata.go @@ -3,4 +3,4 @@ package route53resolver // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.0" +const goModuleVersion = "1.33.1" diff --git a/service/rum/CHANGELOG.md b/service/rum/CHANGELOG.md index 082cb467f2d..571dcfbb6af 100644 --- a/service/rum/CHANGELOG.md +++ b/service/rum/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rum/go.mod b/service/rum/go.mod index ea940724e07..981726ef713 100644 --- a/service/rum/go.mod +++ b/service/rum/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/rum go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/rum/go_module_metadata.go b/service/rum/go_module_metadata.go index 670849a5948..e97168d9640 100644 --- a/service/rum/go_module_metadata.go +++ b/service/rum/go_module_metadata.go @@ -3,4 +3,4 @@ package rum // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/s3/CHANGELOG.md b/service/s3/CHANGELOG.md index f2a11c448c6..f45b06706db 100644 --- a/service/s3/CHANGELOG.md +++ b/service/s3/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.66.2 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.66.1 (2024-10-25) * **Bug Fix**: Update presign post URL resolution to use the exact result from EndpointResolverV2 diff --git a/service/s3/go.mod b/service/s3/go.mod index 039f68dcead..6a446c7ac0c 100644 --- a/service/s3/go.mod +++ b/service/s3/go.mod @@ -3,15 +3,15 @@ module github.com/aws/aws-sdk-go-v2/service/s3 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 - github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.21 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.22 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.2 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.2 + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.3 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.3 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/s3/go_module_metadata.go b/service/s3/go_module_metadata.go index 7eafe989277..e61dd00638e 100644 --- a/service/s3/go_module_metadata.go +++ b/service/s3/go_module_metadata.go @@ -3,4 +3,4 @@ package s3 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.66.1" +const goModuleVersion = "1.66.2" diff --git a/service/s3/internal/configtesting/go.mod b/service/s3/internal/configtesting/go.mod index 848382256de..6a560fb13e0 100644 --- a/service/s3/internal/configtesting/go.mod +++ b/service/s3/internal/configtesting/go.mod @@ -3,22 +3,22 @@ module github.com/aws/aws-sdk-go-v2/service/s3/internal/configtesting go 1.21 require ( - github.com/aws/aws-sdk-go-v2/config v1.28.0 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.2 + github.com/aws/aws-sdk-go-v2/config v1.28.1 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.3 ) require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.41 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.17 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 // indirect + github.com/aws/aws-sdk-go-v2 v1.32.3 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.42 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.18 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.2 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.32.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.3 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.32.3 // indirect github.com/aws/smithy-go v1.22.0 // indirect ) diff --git a/service/s3control/CHANGELOG.md b/service/s3control/CHANGELOG.md index e7e779db743..d03c20a359f 100644 --- a/service/s3control/CHANGELOG.md +++ b/service/s3control/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.49.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.49.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/s3control/go.mod b/service/s3control/go.mod index 326a198d3a9..a87925d4fd8 100644 --- a/service/s3control/go.mod +++ b/service/s3control/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/s3control go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.3 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/s3control/go_module_metadata.go b/service/s3control/go_module_metadata.go index d232767d33e..eea0c961538 100644 --- a/service/s3control/go_module_metadata.go +++ b/service/s3control/go_module_metadata.go @@ -3,4 +3,4 @@ package s3control // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.49.2" +const goModuleVersion = "1.49.3" diff --git a/service/s3outposts/CHANGELOG.md b/service/s3outposts/CHANGELOG.md index 4a0edc12cb8..81cc3be8fec 100644 --- a/service/s3outposts/CHANGELOG.md +++ b/service/s3outposts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/s3outposts/go.mod b/service/s3outposts/go.mod index 5e68d749494..84ce587592a 100644 --- a/service/s3outposts/go.mod +++ b/service/s3outposts/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/s3outposts go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/s3outposts/go_module_metadata.go b/service/s3outposts/go_module_metadata.go index fe33b8aeb60..828567361c4 100644 --- a/service/s3outposts/go_module_metadata.go +++ b/service/s3outposts/go_module_metadata.go @@ -3,4 +3,4 @@ package s3outposts // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.2" +const goModuleVersion = "1.28.3" diff --git a/service/sagemaker/CHANGELOG.md b/service/sagemaker/CHANGELOG.md index 17728bdb87c..c1f2a12eccd 100644 --- a/service/sagemaker/CHANGELOG.md +++ b/service/sagemaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.163.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.163.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemaker/go.mod b/service/sagemaker/go.mod index 20a5be6263f..d0c2f1e5a4e 100644 --- a/service/sagemaker/go.mod +++ b/service/sagemaker/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sagemaker go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/sagemaker/go_module_metadata.go b/service/sagemaker/go_module_metadata.go index 77f2e5a8ac8..0866948963c 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.163.2" +const goModuleVersion = "1.163.3" diff --git a/service/sagemakera2iruntime/CHANGELOG.md b/service/sagemakera2iruntime/CHANGELOG.md index 7f830df84a1..28fc04ae876 100644 --- a/service/sagemakera2iruntime/CHANGELOG.md +++ b/service/sagemakera2iruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakera2iruntime/go.mod b/service/sagemakera2iruntime/go.mod index 3ee214f7540..c18d5a97ed0 100644 --- a/service/sagemakera2iruntime/go.mod +++ b/service/sagemakera2iruntime/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sagemakera2iruntime go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/sagemakera2iruntime/go_module_metadata.go b/service/sagemakera2iruntime/go_module_metadata.go index a73c68542cc..9172d325032 100644 --- a/service/sagemakera2iruntime/go_module_metadata.go +++ b/service/sagemakera2iruntime/go_module_metadata.go @@ -3,4 +3,4 @@ package sagemakera2iruntime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/sagemakeredge/CHANGELOG.md b/service/sagemakeredge/CHANGELOG.md index 1d2fea5b899..64c1901a766 100644 --- a/service/sagemakeredge/CHANGELOG.md +++ b/service/sagemakeredge/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakeredge/go.mod b/service/sagemakeredge/go.mod index fa5d718fe35..787653d776f 100644 --- a/service/sagemakeredge/go.mod +++ b/service/sagemakeredge/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sagemakeredge go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/sagemakeredge/go_module_metadata.go b/service/sagemakeredge/go_module_metadata.go index 37d27b84ec3..6f5d1ba4d3e 100644 --- a/service/sagemakeredge/go_module_metadata.go +++ b/service/sagemakeredge/go_module_metadata.go @@ -3,4 +3,4 @@ package sagemakeredge // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/sagemakerfeaturestoreruntime/CHANGELOG.md b/service/sagemakerfeaturestoreruntime/CHANGELOG.md index 6483f625706..e8cc14a9e3b 100644 --- a/service/sagemakerfeaturestoreruntime/CHANGELOG.md +++ b/service/sagemakerfeaturestoreruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakerfeaturestoreruntime/go.mod b/service/sagemakerfeaturestoreruntime/go.mod index 4a22cf5080b..f544ef17778 100644 --- a/service/sagemakerfeaturestoreruntime/go.mod +++ b/service/sagemakerfeaturestoreruntime/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sagemakerfeaturestoreruntime go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/sagemakerfeaturestoreruntime/go_module_metadata.go b/service/sagemakerfeaturestoreruntime/go_module_metadata.go index e1b4e2dddbf..fe6dbe35439 100644 --- a/service/sagemakerfeaturestoreruntime/go_module_metadata.go +++ b/service/sagemakerfeaturestoreruntime/go_module_metadata.go @@ -3,4 +3,4 @@ package sagemakerfeaturestoreruntime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.2" +const goModuleVersion = "1.29.3" diff --git a/service/sagemakergeospatial/CHANGELOG.md b/service/sagemakergeospatial/CHANGELOG.md index 03d8b5e58d5..e8df105781f 100644 --- a/service/sagemakergeospatial/CHANGELOG.md +++ b/service/sagemakergeospatial/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakergeospatial/go.mod b/service/sagemakergeospatial/go.mod index 263b27a487d..08316240e63 100644 --- a/service/sagemakergeospatial/go.mod +++ b/service/sagemakergeospatial/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sagemakergeospatial go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/sagemakergeospatial/go_module_metadata.go b/service/sagemakergeospatial/go_module_metadata.go index 2601d0484b3..e67f4de0e79 100644 --- a/service/sagemakergeospatial/go_module_metadata.go +++ b/service/sagemakergeospatial/go_module_metadata.go @@ -3,4 +3,4 @@ package sagemakergeospatial // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/sagemakermetrics/CHANGELOG.md b/service/sagemakermetrics/CHANGELOG.md index 02cd616adbe..dc5e7a4778c 100644 --- a/service/sagemakermetrics/CHANGELOG.md +++ b/service/sagemakermetrics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakermetrics/go.mod b/service/sagemakermetrics/go.mod index 86389a01bf6..b9ddd7a8d46 100644 --- a/service/sagemakermetrics/go.mod +++ b/service/sagemakermetrics/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sagemakermetrics go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/sagemakermetrics/go_module_metadata.go b/service/sagemakermetrics/go_module_metadata.go index 0474e97a884..02b9fcac433 100644 --- a/service/sagemakermetrics/go_module_metadata.go +++ b/service/sagemakermetrics/go_module_metadata.go @@ -3,4 +3,4 @@ package sagemakermetrics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/sagemakerruntime/CHANGELOG.md b/service/sagemakerruntime/CHANGELOG.md index f01d6a4a143..f7792524207 100644 --- a/service/sagemakerruntime/CHANGELOG.md +++ b/service/sagemakerruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakerruntime/go.mod b/service/sagemakerruntime/go.mod index 98d705f7f09..366b1769680 100644 --- a/service/sagemakerruntime/go.mod +++ b/service/sagemakerruntime/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/sagemakerruntime go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/sagemakerruntime/go_module_metadata.go b/service/sagemakerruntime/go_module_metadata.go index 43a09fd90cc..a4fee6d4c72 100644 --- a/service/sagemakerruntime/go_module_metadata.go +++ b/service/sagemakerruntime/go_module_metadata.go @@ -3,4 +3,4 @@ package sagemakerruntime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.32.2" +const goModuleVersion = "1.32.3" diff --git a/service/savingsplans/CHANGELOG.md b/service/savingsplans/CHANGELOG.md index 75b00733f0a..56f3141db26 100644 --- a/service/savingsplans/CHANGELOG.md +++ b/service/savingsplans/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/savingsplans/go.mod b/service/savingsplans/go.mod index 028665ccac7..333e1a72450 100644 --- a/service/savingsplans/go.mod +++ b/service/savingsplans/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/savingsplans go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/savingsplans/go_module_metadata.go b/service/savingsplans/go_module_metadata.go index bc888e4549c..3cca88c6395 100644 --- a/service/savingsplans/go_module_metadata.go +++ b/service/savingsplans/go_module_metadata.go @@ -3,4 +3,4 @@ package savingsplans // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/scheduler/CHANGELOG.md b/service/scheduler/CHANGELOG.md index 40d7586bde8..3c9a77adc33 100644 --- a/service/scheduler/CHANGELOG.md +++ b/service/scheduler/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/scheduler/go.mod b/service/scheduler/go.mod index 38c678e146b..840ebf345a9 100644 --- a/service/scheduler/go.mod +++ b/service/scheduler/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/scheduler go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/scheduler/go_module_metadata.go b/service/scheduler/go_module_metadata.go index 4cacf2ced18..bec89605e30 100644 --- a/service/scheduler/go_module_metadata.go +++ b/service/scheduler/go_module_metadata.go @@ -3,4 +3,4 @@ package scheduler // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/schemas/CHANGELOG.md b/service/schemas/CHANGELOG.md index 55029534a2a..090e1d7810a 100644 --- a/service/schemas/CHANGELOG.md +++ b/service/schemas/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.4 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.3 (2024-10-14) * No change notes available for this release. diff --git a/service/schemas/go.mod b/service/schemas/go.mod index 0e259e3aa28..280c49846b9 100644 --- a/service/schemas/go.mod +++ b/service/schemas/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/schemas go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/schemas/go_module_metadata.go b/service/schemas/go_module_metadata.go index e8e4af83d53..e4774f2b77a 100644 --- a/service/schemas/go_module_metadata.go +++ b/service/schemas/go_module_metadata.go @@ -3,4 +3,4 @@ package schemas // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.3" +const goModuleVersion = "1.28.4" diff --git a/service/secretsmanager/CHANGELOG.md b/service/secretsmanager/CHANGELOG.md index 8d8dd67f596..4a08336a9a6 100644 --- a/service/secretsmanager/CHANGELOG.md +++ b/service/secretsmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/secretsmanager/go.mod b/service/secretsmanager/go.mod index 2c0fb907c9d..71cb795ace1 100644 --- a/service/secretsmanager/go.mod +++ b/service/secretsmanager/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/secretsmanager go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/secretsmanager/go_module_metadata.go b/service/secretsmanager/go_module_metadata.go index f467ac4b666..56e9135aeb9 100644 --- a/service/secretsmanager/go_module_metadata.go +++ b/service/secretsmanager/go_module_metadata.go @@ -3,4 +3,4 @@ package secretsmanager // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.2" +const goModuleVersion = "1.34.3" diff --git a/service/securityhub/CHANGELOG.md b/service/securityhub/CHANGELOG.md index 6b5333c807c..e2585d77498 100644 --- a/service/securityhub/CHANGELOG.md +++ b/service/securityhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.54.4 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.54.3 (2024-10-23) * No change notes available for this release. diff --git a/service/securityhub/go.mod b/service/securityhub/go.mod index 16075c34566..efa97c78e72 100644 --- a/service/securityhub/go.mod +++ b/service/securityhub/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/securityhub go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/securityhub/go_module_metadata.go b/service/securityhub/go_module_metadata.go index f2f191a562a..6e3e5e18ad6 100644 --- a/service/securityhub/go_module_metadata.go +++ b/service/securityhub/go_module_metadata.go @@ -3,4 +3,4 @@ package securityhub // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.54.3" +const goModuleVersion = "1.54.4" diff --git a/service/securitylake/CHANGELOG.md b/service/securitylake/CHANGELOG.md index 375e28dd06b..dd15fc4698b 100644 --- a/service/securitylake/CHANGELOG.md +++ b/service/securitylake/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.0 (2024-10-14) * **Feature**: This release updates request validation regex for resource ARNs. diff --git a/service/securitylake/go.mod b/service/securitylake/go.mod index a333b28d367..5d781d37fd5 100644 --- a/service/securitylake/go.mod +++ b/service/securitylake/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/securitylake go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/securitylake/go_module_metadata.go b/service/securitylake/go_module_metadata.go index a7464ccdb35..bd9fffcf6ea 100644 --- a/service/securitylake/go_module_metadata.go +++ b/service/securitylake/go_module_metadata.go @@ -3,4 +3,4 @@ package securitylake // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.19.0" +const goModuleVersion = "1.19.1" diff --git a/service/serverlessapplicationrepository/CHANGELOG.md b/service/serverlessapplicationrepository/CHANGELOG.md index 75c6a5ee0e6..4eaa3a08c89 100644 --- a/service/serverlessapplicationrepository/CHANGELOG.md +++ b/service/serverlessapplicationrepository/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/serverlessapplicationrepository/go.mod b/service/serverlessapplicationrepository/go.mod index fbb5a951612..bfba7dade6a 100644 --- a/service/serverlessapplicationrepository/go.mod +++ b/service/serverlessapplicationrepository/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/serverlessapplicationrepository go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/serverlessapplicationrepository/go_module_metadata.go b/service/serverlessapplicationrepository/go_module_metadata.go index bea515b2f93..a1a711383b9 100644 --- a/service/serverlessapplicationrepository/go_module_metadata.go +++ b/service/serverlessapplicationrepository/go_module_metadata.go @@ -3,4 +3,4 @@ package serverlessapplicationrepository // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/servicecatalog/CHANGELOG.md b/service/servicecatalog/CHANGELOG.md index 5d7a9b947b9..a3d2d6ca9cb 100644 --- a/service/servicecatalog/CHANGELOG.md +++ b/service/servicecatalog/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicecatalog/go.mod b/service/servicecatalog/go.mod index c07d7224e57..e448d3a3f3b 100644 --- a/service/servicecatalog/go.mod +++ b/service/servicecatalog/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/servicecatalog go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/servicecatalog/go_module_metadata.go b/service/servicecatalog/go_module_metadata.go index 36a2eb34d9c..247605f993d 100644 --- a/service/servicecatalog/go_module_metadata.go +++ b/service/servicecatalog/go_module_metadata.go @@ -3,4 +3,4 @@ package servicecatalog // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.32.2" +const goModuleVersion = "1.32.3" diff --git a/service/servicecatalogappregistry/CHANGELOG.md b/service/servicecatalogappregistry/CHANGELOG.md index f215685c7bc..fef8dfe100c 100644 --- a/service/servicecatalogappregistry/CHANGELOG.md +++ b/service/servicecatalogappregistry/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicecatalogappregistry/go.mod b/service/servicecatalogappregistry/go.mod index af449444f46..240bc4d8413 100644 --- a/service/servicecatalogappregistry/go.mod +++ b/service/servicecatalogappregistry/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/servicecatalogappregistry/go_module_metadata.go b/service/servicecatalogappregistry/go_module_metadata.go index 7e43336ab4c..2a55447d325 100644 --- a/service/servicecatalogappregistry/go_module_metadata.go +++ b/service/servicecatalogappregistry/go_module_metadata.go @@ -3,4 +3,4 @@ package servicecatalogappregistry // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.2" +const goModuleVersion = "1.30.3" diff --git a/service/servicediscovery/CHANGELOG.md b/service/servicediscovery/CHANGELOG.md index 3bf979eb8ad..fcfe6129be2 100644 --- a/service/servicediscovery/CHANGELOG.md +++ b/service/servicediscovery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicediscovery/go.mod b/service/servicediscovery/go.mod index 02cf42628d5..23641d4acd0 100644 --- a/service/servicediscovery/go.mod +++ b/service/servicediscovery/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/servicediscovery go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/servicediscovery/go_module_metadata.go b/service/servicediscovery/go_module_metadata.go index 8a8e09bf0b6..d14cee61099 100644 --- a/service/servicediscovery/go_module_metadata.go +++ b/service/servicediscovery/go_module_metadata.go @@ -3,4 +3,4 @@ package servicediscovery // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.2" +const goModuleVersion = "1.33.3" diff --git a/service/servicequotas/CHANGELOG.md b/service/servicequotas/CHANGELOG.md index 85818f90b25..17caa894ee9 100644 --- a/service/servicequotas/CHANGELOG.md +++ b/service/servicequotas/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicequotas/go.mod b/service/servicequotas/go.mod index 9603163f199..91ed7a08116 100644 --- a/service/servicequotas/go.mod +++ b/service/servicequotas/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/servicequotas go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/servicequotas/go_module_metadata.go b/service/servicequotas/go_module_metadata.go index c92f7a78c09..b3beb87010e 100644 --- a/service/servicequotas/go_module_metadata.go +++ b/service/servicequotas/go_module_metadata.go @@ -3,4 +3,4 @@ package servicequotas // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/ses/CHANGELOG.md b/service/ses/CHANGELOG.md index 6ccbc1b2df4..acac7110fb3 100644 --- a/service/ses/CHANGELOG.md +++ b/service/ses/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ses/go.mod b/service/ses/go.mod index c0da930b6f0..6a1a845f248 100644 --- a/service/ses/go.mod +++ b/service/ses/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ses go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/ses/go_module_metadata.go b/service/ses/go_module_metadata.go index b9c1817cb82..003b0cb5a35 100644 --- a/service/ses/go_module_metadata.go +++ b/service/ses/go_module_metadata.go @@ -3,4 +3,4 @@ package ses // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.2" +const goModuleVersion = "1.28.3" diff --git a/service/sesv2/CHANGELOG.md b/service/sesv2/CHANGELOG.md index 4cf3219f974..ac80430992d 100644 --- a/service/sesv2/CHANGELOG.md +++ b/service/sesv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.37.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.37.0 (2024-10-15) * **Feature**: This release adds support for email maximum delivery seconds that allows senders to control the time within which their emails are attempted for delivery. diff --git a/service/sesv2/go.mod b/service/sesv2/go.mod index 6e711a5a2e0..42871c08dfb 100644 --- a/service/sesv2/go.mod +++ b/service/sesv2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sesv2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/sesv2/go_module_metadata.go b/service/sesv2/go_module_metadata.go index 5547f7bd08d..a4e9a60050c 100644 --- a/service/sesv2/go_module_metadata.go +++ b/service/sesv2/go_module_metadata.go @@ -3,4 +3,4 @@ package sesv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.37.0" +const goModuleVersion = "1.37.1" diff --git a/service/sfn/CHANGELOG.md b/service/sfn/CHANGELOG.md index 0f6fe2864a6..ef3b2843c37 100644 --- a/service/sfn/CHANGELOG.md +++ b/service/sfn/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sfn/go.mod b/service/sfn/go.mod index 5118ea0f357..bcc61c3e92b 100644 --- a/service/sfn/go.mod +++ b/service/sfn/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sfn go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/sfn/go_module_metadata.go b/service/sfn/go_module_metadata.go index dd6183cb5f1..2d4552422bc 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.33.2" +const goModuleVersion = "1.33.3" diff --git a/service/shield/CHANGELOG.md b/service/shield/CHANGELOG.md index 394b3199d66..cf2c3e46647 100644 --- a/service/shield/CHANGELOG.md +++ b/service/shield/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/shield/go.mod b/service/shield/go.mod index 5458076e5c3..d2a94d9c5b5 100644 --- a/service/shield/go.mod +++ b/service/shield/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/shield go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/shield/go_module_metadata.go b/service/shield/go_module_metadata.go index 86cd7f4b152..2f8c324e5e0 100644 --- a/service/shield/go_module_metadata.go +++ b/service/shield/go_module_metadata.go @@ -3,4 +3,4 @@ package shield // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.2" +const goModuleVersion = "1.29.3" diff --git a/service/signer/CHANGELOG.md b/service/signer/CHANGELOG.md index 79ebb9b6d5e..c448ba51273 100644 --- a/service/signer/CHANGELOG.md +++ b/service/signer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/signer/go.mod b/service/signer/go.mod index dfbc2266049..5702facff5c 100644 --- a/service/signer/go.mod +++ b/service/signer/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/signer go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/signer/go_module_metadata.go b/service/signer/go_module_metadata.go index b9b4f150d55..50a8f084479 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.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/simspaceweaver/CHANGELOG.md b/service/simspaceweaver/CHANGELOG.md index 223e8b44388..e3e507cb087 100644 --- a/service/simspaceweaver/CHANGELOG.md +++ b/service/simspaceweaver/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/simspaceweaver/go.mod b/service/simspaceweaver/go.mod index febcb9cc4b2..14d3a1f80a7 100644 --- a/service/simspaceweaver/go.mod +++ b/service/simspaceweaver/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/simspaceweaver go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/simspaceweaver/go_module_metadata.go b/service/simspaceweaver/go_module_metadata.go index 778fac786cb..9734975ef8f 100644 --- a/service/simspaceweaver/go_module_metadata.go +++ b/service/simspaceweaver/go_module_metadata.go @@ -3,4 +3,4 @@ package simspaceweaver // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/sms/CHANGELOG.md b/service/sms/CHANGELOG.md index 6ad070e8aad..a8f6cc5336b 100644 --- a/service/sms/CHANGELOG.md +++ b/service/sms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2024-10-08) * **Documentation**: Doc-only update to generate deprecated annotation for services that have been marked as deprecated. diff --git a/service/sms/go.mod b/service/sms/go.mod index f91c80aac70..61dfc97cd32 100644 --- a/service/sms/go.mod +++ b/service/sms/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sms go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/sms/go_module_metadata.go b/service/sms/go_module_metadata.go index c32466f3298..f2cab386b79 100644 --- a/service/sms/go_module_metadata.go +++ b/service/sms/go_module_metadata.go @@ -3,4 +3,4 @@ package sms // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/snowball/CHANGELOG.md b/service/snowball/CHANGELOG.md index 10a350375a8..741ded3e1b0 100644 --- a/service/snowball/CHANGELOG.md +++ b/service/snowball/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/snowball/go.mod b/service/snowball/go.mod index ebad786459a..0df185b630c 100644 --- a/service/snowball/go.mod +++ b/service/snowball/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/snowball go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/snowball/go_module_metadata.go b/service/snowball/go_module_metadata.go index 98fd24a0d4c..1233e604ec0 100644 --- a/service/snowball/go_module_metadata.go +++ b/service/snowball/go_module_metadata.go @@ -3,4 +3,4 @@ package snowball // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.2" +const goModuleVersion = "1.30.3" diff --git a/service/snowdevicemanagement/CHANGELOG.md b/service/snowdevicemanagement/CHANGELOG.md index 0950164491d..8a21396eedc 100644 --- a/service/snowdevicemanagement/CHANGELOG.md +++ b/service/snowdevicemanagement/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/snowdevicemanagement/go.mod b/service/snowdevicemanagement/go.mod index fd41beb4c8e..dab2ba198e2 100644 --- a/service/snowdevicemanagement/go.mod +++ b/service/snowdevicemanagement/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/snowdevicemanagement go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/snowdevicemanagement/go_module_metadata.go b/service/snowdevicemanagement/go_module_metadata.go index 5aa90b81c5d..ded6a155bf6 100644 --- a/service/snowdevicemanagement/go_module_metadata.go +++ b/service/snowdevicemanagement/go_module_metadata.go @@ -3,4 +3,4 @@ package snowdevicemanagement // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/sns/CHANGELOG.md b/service/sns/CHANGELOG.md index 0cecc0357b1..92272a1da9f 100644 --- a/service/sns/CHANGELOG.md +++ b/service/sns/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sns/go.mod b/service/sns/go.mod index b7255d258fa..a25acd17205 100644 --- a/service/sns/go.mod +++ b/service/sns/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sns go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/sns/go_module_metadata.go b/service/sns/go_module_metadata.go index 4a43087ad33..621b3654900 100644 --- a/service/sns/go_module_metadata.go +++ b/service/sns/go_module_metadata.go @@ -3,4 +3,4 @@ package sns // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.33.2" +const goModuleVersion = "1.33.3" diff --git a/service/socialmessaging/CHANGELOG.md b/service/socialmessaging/CHANGELOG.md index b6129d196ca..cba322528ab 100644 --- a/service/socialmessaging/CHANGELOG.md +++ b/service/socialmessaging/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.0 (2024-10-10) * **Release**: New AWS service client module diff --git a/service/socialmessaging/go.mod b/service/socialmessaging/go.mod index d1c358e09af..2d8d9ac82a0 100644 --- a/service/socialmessaging/go.mod +++ b/service/socialmessaging/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/socialmessaging go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/socialmessaging/go_module_metadata.go b/service/socialmessaging/go_module_metadata.go index cfacf0f0b4f..27873db4b8b 100644 --- a/service/socialmessaging/go_module_metadata.go +++ b/service/socialmessaging/go_module_metadata.go @@ -3,4 +3,4 @@ package socialmessaging // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.0" +const goModuleVersion = "1.0.1" diff --git a/service/sqs/CHANGELOG.md b/service/sqs/CHANGELOG.md index 6bdda305bdb..d0be1c5268b 100644 --- a/service/sqs/CHANGELOG.md +++ b/service/sqs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.36.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.36.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sqs/go.mod b/service/sqs/go.mod index c13419c7b96..77faa1ddff8 100644 --- a/service/sqs/go.mod +++ b/service/sqs/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sqs go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/sqs/go_module_metadata.go b/service/sqs/go_module_metadata.go index ea1f216ba76..c2cbba05a0c 100644 --- a/service/sqs/go_module_metadata.go +++ b/service/sqs/go_module_metadata.go @@ -3,4 +3,4 @@ package sqs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.36.2" +const goModuleVersion = "1.36.3" diff --git a/service/ssm/CHANGELOG.md b/service/ssm/CHANGELOG.md index 5f50c19f407..9285825d9bc 100644 --- a/service/ssm/CHANGELOG.md +++ b/service/ssm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.55.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.55.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssm/go.mod b/service/ssm/go.mod index c27f95ed84b..1509f615da7 100644 --- a/service/ssm/go.mod +++ b/service/ssm/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ssm go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/ssm/go_module_metadata.go b/service/ssm/go_module_metadata.go index 452f17b2b6f..7b1fa5d237f 100644 --- a/service/ssm/go_module_metadata.go +++ b/service/ssm/go_module_metadata.go @@ -3,4 +3,4 @@ package ssm // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.55.2" +const goModuleVersion = "1.55.3" diff --git a/service/ssmcontacts/CHANGELOG.md b/service/ssmcontacts/CHANGELOG.md index 4f0cd97c015..614f0cd4cbb 100644 --- a/service/ssmcontacts/CHANGELOG.md +++ b/service/ssmcontacts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssmcontacts/go.mod b/service/ssmcontacts/go.mod index d50c2413a7c..69ea04f6253 100644 --- a/service/ssmcontacts/go.mod +++ b/service/ssmcontacts/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ssmcontacts go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/ssmcontacts/go_module_metadata.go b/service/ssmcontacts/go_module_metadata.go index 6cc3097f486..ebacdaca56d 100644 --- a/service/ssmcontacts/go_module_metadata.go +++ b/service/ssmcontacts/go_module_metadata.go @@ -3,4 +3,4 @@ package ssmcontacts // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/ssmincidents/CHANGELOG.md b/service/ssmincidents/CHANGELOG.md index 912214ffc05..96984385513 100644 --- a/service/ssmincidents/CHANGELOG.md +++ b/service/ssmincidents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssmincidents/go.mod b/service/ssmincidents/go.mod index a90c96d35f3..a8e75fa435a 100644 --- a/service/ssmincidents/go.mod +++ b/service/ssmincidents/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ssmincidents go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/ssmincidents/go_module_metadata.go b/service/ssmincidents/go_module_metadata.go index 6d65b7d3c62..9ce3e95bb9f 100644 --- a/service/ssmincidents/go_module_metadata.go +++ b/service/ssmincidents/go_module_metadata.go @@ -3,4 +3,4 @@ package ssmincidents // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.2" +const goModuleVersion = "1.34.3" diff --git a/service/ssmquicksetup/CHANGELOG.md b/service/ssmquicksetup/CHANGELOG.md index 4f7d90ae1f1..1bd699e50ba 100644 --- a/service/ssmquicksetup/CHANGELOG.md +++ b/service/ssmquicksetup/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.4 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.3 (2024-10-15) * No change notes available for this release. diff --git a/service/ssmquicksetup/go.mod b/service/ssmquicksetup/go.mod index d306563d52a..ae9844c472c 100644 --- a/service/ssmquicksetup/go.mod +++ b/service/ssmquicksetup/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ssmquicksetup go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/ssmquicksetup/go_module_metadata.go b/service/ssmquicksetup/go_module_metadata.go index 7b163c9d6b0..28fff004020 100644 --- a/service/ssmquicksetup/go_module_metadata.go +++ b/service/ssmquicksetup/go_module_metadata.go @@ -3,4 +3,4 @@ package ssmquicksetup // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.2.3" +const goModuleVersion = "1.2.4" diff --git a/service/ssmsap/CHANGELOG.md b/service/ssmsap/CHANGELOG.md index a0c78fa3ff2..924f50d606c 100644 --- a/service/ssmsap/CHANGELOG.md +++ b/service/ssmsap/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssmsap/go.mod b/service/ssmsap/go.mod index db691807f0f..14d87e57182 100644 --- a/service/ssmsap/go.mod +++ b/service/ssmsap/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ssmsap go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/ssmsap/go_module_metadata.go b/service/ssmsap/go_module_metadata.go index 1b0e1305b31..683fd83c27c 100644 --- a/service/ssmsap/go_module_metadata.go +++ b/service/ssmsap/go_module_metadata.go @@ -3,4 +3,4 @@ package ssmsap // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/sso/CHANGELOG.md b/service/sso/CHANGELOG.md index c4bb87d6d2d..f7949f63a20 100644 --- a/service/sso/CHANGELOG.md +++ b/service/sso/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sso/go.mod b/service/sso/go.mod index ccded3b4a7a..75e2b50da59 100644 --- a/service/sso/go.mod +++ b/service/sso/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sso go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/sso/go_module_metadata.go b/service/sso/go_module_metadata.go index f248e459589..d526943908c 100644 --- a/service/sso/go_module_metadata.go +++ b/service/sso/go_module_metadata.go @@ -3,4 +3,4 @@ package sso // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/ssoadmin/CHANGELOG.md b/service/ssoadmin/CHANGELOG.md index b4dbeb63e01..7055d8bce6c 100644 --- a/service/ssoadmin/CHANGELOG.md +++ b/service/ssoadmin/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssoadmin/go.mod b/service/ssoadmin/go.mod index aba6b0de4c7..fa66aa71f40 100644 --- a/service/ssoadmin/go.mod +++ b/service/ssoadmin/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ssoadmin go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/ssoadmin/go_module_metadata.go b/service/ssoadmin/go_module_metadata.go index e80b5b9206b..a0513e77250 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.29.2" +const goModuleVersion = "1.29.3" diff --git a/service/ssooidc/CHANGELOG.md b/service/ssooidc/CHANGELOG.md index 54c7d83fc1f..99f1ba6126b 100644 --- a/service/ssooidc/CHANGELOG.md +++ b/service/ssooidc/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssooidc/go.mod b/service/ssooidc/go.mod index 62917542895..f8ba750704c 100644 --- a/service/ssooidc/go.mod +++ b/service/ssooidc/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ssooidc go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/ssooidc/go_module_metadata.go b/service/ssooidc/go_module_metadata.go index ab2907e583c..61b28627c55 100644 --- a/service/ssooidc/go_module_metadata.go +++ b/service/ssooidc/go_module_metadata.go @@ -3,4 +3,4 @@ package ssooidc // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.2" +const goModuleVersion = "1.28.3" diff --git a/service/storagegateway/CHANGELOG.md b/service/storagegateway/CHANGELOG.md index 9038ca50ee4..ba7b6088c53 100644 --- a/service/storagegateway/CHANGELOG.md +++ b/service/storagegateway/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.34.3 (2024-10-28) + +* **Documentation**: Documentation update: Amazon FSx File Gateway will no longer be available to new customers. +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/storagegateway/go.mod b/service/storagegateway/go.mod index e2e10c70f34..1c737e3a127 100644 --- a/service/storagegateway/go.mod +++ b/service/storagegateway/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/storagegateway go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/storagegateway/go_module_metadata.go b/service/storagegateway/go_module_metadata.go index 0829b12230f..aafd1960b4a 100644 --- a/service/storagegateway/go_module_metadata.go +++ b/service/storagegateway/go_module_metadata.go @@ -3,4 +3,4 @@ package storagegateway // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.2" +const goModuleVersion = "1.34.3" diff --git a/service/sts/CHANGELOG.md b/service/sts/CHANGELOG.md index 06ebd69ea08..3a26497624a 100644 --- a/service/sts/CHANGELOG.md +++ b/service/sts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sts/go.mod b/service/sts/go.mod index 571d36c21fc..3072cc9f481 100644 --- a/service/sts/go.mod +++ b/service/sts/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/service/sts go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/sts/go_module_metadata.go b/service/sts/go_module_metadata.go index 5e0fa189bdd..45954cd7723 100644 --- a/service/sts/go_module_metadata.go +++ b/service/sts/go_module_metadata.go @@ -3,4 +3,4 @@ package sts // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.32.2" +const goModuleVersion = "1.32.3" diff --git a/service/supplychain/CHANGELOG.md b/service/supplychain/CHANGELOG.md index a1b246d4f24..765c060bb9d 100644 --- a/service/supplychain/CHANGELOG.md +++ b/service/supplychain/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.0 (2024-10-25) * **Feature**: API doc updates, and also support showing error message on a failed instance diff --git a/service/supplychain/go.mod b/service/supplychain/go.mod index 20d1f739830..883bd527212 100644 --- a/service/supplychain/go.mod +++ b/service/supplychain/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/supplychain go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/supplychain/go_module_metadata.go b/service/supplychain/go_module_metadata.go index 02d47fa1ef8..294465a2b1d 100644 --- a/service/supplychain/go_module_metadata.go +++ b/service/supplychain/go_module_metadata.go @@ -3,4 +3,4 @@ package supplychain // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.0" +const goModuleVersion = "1.10.1" diff --git a/service/support/CHANGELOG.md b/service/support/CHANGELOG.md index 745dfed7e36..9401a0ddcf0 100644 --- a/service/support/CHANGELOG.md +++ b/service/support/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/support/go.mod b/service/support/go.mod index 2c849257b39..042ecbfb6ba 100644 --- a/service/support/go.mod +++ b/service/support/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/support go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/support/go_module_metadata.go b/service/support/go_module_metadata.go index feb3d746250..6d0ae319b9c 100644 --- a/service/support/go_module_metadata.go +++ b/service/support/go_module_metadata.go @@ -3,4 +3,4 @@ package support // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/supportapp/CHANGELOG.md b/service/supportapp/CHANGELOG.md index bacdba0d21a..3fa2bafa9f6 100644 --- a/service/supportapp/CHANGELOG.md +++ b/service/supportapp/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/supportapp/go.mod b/service/supportapp/go.mod index b8524f9f34c..f4c8d6bb9a1 100644 --- a/service/supportapp/go.mod +++ b/service/supportapp/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/supportapp go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/supportapp/go_module_metadata.go b/service/supportapp/go_module_metadata.go index 1971cea8614..9aada0dde88 100644 --- a/service/supportapp/go_module_metadata.go +++ b/service/supportapp/go_module_metadata.go @@ -3,4 +3,4 @@ package supportapp // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/swf/CHANGELOG.md b/service/swf/CHANGELOG.md index f4750cee5cc..7ae2939a5f5 100644 --- a/service/swf/CHANGELOG.md +++ b/service/swf/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/swf/go.mod b/service/swf/go.mod index dd83548445c..b1f70c804b0 100644 --- a/service/swf/go.mod +++ b/service/swf/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/swf go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/swf/go_module_metadata.go b/service/swf/go_module_metadata.go index 357dc7c6d30..9f77fa9a314 100644 --- a/service/swf/go_module_metadata.go +++ b/service/swf/go_module_metadata.go @@ -3,4 +3,4 @@ package swf // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/synthetics/CHANGELOG.md b/service/synthetics/CHANGELOG.md index 0d6bd161e44..08c9cb81c4a 100644 --- a/service/synthetics/CHANGELOG.md +++ b/service/synthetics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/synthetics/go.mod b/service/synthetics/go.mod index e8bdcab5452..f7258309b4c 100644 --- a/service/synthetics/go.mod +++ b/service/synthetics/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/synthetics go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/synthetics/go_module_metadata.go b/service/synthetics/go_module_metadata.go index d0efa372319..c5e8e42bb53 100644 --- a/service/synthetics/go_module_metadata.go +++ b/service/synthetics/go_module_metadata.go @@ -3,4 +3,4 @@ package synthetics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.2" +const goModuleVersion = "1.29.3" diff --git a/service/taxsettings/CHANGELOG.md b/service/taxsettings/CHANGELOG.md index 494187f1448..91067bed095 100644 --- a/service/taxsettings/CHANGELOG.md +++ b/service/taxsettings/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/taxsettings/go.mod b/service/taxsettings/go.mod index 758af7c4ed7..6f1f3fd29b5 100644 --- a/service/taxsettings/go.mod +++ b/service/taxsettings/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/taxsettings go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/taxsettings/go_module_metadata.go b/service/taxsettings/go_module_metadata.go index c18f4453575..c8c29dee29c 100644 --- a/service/taxsettings/go_module_metadata.go +++ b/service/taxsettings/go_module_metadata.go @@ -3,4 +3,4 @@ package taxsettings // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.5.2" +const goModuleVersion = "1.5.3" diff --git a/service/textract/CHANGELOG.md b/service/textract/CHANGELOG.md index e5abdeb26c8..47f8d3ccc95 100644 --- a/service/textract/CHANGELOG.md +++ b/service/textract/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/textract/go.mod b/service/textract/go.mod index 55df89fd73a..c32fb8d680f 100644 --- a/service/textract/go.mod +++ b/service/textract/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/textract go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/textract/go_module_metadata.go b/service/textract/go_module_metadata.go index 46cf5f9a311..d305b7352b4 100644 --- a/service/textract/go_module_metadata.go +++ b/service/textract/go_module_metadata.go @@ -3,4 +3,4 @@ package textract // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.2" +const goModuleVersion = "1.34.3" diff --git a/service/timestreaminfluxdb/CHANGELOG.md b/service/timestreaminfluxdb/CHANGELOG.md index 8d6177ae37b..46dd875c0c9 100644 --- a/service/timestreaminfluxdb/CHANGELOG.md +++ b/service/timestreaminfluxdb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/timestreaminfluxdb/go.mod b/service/timestreaminfluxdb/go.mod index 3178f7ee646..dfb24f3c1c8 100644 --- a/service/timestreaminfluxdb/go.mod +++ b/service/timestreaminfluxdb/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/timestreaminfluxdb go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/timestreaminfluxdb/go_module_metadata.go b/service/timestreaminfluxdb/go_module_metadata.go index a09922b5eb4..45871b83b33 100644 --- a/service/timestreaminfluxdb/go_module_metadata.go +++ b/service/timestreaminfluxdb/go_module_metadata.go @@ -3,4 +3,4 @@ package timestreaminfluxdb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.2" +const goModuleVersion = "1.6.3" diff --git a/service/timestreamquery/CHANGELOG.md b/service/timestreamquery/CHANGELOG.md index 322a4764a1c..7c758d68ba6 100644 --- a/service/timestreamquery/CHANGELOG.md +++ b/service/timestreamquery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.0 (2024-10-22) * **Feature**: This release adds support for Query Insights, a feature that provides details of query execution, enabling users to identify areas for improvement to optimize their queries, resulting in improved query performance and lower query costs. diff --git a/service/timestreamquery/go.mod b/service/timestreamquery/go.mod index 61ced0b7f81..4deceb49c4a 100644 --- a/service/timestreamquery/go.mod +++ b/service/timestreamquery/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/timestreamquery go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.3 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/timestreamquery/go_module_metadata.go b/service/timestreamquery/go_module_metadata.go index 21f23501d32..c5ed9d7155d 100644 --- a/service/timestreamquery/go_module_metadata.go +++ b/service/timestreamquery/go_module_metadata.go @@ -3,4 +3,4 @@ package timestreamquery // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.0" +const goModuleVersion = "1.28.1" diff --git a/service/timestreamwrite/CHANGELOG.md b/service/timestreamwrite/CHANGELOG.md index e1f44764297..e00ab3cd7e7 100644 --- a/service/timestreamwrite/CHANGELOG.md +++ b/service/timestreamwrite/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/timestreamwrite/go.mod b/service/timestreamwrite/go.mod index 88145f40d25..eaf5c776bbc 100644 --- a/service/timestreamwrite/go.mod +++ b/service/timestreamwrite/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/timestreamwrite go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.3 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/timestreamwrite/go_module_metadata.go b/service/timestreamwrite/go_module_metadata.go index eea5fa7771b..1897c14a7f1 100644 --- a/service/timestreamwrite/go_module_metadata.go +++ b/service/timestreamwrite/go_module_metadata.go @@ -3,4 +3,4 @@ package timestreamwrite // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.2" +const goModuleVersion = "1.29.3" diff --git a/service/tnb/CHANGELOG.md b/service/tnb/CHANGELOG.md index cb55578ce93..64bfb53294e 100644 --- a/service/tnb/CHANGELOG.md +++ b/service/tnb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/tnb/go.mod b/service/tnb/go.mod index 54df3812ca1..200ee49c1ab 100644 --- a/service/tnb/go.mod +++ b/service/tnb/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/tnb go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/tnb/go_module_metadata.go b/service/tnb/go_module_metadata.go index 186b60104fb..ce492e2ce59 100644 --- a/service/tnb/go_module_metadata.go +++ b/service/tnb/go_module_metadata.go @@ -3,4 +3,4 @@ package tnb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/transcribe/CHANGELOG.md b/service/transcribe/CHANGELOG.md index f7abf53591b..92b283e124d 100644 --- a/service/transcribe/CHANGELOG.md +++ b/service/transcribe/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.41.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.41.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/transcribe/go.mod b/service/transcribe/go.mod index 40397130f29..3ec80948a24 100644 --- a/service/transcribe/go.mod +++ b/service/transcribe/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/transcribe go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/transcribe/go_module_metadata.go b/service/transcribe/go_module_metadata.go index 4aa9fd67a83..b3d9a030e8a 100644 --- a/service/transcribe/go_module_metadata.go +++ b/service/transcribe/go_module_metadata.go @@ -3,4 +3,4 @@ package transcribe // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.41.2" +const goModuleVersion = "1.41.3" diff --git a/service/transcribestreaming/CHANGELOG.md b/service/transcribestreaming/CHANGELOG.md index eeed22aa26b..2632054ec53 100644 --- a/service/transcribestreaming/CHANGELOG.md +++ b/service/transcribestreaming/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.0 (2024-10-15) * **Feature**: We are expanding support for 40 new locales in AWS Transcribe Streaming. diff --git a/service/transcribestreaming/go.mod b/service/transcribestreaming/go.mod index 2521777a586..47de2e2a9eb 100644 --- a/service/transcribestreaming/go.mod +++ b/service/transcribestreaming/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/transcribestreaming go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/transcribestreaming/go_module_metadata.go b/service/transcribestreaming/go_module_metadata.go index 4a6bb739a4f..c90b3e72189 100644 --- a/service/transcribestreaming/go_module_metadata.go +++ b/service/transcribestreaming/go_module_metadata.go @@ -3,4 +3,4 @@ package transcribestreaming // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.0" +const goModuleVersion = "1.22.1" diff --git a/service/transcribestreaming/internal/testing/go.mod b/service/transcribestreaming/internal/testing/go.mod index 2aeb271c870..731bc147fb1 100644 --- a/service/transcribestreaming/internal/testing/go.mod +++ b/service/transcribestreaming/internal/testing/go.mod @@ -3,17 +3,17 @@ module github.com/aws/aws-sdk-go-v2/service/transcribestreaming/internal/testing go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 + github.com/aws/aws-sdk-go-v2 v1.32.3 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.5.2 - github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.22.0 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.5.3 + github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.22.1 github.com/aws/smithy-go v1.22.0 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.17.41 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.42 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 // indirect ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/service/transfer/CHANGELOG.md b/service/transfer/CHANGELOG.md index 2de004382a8..dfc1b94bcff 100644 --- a/service/transfer/CHANGELOG.md +++ b/service/transfer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.53.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.53.0 (2024-10-14) * **Feature**: This release enables customers using SFTP connectors to query the transfer status of their files to meet their monitoring needs as well as orchestrate post transfer actions. diff --git a/service/transfer/go.mod b/service/transfer/go.mod index 2a011d0c6cc..f944a0436bf 100644 --- a/service/transfer/go.mod +++ b/service/transfer/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/transfer go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/transfer/go_module_metadata.go b/service/transfer/go_module_metadata.go index e83e5fbffd1..e522aed01c1 100644 --- a/service/transfer/go_module_metadata.go +++ b/service/transfer/go_module_metadata.go @@ -3,4 +3,4 @@ package transfer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.53.0" +const goModuleVersion = "1.53.1" diff --git a/service/translate/CHANGELOG.md b/service/translate/CHANGELOG.md index ba844a53df3..b01fb64b66c 100644 --- a/service/translate/CHANGELOG.md +++ b/service/translate/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/translate/go.mod b/service/translate/go.mod index 7d699afb21e..33bcfc43c33 100644 --- a/service/translate/go.mod +++ b/service/translate/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/translate go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/translate/go_module_metadata.go b/service/translate/go_module_metadata.go index 46ba231bcca..02e88920770 100644 --- a/service/translate/go_module_metadata.go +++ b/service/translate/go_module_metadata.go @@ -3,4 +3,4 @@ package translate // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.2" +const goModuleVersion = "1.28.3" diff --git a/service/trustedadvisor/CHANGELOG.md b/service/trustedadvisor/CHANGELOG.md index 52ec6aaf008..fd91058165d 100644 --- a/service/trustedadvisor/CHANGELOG.md +++ b/service/trustedadvisor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/trustedadvisor/go.mod b/service/trustedadvisor/go.mod index 3e72e1c14a5..37a4a3f481b 100644 --- a/service/trustedadvisor/go.mod +++ b/service/trustedadvisor/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/trustedadvisor go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/trustedadvisor/go_module_metadata.go b/service/trustedadvisor/go_module_metadata.go index 5fea49c604e..670c980fc83 100644 --- a/service/trustedadvisor/go_module_metadata.go +++ b/service/trustedadvisor/go_module_metadata.go @@ -3,4 +3,4 @@ package trustedadvisor // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.2" +const goModuleVersion = "1.8.3" diff --git a/service/verifiedpermissions/CHANGELOG.md b/service/verifiedpermissions/CHANGELOG.md index a52d241a481..2072287a59b 100644 --- a/service/verifiedpermissions/CHANGELOG.md +++ b/service/verifiedpermissions/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/verifiedpermissions/go.mod b/service/verifiedpermissions/go.mod index 6bfce83f8dc..e5ff67bdc7c 100644 --- a/service/verifiedpermissions/go.mod +++ b/service/verifiedpermissions/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/verifiedpermissions go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/verifiedpermissions/go_module_metadata.go b/service/verifiedpermissions/go_module_metadata.go index 196f1084a42..bb5205f6f2b 100644 --- a/service/verifiedpermissions/go_module_metadata.go +++ b/service/verifiedpermissions/go_module_metadata.go @@ -3,4 +3,4 @@ package verifiedpermissions // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/voiceid/CHANGELOG.md b/service/voiceid/CHANGELOG.md index 5681a02bf3d..97eff119671 100644 --- a/service/voiceid/CHANGELOG.md +++ b/service/voiceid/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/voiceid/go.mod b/service/voiceid/go.mod index ebbd929e5be..4ab9e792273 100644 --- a/service/voiceid/go.mod +++ b/service/voiceid/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/voiceid go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/voiceid/go_module_metadata.go b/service/voiceid/go_module_metadata.go index e97554279f9..c0c763110cb 100644 --- a/service/voiceid/go_module_metadata.go +++ b/service/voiceid/go_module_metadata.go @@ -3,4 +3,4 @@ package voiceid // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/vpclattice/CHANGELOG.md b/service/vpclattice/CHANGELOG.md index 482daf7ba09..c324c6730b6 100644 --- a/service/vpclattice/CHANGELOG.md +++ b/service/vpclattice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/vpclattice/go.mod b/service/vpclattice/go.mod index 333a69dff70..2bb80fe7b86 100644 --- a/service/vpclattice/go.mod +++ b/service/vpclattice/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/vpclattice go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/vpclattice/go_module_metadata.go b/service/vpclattice/go_module_metadata.go index 602ca39894b..221b0f6ebc7 100644 --- a/service/vpclattice/go_module_metadata.go +++ b/service/vpclattice/go_module_metadata.go @@ -3,4 +3,4 @@ package vpclattice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/waf/CHANGELOG.md b/service/waf/CHANGELOG.md index a1ace9bf0d4..05342bcf251 100644 --- a/service/waf/CHANGELOG.md +++ b/service/waf/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/waf/go.mod b/service/waf/go.mod index 10a98be253b..312b285b322 100644 --- a/service/waf/go.mod +++ b/service/waf/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/waf go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/waf/go_module_metadata.go b/service/waf/go_module_metadata.go index 63933b0b654..e42b615c19c 100644 --- a/service/waf/go_module_metadata.go +++ b/service/waf/go_module_metadata.go @@ -3,4 +3,4 @@ package waf // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/wafregional/CHANGELOG.md b/service/wafregional/CHANGELOG.md index e1ef92da430..1f1c9f39990 100644 --- a/service/wafregional/CHANGELOG.md +++ b/service/wafregional/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/wafregional/go.mod b/service/wafregional/go.mod index d34c5b6a8f3..01e3d0bb267 100644 --- a/service/wafregional/go.mod +++ b/service/wafregional/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/wafregional go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/wafregional/go_module_metadata.go b/service/wafregional/go_module_metadata.go index 0c4af296344..61f54b30987 100644 --- a/service/wafregional/go_module_metadata.go +++ b/service/wafregional/go_module_metadata.go @@ -3,4 +3,4 @@ package wafregional // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/wafv2/CHANGELOG.md b/service/wafv2/CHANGELOG.md index be90ee2cf68..794fe5c7798 100644 --- a/service/wafv2/CHANGELOG.md +++ b/service/wafv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.55.1 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.55.0 (2024-10-21) * **Feature**: Add a property to WebACL to indicate whether it's been retrofitted by Firewall Manager. diff --git a/service/wafv2/go.mod b/service/wafv2/go.mod index 42ac17eb207..d4dd4d65690 100644 --- a/service/wafv2/go.mod +++ b/service/wafv2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/wafv2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/wafv2/go_module_metadata.go b/service/wafv2/go_module_metadata.go index 4ed76c51a3c..775ac4fa153 100644 --- a/service/wafv2/go_module_metadata.go +++ b/service/wafv2/go_module_metadata.go @@ -3,4 +3,4 @@ package wafv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.55.0" +const goModuleVersion = "1.55.1" diff --git a/service/wellarchitected/CHANGELOG.md b/service/wellarchitected/CHANGELOG.md index d725959a3f9..d3cf89dfc2d 100644 --- a/service/wellarchitected/CHANGELOG.md +++ b/service/wellarchitected/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/wellarchitected/go.mod b/service/wellarchitected/go.mod index 9a971beff17..5091a27e051 100644 --- a/service/wellarchitected/go.mod +++ b/service/wellarchitected/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/wellarchitected go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/wellarchitected/go_module_metadata.go b/service/wellarchitected/go_module_metadata.go index b5c5a3337fe..6ef1a7e36e6 100644 --- a/service/wellarchitected/go_module_metadata.go +++ b/service/wellarchitected/go_module_metadata.go @@ -3,4 +3,4 @@ package wellarchitected // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.2" +const goModuleVersion = "1.34.3" diff --git a/service/wisdom/CHANGELOG.md b/service/wisdom/CHANGELOG.md index 57d565633fe..53b9b797712 100644 --- a/service/wisdom/CHANGELOG.md +++ b/service/wisdom/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.4 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.3 (2024-10-09) * No change notes available for this release. diff --git a/service/wisdom/go.mod b/service/wisdom/go.mod index 94d19ed3bc3..c1a9929fdc8 100644 --- a/service/wisdom/go.mod +++ b/service/wisdom/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/wisdom go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/wisdom/go_module_metadata.go b/service/wisdom/go_module_metadata.go index 127d55272ac..bfa4f03db9c 100644 --- a/service/wisdom/go_module_metadata.go +++ b/service/wisdom/go_module_metadata.go @@ -3,4 +3,4 @@ package wisdom // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.3" +const goModuleVersion = "1.27.4" diff --git a/service/workdocs/CHANGELOG.md b/service/workdocs/CHANGELOG.md index bb82fbd39c5..596a0f1880b 100644 --- a/service/workdocs/CHANGELOG.md +++ b/service/workdocs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workdocs/go.mod b/service/workdocs/go.mod index df44387396f..01f0a53fabd 100644 --- a/service/workdocs/go.mod +++ b/service/workdocs/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/workdocs go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/workdocs/go_module_metadata.go b/service/workdocs/go_module_metadata.go index 4743dff45ee..408fb5bc8ff 100644 --- a/service/workdocs/go_module_metadata.go +++ b/service/workdocs/go_module_metadata.go @@ -3,4 +3,4 @@ package workdocs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/workmail/CHANGELOG.md b/service/workmail/CHANGELOG.md index 9dd56805600..a633ade79d6 100644 --- a/service/workmail/CHANGELOG.md +++ b/service/workmail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workmail/go.mod b/service/workmail/go.mod index 0184ddacf92..c7ae7e92731 100644 --- a/service/workmail/go.mod +++ b/service/workmail/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/workmail go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/workmail/go_module_metadata.go b/service/workmail/go_module_metadata.go index de79218920b..25692044048 100644 --- a/service/workmail/go_module_metadata.go +++ b/service/workmail/go_module_metadata.go @@ -3,4 +3,4 @@ package workmail // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.2" +const goModuleVersion = "1.29.3" diff --git a/service/workmailmessageflow/CHANGELOG.md b/service/workmailmessageflow/CHANGELOG.md index f0b1acdd0f9..682f32501fd 100644 --- a/service/workmailmessageflow/CHANGELOG.md +++ b/service/workmailmessageflow/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workmailmessageflow/go.mod b/service/workmailmessageflow/go.mod index 6cfbf092505..c0d9f8d8c69 100644 --- a/service/workmailmessageflow/go.mod +++ b/service/workmailmessageflow/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/workmailmessageflow go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/workmailmessageflow/go_module_metadata.go b/service/workmailmessageflow/go_module_metadata.go index 68c101283f0..6193ec46222 100644 --- a/service/workmailmessageflow/go_module_metadata.go +++ b/service/workmailmessageflow/go_module_metadata.go @@ -3,4 +3,4 @@ package workmailmessageflow // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/workspaces/CHANGELOG.md b/service/workspaces/CHANGELOG.md index 183f07fe869..2c8a0ac54d8 100644 --- a/service/workspaces/CHANGELOG.md +++ b/service/workspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.48.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.48.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workspaces/go.mod b/service/workspaces/go.mod index b6472eff031..57409ff6965 100644 --- a/service/workspaces/go.mod +++ b/service/workspaces/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/workspaces go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/workspaces/go_module_metadata.go b/service/workspaces/go_module_metadata.go index 31639c32e61..9283f35500d 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.48.2" +const goModuleVersion = "1.48.3" diff --git a/service/workspacesthinclient/CHANGELOG.md b/service/workspacesthinclient/CHANGELOG.md index bcfe79c5353..2968e295263 100644 --- a/service/workspacesthinclient/CHANGELOG.md +++ b/service/workspacesthinclient/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workspacesthinclient/go.mod b/service/workspacesthinclient/go.mod index 896480d0310..9013d57583f 100644 --- a/service/workspacesthinclient/go.mod +++ b/service/workspacesthinclient/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/workspacesthinclient go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/workspacesthinclient/go_module_metadata.go b/service/workspacesthinclient/go_module_metadata.go index 13efcb002c4..281fc603ede 100644 --- a/service/workspacesthinclient/go_module_metadata.go +++ b/service/workspacesthinclient/go_module_metadata.go @@ -3,4 +3,4 @@ package workspacesthinclient // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.2" +const goModuleVersion = "1.10.3" diff --git a/service/workspacesweb/CHANGELOG.md b/service/workspacesweb/CHANGELOG.md index 71c216ffc34..c4e761d5dd6 100644 --- a/service/workspacesweb/CHANGELOG.md +++ b/service/workspacesweb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workspacesweb/go.mod b/service/workspacesweb/go.mod index 5cbce42de93..45f4d50b605 100644 --- a/service/workspacesweb/go.mod +++ b/service/workspacesweb/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/workspacesweb go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/workspacesweb/go_module_metadata.go b/service/workspacesweb/go_module_metadata.go index 54b514b04d8..b262a33a66d 100644 --- a/service/workspacesweb/go_module_metadata.go +++ b/service/workspacesweb/go_module_metadata.go @@ -3,4 +3,4 @@ package workspacesweb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/xray/CHANGELOG.md b/service/xray/CHANGELOG.md index 3e744f91ec7..873ffc30b6a 100644 --- a/service/xray/CHANGELOG.md +++ b/service/xray/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.3 (2024-10-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/xray/go.mod b/service/xray/go.mod index 3adb4b56f29..15fd8268b70 100644 --- a/service/xray/go.mod +++ b/service/xray/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/xray go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.2 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 + github.com/aws/aws-sdk-go-v2 v1.32.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/xray/go_module_metadata.go b/service/xray/go_module_metadata.go index 4eb821cb4b6..6fee0fa617e 100644 --- a/service/xray/go_module_metadata.go +++ b/service/xray/go_module_metadata.go @@ -3,4 +3,4 @@ package xray // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.2" +const goModuleVersion = "1.29.3"