diff --git a/.changelog/3b2a065c571441cc9b9f756cdd962387.json b/.changelog/3b2a065c571441cc9b9f756cdd962387.json deleted file mode 100644 index ad4082d71e6..00000000000 --- a/.changelog/3b2a065c571441cc9b9f756cdd962387.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "3b2a065c-5714-41cc-9b9f-756cdd962387", - "type": "feature", - "description": "Amazon Q in Connect enables agents to ask Q for assistance in multiple languages and Q will provide answers and recommended step-by-step guides in those languages. Qs default language is English (United States) and you can switch this by setting the locale configuration on the AI Agent.", - "modules": [ - "service/qconnect" - ] -} \ No newline at end of file diff --git a/.changelog/7a0a315041424b23baae347b15e0dfcb.json b/.changelog/7a0a315041424b23baae347b15e0dfcb.json deleted file mode 100644 index ea494c47d90..00000000000 --- a/.changelog/7a0a315041424b23baae347b15e0dfcb.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "7a0a3150-4142-4b23-baae-347b15e0dfcb", - "type": "feature", - "description": "Added support for Rocky Linux 8 on Amazon AppStream 2.0", - "modules": [ - "service/appstream" - ] -} \ No newline at end of file diff --git a/.changelog/96979b8ab9d04d28990dfe28ae1aca84.json b/.changelog/96979b8ab9d04d28990dfe28ae1aca84.json deleted file mode 100644 index 8a8a25a3b83..00000000000 --- a/.changelog/96979b8ab9d04d28990dfe28ae1aca84.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "id": "96979b8a-b9d0-4d28-990d-fe28ae1aca84", - "type": "bugfix", - "collapse": true, - "description": "Fix improper use of printf-style functions.", - "modules": [ - ".", - "config", - "credentials", - "feature/s3/manager", - "internal/endpoints/v2", - "service/kinesis/internal/testing", - "service/transcribestreaming/internal/testing" - ] -} \ No newline at end of file diff --git a/.changelog/9fca1acb9b184f8095f675c080780e7e.json b/.changelog/9fca1acb9b184f8095f675c080780e7e.json deleted file mode 100644 index f4654f516b6..00000000000 --- a/.changelog/9fca1acb9b184f8095f675c080780e7e.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "9fca1acb-9b18-4f80-95f6-75c080780e7e", - "type": "feature", - "description": "This release adds support for inserting timecode tracks into MP4 container outputs.", - "modules": [ - "service/mediaconvert" - ] -} \ No newline at end of file diff --git a/.changelog/aca0524e20554f0f8d23321769cf0785.json b/.changelog/aca0524e20554f0f8d23321769cf0785.json deleted file mode 100644 index 9667c213cbe..00000000000 --- a/.changelog/aca0524e20554f0f8d23321769cf0785.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "aca0524e-2055-4f0f-8d23-321769cf0785", - "type": "feature", - "description": "MediaLive is releasing ListVersions api", - "modules": [ - "service/medialive" - ] -} \ No newline at end of file diff --git a/.changelog/ddc3726544f94d9d9b26c3442d7aa873.json b/.changelog/ddc3726544f94d9d9b26c3442d7aa873.json deleted file mode 100644 index c20842b0b9e..00000000000 --- a/.changelog/ddc3726544f94d9d9b26c3442d7aa873.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "ddc37265-44f9-4d9d-9b26-c3442d7aa873", - "type": "feature", - "description": "Added AWS Global Accelerator (AGA) support for WorkSpaces Personal.", - "modules": [ - "service/workspaces" - ] -} \ No newline at end of file diff --git a/.changelog/e559ca29901346e79636bb2cd6ea4f76.json b/.changelog/e559ca29901346e79636bb2cd6ea4f76.json deleted file mode 100644 index 0b917106302..00000000000 --- a/.changelog/e559ca29901346e79636bb2cd6ea4f76.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "e559ca29-9013-46e7-9636-bb2cd6ea4f76", - "type": "feature", - "description": "AWS Systems Manager for SAP added support for registration and discovery of distributed ABAP applications", - "modules": [ - "service/ssmsap" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a0d9c8a104..b48684cf9a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# Release (2024-12-19) + +## General Highlights +* **Bug Fix**: Fix improper use of printf-style functions. +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/appstream`: [v1.42.0](service/appstream/CHANGELOG.md#v1420-2024-12-19) + * **Feature**: Added support for Rocky Linux 8 on Amazon AppStream 2.0 +* `github.com/aws/aws-sdk-go-v2/service/mediaconvert`: [v1.64.0](service/mediaconvert/CHANGELOG.md#v1640-2024-12-19) + * **Feature**: This release adds support for inserting timecode tracks into MP4 container outputs. +* `github.com/aws/aws-sdk-go-v2/service/medialive`: [v1.65.0](service/medialive/CHANGELOG.md#v1650-2024-12-19) + * **Feature**: MediaLive is releasing ListVersions api +* `github.com/aws/aws-sdk-go-v2/service/qconnect`: [v1.15.0](service/qconnect/CHANGELOG.md#v1150-2024-12-19) + * **Feature**: Amazon Q in Connect enables agents to ask Q for assistance in multiple languages and Q will provide answers and recommended step-by-step guides in those languages. Qs default language is English (United States) and you can switch this by setting the locale configuration on the AI Agent. +* `github.com/aws/aws-sdk-go-v2/service/ssmsap`: [v1.19.0](service/ssmsap/CHANGELOG.md#v1190-2024-12-19) + * **Feature**: AWS Systems Manager for SAP added support for registration and discovery of distributed ABAP applications +* `github.com/aws/aws-sdk-go-v2/service/workspaces`: [v1.51.0](service/workspaces/CHANGELOG.md#v1510-2024-12-19) + * **Feature**: Added AWS Global Accelerator (AGA) support for WorkSpaces Personal. + # Release (2024-12-18) ## Module Highlights diff --git a/aws/go_module_metadata.go b/aws/go_module_metadata.go index ef3cc279620..6fc9dbe1bb7 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.6" +const goModuleVersion = "1.32.7" diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 9b8d8fcd773..52b2856c9ac 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.28.7 (2024-12-19) + +* **Bug Fix**: Fix improper use of printf-style functions. +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.6 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/config/go.mod b/config/go.mod index 1b824a2dfa5..814c33a4540 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.6 - github.com/aws/aws-sdk-go-v2/credentials v1.17.47 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.21 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/credentials v1.17.48 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22 github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 - github.com/aws/aws-sdk-go-v2/service/sso v1.24.7 - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.6 - github.com/aws/aws-sdk-go-v2/service/sts v1.33.2 + github.com/aws/aws-sdk-go-v2/service/sso v1.24.8 + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7 + github.com/aws/aws-sdk-go-v2/service/sts v1.33.3 github.com/aws/smithy-go v1.22.1 ) require ( - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 // indirect ) replace github.com/aws/aws-sdk-go-v2 => ../ diff --git a/config/go_module_metadata.go b/config/go_module_metadata.go index 8f24539c917..56fb062cfe5 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.6" +const goModuleVersion = "1.28.7" diff --git a/credentials/CHANGELOG.md b/credentials/CHANGELOG.md index 8c564551c4b..67843c3125c 100644 --- a/credentials/CHANGELOG.md +++ b/credentials/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.17.48 (2024-12-19) + +* **Bug Fix**: Fix improper use of printf-style functions. +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.47 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/credentials/go.mod b/credentials/go.mod index 63142c993d5..8fd12bf5529 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.6 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.21 - github.com/aws/aws-sdk-go-v2/service/sso v1.24.7 - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.6 - github.com/aws/aws-sdk-go-v2/service/sts v1.33.2 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22 + github.com/aws/aws-sdk-go-v2/service/sso v1.24.8 + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7 + github.com/aws/aws-sdk-go-v2/service/sts v1.33.3 github.com/aws/smithy-go v1.22.1 ) require ( - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 // indirect ) replace github.com/aws/aws-sdk-go-v2 => ../ diff --git a/credentials/go_module_metadata.go b/credentials/go_module_metadata.go index 1c2a23ec715..f674eaa72c8 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.47" +const goModuleVersion = "1.17.48" diff --git a/example/service/dynamodb/createTable/go.mod b/example/service/dynamodb/createTable/go.mod index 59898ed0da9..c4237a0f20c 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.6 - github.com/aws/aws-sdk-go-v2/config v1.28.6 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.0 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/config v1.28.7 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.1 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.17.47 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.21 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.48 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // 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.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.6 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.7 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.6 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.33.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.7 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.8 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.33.3 // indirect github.com/aws/smithy-go v1.22.1 // 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 5919d372ff4..715cffbe73d 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.6 - github.com/aws/aws-sdk-go-v2/config v1.28.6 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.21 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.0 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/config v1.28.7 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.22 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.1 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.17.47 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.21 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.48 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // 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.9 // indirect + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.10 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.6 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.7 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.6 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.33.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.7 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.8 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.33.3 // indirect github.com/aws/smithy-go v1.22.1 // 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 96dd35b7e00..63d5a503506 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.6 - github.com/aws/aws-sdk-go-v2/service/s3 v1.71.0 + github.com/aws/aws-sdk-go-v2/config v1.28.7 + github.com/aws/aws-sdk-go-v2/service/s3 v1.71.1 ) require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 // indirect + github.com/aws/aws-sdk-go-v2 v1.32.7 // indirect github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.47 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.21 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.48 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // 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.25 // indirect + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.26 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.6 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.6 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.7 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.6 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.33.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.7 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.7 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.8 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.33.3 // indirect github.com/aws/smithy-go v1.22.1 // indirect ) diff --git a/example/service/s3/usingPrivateLink/go.mod b/example/service/s3/usingPrivateLink/go.mod index e4f2f94e0ff..11bf66a99fe 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.6 - github.com/aws/aws-sdk-go-v2/config v1.28.6 - github.com/aws/aws-sdk-go-v2/service/s3 v1.71.0 - github.com/aws/aws-sdk-go-v2/service/s3control v1.52.0 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/config v1.28.7 + github.com/aws/aws-sdk-go-v2/service/s3 v1.71.1 + github.com/aws/aws-sdk-go-v2/service/s3control v1.52.1 ) require ( github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.47 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.21 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.48 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // 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.25 // indirect + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.26 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.6 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.6 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.7 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.6 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.33.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.7 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.7 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.8 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.33.3 // indirect github.com/aws/smithy-go v1.22.1 // indirect ) diff --git a/feature/cloudfront/sign/CHANGELOG.md b/feature/cloudfront/sign/CHANGELOG.md index 69a7ac02f8a..2a5d24f253d 100644 --- a/feature/cloudfront/sign/CHANGELOG.md +++ b/feature/cloudfront/sign/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.2 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/cloudfront/sign/go.mod b/feature/cloudfront/sign/go.mod index 97a90972c41..2f4d83a10dd 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.6 +require github.com/aws/aws-sdk-go-v2 v1.32.7 require github.com/aws/smithy-go v1.22.1 // indirect diff --git a/feature/cloudfront/sign/go_module_metadata.go b/feature/cloudfront/sign/go_module_metadata.go index 0ad1a27aca2..c3d220160f5 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.8.2" +const goModuleVersion = "1.8.3" diff --git a/feature/dsql/auth/CHANGELOG.md b/feature/dsql/auth/CHANGELOG.md index b10b7376855..7fb68a03cdb 100644 --- a/feature/dsql/auth/CHANGELOG.md +++ b/feature/dsql/auth/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.0 (2024-12-16) * **Release**: Add Aurora DSQL Auth Token Generator diff --git a/feature/dsql/auth/go.mod b/feature/dsql/auth/go.mod index 319166bc66e..52f8b41afaa 100644 --- a/feature/dsql/auth/go.mod +++ b/feature/dsql/auth/go.mod @@ -2,7 +2,7 @@ module github.com/aws/aws-sdk-go-v2/feature/dsql/auth go 1.21 -require github.com/aws/aws-sdk-go-v2 v1.32.6 +require github.com/aws/aws-sdk-go-v2 v1.32.7 require github.com/aws/smithy-go v1.22.1 // indirect diff --git a/feature/dsql/auth/go_module_metadata.go b/feature/dsql/auth/go_module_metadata.go index b976717bfac..ee5db2dcbb9 100644 --- a/feature/dsql/auth/go_module_metadata.go +++ b/feature/dsql/auth/go_module_metadata.go @@ -3,4 +3,4 @@ package auth // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.0" +const goModuleVersion = "1.0.1" diff --git a/feature/dynamodb/attributevalue/CHANGELOG.md b/feature/dynamodb/attributevalue/CHANGELOG.md index b02c5481d15..6721f11da28 100644 --- a/feature/dynamodb/attributevalue/CHANGELOG.md +++ b/feature/dynamodb/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.22 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.21 (2024-12-11) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/attributevalue/go.mod b/feature/dynamodb/attributevalue/go.mod index 41c66c65443..b67239f0c82 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.6 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.0 - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.9 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.1 + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.10 ) require github.com/aws/smithy-go v1.22.1 // indirect diff --git a/feature/dynamodb/attributevalue/go_module_metadata.go b/feature/dynamodb/attributevalue/go_module_metadata.go index cb1bb321bee..13b8d464af2 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.21" +const goModuleVersion = "1.15.22" diff --git a/feature/dynamodb/expression/CHANGELOG.md b/feature/dynamodb/expression/CHANGELOG.md index 1ba0f02f713..167a793f533 100644 --- a/feature/dynamodb/expression/CHANGELOG.md +++ b/feature/dynamodb/expression/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.57 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.56 (2024-12-11) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/expression/go.mod b/feature/dynamodb/expression/go.mod index 71614a49f17..232f46f0183 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.6 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.21 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.0 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.22 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.1 ) require ( - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.9 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // indirect + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.10 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.6 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.7 // indirect github.com/aws/smithy-go v1.22.1 // 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 b2bc71acba4..08e92407476 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.56" +const goModuleVersion = "1.7.57" diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index b7daf37cc79..a55a98fb884 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.57 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.56 (2024-12-11) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodbstreams/attributevalue/go.mod b/feature/dynamodbstreams/attributevalue/go.mod index f440bd3f961..6ce5baad255 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.6 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.0 - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.9 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.1 + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.10 ) require github.com/aws/smithy-go v1.22.1 // indirect diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index 10baafc2bdf..fcc858bd23c 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.14.56" +const goModuleVersion = "1.14.57" diff --git a/feature/ec2/imds/CHANGELOG.md b/feature/ec2/imds/CHANGELOG.md index 3ccbbb7562c..9862361e030 100644 --- a/feature/ec2/imds/CHANGELOG.md +++ b/feature/ec2/imds/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.22 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.21 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/ec2/imds/go.mod b/feature/ec2/imds/go.mod index 6666d7464de..64275b5e785 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.6 + github.com/aws/aws-sdk-go-v2 v1.32.7 github.com/aws/smithy-go v1.22.1 ) diff --git a/feature/ec2/imds/go_module_metadata.go b/feature/ec2/imds/go_module_metadata.go index 82104b8ffc0..3f1bc52a9cc 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.21" +const goModuleVersion = "1.16.22" diff --git a/feature/ec2/imds/internal/configtesting/go.mod b/feature/ec2/imds/internal/configtesting/go.mod index 3d09fdca8f7..3a550a9deb8 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.6 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.21 + github.com/aws/aws-sdk-go-v2/config v1.28.7 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22 ) require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.47 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect + github.com/aws/aws-sdk-go-v2 v1.32.7 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.48 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // 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.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.7 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.6 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.33.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.8 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.33.3 // indirect github.com/aws/smithy-go v1.22.1 // indirect ) diff --git a/feature/rds/auth/CHANGELOG.md b/feature/rds/auth/CHANGELOG.md index 03301e3b1e3..9dc410e182f 100644 --- a/feature/rds/auth/CHANGELOG.md +++ b/feature/rds/auth/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.1 (2024-12-06) * **Bug Fix**: **BREAKFIX**: Revert bad API release. diff --git a/feature/rds/auth/go.mod b/feature/rds/auth/go.mod index 0a42e4f8513..1ab4c52a032 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.6 +require github.com/aws/aws-sdk-go-v2 v1.32.7 require github.com/aws/smithy-go v1.22.1 // indirect diff --git a/feature/rds/auth/go_module_metadata.go b/feature/rds/auth/go_module_metadata.go index 857735999fa..2655dbb68d1 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.5.1" +const goModuleVersion = "1.5.2" diff --git a/feature/s3/manager/CHANGELOG.md b/feature/s3/manager/CHANGELOG.md index 8b29430e9c3..d2552e46a60 100644 --- a/feature/s3/manager/CHANGELOG.md +++ b/feature/s3/manager/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.17.44 (2024-12-19) + +* **Bug Fix**: Fix improper use of printf-style functions. +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.43 (2024-12-03.2) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index 7b13892000e..e76bf6eb608 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.6 - github.com/aws/aws-sdk-go-v2/config v1.28.6 - github.com/aws/aws-sdk-go-v2/service/s3 v1.71.0 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/config v1.28.7 + github.com/aws/aws-sdk-go-v2/service/s3 v1.71.1 github.com/aws/smithy-go v1.22.1 ) require ( github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.47 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.21 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.48 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // 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.25 // indirect + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.26 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.6 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.6 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.7 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.6 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.33.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.7 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.7 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.8 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.33.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 e1d98c8b825..aacda4f68f0 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.43" +const goModuleVersion = "1.17.44" diff --git a/internal/configsources/CHANGELOG.md b/internal/configsources/CHANGELOG.md index bc8865c52f7..5a5cdf06989 100644 --- a/internal/configsources/CHANGELOG.md +++ b/internal/configsources/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.26 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.25 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/configsources/configtesting/go.mod b/internal/configsources/configtesting/go.mod index 1cb1d3802e9..b8c45be3678 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 + github.com/aws/aws-sdk-go-v2/config v1.28.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 ) require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.47 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.21 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect + github.com/aws/aws-sdk-go-v2 v1.32.7 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.48 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // 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.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.7 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.6 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.33.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.8 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.33.3 // indirect github.com/aws/smithy-go v1.22.1 // indirect ) diff --git a/internal/configsources/go.mod b/internal/configsources/go.mod index f6c5bf27458..34aa4c2bd3c 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.6 +require github.com/aws/aws-sdk-go-v2 v1.32.7 require github.com/aws/smithy-go v1.22.1 // indirect diff --git a/internal/configsources/go_module_metadata.go b/internal/configsources/go_module_metadata.go index 43c49a952d5..a46fe9de699 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.25" +const goModuleVersion = "1.3.26" diff --git a/internal/endpoints/v2/CHANGELOG.md b/internal/endpoints/v2/CHANGELOG.md index b2620757c54..748a80fb0f1 100644 --- a/internal/endpoints/v2/CHANGELOG.md +++ b/internal/endpoints/v2/CHANGELOG.md @@ -1,3 +1,8 @@ +# v2.6.26 (2024-12-19) + +* **Bug Fix**: Fix improper use of printf-style functions. +* **Dependency Update**: Updated to the latest SDK module versions + # v2.6.25 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/endpoints/v2/go.mod b/internal/endpoints/v2/go.mod index 087c5726d0a..5e9cd07187e 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.6 + github.com/aws/aws-sdk-go-v2 v1.32.7 github.com/aws/smithy-go v1.22.1 ) diff --git a/internal/endpoints/v2/go_module_metadata.go b/internal/endpoints/v2/go_module_metadata.go index 25b2ae62ae1..6a5a4b648e7 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.25" +const goModuleVersion = "2.6.26" diff --git a/internal/protocoltest/awsrestjson/go.mod b/internal/protocoltest/awsrestjson/go.mod index dec953bf31e..f15be55f1db 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/internal/protocoltest/ec2query/go.mod b/internal/protocoltest/ec2query/go.mod index 58ad57fea8f..4515d18693e 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/internal/protocoltest/jsonrpc/go.mod b/internal/protocoltest/jsonrpc/go.mod index 2edc1aabbd2..6e50e161a67 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/internal/protocoltest/jsonrpc10/go.mod b/internal/protocoltest/jsonrpc10/go.mod index cbed022cc2f..28bb6a217e5 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/internal/protocoltest/query/go.mod b/internal/protocoltest/query/go.mod index 44e6876a086..a377ed7491f 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/internal/protocoltest/restxml/go.mod b/internal/protocoltest/restxml/go.mod index 2dd4c9c89d8..d0062d41fc8 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/internal/protocoltest/restxmlwithnamespace/go.mod b/internal/protocoltest/restxmlwithnamespace/go.mod index 5865db3f93e..779a9eb9ccc 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/internal/protocoltest/smithyrpcv2cbor/go.mod b/internal/protocoltest/smithyrpcv2cbor/go.mod index 4d860d7590f..1c5c302f21f 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/internal/v4a/CHANGELOG.md b/internal/v4a/CHANGELOG.md index 6b092a26a02..d33be634d5f 100644 --- a/internal/v4a/CHANGELOG.md +++ b/internal/v4a/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.26 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.25 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/v4a/go.mod b/internal/v4a/go.mod index de7dbfaf324..c6ae987ce60 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.6 + github.com/aws/aws-sdk-go-v2 v1.32.7 github.com/aws/smithy-go v1.22.1 ) diff --git a/internal/v4a/go_module_metadata.go b/internal/v4a/go_module_metadata.go index 9a246dd6520..38acd0b770d 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.25" +const goModuleVersion = "1.3.26" diff --git a/service/accessanalyzer/CHANGELOG.md b/service/accessanalyzer/CHANGELOG.md index f82816eb071..ec8e716ba0c 100644 --- a/service/accessanalyzer/CHANGELOG.md +++ b/service/accessanalyzer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.36.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.36.2 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/accessanalyzer/go.mod b/service/accessanalyzer/go.mod index b45c7d35448..a6695f8dbb7 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/accessanalyzer/go_module_metadata.go b/service/accessanalyzer/go_module_metadata.go index efaba9a573e..f706d263532 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.36.2" +const goModuleVersion = "1.36.3" diff --git a/service/account/CHANGELOG.md b/service/account/CHANGELOG.md index 92372f2eb9f..caca353a13d 100644 --- a/service/account/CHANGELOG.md +++ b/service/account/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.0 (2024-12-17) * **Feature**: Update endpoint configuration. diff --git a/service/account/go.mod b/service/account/go.mod index b1fbfaf6f73..8d4127b0159 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/account/go_module_metadata.go b/service/account/go_module_metadata.go index a2e67459fac..bc88d636143 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.22.0" +const goModuleVersion = "1.22.1" diff --git a/service/acm/CHANGELOG.md b/service/acm/CHANGELOG.md index 9f5979ba508..703b582a91b 100644 --- a/service/acm/CHANGELOG.md +++ b/service/acm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/acm/go.mod b/service/acm/go.mod index db3e273f6f1..4652cd1de26 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 2fa6a54da0d..fec4802e348 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.7" +const goModuleVersion = "1.30.8" diff --git a/service/acmpca/CHANGELOG.md b/service/acmpca/CHANGELOG.md index c0a2a51a1cb..c0e6d2da88f 100644 --- a/service/acmpca/CHANGELOG.md +++ b/service/acmpca/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.37.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.37.8 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/acmpca/go.mod b/service/acmpca/go.mod index 8c40142b2c8..1a25f89803a 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 b778ac201f5..360dee78bc8 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.8" +const goModuleVersion = "1.37.9" diff --git a/service/amp/CHANGELOG.md b/service/amp/CHANGELOG.md index 992873cc979..15464f89eaa 100644 --- a/service/amp/CHANGELOG.md +++ b/service/amp/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.5 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.4 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/amp/go.mod b/service/amp/go.mod index a7f1686b46e..e9ebb2f2a20 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 422e73f1489..58c8ab3faa8 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.30.4" +const goModuleVersion = "1.30.5" diff --git a/service/amplify/CHANGELOG.md b/service/amplify/CHANGELOG.md index e901cca32de..53814227629 100644 --- a/service/amplify/CHANGELOG.md +++ b/service/amplify/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.0 (2024-12-18) * **Feature**: Added WAF Configuration to Amplify Apps diff --git a/service/amplify/go.mod b/service/amplify/go.mod index e1bceaf5e1d..366064b4f8a 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/amplify/go_module_metadata.go b/service/amplify/go_module_metadata.go index 8f42e801459..99bca764c4b 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.28.0" +const goModuleVersion = "1.28.1" diff --git a/service/amplifybackend/CHANGELOG.md b/service/amplifybackend/CHANGELOG.md index a129256e5d4..7951d103b43 100644 --- a/service/amplifybackend/CHANGELOG.md +++ b/service/amplifybackend/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/amplifybackend/go.mod b/service/amplifybackend/go.mod index 83d7dbd57c2..e63769f0ecf 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/amplifybackend/go_module_metadata.go b/service/amplifybackend/go_module_metadata.go index ff4fb826c25..ab820276896 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.7" +const goModuleVersion = "1.27.8" diff --git a/service/amplifyuibuilder/CHANGELOG.md b/service/amplifyuibuilder/CHANGELOG.md index 98a433d9c24..c68957de1bf 100644 --- a/service/amplifyuibuilder/CHANGELOG.md +++ b/service/amplifyuibuilder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/amplifyuibuilder/go.mod b/service/amplifyuibuilder/go.mod index 59091dc581c..9aabb6ec1cc 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/amplifyuibuilder/go_module_metadata.go b/service/amplifyuibuilder/go_module_metadata.go index 5edd1c3aeb2..0a6d939c6ff 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.7" +const goModuleVersion = "1.23.8" diff --git a/service/apigateway/CHANGELOG.md b/service/apigateway/CHANGELOG.md index 349710820fc..8c16bb446f4 100644 --- a/service/apigateway/CHANGELOG.md +++ b/service/apigateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apigateway/go.mod b/service/apigateway/go.mod index 33d8e566219..f57ae7e38e2 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/apigateway/go_module_metadata.go b/service/apigateway/go_module_metadata.go index c28d017ec7d..85e1c8183fd 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.28.1" +const goModuleVersion = "1.28.2" diff --git a/service/apigatewaymanagementapi/CHANGELOG.md b/service/apigatewaymanagementapi/CHANGELOG.md index 98809ec6333..3673569f33b 100644 --- a/service/apigatewaymanagementapi/CHANGELOG.md +++ b/service/apigatewaymanagementapi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apigatewaymanagementapi/go.mod b/service/apigatewaymanagementapi/go.mod index 7591a87dfe2..61773a9407e 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/apigatewaymanagementapi/go_module_metadata.go b/service/apigatewaymanagementapi/go_module_metadata.go index d810c18a9b4..37a66235e91 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.7" +const goModuleVersion = "1.23.8" diff --git a/service/apigatewayv2/CHANGELOG.md b/service/apigatewayv2/CHANGELOG.md index ffd48268ab0..9016c30cf90 100644 --- a/service/apigatewayv2/CHANGELOG.md +++ b/service/apigatewayv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apigatewayv2/go.mod b/service/apigatewayv2/go.mod index 62894438a14..86ad83bdeac 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/apigatewayv2/go_module_metadata.go b/service/apigatewayv2/go_module_metadata.go index 52f983d34ea..ad88ab1ea8b 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.7" +const goModuleVersion = "1.24.8" diff --git a/service/appconfig/CHANGELOG.md b/service/appconfig/CHANGELOG.md index 4a6e19657df..40e9a80a2cd 100644 --- a/service/appconfig/CHANGELOG.md +++ b/service/appconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.36.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.36.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appconfig/go.mod b/service/appconfig/go.mod index 8e78fbfb27e..e6dd9ef2ca6 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/appconfig/go_module_metadata.go b/service/appconfig/go_module_metadata.go index 0ff2ef045f0..89fdfbe5f77 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.36.1" +const goModuleVersion = "1.36.2" diff --git a/service/appconfigdata/CHANGELOG.md b/service/appconfigdata/CHANGELOG.md index 9e94dd2f415..0570d8fce7b 100644 --- a/service/appconfigdata/CHANGELOG.md +++ b/service/appconfigdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appconfigdata/go.mod b/service/appconfigdata/go.mod index 54ac7658070..4d69a1aff1b 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/appconfigdata/go_module_metadata.go b/service/appconfigdata/go_module_metadata.go index f54967981b1..5bc7c06389e 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.7" +const goModuleVersion = "1.18.8" diff --git a/service/appfabric/CHANGELOG.md b/service/appfabric/CHANGELOG.md index 9efa6cc73d4..4d1b6c491ba 100644 --- a/service/appfabric/CHANGELOG.md +++ b/service/appfabric/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appfabric/go.mod b/service/appfabric/go.mod index 172ec399845..b676c7e9750 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/appfabric/go_module_metadata.go b/service/appfabric/go_module_metadata.go index 248fd65bc10..b48d4783bd1 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.7" +const goModuleVersion = "1.11.8" diff --git a/service/appflow/CHANGELOG.md b/service/appflow/CHANGELOG.md index a4e946cf4b2..3357ee6ea9d 100644 --- a/service/appflow/CHANGELOG.md +++ b/service/appflow/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.45.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.45.8 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appflow/go.mod b/service/appflow/go.mod index 8df86d31ff4..2b111e5c1c4 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/appflow/go_module_metadata.go b/service/appflow/go_module_metadata.go index de31629a17a..cd92d9e3fbd 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.8" +const goModuleVersion = "1.45.9" diff --git a/service/appintegrations/CHANGELOG.md b/service/appintegrations/CHANGELOG.md index c37164b8f85..3aa51b1523c 100644 --- a/service/appintegrations/CHANGELOG.md +++ b/service/appintegrations/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appintegrations/go.mod b/service/appintegrations/go.mod index d8bc78de8df..ad22aec5318 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/appintegrations/go_module_metadata.go b/service/appintegrations/go_module_metadata.go index 0ce4f0329ee..b70e5ce39a1 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.7" +const goModuleVersion = "1.30.8" diff --git a/service/applicationautoscaling/CHANGELOG.md b/service/applicationautoscaling/CHANGELOG.md index 6ddce109440..cd9d4e5436b 100644 --- a/service/applicationautoscaling/CHANGELOG.md +++ b/service/applicationautoscaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.2 (2024-12-10) * **Documentation**: Doc only update for AAS Predictive Scaling policy configuration API. diff --git a/service/applicationautoscaling/go.mod b/service/applicationautoscaling/go.mod index 8fcaf81d912..53dd5f2e339 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/applicationautoscaling/go_module_metadata.go b/service/applicationautoscaling/go_module_metadata.go index 2f7c37404aa..b31ca294e40 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.34.2" +const goModuleVersion = "1.34.3" diff --git a/service/applicationcostprofiler/CHANGELOG.md b/service/applicationcostprofiler/CHANGELOG.md index c2ed8bc156d..3719998739c 100644 --- a/service/applicationcostprofiler/CHANGELOG.md +++ b/service/applicationcostprofiler/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationcostprofiler/go.mod b/service/applicationcostprofiler/go.mod index 1d7c929451f..b1ae84a4047 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/applicationcostprofiler/go_module_metadata.go b/service/applicationcostprofiler/go_module_metadata.go index f893eafe02d..acafc91dfb2 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.7" +const goModuleVersion = "1.21.8" diff --git a/service/applicationdiscoveryservice/CHANGELOG.md b/service/applicationdiscoveryservice/CHANGELOG.md index 641f0dba30d..9e1de3f054b 100644 --- a/service/applicationdiscoveryservice/CHANGELOG.md +++ b/service/applicationdiscoveryservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationdiscoveryservice/go.mod b/service/applicationdiscoveryservice/go.mod index be1b8fda45f..24a9efbb71c 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/applicationdiscoveryservice/go_module_metadata.go b/service/applicationdiscoveryservice/go_module_metadata.go index d0806311e6e..ef1b2817ec2 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.29.1" +const goModuleVersion = "1.29.2" diff --git a/service/applicationinsights/CHANGELOG.md b/service/applicationinsights/CHANGELOG.md index ac57672a291..930522d3c8b 100644 --- a/service/applicationinsights/CHANGELOG.md +++ b/service/applicationinsights/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.6 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.5 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationinsights/go.mod b/service/applicationinsights/go.mod index b019ec0757c..e1557d35525 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/applicationinsights/go_module_metadata.go b/service/applicationinsights/go_module_metadata.go index 9dcf642478f..68de83503f6 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.5" +const goModuleVersion = "1.29.6" diff --git a/service/applicationsignals/CHANGELOG.md b/service/applicationsignals/CHANGELOG.md index 4e90346973a..3c5ca84b82a 100644 --- a/service/applicationsignals/CHANGELOG.md +++ b/service/applicationsignals/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.2 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationsignals/go.mod b/service/applicationsignals/go.mod index 379c5278429..bbdb4461d46 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/applicationsignals/go_module_metadata.go b/service/applicationsignals/go_module_metadata.go index 4b0bdab9bca..e8dadb520c7 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.7.2" +const goModuleVersion = "1.7.3" diff --git a/service/appmesh/CHANGELOG.md b/service/appmesh/CHANGELOG.md index 289b2cb2abb..da4c7424dd4 100644 --- a/service/appmesh/CHANGELOG.md +++ b/service/appmesh/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appmesh/go.mod b/service/appmesh/go.mod index 2d847ad8e9e..dd54e315117 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/appmesh/go_module_metadata.go b/service/appmesh/go_module_metadata.go index 21aaf4dfb34..0a0fd6cd72a 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.7" +const goModuleVersion = "1.29.8" diff --git a/service/apprunner/CHANGELOG.md b/service/apprunner/CHANGELOG.md index 021b70537b6..c9b120da843 100644 --- a/service/apprunner/CHANGELOG.md +++ b/service/apprunner/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apprunner/go.mod b/service/apprunner/go.mod index fa5f31c5e6f..ccc321dd4b5 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/apprunner/go_module_metadata.go b/service/apprunner/go_module_metadata.go index 63202f866b0..06583d5f947 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.7" +const goModuleVersion = "1.32.8" diff --git a/service/appstream/CHANGELOG.md b/service/appstream/CHANGELOG.md index 2a43d159487..ca3e53444b2 100644 --- a/service/appstream/CHANGELOG.md +++ b/service/appstream/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.42.0 (2024-12-19) + +* **Feature**: Added support for Rocky Linux 8 on Amazon AppStream 2.0 +* **Dependency Update**: Updated to the latest SDK module versions + # v1.41.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appstream/go.mod b/service/appstream/go.mod index da04c56b701..8ab55e8b3cb 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 e635acf6512..be8a20a9b22 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.7" +const goModuleVersion = "1.42.0" diff --git a/service/appsync/CHANGELOG.md b/service/appsync/CHANGELOG.md index a921d4c61ca..00390cd823d 100644 --- a/service/appsync/CHANGELOG.md +++ b/service/appsync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.40.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.40.2 (2024-12-09) * **Documentation**: Provides description of new Amazon Bedrock runtime datasource. diff --git a/service/appsync/go.mod b/service/appsync/go.mod index a9f36856d33..5a54ac3c414 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/appsync/go_module_metadata.go b/service/appsync/go_module_metadata.go index 4660b869e47..87fa8613846 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.40.2" +const goModuleVersion = "1.40.3" diff --git a/service/apptest/CHANGELOG.md b/service/apptest/CHANGELOG.md index e0e9e8ab84e..feeb138c029 100644 --- a/service/apptest/CHANGELOG.md +++ b/service/apptest/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apptest/go.mod b/service/apptest/go.mod index 2ac111770fc..0d826ae1560 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/apptest/go_module_metadata.go b/service/apptest/go_module_metadata.go index 252a9e7f7a2..b62ee508c8d 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.7" +const goModuleVersion = "1.4.8" diff --git a/service/arczonalshift/CHANGELOG.md b/service/arczonalshift/CHANGELOG.md index 45a641d92aa..1e563e7b684 100644 --- a/service/arczonalshift/CHANGELOG.md +++ b/service/arczonalshift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/arczonalshift/go.mod b/service/arczonalshift/go.mod index 760e4cba9b8..4e9b8c973b3 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/arczonalshift/go_module_metadata.go b/service/arczonalshift/go_module_metadata.go index 24e1e6fb22d..ec960bb0a86 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.7" +const goModuleVersion = "1.14.8" diff --git a/service/artifact/CHANGELOG.md b/service/artifact/CHANGELOG.md index 96b554d1833..7a47e0f2583 100644 --- a/service/artifact/CHANGELOG.md +++ b/service/artifact/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.0 (2024-12-11) * **Feature**: Add support for listing active customer agreements for the calling AWS Account. diff --git a/service/artifact/go.mod b/service/artifact/go.mod index 1477a0d82ae..c2579cefdab 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/artifact/go_module_metadata.go b/service/artifact/go_module_metadata.go index ced4b8e7fd1..884dacac7db 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.7.0" +const goModuleVersion = "1.7.1" diff --git a/service/athena/CHANGELOG.md b/service/athena/CHANGELOG.md index 58a30dd570e..cadd111e547 100644 --- a/service/athena/CHANGELOG.md +++ b/service/athena/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.49.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.49.1 (2024-12-17) * No change notes available for this release. diff --git a/service/athena/go.mod b/service/athena/go.mod index be31ef11732..09c98775583 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/athena/go_module_metadata.go b/service/athena/go_module_metadata.go index e3dfc96603c..a4197d2a041 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.49.1" +const goModuleVersion = "1.49.2" diff --git a/service/auditmanager/CHANGELOG.md b/service/auditmanager/CHANGELOG.md index f0d7a0a4703..1fef44aceaf 100644 --- a/service/auditmanager/CHANGELOG.md +++ b/service/auditmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.37.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.37.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/auditmanager/go.mod b/service/auditmanager/go.mod index 8bb310985ec..4c728e93990 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/auditmanager/go_module_metadata.go b/service/auditmanager/go_module_metadata.go index 338b10d88ad..caa764bbc9b 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.7" +const goModuleVersion = "1.37.8" diff --git a/service/autoscaling/CHANGELOG.md b/service/autoscaling/CHANGELOG.md index e335eeeb9a2..34e0e09edb6 100644 --- a/service/autoscaling/CHANGELOG.md +++ b/service/autoscaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.51.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.51.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/autoscaling/go.mod b/service/autoscaling/go.mod index b620213c04c..eca80ebe8e1 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 e813c7baa9c..87a6951d575 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.51.1" +const goModuleVersion = "1.51.2" diff --git a/service/autoscalingplans/CHANGELOG.md b/service/autoscalingplans/CHANGELOG.md index e0ffc737e6b..9f775df7bfe 100644 --- a/service/autoscalingplans/CHANGELOG.md +++ b/service/autoscalingplans/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/autoscalingplans/go.mod b/service/autoscalingplans/go.mod index 1fcf74685cc..2961756aac8 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/autoscalingplans/go_module_metadata.go b/service/autoscalingplans/go_module_metadata.go index 8b82bd152b4..c8db08b7a5a 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.7" +const goModuleVersion = "1.24.8" diff --git a/service/b2bi/CHANGELOG.md b/service/b2bi/CHANGELOG.md index 13a64a4b884..334a635822a 100644 --- a/service/b2bi/CHANGELOG.md +++ b/service/b2bi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.0-preview.56 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.0-preview.55 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/b2bi/go.mod b/service/b2bi/go.mod index ba23f33f1da..395dbf1bd43 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/b2bi/go_module_metadata.go b/service/b2bi/go_module_metadata.go index cde43dc4655..643ac6c6f3c 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.55" +const goModuleVersion = "1.0.0-preview.56" diff --git a/service/backup/CHANGELOG.md b/service/backup/CHANGELOG.md index 4b750b6a5c1..a364e63143f 100644 --- a/service/backup/CHANGELOG.md +++ b/service/backup/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.40.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.40.0 (2024-12-17) * **Feature**: Add Support for Backup Indexing diff --git a/service/backup/go.mod b/service/backup/go.mod index 31743669eb7..d4ecba04d19 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/backup/go_module_metadata.go b/service/backup/go_module_metadata.go index 81226ee1b83..c277f26e8c6 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.40.0" +const goModuleVersion = "1.40.1" diff --git a/service/backupgateway/CHANGELOG.md b/service/backupgateway/CHANGELOG.md index ddba69c02b6..57d027af3cd 100644 --- a/service/backupgateway/CHANGELOG.md +++ b/service/backupgateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/backupgateway/go.mod b/service/backupgateway/go.mod index 21e831fcfa0..15865d54ab6 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/backupgateway/go_module_metadata.go b/service/backupgateway/go_module_metadata.go index 3ea65cab26c..1e7621a3a5f 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.7" +const goModuleVersion = "1.20.8" diff --git a/service/backupsearch/CHANGELOG.md b/service/backupsearch/CHANGELOG.md index ddc50a30f7a..c7569701a66 100644 --- a/service/backupsearch/CHANGELOG.md +++ b/service/backupsearch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.0 (2024-12-17) * **Release**: New AWS service client module diff --git a/service/backupsearch/go.mod b/service/backupsearch/go.mod index ca0e44c9bbc..c7e0c611171 100644 --- a/service/backupsearch/go.mod +++ b/service/backupsearch/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/backupsearch go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/backupsearch/go_module_metadata.go b/service/backupsearch/go_module_metadata.go index 954ee0914a7..11217f801a8 100644 --- a/service/backupsearch/go_module_metadata.go +++ b/service/backupsearch/go_module_metadata.go @@ -3,4 +3,4 @@ package backupsearch // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.0" +const goModuleVersion = "1.0.1" diff --git a/service/batch/CHANGELOG.md b/service/batch/CHANGELOG.md index 85335bfcf49..33c02fc8029 100644 --- a/service/batch/CHANGELOG.md +++ b/service/batch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.49.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.49.0 (2024-12-17) * **Feature**: This feature allows AWS Batch on Amazon EKS to support configuration of Pod Annotations, overriding Namespace on which the Batch job's Pod runs on, and allows Subpath and Persistent Volume claim to be set for AWS Batch on Amazon EKS jobs. diff --git a/service/batch/go.mod b/service/batch/go.mod index 1cb2b275f68..12f67bf7d64 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/batch/go_module_metadata.go b/service/batch/go_module_metadata.go index be6d54815d3..37366fcc7e1 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.49.0" +const goModuleVersion = "1.49.1" diff --git a/service/bcmdataexports/CHANGELOG.md b/service/bcmdataexports/CHANGELOG.md index 5fd6559d140..9c8515894a9 100644 --- a/service/bcmdataexports/CHANGELOG.md +++ b/service/bcmdataexports/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/bcmdataexports/go.mod b/service/bcmdataexports/go.mod index 2e495af668b..0a181721980 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/bcmdataexports/go_module_metadata.go b/service/bcmdataexports/go_module_metadata.go index 150928870f7..bacd664f4ea 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.7" +const goModuleVersion = "1.7.8" diff --git a/service/bcmpricingcalculator/CHANGELOG.md b/service/bcmpricingcalculator/CHANGELOG.md index a2432315d9f..d75a2b788c5 100644 --- a/service/bcmpricingcalculator/CHANGELOG.md +++ b/service/bcmpricingcalculator/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/bcmpricingcalculator/go.mod b/service/bcmpricingcalculator/go.mod index 158653c53c8..28671d1c36a 100644 --- a/service/bcmpricingcalculator/go.mod +++ b/service/bcmpricingcalculator/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/bcmpricingcalculator go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/bcmpricingcalculator/go_module_metadata.go b/service/bcmpricingcalculator/go_module_metadata.go index c27cfc1aa9a..782c9560a2f 100644 --- a/service/bcmpricingcalculator/go_module_metadata.go +++ b/service/bcmpricingcalculator/go_module_metadata.go @@ -3,4 +3,4 @@ package bcmpricingcalculator // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.1" +const goModuleVersion = "1.0.2" diff --git a/service/bedrock/CHANGELOG.md b/service/bedrock/CHANGELOG.md index a0ec24d6e66..57e1a93e435 100644 --- a/service/bedrock/CHANGELOG.md +++ b/service/bedrock/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.1 (2024-12-09) * No change notes available for this release. diff --git a/service/bedrock/go.mod b/service/bedrock/go.mod index d4a7699efe0..75db36c5c3d 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/bedrock/go_module_metadata.go b/service/bedrock/go_module_metadata.go index 0af9944a8b8..2b86638d8e6 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.25.1" +const goModuleVersion = "1.25.2" diff --git a/service/bedrockagent/CHANGELOG.md b/service/bedrockagent/CHANGELOG.md index 96276a95114..6e7e0929ce4 100644 --- a/service/bedrockagent/CHANGELOG.md +++ b/service/bedrockagent/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.0 (2024-12-04) * **Feature**: This release introduces the ability to generate SQL using natural language, through a new GenerateQuery API (with native integration into Knowledge Bases); ability to ingest and retrieve images through Bedrock Data Automation; and ability to create a Knowledge Base backed by Kendra GenAI Index. diff --git a/service/bedrockagent/go.mod b/service/bedrockagent/go.mod index f5aa94d7a74..ae7dd4c1be2 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/bedrockagent/go_module_metadata.go b/service/bedrockagent/go_module_metadata.go index 40e117f7c6f..255560f7898 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.32.0" +const goModuleVersion = "1.32.1" diff --git a/service/bedrockagentruntime/CHANGELOG.md b/service/bedrockagentruntime/CHANGELOG.md index 199342e983a..2360b71e938 100644 --- a/service/bedrockagentruntime/CHANGELOG.md +++ b/service/bedrockagentruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.0 (2024-12-04) * **Feature**: This release introduces the ability to generate SQL using natural language, through a new GenerateQuery API (with native integration into Knowledge Bases); ability to ingest and retrieve images through Bedrock Data Automation; and ability to create a Knowledge Base backed by Kendra GenAI Index. diff --git a/service/bedrockagentruntime/go.mod b/service/bedrockagentruntime/go.mod index 1a00af48ba1..35170ab8ad8 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.6 + github.com/aws/aws-sdk-go-v2 v1.32.7 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/bedrockagentruntime/go_module_metadata.go b/service/bedrockagentruntime/go_module_metadata.go index 878ed4b2bdf..de982dcab99 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.30.0" +const goModuleVersion = "1.30.1" diff --git a/service/bedrockdataautomation/CHANGELOG.md b/service/bedrockdataautomation/CHANGELOG.md index 8108a09685a..c02f7135284 100644 --- a/service/bedrockdataautomation/CHANGELOG.md +++ b/service/bedrockdataautomation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.0 (2024-12-04) * **Release**: New AWS service client module diff --git a/service/bedrockdataautomation/go.mod b/service/bedrockdataautomation/go.mod index daeec9556e2..6394b5b8856 100644 --- a/service/bedrockdataautomation/go.mod +++ b/service/bedrockdataautomation/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/bedrockdataautomation go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/bedrockdataautomation/go_module_metadata.go b/service/bedrockdataautomation/go_module_metadata.go index 18a4188a147..c784df3c4e1 100644 --- a/service/bedrockdataautomation/go_module_metadata.go +++ b/service/bedrockdataautomation/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrockdataautomation // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.0" +const goModuleVersion = "1.0.1" diff --git a/service/bedrockdataautomationruntime/CHANGELOG.md b/service/bedrockdataautomationruntime/CHANGELOG.md index daf06f527c2..ca0a149727e 100644 --- a/service/bedrockdataautomationruntime/CHANGELOG.md +++ b/service/bedrockdataautomationruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.0 (2024-12-04) * **Release**: New AWS service client module diff --git a/service/bedrockdataautomationruntime/go.mod b/service/bedrockdataautomationruntime/go.mod index 696ec28626c..70e46ecf5a9 100644 --- a/service/bedrockdataautomationruntime/go.mod +++ b/service/bedrockdataautomationruntime/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/bedrockdataautomationruntime go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/bedrockdataautomationruntime/go_module_metadata.go b/service/bedrockdataautomationruntime/go_module_metadata.go index fea82e78f3f..1d8bb6578f3 100644 --- a/service/bedrockdataautomationruntime/go_module_metadata.go +++ b/service/bedrockdataautomationruntime/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrockdataautomationruntime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.0" +const goModuleVersion = "1.0.1" diff --git a/service/bedrockruntime/CHANGELOG.md b/service/bedrockruntime/CHANGELOG.md index 4ffa4d5fcb6..732e50fba0e 100644 --- a/service/bedrockruntime/CHANGELOG.md +++ b/service/bedrockruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.0 (2024-12-04) * **Feature**: Added support for Intelligent Prompt Router in Invoke, InvokeStream, Converse and ConverseStream. Add support for Bedrock Guardrails image content filter. New Bedrock Marketplace feature enabling a wider range of bedrock compatible models with self-hosted capability. diff --git a/service/bedrockruntime/go.mod b/service/bedrockruntime/go.mod index ca5754c2149..6b11fe6fe62 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.6 + github.com/aws/aws-sdk-go-v2 v1.32.7 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/bedrockruntime/go_module_metadata.go b/service/bedrockruntime/go_module_metadata.go index afec681f7c2..5ba7e7db52b 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.23.0" +const goModuleVersion = "1.23.1" diff --git a/service/billing/CHANGELOG.md b/service/billing/CHANGELOG.md index 431cd016fda..8a927902179 100644 --- a/service/billing/CHANGELOG.md +++ b/service/billing/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.2 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/billing/go.mod b/service/billing/go.mod index e4141962dd3..1297eea98db 100644 --- a/service/billing/go.mod +++ b/service/billing/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/billing go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/billing/go_module_metadata.go b/service/billing/go_module_metadata.go index 2d377d54c2c..b6f9f0a5f6a 100644 --- a/service/billing/go_module_metadata.go +++ b/service/billing/go_module_metadata.go @@ -3,4 +3,4 @@ package billing // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.2" +const goModuleVersion = "1.0.3" diff --git a/service/billingconductor/CHANGELOG.md b/service/billingconductor/CHANGELOG.md index 63f4a03ba3c..39a03484a44 100644 --- a/service/billingconductor/CHANGELOG.md +++ b/service/billingconductor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/billingconductor/go.mod b/service/billingconductor/go.mod index 602f80fa521..42a4e1985a5 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/billingconductor/go_module_metadata.go b/service/billingconductor/go_module_metadata.go index d4e72c84090..66f35ca9da4 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.7" +const goModuleVersion = "1.20.8" diff --git a/service/braket/CHANGELOG.md b/service/braket/CHANGELOG.md index 81c5726baab..e2debf4c5da 100644 --- a/service/braket/CHANGELOG.md +++ b/service/braket/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.31.8 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/braket/go.mod b/service/braket/go.mod index c2dd9c408a3..16eb5981996 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/braket/go_module_metadata.go b/service/braket/go_module_metadata.go index 4f88bbfcc56..6fdda80c6be 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.8" +const goModuleVersion = "1.31.9" diff --git a/service/budgets/CHANGELOG.md b/service/budgets/CHANGELOG.md index 57f1f102f7b..7aea4cc6993 100644 --- a/service/budgets/CHANGELOG.md +++ b/service/budgets/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.0 (2024-12-18) * **Feature**: Releasing minor partition endpoint updates diff --git a/service/budgets/go.mod b/service/budgets/go.mod index 340918d475d..3e63b7a5a4a 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/budgets/go_module_metadata.go b/service/budgets/go_module_metadata.go index b18592c764e..8f776a2fe70 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.29.0" +const goModuleVersion = "1.29.1" diff --git a/service/chatbot/CHANGELOG.md b/service/chatbot/CHANGELOG.md index df1784fe385..bbcd8532e77 100644 --- a/service/chatbot/CHANGELOG.md +++ b/service/chatbot/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chatbot/go.mod b/service/chatbot/go.mod index 7d5e5211c40..f146e65e516 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/chatbot/go_module_metadata.go b/service/chatbot/go_module_metadata.go index d1127c79fc0..c6f1608d490 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.9.1" +const goModuleVersion = "1.9.2" diff --git a/service/chime/CHANGELOG.md b/service/chime/CHANGELOG.md index cfbd03a89dd..e5dede81237 100644 --- a/service/chime/CHANGELOG.md +++ b/service/chime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chime/go.mod b/service/chime/go.mod index 3bf0e1eca80..ddacd918533 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/chime/go_module_metadata.go b/service/chime/go_module_metadata.go index c86eac829c0..d377adeda87 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.7" +const goModuleVersion = "1.34.8" diff --git a/service/chimesdkidentity/CHANGELOG.md b/service/chimesdkidentity/CHANGELOG.md index 2cb3f73e296..dcdacabe185 100644 --- a/service/chimesdkidentity/CHANGELOG.md +++ b/service/chimesdkidentity/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkidentity/go.mod b/service/chimesdkidentity/go.mod index 04f245165c2..4eae6c89c5a 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/chimesdkidentity/go_module_metadata.go b/service/chimesdkidentity/go_module_metadata.go index 0436e7a9922..624d72bc060 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.7" +const goModuleVersion = "1.22.8" diff --git a/service/chimesdkmediapipelines/CHANGELOG.md b/service/chimesdkmediapipelines/CHANGELOG.md index 305562bcb8b..3e486ce5a9d 100644 --- a/service/chimesdkmediapipelines/CHANGELOG.md +++ b/service/chimesdkmediapipelines/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkmediapipelines/go.mod b/service/chimesdkmediapipelines/go.mod index b93b080bd32..6f30fc59f1f 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/chimesdkmediapipelines/go_module_metadata.go b/service/chimesdkmediapipelines/go_module_metadata.go index 0fdf03251fe..44b89e0ccb9 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/chimesdkmeetings/CHANGELOG.md b/service/chimesdkmeetings/CHANGELOG.md index 0a982e62417..9de87379ca7 100644 --- a/service/chimesdkmeetings/CHANGELOG.md +++ b/service/chimesdkmeetings/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkmeetings/go.mod b/service/chimesdkmeetings/go.mod index 9122f79c176..c4efe4533c2 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/chimesdkmeetings/go_module_metadata.go b/service/chimesdkmeetings/go_module_metadata.go index 6d97d9f1a7c..cbfaaa6886b 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.7" +const goModuleVersion = "1.27.8" diff --git a/service/chimesdkmessaging/CHANGELOG.md b/service/chimesdkmessaging/CHANGELOG.md index 64b5d5ef058..6b654ccb491 100644 --- a/service/chimesdkmessaging/CHANGELOG.md +++ b/service/chimesdkmessaging/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkmessaging/go.mod b/service/chimesdkmessaging/go.mod index a2bb47bee9a..ee302683334 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/chimesdkmessaging/go_module_metadata.go b/service/chimesdkmessaging/go_module_metadata.go index 55ecdd47926..491c2351bf7 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.7" +const goModuleVersion = "1.26.8" diff --git a/service/chimesdkvoice/CHANGELOG.md b/service/chimesdkvoice/CHANGELOG.md index 342fe74127a..1ca16a24534 100644 --- a/service/chimesdkvoice/CHANGELOG.md +++ b/service/chimesdkvoice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.0 (2024-12-02) * **Feature**: This release adds supports for enterprises to integrate Amazon Connect with other voice systems. It supports directly transferring voice calls and metadata without using the public telephone network. It also supports real-time and post-call analytics. diff --git a/service/chimesdkvoice/go.mod b/service/chimesdkvoice/go.mod index 6e8c0168f57..fd42439a58c 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/chimesdkvoice/go_module_metadata.go b/service/chimesdkvoice/go_module_metadata.go index 5313d5976cd..471ba4d4fa2 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.20.0" +const goModuleVersion = "1.20.1" diff --git a/service/cleanrooms/CHANGELOG.md b/service/cleanrooms/CHANGELOG.md index b67e6af8839..8a41d574e66 100644 --- a/service/cleanrooms/CHANGELOG.md +++ b/service/cleanrooms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.0 (2024-12-02) * **Feature**: This release allows customers and their partners to easily collaborate with data stored in Snowflake and Amazon Athena, without having to move or share their underlying data among collaborators. diff --git a/service/cleanrooms/go.mod b/service/cleanrooms/go.mod index 2c60e8eb092..fdcdfe1f1d9 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/cleanrooms/go_module_metadata.go b/service/cleanrooms/go_module_metadata.go index fa2292ab048..46fe0e2b2fc 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.21.0" +const goModuleVersion = "1.21.1" diff --git a/service/cleanroomsml/CHANGELOG.md b/service/cleanroomsml/CHANGELOG.md index ff56af14aa2..563432dff5a 100644 --- a/service/cleanroomsml/CHANGELOG.md +++ b/service/cleanroomsml/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.0 (2024-12-17) * **Feature**: Add support for SQL compute configuration for StartAudienceGenerationJob API. diff --git a/service/cleanroomsml/go.mod b/service/cleanroomsml/go.mod index aab2f133fce..3b0d32ee9d8 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/cleanroomsml/go_module_metadata.go b/service/cleanroomsml/go_module_metadata.go index 296e6f1cc90..2778b2bdeb5 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.11.0" +const goModuleVersion = "1.11.1" diff --git a/service/cloud9/CHANGELOG.md b/service/cloud9/CHANGELOG.md index 177678cb35f..91367d2fb1d 100644 --- a/service/cloud9/CHANGELOG.md +++ b/service/cloud9/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.8 (2024-12-16) * **Documentation**: Added information about Ubuntu 18.04 will be removed from the available imageIds for Cloud9 because Ubuntu 18.04 has ended standard support on May 31, 2023. diff --git a/service/cloud9/go.mod b/service/cloud9/go.mod index a771c89346a..195f2f79739 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/cloud9/go_module_metadata.go b/service/cloud9/go_module_metadata.go index a5cb46c9050..00afcbfa387 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.8" +const goModuleVersion = "1.28.9" diff --git a/service/cloudcontrol/CHANGELOG.md b/service/cloudcontrol/CHANGELOG.md index b7cedeace1f..14ae0a59495 100644 --- a/service/cloudcontrol/CHANGELOG.md +++ b/service/cloudcontrol/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudcontrol/go.mod b/service/cloudcontrol/go.mod index 97063020df7..1cd2706c884 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 248b832f833..534b7561ebf 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.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/clouddirectory/CHANGELOG.md b/service/clouddirectory/CHANGELOG.md index 5fb8473ed6c..9469dd0dfac 100644 --- a/service/clouddirectory/CHANGELOG.md +++ b/service/clouddirectory/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/clouddirectory/go.mod b/service/clouddirectory/go.mod index a6db0e29b06..840ee6d3afe 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/clouddirectory/go_module_metadata.go b/service/clouddirectory/go_module_metadata.go index 7e7cc58eedf..885376c374a 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.7" +const goModuleVersion = "1.24.8" diff --git a/service/cloudformation/CHANGELOG.md b/service/cloudformation/CHANGELOG.md index 3cc1a782019..42d211c199d 100644 --- a/service/cloudformation/CHANGELOG.md +++ b/service/cloudformation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.56.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.56.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudformation/go.mod b/service/cloudformation/go.mod index 355b6496697..a5ff039b6c2 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 5203cad891c..efd86661b53 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.56.1" +const goModuleVersion = "1.56.2" diff --git a/service/cloudfront/CHANGELOG.md b/service/cloudfront/CHANGELOG.md index 21f621376c1..7c668709522 100644 --- a/service/cloudfront/CHANGELOG.md +++ b/service/cloudfront/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.44.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.44.0 (2024-12-17) * **Feature**: Adds support for OriginReadTimeout and OriginKeepaliveTimeout to create CloudFront Distributions with VPC Origins. diff --git a/service/cloudfront/go.mod b/service/cloudfront/go.mod index 39c7dbde6fe..e697599e42a 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 ba04f8ae28b..fcf5c2f53e0 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.44.0" +const goModuleVersion = "1.44.1" diff --git a/service/cloudfrontkeyvaluestore/CHANGELOG.md b/service/cloudfrontkeyvaluestore/CHANGELOG.md index 0c57ef0422e..3e1031140cc 100644 --- a/service/cloudfrontkeyvaluestore/CHANGELOG.md +++ b/service/cloudfrontkeyvaluestore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudfrontkeyvaluestore/go.mod b/service/cloudfrontkeyvaluestore/go.mod index 0b1d304c008..c5679e779dc 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 - github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/cloudfrontkeyvaluestore/go_module_metadata.go b/service/cloudfrontkeyvaluestore/go_module_metadata.go index b9c622d2036..f14b3865061 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.7" +const goModuleVersion = "1.8.8" diff --git a/service/cloudhsm/CHANGELOG.md b/service/cloudhsm/CHANGELOG.md index 4884ae32fe6..2c1ff50f9a6 100644 --- a/service/cloudhsm/CHANGELOG.md +++ b/service/cloudhsm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudhsm/go.mod b/service/cloudhsm/go.mod index ed1bace3c5b..f12551601e6 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/cloudhsm/go_module_metadata.go b/service/cloudhsm/go_module_metadata.go index dd9a5d4fb55..56cde56b384 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.7" +const goModuleVersion = "1.24.8" diff --git a/service/cloudhsmv2/CHANGELOG.md b/service/cloudhsmv2/CHANGELOG.md index 9e00c71d047..7493126404a 100644 --- a/service/cloudhsmv2/CHANGELOG.md +++ b/service/cloudhsmv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.0 (2024-12-13) * **Feature**: Add support for Dual-Stack hsm2m.medium clusters. The customers will now be able to create hsm2m.medium clusters having both IPv4 and IPv6 connection capabilities by specifying a new param called NetworkType=DUALSTACK during cluster creation. diff --git a/service/cloudhsmv2/go.mod b/service/cloudhsmv2/go.mod index 19b39734ef5..583b5c4780b 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/cloudhsmv2/go_module_metadata.go b/service/cloudhsmv2/go_module_metadata.go index 15449a47ef6..0d0ed73df45 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.28.0" +const goModuleVersion = "1.28.1" diff --git a/service/cloudsearch/CHANGELOG.md b/service/cloudsearch/CHANGELOG.md index 81bed183e05..f1932404846 100644 --- a/service/cloudsearch/CHANGELOG.md +++ b/service/cloudsearch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.7 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.6 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudsearch/go.mod b/service/cloudsearch/go.mod index f9d4f0ef491..b4cb6ece71c 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/cloudsearch/go_module_metadata.go b/service/cloudsearch/go_module_metadata.go index cdddfafe7d1..7877f4db398 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.6" +const goModuleVersion = "1.26.7" diff --git a/service/cloudsearchdomain/CHANGELOG.md b/service/cloudsearchdomain/CHANGELOG.md index 620a1445687..ba9da3d3cf8 100644 --- a/service/cloudsearchdomain/CHANGELOG.md +++ b/service/cloudsearchdomain/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudsearchdomain/go.mod b/service/cloudsearchdomain/go.mod index 1de674cfb0f..fe14e22c53f 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/cloudsearchdomain/go_module_metadata.go b/service/cloudsearchdomain/go_module_metadata.go index b7a5e18cb0c..c37383693b9 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.7" +const goModuleVersion = "1.23.8" diff --git a/service/cloudtrail/CHANGELOG.md b/service/cloudtrail/CHANGELOG.md index 8a843891878..d85bbbb6ad2 100644 --- a/service/cloudtrail/CHANGELOG.md +++ b/service/cloudtrail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.46.4 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.46.3 (2024-12-11) * **Documentation**: Doc-only updates for CloudTrail. diff --git a/service/cloudtrail/go.mod b/service/cloudtrail/go.mod index 9f339a39f9c..94edebe49e3 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/cloudtrail/go_module_metadata.go b/service/cloudtrail/go_module_metadata.go index f633fa6f8b2..4452d61168e 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.46.3" +const goModuleVersion = "1.46.4" diff --git a/service/cloudtraildata/CHANGELOG.md b/service/cloudtraildata/CHANGELOG.md index 5b944277a1d..5357811f1a6 100644 --- a/service/cloudtraildata/CHANGELOG.md +++ b/service/cloudtraildata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudtraildata/go.mod b/service/cloudtraildata/go.mod index 962d5fee69b..a75cebc8f43 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/cloudtraildata/go_module_metadata.go b/service/cloudtraildata/go_module_metadata.go index 438e6029a55..4ed62bed231 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.7" +const goModuleVersion = "1.11.8" diff --git a/service/cloudwatch/CHANGELOG.md b/service/cloudwatch/CHANGELOG.md index 4d56cb47b17..84171eccc89 100644 --- a/service/cloudwatch/CHANGELOG.md +++ b/service/cloudwatch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.43.4 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.43.3 (2024-12-03.2) * **Documentation**: Support for configuring AiOps investigation as alarm action diff --git a/service/cloudwatch/go.mod b/service/cloudwatch/go.mod index f24d6e4b57a..a78ab3123ba 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 e42a8fa94d7..855fc2c1b69 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.43.3" +const goModuleVersion = "1.43.4" diff --git a/service/cloudwatchevents/CHANGELOG.md b/service/cloudwatchevents/CHANGELOG.md index db6e10a4df9..c714f800e94 100644 --- a/service/cloudwatchevents/CHANGELOG.md +++ b/service/cloudwatchevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudwatchevents/go.mod b/service/cloudwatchevents/go.mod index b49dee9ecbe..0605785ca96 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/cloudwatchevents/go_module_metadata.go b/service/cloudwatchevents/go_module_metadata.go index 63eaaddda8a..02ab9f81461 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.7" +const goModuleVersion = "1.27.8" diff --git a/service/cloudwatchlogs/CHANGELOG.md b/service/cloudwatchlogs/CHANGELOG.md index 1c7118d6deb..d9a515688ec 100644 --- a/service/cloudwatchlogs/CHANGELOG.md +++ b/service/cloudwatchlogs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.45.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.45.0 (2024-12-02) * **Feature**: Adds PutIntegration, GetIntegration, ListIntegrations and DeleteIntegration APIs. Adds QueryLanguage support to StartQuery, GetQueryResults, DescribeQueries, DescribeQueryDefinitions, and PutQueryDefinition APIs. diff --git a/service/cloudwatchlogs/go.mod b/service/cloudwatchlogs/go.mod index 71660e840cf..3aa9341f0b3 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.6 + github.com/aws/aws-sdk-go-v2 v1.32.7 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/cloudwatchlogs/go_module_metadata.go b/service/cloudwatchlogs/go_module_metadata.go index 3c054bfdf18..10882c26c1d 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.45.0" +const goModuleVersion = "1.45.1" diff --git a/service/codeartifact/CHANGELOG.md b/service/codeartifact/CHANGELOG.md index 6a87ed30ae5..4da5abb48aa 100644 --- a/service/codeartifact/CHANGELOG.md +++ b/service/codeartifact/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codeartifact/go.mod b/service/codeartifact/go.mod index cc1566b32dc..612d995f923 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/codeartifact/go_module_metadata.go b/service/codeartifact/go_module_metadata.go index e9e92c3d737..2ce51c7496b 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.7" +const goModuleVersion = "1.33.8" diff --git a/service/codebuild/CHANGELOG.md b/service/codebuild/CHANGELOG.md index 6296767572b..3c321181b5f 100644 --- a/service/codebuild/CHANGELOG.md +++ b/service/codebuild/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.49.4 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.49.3 (2024-12-13) * No change notes available for this release. diff --git a/service/codebuild/go.mod b/service/codebuild/go.mod index 3c28cefbf08..ebc064835eb 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/codebuild/go_module_metadata.go b/service/codebuild/go_module_metadata.go index e85b7c381ac..aa6b1317674 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.49.3" +const goModuleVersion = "1.49.4" diff --git a/service/codecatalyst/CHANGELOG.md b/service/codecatalyst/CHANGELOG.md index e2d0996f500..222cabbb0e7 100644 --- a/service/codecatalyst/CHANGELOG.md +++ b/service/codecatalyst/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codecatalyst/go.mod b/service/codecatalyst/go.mod index a6415567aa9..b777091b621 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/codecatalyst/go_module_metadata.go b/service/codecatalyst/go_module_metadata.go index 8941bc2955a..9086305923e 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.7" +const goModuleVersion = "1.17.8" diff --git a/service/codecommit/CHANGELOG.md b/service/codecommit/CHANGELOG.md index d326442f10c..97d89133d18 100644 --- a/service/codecommit/CHANGELOG.md +++ b/service/codecommit/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codecommit/go.mod b/service/codecommit/go.mod index 30d4e785a22..03b8b44ba9f 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/codecommit/go_module_metadata.go b/service/codecommit/go_module_metadata.go index 18b6afc9ef7..0ee07ee3bc2 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.7" +const goModuleVersion = "1.27.8" diff --git a/service/codeconnections/CHANGELOG.md b/service/codeconnections/CHANGELOG.md index 85bd2c8914c..ad9218b483f 100644 --- a/service/codeconnections/CHANGELOG.md +++ b/service/codeconnections/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codeconnections/go.mod b/service/codeconnections/go.mod index 8781c1a1fce..3e8b40e8b44 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/codeconnections/go_module_metadata.go b/service/codeconnections/go_module_metadata.go index 5a881a5f44d..a81fcebe6bb 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.7" +const goModuleVersion = "1.5.8" diff --git a/service/codedeploy/CHANGELOG.md b/service/codedeploy/CHANGELOG.md index 90a274161c3..debc682885f 100644 --- a/service/codedeploy/CHANGELOG.md +++ b/service/codedeploy/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codedeploy/go.mod b/service/codedeploy/go.mod index daab3414971..d3a8c9a428f 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 8f870ccd0b8..8dfdba9d424 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.7" +const goModuleVersion = "1.29.8" diff --git a/service/codeguruprofiler/CHANGELOG.md b/service/codeguruprofiler/CHANGELOG.md index 09378d3aaa0..9f0a7203d33 100644 --- a/service/codeguruprofiler/CHANGELOG.md +++ b/service/codeguruprofiler/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codeguruprofiler/go.mod b/service/codeguruprofiler/go.mod index 27b3f86cb95..bb676e43e69 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/codeguruprofiler/go_module_metadata.go b/service/codeguruprofiler/go_module_metadata.go index 5e634b69653..1c2fe6af44b 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.7" +const goModuleVersion = "1.24.8" diff --git a/service/codegurureviewer/CHANGELOG.md b/service/codegurureviewer/CHANGELOG.md index 390a07891e2..fbfd22fa863 100644 --- a/service/codegurureviewer/CHANGELOG.md +++ b/service/codegurureviewer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codegurureviewer/go.mod b/service/codegurureviewer/go.mod index e8adb9cae51..9fe0027445a 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 3c83d184796..3ab946a9f27 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.7" +const goModuleVersion = "1.29.8" diff --git a/service/codegurusecurity/CHANGELOG.md b/service/codegurusecurity/CHANGELOG.md index df6d73a01e8..b8c68a83cac 100644 --- a/service/codegurusecurity/CHANGELOG.md +++ b/service/codegurusecurity/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codegurusecurity/go.mod b/service/codegurusecurity/go.mod index 57846ec9e04..927d70a4d16 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/codegurusecurity/go_module_metadata.go b/service/codegurusecurity/go_module_metadata.go index 964a97e04fd..37017507b23 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.7" +const goModuleVersion = "1.12.8" diff --git a/service/codepipeline/CHANGELOG.md b/service/codepipeline/CHANGELOG.md index 62c209ef9c5..e78fa9eee67 100644 --- a/service/codepipeline/CHANGELOG.md +++ b/service/codepipeline/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.38.0 (2024-12-17) * **Feature**: AWS CodePipeline V2 type pipelines now support Managed Compute Rule. diff --git a/service/codepipeline/go.mod b/service/codepipeline/go.mod index 756a2570127..f5915b792cb 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/codepipeline/go_module_metadata.go b/service/codepipeline/go_module_metadata.go index e6bbd48c9e9..295620688ad 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.38.0" +const goModuleVersion = "1.38.1" diff --git a/service/codestarconnections/CHANGELOG.md b/service/codestarconnections/CHANGELOG.md index 5cc6936e7c4..76d109e7e38 100644 --- a/service/codestarconnections/CHANGELOG.md +++ b/service/codestarconnections/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codestarconnections/go.mod b/service/codestarconnections/go.mod index a98ae2a08a6..a1b48942f48 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/codestarconnections/go_module_metadata.go b/service/codestarconnections/go_module_metadata.go index 26849db2c8e..4e5d354ab81 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.7" +const goModuleVersion = "1.29.8" diff --git a/service/codestarnotifications/CHANGELOG.md b/service/codestarnotifications/CHANGELOG.md index d200b866bdd..58d487611e0 100644 --- a/service/codestarnotifications/CHANGELOG.md +++ b/service/codestarnotifications/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codestarnotifications/go.mod b/service/codestarnotifications/go.mod index 1e2bbfd0145..5f4f1e7a21c 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/codestarnotifications/go_module_metadata.go b/service/codestarnotifications/go_module_metadata.go index 4032530b4c2..53a2f375826 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.7" +const goModuleVersion = "1.26.8" diff --git a/service/cognitoidentity/CHANGELOG.md b/service/cognitoidentity/CHANGELOG.md index 4ee03ebd43a..384a4a6fee5 100644 --- a/service/cognitoidentity/CHANGELOG.md +++ b/service/cognitoidentity/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.8 (2024-12-09) * No change notes available for this release. diff --git a/service/cognitoidentity/go.mod b/service/cognitoidentity/go.mod index d3ee6224f4d..f7234d560de 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/cognitoidentity/go_module_metadata.go b/service/cognitoidentity/go_module_metadata.go index c4d481580d7..d86c815268a 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.8" +const goModuleVersion = "1.27.9" diff --git a/service/cognitoidentityprovider/CHANGELOG.md b/service/cognitoidentityprovider/CHANGELOG.md index 94f9550a131..b3dcc70a69d 100644 --- a/service/cognitoidentityprovider/CHANGELOG.md +++ b/service/cognitoidentityprovider/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.48.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.48.1 (2024-12-11) * **Documentation**: Updated descriptions for some API operations and parameters, corrected some errors in Cognito user pools diff --git a/service/cognitoidentityprovider/go.mod b/service/cognitoidentityprovider/go.mod index a31dd3abd8e..95a66d0a22c 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/cognitoidentityprovider/go_module_metadata.go b/service/cognitoidentityprovider/go_module_metadata.go index 191c7826cba..1513bf35fbd 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.48.1" +const goModuleVersion = "1.48.2" diff --git a/service/cognitosync/CHANGELOG.md b/service/cognitosync/CHANGELOG.md index 620a1445687..ba9da3d3cf8 100644 --- a/service/cognitosync/CHANGELOG.md +++ b/service/cognitosync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cognitosync/go.mod b/service/cognitosync/go.mod index 30951d01382..b040ea46b17 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/cognitosync/go_module_metadata.go b/service/cognitosync/go_module_metadata.go index a608c0eac3f..24383cc6122 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.7" +const goModuleVersion = "1.23.8" diff --git a/service/comprehend/CHANGELOG.md b/service/comprehend/CHANGELOG.md index da8a57baa39..0dbf661f9ad 100644 --- a/service/comprehend/CHANGELOG.md +++ b/service/comprehend/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.35.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.35.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/comprehend/go.mod b/service/comprehend/go.mod index 3bedd02896d..7d685ae73ec 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/comprehend/go_module_metadata.go b/service/comprehend/go_module_metadata.go index 24ca842d707..8d6455a1d58 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.7" +const goModuleVersion = "1.35.8" diff --git a/service/comprehendmedical/CHANGELOG.md b/service/comprehendmedical/CHANGELOG.md index 60a77a42069..43d971b9c47 100644 --- a/service/comprehendmedical/CHANGELOG.md +++ b/service/comprehendmedical/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/comprehendmedical/go.mod b/service/comprehendmedical/go.mod index 28d3072dedb..97c70afcd10 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/comprehendmedical/go_module_metadata.go b/service/comprehendmedical/go_module_metadata.go index b0787d4854d..5abfcb712e3 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.7" +const goModuleVersion = "1.26.8" diff --git a/service/computeoptimizer/CHANGELOG.md b/service/computeoptimizer/CHANGELOG.md index 3c6ec09398a..95f69ebfb86 100644 --- a/service/computeoptimizer/CHANGELOG.md +++ b/service/computeoptimizer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.40.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.40.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/computeoptimizer/go.mod b/service/computeoptimizer/go.mod index e2f93534570..ae005242bac 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/computeoptimizer/go_module_metadata.go b/service/computeoptimizer/go_module_metadata.go index 5c3ea5edb03..e96cf39cda1 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.40.1" +const goModuleVersion = "1.40.2" diff --git a/service/configservice/CHANGELOG.md b/service/configservice/CHANGELOG.md index 8763a34ba03..7a4a5d7095e 100644 --- a/service/configservice/CHANGELOG.md +++ b/service/configservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.51.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.51.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/configservice/go.mod b/service/configservice/go.mod index 60d40a12a0a..3a7e4d507cb 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/configservice/go_module_metadata.go b/service/configservice/go_module_metadata.go index 784fcda1925..f10f5c3b5e2 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.51.1" +const goModuleVersion = "1.51.2" diff --git a/service/connect/CHANGELOG.md b/service/connect/CHANGELOG.md index d2879609d0b..b9b0000d9d1 100644 --- a/service/connect/CHANGELOG.md +++ b/service/connect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.122.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.122.0 (2024-12-18) * **Feature**: This release adds support for the UpdateParticipantAuthentication API used for customer authentication within Amazon Connect chats. diff --git a/service/connect/go.mod b/service/connect/go.mod index 8528662cfd1..674cb1af180 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/connect/go_module_metadata.go b/service/connect/go_module_metadata.go index 0901824fd6a..b28958ab608 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.122.0" +const goModuleVersion = "1.122.1" diff --git a/service/connectcampaigns/CHANGELOG.md b/service/connectcampaigns/CHANGELOG.md index 7af24961b2e..c5f64a2b437 100644 --- a/service/connectcampaigns/CHANGELOG.md +++ b/service/connectcampaigns/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.8 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/connectcampaigns/go.mod b/service/connectcampaigns/go.mod index 443624a1824..5815782232a 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/connectcampaigns/go_module_metadata.go b/service/connectcampaigns/go_module_metadata.go index 6cbaf5691aa..70afbd8ccc2 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.8" +const goModuleVersion = "1.15.9" diff --git a/service/connectcampaignsv2/CHANGELOG.md b/service/connectcampaignsv2/CHANGELOG.md index 94c4df48479..078fdd582ad 100644 --- a/service/connectcampaignsv2/CHANGELOG.md +++ b/service/connectcampaignsv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.0 (2024-12-02) * **Feature**: Amazon Connect Outbound Campaigns V2 / Features : Adds support for Event-Triggered Campaigns. diff --git a/service/connectcampaignsv2/go.mod b/service/connectcampaignsv2/go.mod index 703cdda3b02..d3c71465b7e 100644 --- a/service/connectcampaignsv2/go.mod +++ b/service/connectcampaignsv2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/connectcampaignsv2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/connectcampaignsv2/go_module_metadata.go b/service/connectcampaignsv2/go_module_metadata.go index 905936c34f5..2f74adfa120 100644 --- a/service/connectcampaignsv2/go_module_metadata.go +++ b/service/connectcampaignsv2/go_module_metadata.go @@ -3,4 +3,4 @@ package connectcampaignsv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.1.0" +const goModuleVersion = "1.1.1" diff --git a/service/connectcases/CHANGELOG.md b/service/connectcases/CHANGELOG.md index 8bec3c489b4..dc4ae927554 100644 --- a/service/connectcases/CHANGELOG.md +++ b/service/connectcases/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/connectcases/go.mod b/service/connectcases/go.mod index a418a7e30d0..9215e43df6e 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/connectcases/go_module_metadata.go b/service/connectcases/go_module_metadata.go index fa66f7551b5..27a8dc07ac9 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.7" +const goModuleVersion = "1.21.8" diff --git a/service/connectcontactlens/CHANGELOG.md b/service/connectcontactlens/CHANGELOG.md index 1e4e39ab69d..1763abb8308 100644 --- a/service/connectcontactlens/CHANGELOG.md +++ b/service/connectcontactlens/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/connectcontactlens/go.mod b/service/connectcontactlens/go.mod index efc0400219e..b8f76987559 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/connectcontactlens/go_module_metadata.go b/service/connectcontactlens/go_module_metadata.go index db8d42ee3bb..ca1001e9fe1 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.7" +const goModuleVersion = "1.26.8" diff --git a/service/connectparticipant/CHANGELOG.md b/service/connectparticipant/CHANGELOG.md index a80d725fab1..8b859daf0c9 100644 --- a/service/connectparticipant/CHANGELOG.md +++ b/service/connectparticipant/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.0 (2024-12-18) * **Feature**: This release adds support for the GetAuthenticationUrl and CancelParticipantAuthentication APIs used for customer authentication within Amazon Connect chats. There are also minor updates to the GetAttachment API. diff --git a/service/connectparticipant/go.mod b/service/connectparticipant/go.mod index 39b198fc0dd..35720893700 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/connectparticipant/go_module_metadata.go b/service/connectparticipant/go_module_metadata.go index 8258756b900..4f5c72ee406 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.28.0" +const goModuleVersion = "1.28.1" diff --git a/service/controlcatalog/CHANGELOG.md b/service/controlcatalog/CHANGELOG.md index 1eda3fd819c..2642dee77da 100644 --- a/service/controlcatalog/CHANGELOG.md +++ b/service/controlcatalog/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.4 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.3 (2024-12-11) * **Documentation**: Minor documentation updates to the content of ImplementationDetails object part of the Control Catalog GetControl API diff --git a/service/controlcatalog/go.mod b/service/controlcatalog/go.mod index 52de6c647cb..ec5fd13ecdb 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/controlcatalog/go_module_metadata.go b/service/controlcatalog/go_module_metadata.go index 20419144677..f22cd0e3dc4 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.6.3" +const goModuleVersion = "1.6.4" diff --git a/service/controltower/CHANGELOG.md b/service/controltower/CHANGELOG.md index 6cad9dac48d..eb4488f33fb 100644 --- a/service/controltower/CHANGELOG.md +++ b/service/controltower/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/controltower/go.mod b/service/controltower/go.mod index 9258cfebf9d..d1bf00634ed 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/controltower/go_module_metadata.go b/service/controltower/go_module_metadata.go index dcca6916e81..5f6f8235034 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.20.1" +const goModuleVersion = "1.20.2" diff --git a/service/costandusagereportservice/CHANGELOG.md b/service/costandusagereportservice/CHANGELOG.md index da5bae50cf2..f8cf4db4ea2 100644 --- a/service/costandusagereportservice/CHANGELOG.md +++ b/service/costandusagereportservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/costandusagereportservice/go.mod b/service/costandusagereportservice/go.mod index 97dbde2ff3e..18bebc2022d 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/costandusagereportservice/go_module_metadata.go b/service/costandusagereportservice/go_module_metadata.go index 9e0f273409e..8e7e478e841 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.7" +const goModuleVersion = "1.28.8" diff --git a/service/costexplorer/CHANGELOG.md b/service/costexplorer/CHANGELOG.md index 726e46e1d37..635e290c153 100644 --- a/service/costexplorer/CHANGELOG.md +++ b/service/costexplorer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.45.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.45.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/costexplorer/go.mod b/service/costexplorer/go.mod index 403cd3c2127..f57d1d8b324 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/costexplorer/go_module_metadata.go b/service/costexplorer/go_module_metadata.go index 1fea4debd7b..82af77ed09f 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.45.1" +const goModuleVersion = "1.45.2" diff --git a/service/costoptimizationhub/CHANGELOG.md b/service/costoptimizationhub/CHANGELOG.md index 4bcbe1adb0c..f0c79a7182b 100644 --- a/service/costoptimizationhub/CHANGELOG.md +++ b/service/costoptimizationhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/costoptimizationhub/go.mod b/service/costoptimizationhub/go.mod index c8e60c75f59..303204e7e30 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/costoptimizationhub/go_module_metadata.go b/service/costoptimizationhub/go_module_metadata.go index 1f1183bf6e1..a79164c6ebd 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.11.1" +const goModuleVersion = "1.11.2" diff --git a/service/customerprofiles/CHANGELOG.md b/service/customerprofiles/CHANGELOG.md index 47f5ec2eb09..68417fd80c9 100644 --- a/service/customerprofiles/CHANGELOG.md +++ b/service/customerprofiles/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.44.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.44.0 (2024-12-02) * **Feature**: This release introduces Event Trigger APIs as part of Amazon Connect Customer Profiles service. diff --git a/service/customerprofiles/go.mod b/service/customerprofiles/go.mod index 40239a0e48a..20f0e39278c 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/customerprofiles/go_module_metadata.go b/service/customerprofiles/go_module_metadata.go index 30d24a6423d..1e2a63c76ee 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.44.0" +const goModuleVersion = "1.44.1" diff --git a/service/databasemigrationservice/CHANGELOG.md b/service/databasemigrationservice/CHANGELOG.md index eb8ec8f9fc6..cc6410a38ee 100644 --- a/service/databasemigrationservice/CHANGELOG.md +++ b/service/databasemigrationservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.45.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.45.0 (2024-12-12) * **Feature**: Add parameters to support for kerberos authentication. Add parameter for disabling the Unicode source filter with PostgreSQL settings. Add parameter to use large integer value with Kinesis/Kafka settings. diff --git a/service/databasemigrationservice/go.mod b/service/databasemigrationservice/go.mod index 5abac2c2bb8..1f443bb6464 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 fd78fb2b296..2a081913742 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.45.0" +const goModuleVersion = "1.45.1" diff --git a/service/databrew/CHANGELOG.md b/service/databrew/CHANGELOG.md index da1527e22e6..d3213a3a38c 100644 --- a/service/databrew/CHANGELOG.md +++ b/service/databrew/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/databrew/go.mod b/service/databrew/go.mod index 277bb27d594..4d27d58dd03 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/databrew/go_module_metadata.go b/service/databrew/go_module_metadata.go index ba1938cbf42..4672862b1e0 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.7" +const goModuleVersion = "1.33.8" diff --git a/service/dataexchange/CHANGELOG.md b/service/dataexchange/CHANGELOG.md index 0ccc1d58837..d92871b0b35 100644 --- a/service/dataexchange/CHANGELOG.md +++ b/service/dataexchange/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.6 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.5 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dataexchange/go.mod b/service/dataexchange/go.mod index 4f52113796c..4fb05bc9b78 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/dataexchange/go_module_metadata.go b/service/dataexchange/go_module_metadata.go index fd2733e693a..b3c2a53b8c0 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.5" +const goModuleVersion = "1.33.6" diff --git a/service/datapipeline/CHANGELOG.md b/service/datapipeline/CHANGELOG.md index 440dea4cbce..ff81b842375 100644 --- a/service/datapipeline/CHANGELOG.md +++ b/service/datapipeline/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/datapipeline/go.mod b/service/datapipeline/go.mod index 829b710ceab..497662a4ead 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/datapipeline/go_module_metadata.go b/service/datapipeline/go_module_metadata.go index 7f62c2e809a..9b88590f9f9 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.7" +const goModuleVersion = "1.25.8" diff --git a/service/datasync/CHANGELOG.md b/service/datasync/CHANGELOG.md index 980f21c812b..fee030f0075 100644 --- a/service/datasync/CHANGELOG.md +++ b/service/datasync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.44.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.44.0 (2024-12-18) * **Feature**: AWS DataSync introduces the ability to update attributes for in-cloud locations. diff --git a/service/datasync/go.mod b/service/datasync/go.mod index 42d2240b695..44ac8f1ec92 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/datasync/go_module_metadata.go b/service/datasync/go_module_metadata.go index 436154a984c..5ae9e7e6fe9 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.44.0" +const goModuleVersion = "1.44.1" diff --git a/service/datazone/CHANGELOG.md b/service/datazone/CHANGELOG.md index 38b342503a2..b1639e82f25 100644 --- a/service/datazone/CHANGELOG.md +++ b/service/datazone/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.0 (2024-12-03.2) * **Feature**: Adds support for Connections, ProjectProfiles, and JobRuns APIs. Supports the new Lineage feature at GA. Adjusts optionality of a parameter for DataSource and SubscriptionTarget APIs which may adjust types in some clients. diff --git a/service/datazone/go.mod b/service/datazone/go.mod index c3b50eb4b7c..34b95e26d20 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/datazone/go_module_metadata.go b/service/datazone/go_module_metadata.go index 83ff11ce30c..8e07baa5fd2 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.25.0" +const goModuleVersion = "1.25.1" diff --git a/service/dax/CHANGELOG.md b/service/dax/CHANGELOG.md index c2181de05bd..d5594993149 100644 --- a/service/dax/CHANGELOG.md +++ b/service/dax/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dax/go.mod b/service/dax/go.mod index 899c9e9580e..eb28f4e1d14 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/dax/go_module_metadata.go b/service/dax/go_module_metadata.go index d2e17a96467..b5267bfe150 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.7" +const goModuleVersion = "1.23.8" diff --git a/service/deadline/CHANGELOG.md b/service/deadline/CHANGELOG.md index 45a1eb9c441..893d8861c79 100644 --- a/service/deadline/CHANGELOG.md +++ b/service/deadline/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.2 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/deadline/go.mod b/service/deadline/go.mod index 44c9e39f7fb..09990b69bf1 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 0d5a14f6937..b3a0ef321b1 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.7.2" +const goModuleVersion = "1.7.3" diff --git a/service/detective/CHANGELOG.md b/service/detective/CHANGELOG.md index a617d80f50a..72d7bb05a37 100644 --- a/service/detective/CHANGELOG.md +++ b/service/detective/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.31.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/detective/go.mod b/service/detective/go.mod index 09f66ec21fa..06090d925cc 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/detective/go_module_metadata.go b/service/detective/go_module_metadata.go index de979e57292..5d858a2d5d7 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.7" +const goModuleVersion = "1.31.8" diff --git a/service/devicefarm/CHANGELOG.md b/service/devicefarm/CHANGELOG.md index 06695593ea7..8dddd66cd5d 100644 --- a/service/devicefarm/CHANGELOG.md +++ b/service/devicefarm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/devicefarm/go.mod b/service/devicefarm/go.mod index d563bc5abfc..cdb48e36433 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/devicefarm/go_module_metadata.go b/service/devicefarm/go_module_metadata.go index 19ce0288ab5..2413e3f7b9b 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.7" +const goModuleVersion = "1.28.8" diff --git a/service/devopsguru/CHANGELOG.md b/service/devopsguru/CHANGELOG.md index 372cc9b850e..84c61129cc5 100644 --- a/service/devopsguru/CHANGELOG.md +++ b/service/devopsguru/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/devopsguru/go.mod b/service/devopsguru/go.mod index 44fe53c22b6..7a2cc6c338e 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/devopsguru/go_module_metadata.go b/service/devopsguru/go_module_metadata.go index a6cdfd32fbd..c72850848a4 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.7" +const goModuleVersion = "1.34.8" diff --git a/service/directconnect/CHANGELOG.md b/service/directconnect/CHANGELOG.md index bb9f094bd60..b522fa70375 100644 --- a/service/directconnect/CHANGELOG.md +++ b/service/directconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/directconnect/go.mod b/service/directconnect/go.mod index c2b6dcbce09..142154badb7 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/directconnect/go_module_metadata.go b/service/directconnect/go_module_metadata.go index 65073fc6694..57a0f277bdd 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.30.1" +const goModuleVersion = "1.30.2" diff --git a/service/directoryservice/CHANGELOG.md b/service/directoryservice/CHANGELOG.md index 91f13b8139c..ce5a57e6079 100644 --- a/service/directoryservice/CHANGELOG.md +++ b/service/directoryservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.8 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/directoryservice/go.mod b/service/directoryservice/go.mod index 0a27534a37a..14a9a2fca73 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/directoryservice/go_module_metadata.go b/service/directoryservice/go_module_metadata.go index b6ca1f9df3b..7fa3134599b 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.8" +const goModuleVersion = "1.30.9" diff --git a/service/directoryservicedata/CHANGELOG.md b/service/directoryservicedata/CHANGELOG.md index 8a8c994ac0c..7e97b1b6230 100644 --- a/service/directoryservicedata/CHANGELOG.md +++ b/service/directoryservicedata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/directoryservicedata/go.mod b/service/directoryservicedata/go.mod index 785965c95a8..0be94cd0e3a 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/directoryservicedata/go_module_metadata.go b/service/directoryservicedata/go_module_metadata.go index 6c43104eb07..e63d462bbc3 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.7" +const goModuleVersion = "1.2.8" diff --git a/service/dlm/CHANGELOG.md b/service/dlm/CHANGELOG.md index 58b1039da58..1342fb17184 100644 --- a/service/dlm/CHANGELOG.md +++ b/service/dlm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.0 (2024-12-16) * **Feature**: This release adds support for Local Zones in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies. diff --git a/service/dlm/go.mod b/service/dlm/go.mod index 523ef78686f..f5da43473e6 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/dlm/go_module_metadata.go b/service/dlm/go_module_metadata.go index 726d983ba36..224cead9a16 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.29.0" +const goModuleVersion = "1.29.1" diff --git a/service/docdb/CHANGELOG.md b/service/docdb/CHANGELOG.md index 89857572c45..1f73e393256 100644 --- a/service/docdb/CHANGELOG.md +++ b/service/docdb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.39.7 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.39.6 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/docdb/go.mod b/service/docdb/go.mod index de87f9c7bfd..347646bea78 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 github.com/aws/smithy-go v1.22.1 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 5b308a2d44f..405d797eca8 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.6" +const goModuleVersion = "1.39.7" diff --git a/service/docdbelastic/CHANGELOG.md b/service/docdbelastic/CHANGELOG.md index 6f619ecf6d5..a877eb18ffb 100644 --- a/service/docdbelastic/CHANGELOG.md +++ b/service/docdbelastic/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.5 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.4 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/docdbelastic/go.mod b/service/docdbelastic/go.mod index e7035f1f2f6..e1a60a4c296 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/docdbelastic/go_module_metadata.go b/service/docdbelastic/go_module_metadata.go index 527ed9e9b57..bb203bcbef9 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.14.4" +const goModuleVersion = "1.14.5" diff --git a/service/drs/CHANGELOG.md b/service/drs/CHANGELOG.md index d0b6d585576..e74df7de58f 100644 --- a/service/drs/CHANGELOG.md +++ b/service/drs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/drs/go.mod b/service/drs/go.mod index a9f7ea09f1e..56e03fca334 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/drs/go_module_metadata.go b/service/drs/go_module_metadata.go index fe6e010ca50..ebcbe7be6a0 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.7" +const goModuleVersion = "1.30.8" diff --git a/service/dsql/CHANGELOG.md b/service/dsql/CHANGELOG.md index 9e4ca00668e..3691f86ca80 100644 --- a/service/dsql/CHANGELOG.md +++ b/service/dsql/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.0 (2024-12-03.2) * **Release**: New AWS service client module diff --git a/service/dsql/go.mod b/service/dsql/go.mod index 4ae38d4781a..595686472df 100644 --- a/service/dsql/go.mod +++ b/service/dsql/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/dsql go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/dsql/go_module_metadata.go b/service/dsql/go_module_metadata.go index 7932bc92d92..c14e47bdd33 100644 --- a/service/dsql/go_module_metadata.go +++ b/service/dsql/go_module_metadata.go @@ -3,4 +3,4 @@ package dsql // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.0" +const goModuleVersion = "1.0.1" diff --git a/service/dynamodb/CHANGELOG.md b/service/dynamodb/CHANGELOG.md index b739d7ef851..3c9239696ea 100644 --- a/service/dynamodb/CHANGELOG.md +++ b/service/dynamodb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.38.0 (2024-12-03.2) * **Feature**: This change adds support for global tables with multi-Region strong consistency (in preview). The UpdateTable API now supports a new attribute MultiRegionConsistency to set consistency when creating global tables. The DescribeTable output now optionally includes the MultiRegionConsistency attribute. diff --git a/service/dynamodb/go.mod b/service/dynamodb/go.mod index 4d0c0547adb..e57eead9a7f 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.6 + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.7 github.com/aws/smithy-go v1.22.1 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 7e817a6912a..c11ba4a69da 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.38.0" +const goModuleVersion = "1.38.1" diff --git a/service/dynamodbstreams/CHANGELOG.md b/service/dynamodbstreams/CHANGELOG.md index a9967c53a6e..ed09f14a92d 100644 --- a/service/dynamodbstreams/CHANGELOG.md +++ b/service/dynamodbstreams/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.10 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.9 (2024-12-11) * No change notes available for this release. diff --git a/service/dynamodbstreams/go.mod b/service/dynamodbstreams/go.mod index a8c81568369..db66ba5ed8b 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/dynamodbstreams/go_module_metadata.go b/service/dynamodbstreams/go_module_metadata.go index 45b85686793..dfc08004aea 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.9" +const goModuleVersion = "1.24.10" diff --git a/service/ebs/CHANGELOG.md b/service/ebs/CHANGELOG.md index 6b9a184a43a..a4bbb414e82 100644 --- a/service/ebs/CHANGELOG.md +++ b/service/ebs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ebs/go.mod b/service/ebs/go.mod index 94a150c2626..db4e9b21cd4 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/ebs/go_module_metadata.go b/service/ebs/go_module_metadata.go index 56307d082d1..e18a1554276 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.7" +const goModuleVersion = "1.27.8" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index a989b3434bc..e3bbeedbc04 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.198.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.198.0 (2024-12-16) * **Feature**: This release adds support for EBS local snapshots in AWS Dedicated Local Zones, which allows you to store snapshots of EBS volumes locally in Dedicated Local Zones. diff --git a/service/ec2/go.mod b/service/ec2/go.mod index 8d77b2b9b70..cab670f722c 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index c41c45afaac..15876373d82 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.198.0" +const goModuleVersion = "1.198.1" diff --git a/service/ec2instanceconnect/CHANGELOG.md b/service/ec2instanceconnect/CHANGELOG.md index 35695c968af..58969d43e58 100644 --- a/service/ec2instanceconnect/CHANGELOG.md +++ b/service/ec2instanceconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ec2instanceconnect/go.mod b/service/ec2instanceconnect/go.mod index ca7c1361bc9..e5dc722dee4 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/ec2instanceconnect/go_module_metadata.go b/service/ec2instanceconnect/go_module_metadata.go index 0612ec1335a..93d19f8292a 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.7" +const goModuleVersion = "1.27.8" diff --git a/service/ecr/CHANGELOG.md b/service/ecr/CHANGELOG.md index 62c89a3addd..a209bdeb3c9 100644 --- a/service/ecr/CHANGELOG.md +++ b/service/ecr/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.36.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.36.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ecr/go.mod b/service/ecr/go.mod index 5fc73762cce..5e980fe70bd 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 30922f8ba85..007b05e27e8 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.7" +const goModuleVersion = "1.36.8" diff --git a/service/ecrpublic/CHANGELOG.md b/service/ecrpublic/CHANGELOG.md index 670b099f4de..1c8fd93d5d5 100644 --- a/service/ecrpublic/CHANGELOG.md +++ b/service/ecrpublic/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ecrpublic/go.mod b/service/ecrpublic/go.mod index f6e4e90c8ce..16ae33ea7e2 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/ecrpublic/go_module_metadata.go b/service/ecrpublic/go_module_metadata.go index f9b7c20374f..20bb65fda66 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.7" +const goModuleVersion = "1.27.8" diff --git a/service/ecs/CHANGELOG.md b/service/ecs/CHANGELOG.md index bf774e97bf7..12de18d23e2 100644 --- a/service/ecs/CHANGELOG.md +++ b/service/ecs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.53.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.53.0 (2024-12-17) * **Feature**: Added support for enableFaultInjection task definition parameter which can be used to enable Fault Injection feature on ECS tasks. diff --git a/service/ecs/go.mod b/service/ecs/go.mod index 1b82097c7e8..c3cfc5d1e9c 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 18db0244225..d5bd41311fd 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.53.0" +const goModuleVersion = "1.53.1" diff --git a/service/efs/CHANGELOG.md b/service/efs/CHANGELOG.md index 6cf10d77dd9..3c9144ed398 100644 --- a/service/efs/CHANGELOG.md +++ b/service/efs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/efs/go.mod b/service/efs/go.mod index 3a278b479ce..a4991cfac0d 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/efs/go_module_metadata.go b/service/efs/go_module_metadata.go index e792a973250..4d061650023 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.34.1" +const goModuleVersion = "1.34.2" diff --git a/service/eks/CHANGELOG.md b/service/eks/CHANGELOG.md index 3b554636980..1e692385aca 100644 --- a/service/eks/CHANGELOG.md +++ b/service/eks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.54.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.54.0 (2024-12-13) * **Feature**: Add NodeRepairConfig in CreateNodegroupRequest and UpdateNodegroupConfigRequest diff --git a/service/eks/go.mod b/service/eks/go.mod index e3e7264565f..515afb161dd 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 d2f5cf55396..fe39a373d57 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.54.0" +const goModuleVersion = "1.54.1" diff --git a/service/eksauth/CHANGELOG.md b/service/eksauth/CHANGELOG.md index 40fee126fec..41c8c181519 100644 --- a/service/eksauth/CHANGELOG.md +++ b/service/eksauth/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/eksauth/go.mod b/service/eksauth/go.mod index 2b68c43da21..441e5e2eb73 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/eksauth/go_module_metadata.go b/service/eksauth/go_module_metadata.go index e67b5b78159..12a86991adf 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.7" +const goModuleVersion = "1.7.8" diff --git a/service/elasticache/CHANGELOG.md b/service/elasticache/CHANGELOG.md index 45af0dc7056..ec4ee5d4845 100644 --- a/service/elasticache/CHANGELOG.md +++ b/service/elasticache/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.44.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.44.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticache/go.mod b/service/elasticache/go.mod index ce446498a87..fee2a485152 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 0c970bd212a..a3513852ca3 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.44.1" +const goModuleVersion = "1.44.2" diff --git a/service/elasticbeanstalk/CHANGELOG.md b/service/elasticbeanstalk/CHANGELOG.md index 22e72bfe12b..cfd7a43a3bc 100644 --- a/service/elasticbeanstalk/CHANGELOG.md +++ b/service/elasticbeanstalk/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.7 (2024-12-03) * No change notes available for this release. diff --git a/service/elasticbeanstalk/go.mod b/service/elasticbeanstalk/go.mod index dcab83ff1be..b7d1adf4724 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 47673e09377..3a0de76a168 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.7" +const goModuleVersion = "1.28.8" diff --git a/service/elasticinference/CHANGELOG.md b/service/elasticinference/CHANGELOG.md index 2d7906bf2f8..de673df85d0 100644 --- a/service/elasticinference/CHANGELOG.md +++ b/service/elasticinference/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.8 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticinference/go.mod b/service/elasticinference/go.mod index 792db7d8287..c41d93e97b6 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/elasticinference/go_module_metadata.go b/service/elasticinference/go_module_metadata.go index bc1b0ad87e6..f69317c36cd 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.8" +const goModuleVersion = "1.23.9" diff --git a/service/elasticloadbalancing/CHANGELOG.md b/service/elasticloadbalancing/CHANGELOG.md index e1e77a74f13..d57f00b5522 100644 --- a/service/elasticloadbalancing/CHANGELOG.md +++ b/service/elasticloadbalancing/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.7 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.6 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticloadbalancing/go.mod b/service/elasticloadbalancing/go.mod index 2fb45f6b72a..e8b031976e0 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 b4a6e3c1292..e6918070cde 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.6" +const goModuleVersion = "1.28.7" diff --git a/service/elasticloadbalancingv2/CHANGELOG.md b/service/elasticloadbalancingv2/CHANGELOG.md index 07e18655bb1..e60cb17409f 100644 --- a/service/elasticloadbalancingv2/CHANGELOG.md +++ b/service/elasticloadbalancingv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.43.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.43.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticloadbalancingv2/go.mod b/service/elasticloadbalancingv2/go.mod index 0c1fd61498d..c0cb31326d1 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 2119d4c2618..1613bae6aa5 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.43.1" +const goModuleVersion = "1.43.2" diff --git a/service/elasticsearchservice/CHANGELOG.md b/service/elasticsearchservice/CHANGELOG.md index ef0cac600ad..9180e8d4939 100644 --- a/service/elasticsearchservice/CHANGELOG.md +++ b/service/elasticsearchservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticsearchservice/go.mod b/service/elasticsearchservice/go.mod index 65d6ddd58f5..4295eed791e 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/elasticsearchservice/go_module_metadata.go b/service/elasticsearchservice/go_module_metadata.go index 5f674ecfb35..16273d494d3 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.7" +const goModuleVersion = "1.32.8" diff --git a/service/elastictranscoder/CHANGELOG.md b/service/elastictranscoder/CHANGELOG.md index 93e6ec450ee..2cfc5ab72c2 100644 --- a/service/elastictranscoder/CHANGELOG.md +++ b/service/elastictranscoder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elastictranscoder/go.mod b/service/elastictranscoder/go.mod index ffe4f7517ec..8a7b479339a 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 0ed2b22aeab..177174eb9a1 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.7" +const goModuleVersion = "1.27.8" diff --git a/service/emr/CHANGELOG.md b/service/emr/CHANGELOG.md index 47d2a8f2100..2019654998e 100644 --- a/service/emr/CHANGELOG.md +++ b/service/emr/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.47.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.47.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/emr/go.mod b/service/emr/go.mod index e7dd0da0f78..60eba2035d2 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 afe0193dc0c..58520286a59 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.47.1" +const goModuleVersion = "1.47.2" diff --git a/service/emrcontainers/CHANGELOG.md b/service/emrcontainers/CHANGELOG.md index 4a1c39eb257..5052a431bb7 100644 --- a/service/emrcontainers/CHANGELOG.md +++ b/service/emrcontainers/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.8 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/emrcontainers/go.mod b/service/emrcontainers/go.mod index 0c021331406..95d76d4eb11 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/emrcontainers/go_module_metadata.go b/service/emrcontainers/go_module_metadata.go index 7092ce365f2..b8a2e70e1a1 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.8" +const goModuleVersion = "1.33.9" diff --git a/service/emrserverless/CHANGELOG.md b/service/emrserverless/CHANGELOG.md index 12f54c4b3b7..f4e9e35ebce 100644 --- a/service/emrserverless/CHANGELOG.md +++ b/service/emrserverless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.0 (2024-12-11) * **Feature**: This release adds support for accessing system profile logs in Lake Formation-enabled jobs. diff --git a/service/emrserverless/go.mod b/service/emrserverless/go.mod index 8285e8f849d..faaa4705d41 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/emrserverless/go_module_metadata.go b/service/emrserverless/go_module_metadata.go index ab4a006925a..ae9447e1594 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.27.0" +const goModuleVersion = "1.27.1" diff --git a/service/entityresolution/CHANGELOG.md b/service/entityresolution/CHANGELOG.md index 770c6ce0627..999a390d94e 100644 --- a/service/entityresolution/CHANGELOG.md +++ b/service/entityresolution/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/entityresolution/go.mod b/service/entityresolution/go.mod index 616fa7907f5..f46482a1273 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/entityresolution/go_module_metadata.go b/service/entityresolution/go_module_metadata.go index 363dec44b6c..0af848410d5 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.7" +const goModuleVersion = "1.15.8" diff --git a/service/eventbridge/CHANGELOG.md b/service/eventbridge/CHANGELOG.md index 0df4645813c..1993043d810 100644 --- a/service/eventbridge/CHANGELOG.md +++ b/service/eventbridge/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.36.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.36.0 (2024-12-02) * **Feature**: Call private APIs by configuring Connections with VPC connectivity through PrivateLink and VPC Lattice diff --git a/service/eventbridge/go.mod b/service/eventbridge/go.mod index 593e181f495..72a67a7eacc 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 - github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/eventbridge/go_module_metadata.go b/service/eventbridge/go_module_metadata.go index 474aeb65ead..1af63b38147 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.36.0" +const goModuleVersion = "1.36.1" diff --git a/service/evidently/CHANGELOG.md b/service/evidently/CHANGELOG.md index 5f54ce278e5..4a9216a48f0 100644 --- a/service/evidently/CHANGELOG.md +++ b/service/evidently/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/evidently/go.mod b/service/evidently/go.mod index 5eaad2ce1b8..ff00c247ab4 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/evidently/go_module_metadata.go b/service/evidently/go_module_metadata.go index d9d19bc17a0..3c028ea0188 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.7" +const goModuleVersion = "1.23.8" diff --git a/service/finspace/CHANGELOG.md b/service/finspace/CHANGELOG.md index eb38d77e36d..2c6ed6795fd 100644 --- a/service/finspace/CHANGELOG.md +++ b/service/finspace/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/finspace/go.mod b/service/finspace/go.mod index 1894649c25b..54e6b704ed2 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/finspace/go_module_metadata.go b/service/finspace/go_module_metadata.go index cf73dbbc584..e539a5c93be 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.7" +const goModuleVersion = "1.28.8" diff --git a/service/finspacedata/CHANGELOG.md b/service/finspacedata/CHANGELOG.md index 8a8bbd34aaf..e9e2ed3e20b 100644 --- a/service/finspacedata/CHANGELOG.md +++ b/service/finspacedata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/finspacedata/go.mod b/service/finspacedata/go.mod index b82f5b320e6..dd593c9569c 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/finspacedata/go_module_metadata.go b/service/finspacedata/go_module_metadata.go index d8c25d4b164..af2caa217e7 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.7" +const goModuleVersion = "1.28.8" diff --git a/service/firehose/CHANGELOG.md b/service/firehose/CHANGELOG.md index 2a31247c8f9..c365ec4131b 100644 --- a/service/firehose/CHANGELOG.md +++ b/service/firehose/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.35.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.35.2 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/firehose/go.mod b/service/firehose/go.mod index bcadc25019b..98a490be544 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/firehose/go_module_metadata.go b/service/firehose/go_module_metadata.go index 52948e21c1c..39e4a67dceb 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.35.2" +const goModuleVersion = "1.35.3" diff --git a/service/fis/CHANGELOG.md b/service/fis/CHANGELOG.md index efdc4c5823c..a338e4b9e19 100644 --- a/service/fis/CHANGELOG.md +++ b/service/fis/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.31.2 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/fis/go.mod b/service/fis/go.mod index f5164b9601a..dd28c4b1c19 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/fis/go_module_metadata.go b/service/fis/go_module_metadata.go index 219efdee937..98cba46f3d9 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.31.2" +const goModuleVersion = "1.31.3" diff --git a/service/fms/CHANGELOG.md b/service/fms/CHANGELOG.md index 6f49c508f69..0acacd71850 100644 --- a/service/fms/CHANGELOG.md +++ b/service/fms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.6 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.38.5 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/fms/go.mod b/service/fms/go.mod index 43fe6ba29c8..169276a82af 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/fms/go_module_metadata.go b/service/fms/go_module_metadata.go index bd3e0b11438..71cb31c2e51 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.5" +const goModuleVersion = "1.38.6" diff --git a/service/forecast/CHANGELOG.md b/service/forecast/CHANGELOG.md index 899fb6cea3a..24d971648e2 100644 --- a/service/forecast/CHANGELOG.md +++ b/service/forecast/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.36.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.36.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/forecast/go.mod b/service/forecast/go.mod index d611e0cf7a0..5d3d9dd2087 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/forecast/go_module_metadata.go b/service/forecast/go_module_metadata.go index 648dc91886c..0f79f7c9473 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.7" +const goModuleVersion = "1.36.8" diff --git a/service/forecastquery/CHANGELOG.md b/service/forecastquery/CHANGELOG.md index c957f743e8e..4eff4a2d9dc 100644 --- a/service/forecastquery/CHANGELOG.md +++ b/service/forecastquery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/forecastquery/go.mod b/service/forecastquery/go.mod index 953516333e7..bf8a17475a9 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/forecastquery/go_module_metadata.go b/service/forecastquery/go_module_metadata.go index 65ddf46431d..12e8983e639 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.7" +const goModuleVersion = "1.24.8" diff --git a/service/frauddetector/CHANGELOG.md b/service/frauddetector/CHANGELOG.md index ebf2cfa4273..4f852ec1d91 100644 --- a/service/frauddetector/CHANGELOG.md +++ b/service/frauddetector/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.35.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.35.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/frauddetector/go.mod b/service/frauddetector/go.mod index e46a1532e72..158b94a7033 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/frauddetector/go_module_metadata.go b/service/frauddetector/go_module_metadata.go index 506b661d4de..698c9bccb73 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.7" +const goModuleVersion = "1.35.8" diff --git a/service/freetier/CHANGELOG.md b/service/freetier/CHANGELOG.md index 0ac4bbbd28d..ffa89939f07 100644 --- a/service/freetier/CHANGELOG.md +++ b/service/freetier/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/freetier/go.mod b/service/freetier/go.mod index 560156facc0..5c09f17c493 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/freetier/go_module_metadata.go b/service/freetier/go_module_metadata.go index 4da671ac89f..30b52c07a98 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.7" +const goModuleVersion = "1.7.8" diff --git a/service/fsx/CHANGELOG.md b/service/fsx/CHANGELOG.md index 7b468dbb6f1..14690eb1abb 100644 --- a/service/fsx/CHANGELOG.md +++ b/service/fsx/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.51.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.51.0 (2024-12-02) * **Feature**: FSx API changes to support the public launch of the Amazon FSx Intelligent Tiering for OpenZFS storage class. diff --git a/service/fsx/go.mod b/service/fsx/go.mod index 62e1af363ef..b18df043726 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/fsx/go_module_metadata.go b/service/fsx/go_module_metadata.go index 1ae8d895edd..6ca7fe199ea 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.51.0" +const goModuleVersion = "1.51.1" diff --git a/service/gamelift/CHANGELOG.md b/service/gamelift/CHANGELOG.md index ca2c4384192..32f210213c9 100644 --- a/service/gamelift/CHANGELOG.md +++ b/service/gamelift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.37.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.37.2 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/gamelift/go.mod b/service/gamelift/go.mod index 756898d1aed..e4a6cad2df5 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/gamelift/go_module_metadata.go b/service/gamelift/go_module_metadata.go index 6799809b708..40c02d0efe8 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.37.2" +const goModuleVersion = "1.37.3" diff --git a/service/geomaps/CHANGELOG.md b/service/geomaps/CHANGELOG.md index a51b79dfd19..18f11211bfd 100644 --- a/service/geomaps/CHANGELOG.md +++ b/service/geomaps/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.5 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.4 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/geomaps/go.mod b/service/geomaps/go.mod index abba5767fb9..a5de177363d 100644 --- a/service/geomaps/go.mod +++ b/service/geomaps/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/geomaps go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/geomaps/go_module_metadata.go b/service/geomaps/go_module_metadata.go index 1dbf8ef0b68..2e2334e8010 100644 --- a/service/geomaps/go_module_metadata.go +++ b/service/geomaps/go_module_metadata.go @@ -3,4 +3,4 @@ package geomaps // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.4" +const goModuleVersion = "1.0.5" diff --git a/service/geoplaces/CHANGELOG.md b/service/geoplaces/CHANGELOG.md index c9b50fabfc2..59458df5c77 100644 --- a/service/geoplaces/CHANGELOG.md +++ b/service/geoplaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.5 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.4 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/geoplaces/go.mod b/service/geoplaces/go.mod index da786e31a08..caa5934696f 100644 --- a/service/geoplaces/go.mod +++ b/service/geoplaces/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/geoplaces go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/geoplaces/go_module_metadata.go b/service/geoplaces/go_module_metadata.go index aaa82810766..8d82898144c 100644 --- a/service/geoplaces/go_module_metadata.go +++ b/service/geoplaces/go_module_metadata.go @@ -3,4 +3,4 @@ package geoplaces // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.4" +const goModuleVersion = "1.0.5" diff --git a/service/georoutes/CHANGELOG.md b/service/georoutes/CHANGELOG.md index 2ac9a0de2d6..f8e23f7ab2a 100644 --- a/service/georoutes/CHANGELOG.md +++ b/service/georoutes/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.5 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.4 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/georoutes/go.mod b/service/georoutes/go.mod index 60aabbfcbc4..8689e386b4f 100644 --- a/service/georoutes/go.mod +++ b/service/georoutes/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/georoutes go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/georoutes/go_module_metadata.go b/service/georoutes/go_module_metadata.go index 1dff3bac7b3..d160db22392 100644 --- a/service/georoutes/go_module_metadata.go +++ b/service/georoutes/go_module_metadata.go @@ -3,4 +3,4 @@ package georoutes // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.4" +const goModuleVersion = "1.0.5" diff --git a/service/glacier/CHANGELOG.md b/service/glacier/CHANGELOG.md index 30ca746124e..1b87d5b9168 100644 --- a/service/glacier/CHANGELOG.md +++ b/service/glacier/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/glacier/go.mod b/service/glacier/go.mod index 28eccc5fd1e..38b6b2e77c4 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/glacier/go_module_metadata.go b/service/glacier/go_module_metadata.go index aa500ed90fd..8c6884294cc 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.7" +const goModuleVersion = "1.26.8" diff --git a/service/globalaccelerator/CHANGELOG.md b/service/globalaccelerator/CHANGELOG.md index bc4876e6f76..bb42a412b90 100644 --- a/service/globalaccelerator/CHANGELOG.md +++ b/service/globalaccelerator/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/globalaccelerator/go.mod b/service/globalaccelerator/go.mod index 276bd2bc39b..a9a121a7fe3 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/globalaccelerator/go_module_metadata.go b/service/globalaccelerator/go_module_metadata.go index 42457d89286..2043dc74418 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.7" +const goModuleVersion = "1.29.8" diff --git a/service/glue/CHANGELOG.md b/service/glue/CHANGELOG.md index 5aa9beb4343..35193f6e39d 100644 --- a/service/glue/CHANGELOG.md +++ b/service/glue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.104.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.104.0 (2024-12-12) * **Feature**: To support customer-managed encryption in Data Quality to allow customers encrypt data with their own KMS key, we will add a DataQualityEncryption field to the SecurityConfiguration API where customers can provide their KMS keys. diff --git a/service/glue/go.mod b/service/glue/go.mod index b25e43d12d3..8c53a65ad29 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/glue/go_module_metadata.go b/service/glue/go_module_metadata.go index 7b543085722..5752d078175 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.104.0" +const goModuleVersion = "1.104.1" diff --git a/service/grafana/CHANGELOG.md b/service/grafana/CHANGELOG.md index 8321001fe21..c15ca683963 100644 --- a/service/grafana/CHANGELOG.md +++ b/service/grafana/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/grafana/go.mod b/service/grafana/go.mod index e8c1ec4c19c..5f7d12e7df9 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/grafana/go_module_metadata.go b/service/grafana/go_module_metadata.go index 43cbdce8e30..e02597bb0c6 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.7" +const goModuleVersion = "1.26.8" diff --git a/service/greengrass/CHANGELOG.md b/service/greengrass/CHANGELOG.md index 64d560f4fb7..731f31bb46e 100644 --- a/service/greengrass/CHANGELOG.md +++ b/service/greengrass/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/greengrass/go.mod b/service/greengrass/go.mod index 8133a568799..52418f8a630 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/greengrass/go_module_metadata.go b/service/greengrass/go_module_metadata.go index d25c9697eeb..457048174d8 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.7" +const goModuleVersion = "1.27.8" diff --git a/service/greengrassv2/CHANGELOG.md b/service/greengrassv2/CHANGELOG.md index 1813151fcf4..134f61a5268 100644 --- a/service/greengrassv2/CHANGELOG.md +++ b/service/greengrassv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.36.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.36.0 (2024-12-16) * **Feature**: Add support for runtime in GetCoreDevice and ListCoreDevices APIs. diff --git a/service/greengrassv2/go.mod b/service/greengrassv2/go.mod index e00eff483d6..52e2533274e 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/greengrassv2/go_module_metadata.go b/service/greengrassv2/go_module_metadata.go index f3d4748bc0a..5767a6a5ad6 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.36.0" +const goModuleVersion = "1.36.1" diff --git a/service/groundstation/CHANGELOG.md b/service/groundstation/CHANGELOG.md index 5c9cf8acd98..93c31545bc0 100644 --- a/service/groundstation/CHANGELOG.md +++ b/service/groundstation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.31.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/groundstation/go.mod b/service/groundstation/go.mod index 28a7e44b765..0f65a6e70af 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 d809d08cc4f..e3e08cfc525 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.7" +const goModuleVersion = "1.31.8" diff --git a/service/guardduty/CHANGELOG.md b/service/guardduty/CHANGELOG.md index 2161d8e62df..59eb4912c35 100644 --- a/service/guardduty/CHANGELOG.md +++ b/service/guardduty/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.52.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.52.1 (2024-12-12) * **Documentation**: Improved descriptions for certain APIs. diff --git a/service/guardduty/go.mod b/service/guardduty/go.mod index ef27b1188ef..402ff0b6f58 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/guardduty/go_module_metadata.go b/service/guardduty/go_module_metadata.go index 366b47e13b6..8c9ee4d3cdc 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.52.1" +const goModuleVersion = "1.52.2" diff --git a/service/health/CHANGELOG.md b/service/health/CHANGELOG.md index ab043d9d81c..bbc641fe262 100644 --- a/service/health/CHANGELOG.md +++ b/service/health/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/health/go.mod b/service/health/go.mod index 66d55590919..13cdb4e98ff 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/health/go_module_metadata.go b/service/health/go_module_metadata.go index df0239135a9..f7408749b7f 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.29.1" +const goModuleVersion = "1.29.2" diff --git a/service/healthlake/CHANGELOG.md b/service/healthlake/CHANGELOG.md index 37738a69ad5..85a70923661 100644 --- a/service/healthlake/CHANGELOG.md +++ b/service/healthlake/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/healthlake/go.mod b/service/healthlake/go.mod index 0ac28944ea8..f889ed15275 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/healthlake/go_module_metadata.go b/service/healthlake/go_module_metadata.go index 8e25c58c7bf..5d2b8764808 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.7" +const goModuleVersion = "1.28.8" diff --git a/service/iam/CHANGELOG.md b/service/iam/CHANGELOG.md index 7af283511bc..e8d137b0153 100644 --- a/service/iam/CHANGELOG.md +++ b/service/iam/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.38.2 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iam/go.mod b/service/iam/go.mod index 9e9c855a1cd..bca796fde8d 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/iam/go_module_metadata.go b/service/iam/go_module_metadata.go index 959374d4fa5..cc9a0f0db4b 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.38.2" +const goModuleVersion = "1.38.3" diff --git a/service/identitystore/CHANGELOG.md b/service/identitystore/CHANGELOG.md index 6de4c2e0952..372ee35c618 100644 --- a/service/identitystore/CHANGELOG.md +++ b/service/identitystore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/identitystore/go.mod b/service/identitystore/go.mod index 06400b96aef..a792833ac6e 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/identitystore/go_module_metadata.go b/service/identitystore/go_module_metadata.go index 81587a13be9..b4d94850548 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.7" +const goModuleVersion = "1.27.8" diff --git a/service/imagebuilder/CHANGELOG.md b/service/imagebuilder/CHANGELOG.md index e3b82350e74..89a0d39adbc 100644 --- a/service/imagebuilder/CHANGELOG.md +++ b/service/imagebuilder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.39.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.39.0 (2024-12-02) * **Feature**: Added support for EC2 Image Builder's integration with AWS Marketplace for Marketplace components. diff --git a/service/imagebuilder/go.mod b/service/imagebuilder/go.mod index 62319bc256e..fabcd51b832 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/imagebuilder/go_module_metadata.go b/service/imagebuilder/go_module_metadata.go index 4ea43855550..b2ea8160f64 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.39.0" +const goModuleVersion = "1.39.1" diff --git a/service/inspector/CHANGELOG.md b/service/inspector/CHANGELOG.md index 592f1aa0f6d..591e21b32f6 100644 --- a/service/inspector/CHANGELOG.md +++ b/service/inspector/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/inspector/go.mod b/service/inspector/go.mod index 9a72ec5f460..81b4d768520 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/inspector/go_module_metadata.go b/service/inspector/go_module_metadata.go index a4b81ae7c98..52518b1b636 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.7" +const goModuleVersion = "1.25.8" diff --git a/service/inspector2/CHANGELOG.md b/service/inspector2/CHANGELOG.md index 4c49d98360c..98c302d8e58 100644 --- a/service/inspector2/CHANGELOG.md +++ b/service/inspector2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/inspector2/go.mod b/service/inspector2/go.mod index 2e8819ef4d2..88210dc6910 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/inspector2/go_module_metadata.go b/service/inspector2/go_module_metadata.go index b3e6f47ad73..a8e667b50c3 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.34.1" +const goModuleVersion = "1.34.2" diff --git a/service/inspectorscan/CHANGELOG.md b/service/inspectorscan/CHANGELOG.md index 65fcc5fd4d8..51dad011c4b 100644 --- a/service/inspectorscan/CHANGELOG.md +++ b/service/inspectorscan/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/inspectorscan/go.mod b/service/inspectorscan/go.mod index 718814af9e3..85f21e05a85 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/inspectorscan/go_module_metadata.go b/service/inspectorscan/go_module_metadata.go index 2ec0086a066..c7761f6b094 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.7" +const goModuleVersion = "1.7.8" diff --git a/service/internal/benchmark/go.mod b/service/internal/benchmark/go.mod index 776bfc05386..0c1ebb6ef2a 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.6 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.0 - github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.24.7 - github.com/aws/aws-sdk-go-v2/service/s3 v1.71.0 - github.com/aws/aws-sdk-go-v2/service/schemas v1.28.8 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.1 + github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.24.8 + github.com/aws/aws-sdk-go-v2/service/s3 v1.71.1 + github.com/aws/aws-sdk-go-v2/service/schemas v1.28.9 github.com/aws/smithy-go v1.22.1 ) require ( github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect - github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.25 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // indirect + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.26 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.6 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.6 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.6 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.7 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.7 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.7 // 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 65b7f66addb..11dcc52d8c9 100644 --- a/service/internal/checksum/CHANGELOG.md +++ b/service/internal/checksum/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.7 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.6 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/checksum/go.mod b/service/internal/checksum/go.mod index fa53229c4f8..e7df2c09dca 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.6 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/internal/checksum/go_module_metadata.go b/service/internal/checksum/go_module_metadata.go index 4eecd777cf2..f0b41695d74 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.6" +const goModuleVersion = "1.4.7" diff --git a/service/internal/endpoint-discovery/CHANGELOG.md b/service/internal/endpoint-discovery/CHANGELOG.md index 3b855405c45..c0e03bb9633 100644 --- a/service/internal/endpoint-discovery/CHANGELOG.md +++ b/service/internal/endpoint-discovery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.7 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.6 (2024-12-02) * **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 1443bb37b32..21269fe2176 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.6 + github.com/aws/aws-sdk-go-v2 v1.32.7 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/internal/endpoint-discovery/go_module_metadata.go b/service/internal/endpoint-discovery/go_module_metadata.go index 58a74e55c1e..66fd232b664 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.6" +const goModuleVersion = "1.10.7" diff --git a/service/internal/eventstreamtesting/CHANGELOG.md b/service/internal/eventstreamtesting/CHANGELOG.md index af0585211c5..04597e9a419 100644 --- a/service/internal/eventstreamtesting/CHANGELOG.md +++ b/service/internal/eventstreamtesting/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.8 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/eventstreamtesting/go.mod b/service/internal/eventstreamtesting/go.mod index ea8a2f98c46..5a42a941be0 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.6 + github.com/aws/aws-sdk-go-v2 v1.32.7 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/credentials v1.17.47 + github.com/aws/aws-sdk-go-v2/credentials v1.17.48 ) require github.com/aws/smithy-go v1.22.1 // indirect diff --git a/service/internal/eventstreamtesting/go_module_metadata.go b/service/internal/eventstreamtesting/go_module_metadata.go index df3231df4b1..04bcaea7f90 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.8" +const goModuleVersion = "1.5.9" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 84955e71a4b..81bfcdb45ab 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -1,104 +1,104 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 - github.com/aws/aws-sdk-go-v2/config v1.28.6 - github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.43 - github.com/aws/aws-sdk-go-v2/service/acm v1.30.7 - github.com/aws/aws-sdk-go-v2/service/apigateway v1.28.1 - github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.34.2 - github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.29.1 - github.com/aws/aws-sdk-go-v2/service/appstream v1.41.7 - github.com/aws/aws-sdk-go-v2/service/athena v1.49.1 - github.com/aws/aws-sdk-go-v2/service/batch v1.49.0 - github.com/aws/aws-sdk-go-v2/service/cloudformation v1.56.1 - github.com/aws/aws-sdk-go-v2/service/cloudfront v1.44.0 - github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.28.0 - github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.46.3 - github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.43.3 - github.com/aws/aws-sdk-go-v2/service/codebuild v1.49.3 - github.com/aws/aws-sdk-go-v2/service/codecommit v1.27.7 - github.com/aws/aws-sdk-go-v2/service/codedeploy v1.29.7 - github.com/aws/aws-sdk-go-v2/service/codepipeline v1.38.0 - github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.48.1 - github.com/aws/aws-sdk-go-v2/service/configservice v1.51.1 - github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.28.7 - github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.45.0 - github.com/aws/aws-sdk-go-v2/service/devicefarm v1.28.7 - github.com/aws/aws-sdk-go-v2/service/directconnect v1.30.1 - github.com/aws/aws-sdk-go-v2/service/directoryservice v1.30.8 - github.com/aws/aws-sdk-go-v2/service/docdb v1.39.6 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.0 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.198.0 - github.com/aws/aws-sdk-go-v2/service/ecr v1.36.7 - github.com/aws/aws-sdk-go-v2/service/ecs v1.53.0 - github.com/aws/aws-sdk-go-v2/service/efs v1.34.1 - github.com/aws/aws-sdk-go-v2/service/elasticache v1.44.1 - github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.28.7 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.28.6 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.43.1 - github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.32.7 - github.com/aws/aws-sdk-go-v2/service/emr v1.47.1 - github.com/aws/aws-sdk-go-v2/service/eventbridge v1.36.0 - github.com/aws/aws-sdk-go-v2/service/firehose v1.35.2 - github.com/aws/aws-sdk-go-v2/service/gamelift v1.37.2 - github.com/aws/aws-sdk-go-v2/service/glacier v1.26.7 - github.com/aws/aws-sdk-go-v2/service/glue v1.104.0 - github.com/aws/aws-sdk-go-v2/service/health v1.29.1 - github.com/aws/aws-sdk-go-v2/service/iam v1.38.2 - github.com/aws/aws-sdk-go-v2/service/inspector v1.25.7 - github.com/aws/aws-sdk-go-v2/service/iot v1.62.0 - github.com/aws/aws-sdk-go-v2/service/kinesis v1.32.7 - github.com/aws/aws-sdk-go-v2/service/kms v1.37.7 - github.com/aws/aws-sdk-go-v2/service/lambda v1.69.1 - github.com/aws/aws-sdk-go-v2/service/lightsail v1.42.7 - github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.24.7 - github.com/aws/aws-sdk-go-v2/service/neptune v1.35.6 - github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.23.7 - github.com/aws/aws-sdk-go-v2/service/polly v1.45.8 - github.com/aws/aws-sdk-go-v2/service/rds v1.93.0 - github.com/aws/aws-sdk-go-v2/service/redshift v1.53.0 - github.com/aws/aws-sdk-go-v2/service/rekognition v1.45.8 - github.com/aws/aws-sdk-go-v2/service/route53 v1.46.3 - github.com/aws/aws-sdk-go-v2/service/route53domains v1.28.0 - github.com/aws/aws-sdk-go-v2/service/route53resolver v1.34.2 - github.com/aws/aws-sdk-go-v2/service/s3 v1.71.0 - github.com/aws/aws-sdk-go-v2/service/s3control v1.52.0 - github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.7 - github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.32.7 - github.com/aws/aws-sdk-go-v2/service/ses v1.29.1 - github.com/aws/aws-sdk-go-v2/service/sfn v1.34.1 - github.com/aws/aws-sdk-go-v2/service/shield v1.29.7 - github.com/aws/aws-sdk-go-v2/service/snowball v1.30.7 - github.com/aws/aws-sdk-go-v2/service/sns v1.33.7 - github.com/aws/aws-sdk-go-v2/service/sqs v1.37.2 - github.com/aws/aws-sdk-go-v2/service/ssm v1.56.1 - github.com/aws/aws-sdk-go-v2/service/sts v1.33.2 - github.com/aws/aws-sdk-go-v2/service/support v1.26.7 - github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.29.8 - github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.22.5 - github.com/aws/aws-sdk-go-v2/service/waf v1.25.7 - github.com/aws/aws-sdk-go-v2/service/wafregional v1.25.7 - github.com/aws/aws-sdk-go-v2/service/wafv2 v1.55.6 - github.com/aws/aws-sdk-go-v2/service/workspaces v1.50.3 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/config v1.28.7 + github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.44 + github.com/aws/aws-sdk-go-v2/service/acm v1.30.8 + github.com/aws/aws-sdk-go-v2/service/apigateway v1.28.2 + github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.34.3 + github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.29.2 + github.com/aws/aws-sdk-go-v2/service/appstream v1.42.0 + github.com/aws/aws-sdk-go-v2/service/athena v1.49.2 + github.com/aws/aws-sdk-go-v2/service/batch v1.49.1 + github.com/aws/aws-sdk-go-v2/service/cloudformation v1.56.2 + github.com/aws/aws-sdk-go-v2/service/cloudfront v1.44.1 + github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.28.1 + github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.46.4 + github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.43.4 + github.com/aws/aws-sdk-go-v2/service/codebuild v1.49.4 + github.com/aws/aws-sdk-go-v2/service/codecommit v1.27.8 + github.com/aws/aws-sdk-go-v2/service/codedeploy v1.29.8 + github.com/aws/aws-sdk-go-v2/service/codepipeline v1.38.1 + github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.48.2 + github.com/aws/aws-sdk-go-v2/service/configservice v1.51.2 + github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.28.8 + github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.45.1 + github.com/aws/aws-sdk-go-v2/service/devicefarm v1.28.8 + github.com/aws/aws-sdk-go-v2/service/directconnect v1.30.2 + github.com/aws/aws-sdk-go-v2/service/directoryservice v1.30.9 + github.com/aws/aws-sdk-go-v2/service/docdb v1.39.7 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.1 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.198.1 + github.com/aws/aws-sdk-go-v2/service/ecr v1.36.8 + github.com/aws/aws-sdk-go-v2/service/ecs v1.53.1 + github.com/aws/aws-sdk-go-v2/service/efs v1.34.2 + github.com/aws/aws-sdk-go-v2/service/elasticache v1.44.2 + github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.28.8 + github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.28.7 + github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.43.2 + github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.32.8 + github.com/aws/aws-sdk-go-v2/service/emr v1.47.2 + github.com/aws/aws-sdk-go-v2/service/eventbridge v1.36.1 + github.com/aws/aws-sdk-go-v2/service/firehose v1.35.3 + github.com/aws/aws-sdk-go-v2/service/gamelift v1.37.3 + github.com/aws/aws-sdk-go-v2/service/glacier v1.26.8 + github.com/aws/aws-sdk-go-v2/service/glue v1.104.1 + github.com/aws/aws-sdk-go-v2/service/health v1.29.2 + github.com/aws/aws-sdk-go-v2/service/iam v1.38.3 + github.com/aws/aws-sdk-go-v2/service/inspector v1.25.8 + github.com/aws/aws-sdk-go-v2/service/iot v1.62.1 + github.com/aws/aws-sdk-go-v2/service/kinesis v1.32.8 + github.com/aws/aws-sdk-go-v2/service/kms v1.37.8 + github.com/aws/aws-sdk-go-v2/service/lambda v1.69.2 + github.com/aws/aws-sdk-go-v2/service/lightsail v1.42.8 + github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.24.8 + github.com/aws/aws-sdk-go-v2/service/neptune v1.35.7 + github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.23.8 + github.com/aws/aws-sdk-go-v2/service/polly v1.45.9 + github.com/aws/aws-sdk-go-v2/service/rds v1.93.1 + github.com/aws/aws-sdk-go-v2/service/redshift v1.53.1 + github.com/aws/aws-sdk-go-v2/service/rekognition v1.45.9 + github.com/aws/aws-sdk-go-v2/service/route53 v1.46.4 + github.com/aws/aws-sdk-go-v2/service/route53domains v1.28.1 + github.com/aws/aws-sdk-go-v2/service/route53resolver v1.34.3 + github.com/aws/aws-sdk-go-v2/service/s3 v1.71.1 + github.com/aws/aws-sdk-go-v2/service/s3control v1.52.1 + github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.8 + github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.32.8 + github.com/aws/aws-sdk-go-v2/service/ses v1.29.2 + github.com/aws/aws-sdk-go-v2/service/sfn v1.34.2 + github.com/aws/aws-sdk-go-v2/service/shield v1.29.8 + github.com/aws/aws-sdk-go-v2/service/snowball v1.30.8 + github.com/aws/aws-sdk-go-v2/service/sns v1.33.8 + github.com/aws/aws-sdk-go-v2/service/sqs v1.37.3 + github.com/aws/aws-sdk-go-v2/service/ssm v1.56.2 + github.com/aws/aws-sdk-go-v2/service/sts v1.33.3 + github.com/aws/aws-sdk-go-v2/service/support v1.26.8 + github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.29.9 + github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.22.6 + github.com/aws/aws-sdk-go-v2/service/waf v1.25.8 + github.com/aws/aws-sdk-go-v2/service/wafregional v1.25.8 + github.com/aws/aws-sdk-go-v2/service/wafv2 v1.55.7 + github.com/aws/aws-sdk-go-v2/service/workspaces v1.51.0 github.com/aws/smithy-go v1.22.1 ) require ( github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.47 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.21 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.48 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // 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.25 // indirect + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.26 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.6 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.6 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.6 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.7 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.6 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.7 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.7 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.7 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.8 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7 // 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 ac9a7fb265f..962ab791f47 100644 --- a/service/internal/presigned-url/CHANGELOG.md +++ b/service/internal/presigned-url/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.7 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.6 (2024-12-02) * **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 468fed88ed6..6979921c6ef 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.6 + github.com/aws/aws-sdk-go-v2 v1.32.7 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/internal/presigned-url/go_module_metadata.go b/service/internal/presigned-url/go_module_metadata.go index 1a2ae56cb9a..4c54f6428c3 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.6" +const goModuleVersion = "1.12.7" diff --git a/service/internal/s3shared/CHANGELOG.md b/service/internal/s3shared/CHANGELOG.md index 16f204bd726..48e64ce8ed1 100644 --- a/service/internal/s3shared/CHANGELOG.md +++ b/service/internal/s3shared/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.7 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.6 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/s3shared/go.mod b/service/internal/s3shared/go.mod index 68915b51e16..d1f7358c959 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.6 + github.com/aws/aws-sdk-go-v2 v1.32.7 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/internal/s3shared/go_module_metadata.go b/service/internal/s3shared/go_module_metadata.go index 73a74aae1ff..60a3c68f8ce 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.6" +const goModuleVersion = "1.18.7" diff --git a/service/internetmonitor/CHANGELOG.md b/service/internetmonitor/CHANGELOG.md index a2633ff07b7..e33e87b2ae7 100644 --- a/service/internetmonitor/CHANGELOG.md +++ b/service/internetmonitor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.4 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.3 (2024-12-17) * No change notes available for this release. diff --git a/service/internetmonitor/go.mod b/service/internetmonitor/go.mod index bfdd312ec65..6da1c66d868 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/internetmonitor/go_module_metadata.go b/service/internetmonitor/go_module_metadata.go index 3777f5fd81a..b90e9376432 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.20.3" +const goModuleVersion = "1.20.4" diff --git a/service/invoicing/CHANGELOG.md b/service/invoicing/CHANGELOG.md index 391470cda61..cb883e7dd9b 100644 --- a/service/invoicing/CHANGELOG.md +++ b/service/invoicing/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.0 (2024-12-02) * **Release**: New AWS service client module diff --git a/service/invoicing/go.mod b/service/invoicing/go.mod index 5e82dbeb62b..58835e2e912 100644 --- a/service/invoicing/go.mod +++ b/service/invoicing/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/invoicing go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/invoicing/go_module_metadata.go b/service/invoicing/go_module_metadata.go index 89f5f6d8de2..da93d15ec40 100644 --- a/service/invoicing/go_module_metadata.go +++ b/service/invoicing/go_module_metadata.go @@ -3,4 +3,4 @@ package invoicing // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.0" +const goModuleVersion = "1.0.1" diff --git a/service/iot/CHANGELOG.md b/service/iot/CHANGELOG.md index c14bd3b2183..4be85851948 100644 --- a/service/iot/CHANGELOG.md +++ b/service/iot/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.62.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.62.0 (2024-12-18) * **Feature**: Release connectivity status query API which is a dedicated high throughput(TPS) API to query a specific device's most recent connectivity state and metadata. diff --git a/service/iot/go.mod b/service/iot/go.mod index edbf8a017e3..a304cd6a9c1 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/iot/go_module_metadata.go b/service/iot/go_module_metadata.go index 683c8d1afa7..60566b7b80c 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.62.0" +const goModuleVersion = "1.62.1" diff --git a/service/iot1clickdevicesservice/CHANGELOG.md b/service/iot1clickdevicesservice/CHANGELOG.md index 4089a5cc4bb..ce656fd44bc 100644 --- a/service/iot1clickdevicesservice/CHANGELOG.md +++ b/service/iot1clickdevicesservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iot1clickdevicesservice/go.mod b/service/iot1clickdevicesservice/go.mod index 32f58ca139c..60f4e88097c 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/iot1clickdevicesservice/go_module_metadata.go b/service/iot1clickdevicesservice/go_module_metadata.go index 4b8eeaa9647..709f0669f8f 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.7" +const goModuleVersion = "1.23.8" diff --git a/service/iot1clickprojects/CHANGELOG.md b/service/iot1clickprojects/CHANGELOG.md index 92c9d1cb56b..1f495f16fb5 100644 --- a/service/iot1clickprojects/CHANGELOG.md +++ b/service/iot1clickprojects/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iot1clickprojects/go.mod b/service/iot1clickprojects/go.mod index 9df38d82ef7..60ad2411975 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/iot1clickprojects/go_module_metadata.go b/service/iot1clickprojects/go_module_metadata.go index 149ca1d3ff6..6df07af1da2 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.7" +const goModuleVersion = "1.23.8" diff --git a/service/iotanalytics/CHANGELOG.md b/service/iotanalytics/CHANGELOG.md index c1d723186b1..66e1550eb95 100644 --- a/service/iotanalytics/CHANGELOG.md +++ b/service/iotanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotanalytics/go.mod b/service/iotanalytics/go.mod index b2c04de9ff9..37a062c714d 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/iotanalytics/go_module_metadata.go b/service/iotanalytics/go_module_metadata.go index ec60cdeab48..998677f74ba 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.7" +const goModuleVersion = "1.26.8" diff --git a/service/iotdataplane/CHANGELOG.md b/service/iotdataplane/CHANGELOG.md index 34fc5ab8dcc..f9fa7815021 100644 --- a/service/iotdataplane/CHANGELOG.md +++ b/service/iotdataplane/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotdataplane/go.mod b/service/iotdataplane/go.mod index 79cc7537e19..1ab32db4b51 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/iotdataplane/go_module_metadata.go b/service/iotdataplane/go_module_metadata.go index 4547b13d98b..8b4cabf7138 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.7" +const goModuleVersion = "1.26.8" diff --git a/service/iotdeviceadvisor/CHANGELOG.md b/service/iotdeviceadvisor/CHANGELOG.md index cecb4e1c493..1762aa3ce2b 100644 --- a/service/iotdeviceadvisor/CHANGELOG.md +++ b/service/iotdeviceadvisor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.31.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotdeviceadvisor/go.mod b/service/iotdeviceadvisor/go.mod index de31f66044d..c1175bacc66 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/iotdeviceadvisor/go_module_metadata.go b/service/iotdeviceadvisor/go_module_metadata.go index dc72ee6c8ee..4c9e6e0e958 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.7" +const goModuleVersion = "1.31.8" diff --git a/service/iotevents/CHANGELOG.md b/service/iotevents/CHANGELOG.md index 8c1a1067d78..cad9cbd0dd9 100644 --- a/service/iotevents/CHANGELOG.md +++ b/service/iotevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotevents/go.mod b/service/iotevents/go.mod index ce6f684532f..5d497568e96 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/iotevents/go_module_metadata.go b/service/iotevents/go_module_metadata.go index 100f8f863b8..e772d083d6f 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.7" +const goModuleVersion = "1.27.8" diff --git a/service/ioteventsdata/CHANGELOG.md b/service/ioteventsdata/CHANGELOG.md index 27e85273090..00d80283e50 100644 --- a/service/ioteventsdata/CHANGELOG.md +++ b/service/ioteventsdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ioteventsdata/go.mod b/service/ioteventsdata/go.mod index 07839f81a48..71645456587 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/ioteventsdata/go_module_metadata.go b/service/ioteventsdata/go_module_metadata.go index 86716c8fd22..d3763f559e5 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.7" +const goModuleVersion = "1.24.8" diff --git a/service/iotfleethub/CHANGELOG.md b/service/iotfleethub/CHANGELOG.md index 65ddd2d89b7..524ec14d8ba 100644 --- a/service/iotfleethub/CHANGELOG.md +++ b/service/iotfleethub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotfleethub/go.mod b/service/iotfleethub/go.mod index 0cff9b70008..6b9ebee1608 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/iotfleethub/go_module_metadata.go b/service/iotfleethub/go_module_metadata.go index 333c7ae0606..df1c10446fb 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.7" +const goModuleVersion = "1.24.8" diff --git a/service/iotfleetwise/CHANGELOG.md b/service/iotfleetwise/CHANGELOG.md index e25d5c997f3..9a0ce6124ec 100644 --- a/service/iotfleetwise/CHANGELOG.md +++ b/service/iotfleetwise/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotfleetwise/go.mod b/service/iotfleetwise/go.mod index 8479bba07f1..7cd19f7a92c 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/iotfleetwise/go_module_metadata.go b/service/iotfleetwise/go_module_metadata.go index 410d86fd233..68fe5374ac2 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.22.1" +const goModuleVersion = "1.22.2" diff --git a/service/iotjobsdataplane/CHANGELOG.md b/service/iotjobsdataplane/CHANGELOG.md index 162500d0ec3..3258adb7fe7 100644 --- a/service/iotjobsdataplane/CHANGELOG.md +++ b/service/iotjobsdataplane/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotjobsdataplane/go.mod b/service/iotjobsdataplane/go.mod index 7c399410b12..a64f6b69775 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/iotjobsdataplane/go_module_metadata.go b/service/iotjobsdataplane/go_module_metadata.go index 20ee1145037..242a7068d69 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.24.1" +const goModuleVersion = "1.24.2" diff --git a/service/iotsecuretunneling/CHANGELOG.md b/service/iotsecuretunneling/CHANGELOG.md index 472275cb490..c7dc4376410 100644 --- a/service/iotsecuretunneling/CHANGELOG.md +++ b/service/iotsecuretunneling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotsecuretunneling/go.mod b/service/iotsecuretunneling/go.mod index ceb27842e04..02c5e52e4d3 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/iotsecuretunneling/go_module_metadata.go b/service/iotsecuretunneling/go_module_metadata.go index 5b0630b7b10..5b908a74789 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.7" +const goModuleVersion = "1.27.8" diff --git a/service/iotsitewise/CHANGELOG.md b/service/iotsitewise/CHANGELOG.md index 63950fb6321..91ad3bdb006 100644 --- a/service/iotsitewise/CHANGELOG.md +++ b/service/iotsitewise/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.44.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.44.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotsitewise/go.mod b/service/iotsitewise/go.mod index 154c1be0515..acafddc10f5 100644 --- a/service/iotsitewise/go.mod +++ b/service/iotsitewise/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/iotsitewise go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 + github.com/aws/aws-sdk-go-v2 v1.32.7 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 be5dd96c6bc..b7f96f3c253 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.44.1" +const goModuleVersion = "1.44.2" diff --git a/service/iotthingsgraph/CHANGELOG.md b/service/iotthingsgraph/CHANGELOG.md index ba569ba0aa8..b6023df75ae 100644 --- a/service/iotthingsgraph/CHANGELOG.md +++ b/service/iotthingsgraph/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotthingsgraph/go.mod b/service/iotthingsgraph/go.mod index 39315cb766f..1838b4e39b3 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/iotthingsgraph/go_module_metadata.go b/service/iotthingsgraph/go_module_metadata.go index 795c066ae69..7b9368ae225 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.7" +const goModuleVersion = "1.25.8" diff --git a/service/iottwinmaker/CHANGELOG.md b/service/iottwinmaker/CHANGELOG.md index 97bbd008764..12bd20df946 100644 --- a/service/iottwinmaker/CHANGELOG.md +++ b/service/iottwinmaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iottwinmaker/go.mod b/service/iottwinmaker/go.mod index 4f140f3b207..cccce700d6c 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/iottwinmaker/go_module_metadata.go b/service/iottwinmaker/go_module_metadata.go index 3da2060ab34..c3af6a33b85 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.7" +const goModuleVersion = "1.24.8" diff --git a/service/iotwireless/CHANGELOG.md b/service/iotwireless/CHANGELOG.md index 44b5f27a746..fd4921ff2b0 100644 --- a/service/iotwireless/CHANGELOG.md +++ b/service/iotwireless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.45.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.45.2 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotwireless/go.mod b/service/iotwireless/go.mod index d58618ffb69..3cd7cfcf0bf 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/iotwireless/go_module_metadata.go b/service/iotwireless/go_module_metadata.go index 46e5ab51cee..fc751662074 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.45.2" +const goModuleVersion = "1.45.3" diff --git a/service/ivs/CHANGELOG.md b/service/ivs/CHANGELOG.md index 6810283b013..0adf984ed81 100644 --- a/service/ivs/CHANGELOG.md +++ b/service/ivs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.42.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.42.2 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ivs/go.mod b/service/ivs/go.mod index c9475741b1d..f47e5d93b41 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/ivs/go_module_metadata.go b/service/ivs/go_module_metadata.go index a0d7f4b043f..a3f17c25681 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.42.2" +const goModuleVersion = "1.42.3" diff --git a/service/ivschat/CHANGELOG.md b/service/ivschat/CHANGELOG.md index a24a9766a2f..12d0874e141 100644 --- a/service/ivschat/CHANGELOG.md +++ b/service/ivschat/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ivschat/go.mod b/service/ivschat/go.mod index af90b32b271..fda9539933f 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/ivschat/go_module_metadata.go b/service/ivschat/go_module_metadata.go index cfa4cfed9d7..90311bd497b 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.7" +const goModuleVersion = "1.16.8" diff --git a/service/ivsrealtime/CHANGELOG.md b/service/ivsrealtime/CHANGELOG.md index 1260bc38e0b..e309699b12a 100644 --- a/service/ivsrealtime/CHANGELOG.md +++ b/service/ivsrealtime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.0 (2024-12-10) * **Feature**: IVS Real-Time now offers customers the ability to customize thumbnails recording mode and interval for both Individual Participant Recording (IPR) and Server-Side Compositions (SSC). diff --git a/service/ivsrealtime/go.mod b/service/ivsrealtime/go.mod index 3383563772a..8632bbb00f7 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/ivsrealtime/go_module_metadata.go b/service/ivsrealtime/go_module_metadata.go index 1dc5b0dca01..356f65a7d68 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.21.0" +const goModuleVersion = "1.21.1" diff --git a/service/kafka/CHANGELOG.md b/service/kafka/CHANGELOG.md index 33905af74e0..53eb26b0551 100644 --- a/service/kafka/CHANGELOG.md +++ b/service/kafka/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.38.8 (2024-12-18) * No change notes available for this release. diff --git a/service/kafka/go.mod b/service/kafka/go.mod index 561f5a59187..c7181447146 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/kafka/go_module_metadata.go b/service/kafka/go_module_metadata.go index f34f1bcbcae..78b9de02c8c 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.8" +const goModuleVersion = "1.38.9" diff --git a/service/kafkaconnect/CHANGELOG.md b/service/kafkaconnect/CHANGELOG.md index 96dda579aa5..b3578992efc 100644 --- a/service/kafkaconnect/CHANGELOG.md +++ b/service/kafkaconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kafkaconnect/go.mod b/service/kafkaconnect/go.mod index eaa54b47173..00372fc648c 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/kafkaconnect/go_module_metadata.go b/service/kafkaconnect/go_module_metadata.go index 2e15ea72849..7567b9bfb6d 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.7" +const goModuleVersion = "1.21.8" diff --git a/service/kendra/CHANGELOG.md b/service/kendra/CHANGELOG.md index 12103d6c6cc..5d95039e7f3 100644 --- a/service/kendra/CHANGELOG.md +++ b/service/kendra/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.55.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.55.0 (2024-12-04) * **Feature**: This release adds GenAI Index in Amazon Kendra for Retrieval Augmented Generation (RAG) and intelligent search. With the Kendra GenAI Index, customers get high retrieval accuracy powered by the latest information retrieval technologies and semantic models. diff --git a/service/kendra/go.mod b/service/kendra/go.mod index 9d1ef337f88..4ece67a8b5f 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/kendra/go_module_metadata.go b/service/kendra/go_module_metadata.go index 6206c0911f8..cdf59f52284 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.55.0" +const goModuleVersion = "1.55.1" diff --git a/service/kendraranking/CHANGELOG.md b/service/kendraranking/CHANGELOG.md index 2630ebb9305..db6955791eb 100644 --- a/service/kendraranking/CHANGELOG.md +++ b/service/kendraranking/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kendraranking/go.mod b/service/kendraranking/go.mod index 24fb92dcf9d..8776fc73ac0 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/kendraranking/go_module_metadata.go b/service/kendraranking/go_module_metadata.go index 23fa463cc93..d4c9e1b632e 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.7" +const goModuleVersion = "1.11.8" diff --git a/service/keyspaces/CHANGELOG.md b/service/keyspaces/CHANGELOG.md index 8c615c5bcd2..16633090c37 100644 --- a/service/keyspaces/CHANGELOG.md +++ b/service/keyspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2024-12-09) * **Documentation**: Amazon Keyspaces: adding the list of IAM actions required by the UpdateKeyspace API. diff --git a/service/keyspaces/go.mod b/service/keyspaces/go.mod index 68b1de9b81c..0c7c3cf7834 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/keyspaces/go_module_metadata.go b/service/keyspaces/go_module_metadata.go index d13000c392a..06420b03636 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/kinesis/CHANGELOG.md b/service/kinesis/CHANGELOG.md index c3a0be05ead..44a23a105ef 100644 --- a/service/kinesis/CHANGELOG.md +++ b/service/kinesis/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesis/go.mod b/service/kinesis/go.mod index 9f127ee5741..a79434e48af 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.6 + github.com/aws/aws-sdk-go-v2 v1.32.7 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 805138be351..8d5ff235eca 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.7" +const goModuleVersion = "1.32.8" diff --git a/service/kinesis/internal/testing/go.mod b/service/kinesis/internal/testing/go.mod index e051b2f3d90..cfb7a066289 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.6 + github.com/aws/aws-sdk-go-v2 v1.32.7 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.5.8 - github.com/aws/aws-sdk-go-v2/service/kinesis v1.32.7 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.5.9 + github.com/aws/aws-sdk-go-v2/service/kinesis v1.32.8 github.com/aws/smithy-go v1.22.1 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.17.47 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.48 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect ) diff --git a/service/kinesisanalytics/CHANGELOG.md b/service/kinesisanalytics/CHANGELOG.md index bce3423fd95..e47c35f2014 100644 --- a/service/kinesisanalytics/CHANGELOG.md +++ b/service/kinesisanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.8 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisanalytics/go.mod b/service/kinesisanalytics/go.mod index 4aef049fe2c..8af9803bee6 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/kinesisanalytics/go_module_metadata.go b/service/kinesisanalytics/go_module_metadata.go index 64bde62bcdd..abbd913eb22 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.8" +const goModuleVersion = "1.25.9" diff --git a/service/kinesisanalyticsv2/CHANGELOG.md b/service/kinesisanalyticsv2/CHANGELOG.md index c7c5cb44afe..14c5f6373ec 100644 --- a/service/kinesisanalyticsv2/CHANGELOG.md +++ b/service/kinesisanalyticsv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.31.8 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisanalyticsv2/go.mod b/service/kinesisanalyticsv2/go.mod index f361eb56211..5853c026fb2 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/kinesisanalyticsv2/go_module_metadata.go b/service/kinesisanalyticsv2/go_module_metadata.go index 1fe25729d0d..90396864143 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.8" +const goModuleVersion = "1.31.9" diff --git a/service/kinesisvideo/CHANGELOG.md b/service/kinesisvideo/CHANGELOG.md index 8f5bd9f9470..3edf9bc9216 100644 --- a/service/kinesisvideo/CHANGELOG.md +++ b/service/kinesisvideo/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideo/go.mod b/service/kinesisvideo/go.mod index 593fd60ecd8..e9c6ba8614d 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/kinesisvideo/go_module_metadata.go b/service/kinesisvideo/go_module_metadata.go index 6d2c652f6ad..5317927e794 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.7" +const goModuleVersion = "1.27.8" diff --git a/service/kinesisvideoarchivedmedia/CHANGELOG.md b/service/kinesisvideoarchivedmedia/CHANGELOG.md index bfaa6008dd2..e5dbc18148c 100644 --- a/service/kinesisvideoarchivedmedia/CHANGELOG.md +++ b/service/kinesisvideoarchivedmedia/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideoarchivedmedia/go.mod b/service/kinesisvideoarchivedmedia/go.mod index 8672e7c578a..33f5ed091f3 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/kinesisvideoarchivedmedia/go_module_metadata.go b/service/kinesisvideoarchivedmedia/go_module_metadata.go index 681532dd026..f076d93dd8b 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.7" +const goModuleVersion = "1.27.8" diff --git a/service/kinesisvideomedia/CHANGELOG.md b/service/kinesisvideomedia/CHANGELOG.md index 46a3252bd40..f136168be94 100644 --- a/service/kinesisvideomedia/CHANGELOG.md +++ b/service/kinesisvideomedia/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideomedia/go.mod b/service/kinesisvideomedia/go.mod index 68faa3c9801..d647bbc3fea 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/kinesisvideomedia/go_module_metadata.go b/service/kinesisvideomedia/go_module_metadata.go index 43888d217d9..c389ba3ecc6 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.7" +const goModuleVersion = "1.22.8" diff --git a/service/kinesisvideosignaling/CHANGELOG.md b/service/kinesisvideosignaling/CHANGELOG.md index 5fea7e90adf..0d388848fee 100644 --- a/service/kinesisvideosignaling/CHANGELOG.md +++ b/service/kinesisvideosignaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideosignaling/go.mod b/service/kinesisvideosignaling/go.mod index 5b8bfa9e2d3..aff54731a7c 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/kinesisvideosignaling/go_module_metadata.go b/service/kinesisvideosignaling/go_module_metadata.go index 5a68f39d081..fce71398cba 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.7" +const goModuleVersion = "1.23.8" diff --git a/service/kinesisvideowebrtcstorage/CHANGELOG.md b/service/kinesisvideowebrtcstorage/CHANGELOG.md index 4d44dea89eb..62525331c36 100644 --- a/service/kinesisvideowebrtcstorage/CHANGELOG.md +++ b/service/kinesisvideowebrtcstorage/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideowebrtcstorage/go.mod b/service/kinesisvideowebrtcstorage/go.mod index fc6b6fa01ad..c86a2969e9f 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/kinesisvideowebrtcstorage/go_module_metadata.go b/service/kinesisvideowebrtcstorage/go_module_metadata.go index fb87eaa8799..589ec89247b 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.7" +const goModuleVersion = "1.14.8" diff --git a/service/kms/CHANGELOG.md b/service/kms/CHANGELOG.md index 824a20c42ca..535fcaaea86 100644 --- a/service/kms/CHANGELOG.md +++ b/service/kms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.37.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.37.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kms/go.mod b/service/kms/go.mod index 35d137dd714..a2a3a7c389c 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/kms/go_module_metadata.go b/service/kms/go_module_metadata.go index 268b54f80f5..b71377eae08 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.7" +const goModuleVersion = "1.37.8" diff --git a/service/lakeformation/CHANGELOG.md b/service/lakeformation/CHANGELOG.md index 53b201b0bb3..51acb191912 100644 --- a/service/lakeformation/CHANGELOG.md +++ b/service/lakeformation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.39.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.39.1 (2024-12-17) * No change notes available for this release. diff --git a/service/lakeformation/go.mod b/service/lakeformation/go.mod index 9e0512f7912..41a0405b384 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/lakeformation/go_module_metadata.go b/service/lakeformation/go_module_metadata.go index 6d0b355a04a..2fda945a723 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.39.1" +const goModuleVersion = "1.39.2" diff --git a/service/lambda/CHANGELOG.md b/service/lambda/CHANGELOG.md index a1444376828..3faec301c95 100644 --- a/service/lambda/CHANGELOG.md +++ b/service/lambda/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.69.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.69.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lambda/go.mod b/service/lambda/go.mod index e9dab5fb646..cd61cd04360 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.6 + github.com/aws/aws-sdk-go-v2 v1.32.7 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 3916a2323fd..2c052d1e0eb 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.69.1" +const goModuleVersion = "1.69.2" diff --git a/service/launchwizard/CHANGELOG.md b/service/launchwizard/CHANGELOG.md index 62ed90fd8d7..230d7dbf87d 100644 --- a/service/launchwizard/CHANGELOG.md +++ b/service/launchwizard/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/launchwizard/go.mod b/service/launchwizard/go.mod index 405cb866183..5b920d016e0 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/launchwizard/go_module_metadata.go b/service/launchwizard/go_module_metadata.go index 5744c5d5071..32741656ac5 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.7" +const goModuleVersion = "1.8.8" diff --git a/service/lexmodelbuildingservice/CHANGELOG.md b/service/lexmodelbuildingservice/CHANGELOG.md index 07be307ddad..15341944e6c 100644 --- a/service/lexmodelbuildingservice/CHANGELOG.md +++ b/service/lexmodelbuildingservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexmodelbuildingservice/go.mod b/service/lexmodelbuildingservice/go.mod index 43d0fb8ba73..78f5f5dba39 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/lexmodelbuildingservice/go_module_metadata.go b/service/lexmodelbuildingservice/go_module_metadata.go index 7f45635fab4..aaa35a2655c 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.7" +const goModuleVersion = "1.28.8" diff --git a/service/lexmodelsv2/CHANGELOG.md b/service/lexmodelsv2/CHANGELOG.md index a0113657b6a..a2268b20949 100644 --- a/service/lexmodelsv2/CHANGELOG.md +++ b/service/lexmodelsv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.49.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.49.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexmodelsv2/go.mod b/service/lexmodelsv2/go.mod index ccd5a303c45..8b66ef0c935 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 172a6a9601e..d6e4b6a6ecc 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.7" +const goModuleVersion = "1.49.8" diff --git a/service/lexruntimeservice/CHANGELOG.md b/service/lexruntimeservice/CHANGELOG.md index a23565ce4f0..1db49f0efb9 100644 --- a/service/lexruntimeservice/CHANGELOG.md +++ b/service/lexruntimeservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexruntimeservice/go.mod b/service/lexruntimeservice/go.mod index f49c8beec15..c21664143a0 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/lexruntimeservice/go_module_metadata.go b/service/lexruntimeservice/go_module_metadata.go index b23ee3c772d..879dea839c9 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.7" +const goModuleVersion = "1.24.8" diff --git a/service/lexruntimev2/CHANGELOG.md b/service/lexruntimev2/CHANGELOG.md index 65d7a8a7166..1500151d5e1 100644 --- a/service/lexruntimev2/CHANGELOG.md +++ b/service/lexruntimev2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexruntimev2/go.mod b/service/lexruntimev2/go.mod index 74a0ec50860..b7114f575dd 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.6 + github.com/aws/aws-sdk-go-v2 v1.32.7 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/lexruntimev2/go_module_metadata.go b/service/lexruntimev2/go_module_metadata.go index c32618f763f..57c2e7d0d3d 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.7" +const goModuleVersion = "1.29.8" diff --git a/service/licensemanager/CHANGELOG.md b/service/licensemanager/CHANGELOG.md index 64f65abc3e2..491ed80a82c 100644 --- a/service/licensemanager/CHANGELOG.md +++ b/service/licensemanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/licensemanager/go.mod b/service/licensemanager/go.mod index 98398765233..e526410baba 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/licensemanager/go_module_metadata.go b/service/licensemanager/go_module_metadata.go index 0b07888cfe5..05a7872cb26 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.7" +const goModuleVersion = "1.29.8" diff --git a/service/licensemanagerlinuxsubscriptions/CHANGELOG.md b/service/licensemanagerlinuxsubscriptions/CHANGELOG.md index c7dafa567a9..fd8a0869876 100644 --- a/service/licensemanagerlinuxsubscriptions/CHANGELOG.md +++ b/service/licensemanagerlinuxsubscriptions/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.8 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/licensemanagerlinuxsubscriptions/go.mod b/service/licensemanagerlinuxsubscriptions/go.mod index a978d900aba..d6629495e60 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/licensemanagerlinuxsubscriptions/go_module_metadata.go b/service/licensemanagerlinuxsubscriptions/go_module_metadata.go index de1c18e068b..9872cc6025f 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.8" +const goModuleVersion = "1.14.9" diff --git a/service/licensemanagerusersubscriptions/CHANGELOG.md b/service/licensemanagerusersubscriptions/CHANGELOG.md index 5ec901f96fe..3db38e28a2b 100644 --- a/service/licensemanagerusersubscriptions/CHANGELOG.md +++ b/service/licensemanagerusersubscriptions/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/licensemanagerusersubscriptions/go.mod b/service/licensemanagerusersubscriptions/go.mod index b464efe40d5..b155ad55054 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/licensemanagerusersubscriptions/go_module_metadata.go b/service/licensemanagerusersubscriptions/go_module_metadata.go index e6170f5aca0..65ae27daa2c 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/lightsail/CHANGELOG.md b/service/lightsail/CHANGELOG.md index 35f40aadfad..d0774f16001 100644 --- a/service/lightsail/CHANGELOG.md +++ b/service/lightsail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.42.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.42.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lightsail/go.mod b/service/lightsail/go.mod index 966023cce52..edee21e7f8a 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/lightsail/go_module_metadata.go b/service/lightsail/go_module_metadata.go index 955c8bdf2d9..4d79bee4f54 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.7" +const goModuleVersion = "1.42.8" diff --git a/service/location/CHANGELOG.md b/service/location/CHANGELOG.md index 0f8e760249a..2c6f83680ad 100644 --- a/service/location/CHANGELOG.md +++ b/service/location/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.42.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.42.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/location/go.mod b/service/location/go.mod index eb0605efc09..4ef416825d3 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/location/go_module_metadata.go b/service/location/go_module_metadata.go index 4548f2937ba..3d8130c098e 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.7" +const goModuleVersion = "1.42.8" diff --git a/service/lookoutequipment/CHANGELOG.md b/service/lookoutequipment/CHANGELOG.md index 59e8f392ce7..c4039aa391e 100644 --- a/service/lookoutequipment/CHANGELOG.md +++ b/service/lookoutequipment/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lookoutequipment/go.mod b/service/lookoutequipment/go.mod index 1d038762704..6b5bd53f00b 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/lookoutequipment/go_module_metadata.go b/service/lookoutequipment/go_module_metadata.go index 91ff9d95875..8880262da14 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.7" +const goModuleVersion = "1.30.8" diff --git a/service/lookoutmetrics/CHANGELOG.md b/service/lookoutmetrics/CHANGELOG.md index fca06e2c9c7..5376a40a82f 100644 --- a/service/lookoutmetrics/CHANGELOG.md +++ b/service/lookoutmetrics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.31.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lookoutmetrics/go.mod b/service/lookoutmetrics/go.mod index a32a5ee7b98..f62d1056a5c 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/lookoutmetrics/go_module_metadata.go b/service/lookoutmetrics/go_module_metadata.go index b52ecf4fea1..484a6be350a 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.7" +const goModuleVersion = "1.31.8" diff --git a/service/lookoutvision/CHANGELOG.md b/service/lookoutvision/CHANGELOG.md index 7873b4032c3..8d737bc2d6e 100644 --- a/service/lookoutvision/CHANGELOG.md +++ b/service/lookoutvision/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lookoutvision/go.mod b/service/lookoutvision/go.mod index 7d5aa3c31ef..80f9800eac4 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/lookoutvision/go_module_metadata.go b/service/lookoutvision/go_module_metadata.go index 6e646304e40..641af09c90c 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.7" +const goModuleVersion = "1.27.8" diff --git a/service/m2/CHANGELOG.md b/service/m2/CHANGELOG.md index 6c817bebaa6..6ea7178af49 100644 --- a/service/m2/CHANGELOG.md +++ b/service/m2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.0 (2024-12-17) * **Feature**: This release adds support for AWS Mainframe Modernization(M2) Service to allow specifying network type(ipv4, dual) for the environment instances. For dual network type, m2 environment applications will serve both IPv4 and IPv6 requests, whereas for ipv4 it will serve only IPv4 requests. diff --git a/service/m2/go.mod b/service/m2/go.mod index 8ca6111ecb4..ed4b5ea8a69 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/m2/go_module_metadata.go b/service/m2/go_module_metadata.go index ca8f6051113..e414fe1257f 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.19.0" +const goModuleVersion = "1.19.1" diff --git a/service/machinelearning/CHANGELOG.md b/service/machinelearning/CHANGELOG.md index d69d0152c49..a096e8be6a4 100644 --- a/service/machinelearning/CHANGELOG.md +++ b/service/machinelearning/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/machinelearning/go.mod b/service/machinelearning/go.mod index c92c976b859..06857ab9922 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 cb92cbf1a6f..ba48f5f2d48 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.7" +const goModuleVersion = "1.28.8" diff --git a/service/macie2/CHANGELOG.md b/service/macie2/CHANGELOG.md index d58afff2aae..7497d79ab60 100644 --- a/service/macie2/CHANGELOG.md +++ b/service/macie2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.43.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.43.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/macie2/go.mod b/service/macie2/go.mod index a9e69151661..e079d54f254 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 01232f32187..79d6206ad22 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.7" +const goModuleVersion = "1.43.8" diff --git a/service/mailmanager/CHANGELOG.md b/service/mailmanager/CHANGELOG.md index 82675149cc8..6768cc83874 100644 --- a/service/mailmanager/CHANGELOG.md +++ b/service/mailmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mailmanager/go.mod b/service/mailmanager/go.mod index 5ad6268869f..713a211b6e7 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/mailmanager/go_module_metadata.go b/service/mailmanager/go_module_metadata.go index 637e7376a05..bc86c4e6a7e 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.7.1" +const goModuleVersion = "1.7.2" diff --git a/service/managedblockchain/CHANGELOG.md b/service/managedblockchain/CHANGELOG.md index 73015209733..bc397d44d20 100644 --- a/service/managedblockchain/CHANGELOG.md +++ b/service/managedblockchain/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/managedblockchain/go.mod b/service/managedblockchain/go.mod index 631e9426ad8..5a57ffd17b2 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/managedblockchain/go_module_metadata.go b/service/managedblockchain/go_module_metadata.go index 8e1a68c72dd..abab307c36c 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.7" +const goModuleVersion = "1.26.8" diff --git a/service/managedblockchainquery/CHANGELOG.md b/service/managedblockchainquery/CHANGELOG.md index 65d97d0bfe4..6f55044d64b 100644 --- a/service/managedblockchainquery/CHANGELOG.md +++ b/service/managedblockchainquery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/managedblockchainquery/go.mod b/service/managedblockchainquery/go.mod index e7f210e8dfc..0d45ea5f64d 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/managedblockchainquery/go_module_metadata.go b/service/managedblockchainquery/go_module_metadata.go index e3d51fdb5e5..59b340a300c 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.7" +const goModuleVersion = "1.16.8" diff --git a/service/marketplaceagreement/CHANGELOG.md b/service/marketplaceagreement/CHANGELOG.md index 30d3c0ece4d..86785ee50fd 100644 --- a/service/marketplaceagreement/CHANGELOG.md +++ b/service/marketplaceagreement/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.8 (2024-12-10) * No change notes available for this release. diff --git a/service/marketplaceagreement/go.mod b/service/marketplaceagreement/go.mod index 5409c0f485e..82689bccb47 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/marketplaceagreement/go_module_metadata.go b/service/marketplaceagreement/go_module_metadata.go index af715db7944..2640456170d 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.8" +const goModuleVersion = "1.6.9" diff --git a/service/marketplacecatalog/CHANGELOG.md b/service/marketplacecatalog/CHANGELOG.md index 20e77cf2ade..144c47d5f61 100644 --- a/service/marketplacecatalog/CHANGELOG.md +++ b/service/marketplacecatalog/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacecatalog/go.mod b/service/marketplacecatalog/go.mod index de7316895a8..cd34ef00524 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/marketplacecatalog/go_module_metadata.go b/service/marketplacecatalog/go_module_metadata.go index 82d6f5d0fa6..f57a602ac21 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.7" +const goModuleVersion = "1.30.8" diff --git a/service/marketplacecommerceanalytics/CHANGELOG.md b/service/marketplacecommerceanalytics/CHANGELOG.md index 22314f589a4..23eb170b778 100644 --- a/service/marketplacecommerceanalytics/CHANGELOG.md +++ b/service/marketplacecommerceanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacecommerceanalytics/go.mod b/service/marketplacecommerceanalytics/go.mod index f04215057b5..b3ef113e7ae 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/marketplacecommerceanalytics/go_module_metadata.go b/service/marketplacecommerceanalytics/go_module_metadata.go index 43da5cef964..c52a196c454 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.7" +const goModuleVersion = "1.24.8" diff --git a/service/marketplacedeployment/CHANGELOG.md b/service/marketplacedeployment/CHANGELOG.md index cb72dbab8dd..87a5169d9ce 100644 --- a/service/marketplacedeployment/CHANGELOG.md +++ b/service/marketplacedeployment/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacedeployment/go.mod b/service/marketplacedeployment/go.mod index de98c26236f..127b7a6537e 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/marketplacedeployment/go_module_metadata.go b/service/marketplacedeployment/go_module_metadata.go index e81781f0ba8..e1308167b67 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.7" +const goModuleVersion = "1.6.8" diff --git a/service/marketplaceentitlementservice/CHANGELOG.md b/service/marketplaceentitlementservice/CHANGELOG.md index 6c4cf64ceb5..dd4252729e2 100644 --- a/service/marketplaceentitlementservice/CHANGELOG.md +++ b/service/marketplaceentitlementservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplaceentitlementservice/go.mod b/service/marketplaceentitlementservice/go.mod index 4eb4aa82480..bb47abdef7d 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/marketplaceentitlementservice/go_module_metadata.go b/service/marketplaceentitlementservice/go_module_metadata.go index 7f0addacdfe..6c7643f231e 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.7" +const goModuleVersion = "1.25.8" diff --git a/service/marketplacemetering/CHANGELOG.md b/service/marketplacemetering/CHANGELOG.md index a2f8e37d156..7412cf04675 100644 --- a/service/marketplacemetering/CHANGELOG.md +++ b/service/marketplacemetering/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacemetering/go.mod b/service/marketplacemetering/go.mod index feeb5691686..b0d319ef26a 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/marketplacemetering/go_module_metadata.go b/service/marketplacemetering/go_module_metadata.go index 6e3c324e019..9dd11aff6f6 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.7" +const goModuleVersion = "1.25.8" diff --git a/service/marketplacereporting/CHANGELOG.md b/service/marketplacereporting/CHANGELOG.md index f96af4157d0..a37029e2559 100644 --- a/service/marketplacereporting/CHANGELOG.md +++ b/service/marketplacereporting/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacereporting/go.mod b/service/marketplacereporting/go.mod index 26ba108fea6..eadefa4cf8c 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/marketplacereporting/go_module_metadata.go b/service/marketplacereporting/go_module_metadata.go index db7ece3e914..dc6adb482cf 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.7" +const goModuleVersion = "1.1.8" diff --git a/service/mediaconnect/CHANGELOG.md b/service/mediaconnect/CHANGELOG.md index 5f89a5c4d21..b888aec8433 100644 --- a/service/mediaconnect/CHANGELOG.md +++ b/service/mediaconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.36.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.36.0 (2024-12-13) * **Feature**: AWS Elemental MediaConnect Gateway now supports Source Specific Multicast (SSM) for ingress bridges. This enables you to specify a source IP address in addition to a multicast IP when creating or updating an ingress bridge source. diff --git a/service/mediaconnect/go.mod b/service/mediaconnect/go.mod index 1a19179f1c8..6b940424c4b 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 201886e77d0..6a924965d26 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.36.0" +const goModuleVersion = "1.36.1" diff --git a/service/mediaconvert/CHANGELOG.md b/service/mediaconvert/CHANGELOG.md index c95e20060e0..4c7f5af7575 100644 --- a/service/mediaconvert/CHANGELOG.md +++ b/service/mediaconvert/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.64.0 (2024-12-19) + +* **Feature**: This release adds support for inserting timecode tracks into MP4 container outputs. +* **Dependency Update**: Updated to the latest SDK module versions + # v1.63.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediaconvert/go.mod b/service/mediaconvert/go.mod index a26bac5d126..afb88268836 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/mediaconvert/go_module_metadata.go b/service/mediaconvert/go_module_metadata.go index 24f39b73af6..f77cb387c0b 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.63.1" +const goModuleVersion = "1.64.0" diff --git a/service/medialive/CHANGELOG.md b/service/medialive/CHANGELOG.md index a2de1f473fd..f5b72eecd54 100644 --- a/service/medialive/CHANGELOG.md +++ b/service/medialive/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.65.0 (2024-12-19) + +* **Feature**: MediaLive is releasing ListVersions api +* **Dependency Update**: Updated to the latest SDK module versions + # v1.64.0 (2024-12-16) * **Feature**: AWS Elemental MediaLive adds three new features: MediaPackage v2 endpoint support for live stream delivery, KLV metadata passthrough in CMAF Ingest output groups, and Metadata Name Modifier in CMAF Ingest output groups for customizing metadata track names in output streams. diff --git a/service/medialive/go.mod b/service/medialive/go.mod index 18d8d3231be..0ceddb63bac 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 073fbba064d..532d3d9f15d 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.64.0" +const goModuleVersion = "1.65.0" diff --git a/service/mediapackage/CHANGELOG.md b/service/mediapackage/CHANGELOG.md index 0441bac33d1..595eb0adf10 100644 --- a/service/mediapackage/CHANGELOG.md +++ b/service/mediapackage/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediapackage/go.mod b/service/mediapackage/go.mod index f584ee6b8e0..d84241205a9 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/mediapackage/go_module_metadata.go b/service/mediapackage/go_module_metadata.go index c8e7c3de430..6d5b1a5aac3 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.7" +const goModuleVersion = "1.34.8" diff --git a/service/mediapackagev2/CHANGELOG.md b/service/mediapackagev2/CHANGELOG.md index 0cce09e27cf..4f40a021dd1 100644 --- a/service/mediapackagev2/CHANGELOG.md +++ b/service/mediapackagev2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediapackagev2/go.mod b/service/mediapackagev2/go.mod index 1488b6b515e..acc1e6629fe 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 40a00535d30..0976da7ad81 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.20.1" +const goModuleVersion = "1.20.2" diff --git a/service/mediapackagevod/CHANGELOG.md b/service/mediapackagevod/CHANGELOG.md index 8e266fcf0a9..79ff0314f45 100644 --- a/service/mediapackagevod/CHANGELOG.md +++ b/service/mediapackagevod/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.8 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediapackagevod/go.mod b/service/mediapackagevod/go.mod index a281b9ead58..5a9835e5010 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/mediapackagevod/go_module_metadata.go b/service/mediapackagevod/go_module_metadata.go index 86d6539553f..a07fa69530b 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.8" +const goModuleVersion = "1.34.9" diff --git a/service/mediastore/CHANGELOG.md b/service/mediastore/CHANGELOG.md index 09ed4a4a65e..d8bc448c91e 100644 --- a/service/mediastore/CHANGELOG.md +++ b/service/mediastore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediastore/go.mod b/service/mediastore/go.mod index e118e2cb3e1..de8d9a66a94 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/mediastore/go_module_metadata.go b/service/mediastore/go_module_metadata.go index aabbd72fe95..0a6a7c5ce17 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.7" +const goModuleVersion = "1.24.8" diff --git a/service/mediastoredata/CHANGELOG.md b/service/mediastoredata/CHANGELOG.md index fb6b149be10..91f679a26fc 100644 --- a/service/mediastoredata/CHANGELOG.md +++ b/service/mediastoredata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediastoredata/go.mod b/service/mediastoredata/go.mod index e814979186e..52c222a534b 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/mediastoredata/go_module_metadata.go b/service/mediastoredata/go_module_metadata.go index d823b9954a3..61009eeda42 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.7" +const goModuleVersion = "1.24.8" diff --git a/service/mediatailor/CHANGELOG.md b/service/mediatailor/CHANGELOG.md index 3b6c8513d3c..4757bdeed6f 100644 --- a/service/mediatailor/CHANGELOG.md +++ b/service/mediatailor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.42.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.42.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediatailor/go.mod b/service/mediatailor/go.mod index eb23bafb7e9..12dec2e3e0c 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/mediatailor/go_module_metadata.go b/service/mediatailor/go_module_metadata.go index a8dcb6f5ab5..ecae808a901 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.7" +const goModuleVersion = "1.42.8" diff --git a/service/medicalimaging/CHANGELOG.md b/service/medicalimaging/CHANGELOG.md index ab35cbe8f46..763e433532f 100644 --- a/service/medicalimaging/CHANGELOG.md +++ b/service/medicalimaging/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/medicalimaging/go.mod b/service/medicalimaging/go.mod index 04e2d96dc8d..f984049772a 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/medicalimaging/go_module_metadata.go b/service/medicalimaging/go_module_metadata.go index b4d723087da..bfa6eef45ec 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.7" +const goModuleVersion = "1.14.8" diff --git a/service/memorydb/CHANGELOG.md b/service/memorydb/CHANGELOG.md index 20f5f3570b9..c9e90549736 100644 --- a/service/memorydb/CHANGELOG.md +++ b/service/memorydb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.0 (2024-12-02) * **Feature**: Amazon MemoryDB SDK now supports all APIs for Multi-Region. 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 f75d04c1d0b..6dbdc7d33d2 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/memorydb/go_module_metadata.go b/service/memorydb/go_module_metadata.go index 165b6089461..c06190b9039 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.25.0" +const goModuleVersion = "1.25.1" diff --git a/service/mgn/CHANGELOG.md b/service/mgn/CHANGELOG.md index b5ec573d2d1..186208a4e35 100644 --- a/service/mgn/CHANGELOG.md +++ b/service/mgn/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mgn/go.mod b/service/mgn/go.mod index 8d7f44ba68d..7fb0321034b 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/mgn/go_module_metadata.go b/service/mgn/go_module_metadata.go index a7e29d0a631..6c0272da433 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.7" +const goModuleVersion = "1.32.8" diff --git a/service/migrationhub/CHANGELOG.md b/service/migrationhub/CHANGELOG.md index 75f58cc2cec..bb0ddbabc50 100644 --- a/service/migrationhub/CHANGELOG.md +++ b/service/migrationhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.0 (2024-12-11) * **Feature**: API and documentation updates for AWS MigrationHub related to adding support for listing migration task updates and associating, disassociating and listing source resources diff --git a/service/migrationhub/go.mod b/service/migrationhub/go.mod index 5b18a700c3d..3b43128810f 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/migrationhub/go_module_metadata.go b/service/migrationhub/go_module_metadata.go index 1410be5836c..8852e2d5db3 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.25.0" +const goModuleVersion = "1.25.1" diff --git a/service/migrationhubconfig/CHANGELOG.md b/service/migrationhubconfig/CHANGELOG.md index 3503667f89f..89cb55b70ca 100644 --- a/service/migrationhubconfig/CHANGELOG.md +++ b/service/migrationhubconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhubconfig/go.mod b/service/migrationhubconfig/go.mod index 20b7d2610f2..0067c761c64 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/migrationhubconfig/go_module_metadata.go b/service/migrationhubconfig/go_module_metadata.go index 8d237ac985b..e10b5e8f7de 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.7" +const goModuleVersion = "1.25.8" diff --git a/service/migrationhuborchestrator/CHANGELOG.md b/service/migrationhuborchestrator/CHANGELOG.md index 4d325020b18..108993ad7f5 100644 --- a/service/migrationhuborchestrator/CHANGELOG.md +++ b/service/migrationhuborchestrator/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhuborchestrator/go.mod b/service/migrationhuborchestrator/go.mod index d973fd1c665..13ffdb144a4 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/migrationhuborchestrator/go_module_metadata.go b/service/migrationhuborchestrator/go_module_metadata.go index 2327e6688ea..299beff1722 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.7" +const goModuleVersion = "1.13.8" diff --git a/service/migrationhubrefactorspaces/CHANGELOG.md b/service/migrationhubrefactorspaces/CHANGELOG.md index 064cd5e4872..f9db5694613 100644 --- a/service/migrationhubrefactorspaces/CHANGELOG.md +++ b/service/migrationhubrefactorspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhubrefactorspaces/go.mod b/service/migrationhubrefactorspaces/go.mod index 2cd6749bd3e..df4785a4666 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/migrationhubrefactorspaces/go_module_metadata.go b/service/migrationhubrefactorspaces/go_module_metadata.go index eb6ef8f6795..bf486e77caa 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.7" +const goModuleVersion = "1.20.8" diff --git a/service/migrationhubstrategy/CHANGELOG.md b/service/migrationhubstrategy/CHANGELOG.md index 1de1685ea5b..52f768e5c53 100644 --- a/service/migrationhubstrategy/CHANGELOG.md +++ b/service/migrationhubstrategy/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhubstrategy/go.mod b/service/migrationhubstrategy/go.mod index de1eb303e1f..5c48ed457cc 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/migrationhubstrategy/go_module_metadata.go b/service/migrationhubstrategy/go_module_metadata.go index f26b8234ea6..900406b7174 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.7" +const goModuleVersion = "1.21.8" diff --git a/service/mq/CHANGELOG.md b/service/mq/CHANGELOG.md index a9e6755581e..1b08e456b59 100644 --- a/service/mq/CHANGELOG.md +++ b/service/mq/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.8 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mq/go.mod b/service/mq/go.mod index 857ab491fd8..0be527415ac 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/mq/go_module_metadata.go b/service/mq/go_module_metadata.go index 1f50fe173c3..89a6d2a50ff 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.8" +const goModuleVersion = "1.27.9" diff --git a/service/mturk/CHANGELOG.md b/service/mturk/CHANGELOG.md index 440dea4cbce..ff81b842375 100644 --- a/service/mturk/CHANGELOG.md +++ b/service/mturk/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mturk/go.mod b/service/mturk/go.mod index 739653db112..9f44088c576 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/mturk/go_module_metadata.go b/service/mturk/go_module_metadata.go index 2d534c538d7..3910bf5e460 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.7" +const goModuleVersion = "1.25.8" diff --git a/service/mwaa/CHANGELOG.md b/service/mwaa/CHANGELOG.md index 0682e977c41..7d05e97642a 100644 --- a/service/mwaa/CHANGELOG.md +++ b/service/mwaa/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.2 (2024-12-18) * **Documentation**: Added support for Apache Airflow version 2.10.3 to MWAA. diff --git a/service/mwaa/go.mod b/service/mwaa/go.mod index c9adf7e20e2..18f4977f3b7 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/mwaa/go_module_metadata.go b/service/mwaa/go_module_metadata.go index bd4ad68003a..283df399472 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.33.2" +const goModuleVersion = "1.33.3" diff --git a/service/neptune/CHANGELOG.md b/service/neptune/CHANGELOG.md index 45e2461f4ba..bccb6724e5a 100644 --- a/service/neptune/CHANGELOG.md +++ b/service/neptune/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.35.7 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.35.6 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/neptune/go.mod b/service/neptune/go.mod index 777f50dc1b8..10162ac3c57 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 github.com/aws/smithy-go v1.22.1 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 f2890caeb46..8679044fe79 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.6" +const goModuleVersion = "1.35.7" diff --git a/service/neptunedata/CHANGELOG.md b/service/neptunedata/CHANGELOG.md index 6fe758479fc..844dc264f9d 100644 --- a/service/neptunedata/CHANGELOG.md +++ b/service/neptunedata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.7 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.6 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/neptunedata/go.mod b/service/neptunedata/go.mod index 4f4f4b950ee..84eb9a04d0d 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/neptunedata/go_module_metadata.go b/service/neptunedata/go_module_metadata.go index 8566a9980d6..d9cd9e4cf20 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.6" +const goModuleVersion = "1.9.7" diff --git a/service/neptunegraph/CHANGELOG.md b/service/neptunegraph/CHANGELOG.md index 734a6931424..fdf02adfbba 100644 --- a/service/neptunegraph/CHANGELOG.md +++ b/service/neptunegraph/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/neptunegraph/go.mod b/service/neptunegraph/go.mod index 21331f4036c..d9d999f9676 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 93f81d39c35..1726a0061d4 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.15.1" +const goModuleVersion = "1.15.2" diff --git a/service/networkfirewall/CHANGELOG.md b/service/networkfirewall/CHANGELOG.md index 8047f9e44b7..54c45c700ff 100644 --- a/service/networkfirewall/CHANGELOG.md +++ b/service/networkfirewall/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.44.6 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.44.5 (2024-12-12) * No change notes available for this release. diff --git a/service/networkfirewall/go.mod b/service/networkfirewall/go.mod index 849677c612e..4c596ea6b82 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/networkfirewall/go_module_metadata.go b/service/networkfirewall/go_module_metadata.go index cfb1398d9b8..3f883c9aca7 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.44.5" +const goModuleVersion = "1.44.6" diff --git a/service/networkflowmonitor/CHANGELOG.md b/service/networkflowmonitor/CHANGELOG.md index 5ca8788c8b6..9f7dd77ad59 100644 --- a/service/networkflowmonitor/CHANGELOG.md +++ b/service/networkflowmonitor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.0 (2024-12-02) * **Release**: New AWS service client module diff --git a/service/networkflowmonitor/go.mod b/service/networkflowmonitor/go.mod index 45db25cfff8..9f5cffb896a 100644 --- a/service/networkflowmonitor/go.mod +++ b/service/networkflowmonitor/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/networkflowmonitor go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/networkflowmonitor/go_module_metadata.go b/service/networkflowmonitor/go_module_metadata.go index 33979ddb9c1..0cebb97e02c 100644 --- a/service/networkflowmonitor/go_module_metadata.go +++ b/service/networkflowmonitor/go_module_metadata.go @@ -3,4 +3,4 @@ package networkflowmonitor // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.0" +const goModuleVersion = "1.0.1" diff --git a/service/networkmanager/CHANGELOG.md b/service/networkmanager/CHANGELOG.md index 4ff172ed79f..430fab404e2 100644 --- a/service/networkmanager/CHANGELOG.md +++ b/service/networkmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.2 (2024-12-13) * **Documentation**: There was a sentence fragment in UpdateDirectConnectGatewayAttachment that was causing customer confusion as to whether it's an incomplete sentence or if it was a typo. Removed the fragment. diff --git a/service/networkmanager/go.mod b/service/networkmanager/go.mod index 9390af91d1f..25b24abf651 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/networkmanager/go_module_metadata.go b/service/networkmanager/go_module_metadata.go index 86b0b2dd33b..31bd5acd95f 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.32.2" +const goModuleVersion = "1.32.3" diff --git a/service/networkmonitor/CHANGELOG.md b/service/networkmonitor/CHANGELOG.md index 3f1bd268e82..14964ac0665 100644 --- a/service/networkmonitor/CHANGELOG.md +++ b/service/networkmonitor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/networkmonitor/go.mod b/service/networkmonitor/go.mod index b628ef0121e..5ae37fca251 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/networkmonitor/go_module_metadata.go b/service/networkmonitor/go_module_metadata.go index c2ddcf4d481..cd9eb4c930a 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.7" +const goModuleVersion = "1.7.8" diff --git a/service/notifications/CHANGELOG.md b/service/notifications/CHANGELOG.md index a48fe5b15fa..8d5134d8de4 100644 --- a/service/notifications/CHANGELOG.md +++ b/service/notifications/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/notifications/go.mod b/service/notifications/go.mod index 26ceb8007e8..cdcefde10ba 100644 --- a/service/notifications/go.mod +++ b/service/notifications/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/notifications go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/notifications/go_module_metadata.go b/service/notifications/go_module_metadata.go index ea7f7c77e75..73775a214f1 100644 --- a/service/notifications/go_module_metadata.go +++ b/service/notifications/go_module_metadata.go @@ -3,4 +3,4 @@ package notifications // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.1" +const goModuleVersion = "1.0.2" diff --git a/service/notificationscontacts/CHANGELOG.md b/service/notificationscontacts/CHANGELOG.md index a7cd384262d..148abaa1781 100644 --- a/service/notificationscontacts/CHANGELOG.md +++ b/service/notificationscontacts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/notificationscontacts/go.mod b/service/notificationscontacts/go.mod index 97b98a09e38..01af3f1690e 100644 --- a/service/notificationscontacts/go.mod +++ b/service/notificationscontacts/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/notificationscontacts go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/notificationscontacts/go_module_metadata.go b/service/notificationscontacts/go_module_metadata.go index e6082c21200..612d1efc0b0 100644 --- a/service/notificationscontacts/go_module_metadata.go +++ b/service/notificationscontacts/go_module_metadata.go @@ -3,4 +3,4 @@ package notificationscontacts // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.1" +const goModuleVersion = "1.0.2" diff --git a/service/oam/CHANGELOG.md b/service/oam/CHANGELOG.md index 4af69761dc6..4c03dd415ae 100644 --- a/service/oam/CHANGELOG.md +++ b/service/oam/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/oam/go.mod b/service/oam/go.mod index cdbbb26abe2..0375b90b37b 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/oam/go_module_metadata.go b/service/oam/go_module_metadata.go index 0ee383e7ae2..1f03b71b5c4 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.7" +const goModuleVersion = "1.15.8" diff --git a/service/observabilityadmin/CHANGELOG.md b/service/observabilityadmin/CHANGELOG.md index d0657d15a40..babd5c8215b 100644 --- a/service/observabilityadmin/CHANGELOG.md +++ b/service/observabilityadmin/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/observabilityadmin/go.mod b/service/observabilityadmin/go.mod index 4169267bfeb..e1d868c210f 100644 --- a/service/observabilityadmin/go.mod +++ b/service/observabilityadmin/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/observabilityadmin go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/observabilityadmin/go_module_metadata.go b/service/observabilityadmin/go_module_metadata.go index 54fdbbbe7e9..d60836d2d58 100644 --- a/service/observabilityadmin/go_module_metadata.go +++ b/service/observabilityadmin/go_module_metadata.go @@ -3,4 +3,4 @@ package observabilityadmin // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.1" +const goModuleVersion = "1.0.2" diff --git a/service/omics/CHANGELOG.md b/service/omics/CHANGELOG.md index 35e9aa631b3..105ead08ef9 100644 --- a/service/omics/CHANGELOG.md +++ b/service/omics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/omics/go.mod b/service/omics/go.mod index f567f474cc9..672780741da 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 49a2e1dfe96..ea4a84a3b3b 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.28.1" +const goModuleVersion = "1.28.2" diff --git a/service/opensearch/CHANGELOG.md b/service/opensearch/CHANGELOG.md index dd38dabb9d5..c8714ab7c4e 100644 --- a/service/opensearch/CHANGELOG.md +++ b/service/opensearch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.45.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.45.0 (2024-12-02) * **Feature**: This feature introduces support for CRUDL APIs, enabling the creation and management of Connected data sources. diff --git a/service/opensearch/go.mod b/service/opensearch/go.mod index 5fd2fd7085e..7fad8a839dd 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/opensearch/go_module_metadata.go b/service/opensearch/go_module_metadata.go index c6babe48de0..329aaf312c5 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.45.0" +const goModuleVersion = "1.45.1" diff --git a/service/opensearchserverless/CHANGELOG.md b/service/opensearchserverless/CHANGELOG.md index 30fcf36f405..ce2cf7b1564 100644 --- a/service/opensearchserverless/CHANGELOG.md +++ b/service/opensearchserverless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.5 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.4 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opensearchserverless/go.mod b/service/opensearchserverless/go.mod index 48dc2d15bca..ce43c7f7d78 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/opensearchserverless/go_module_metadata.go b/service/opensearchserverless/go_module_metadata.go index b501069f9b9..40dd430335e 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.17.4" +const goModuleVersion = "1.17.5" diff --git a/service/opsworks/CHANGELOG.md b/service/opsworks/CHANGELOG.md index 891116f32e6..e042793daa2 100644 --- a/service/opsworks/CHANGELOG.md +++ b/service/opsworks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opsworks/go.mod b/service/opsworks/go.mod index 8d3f9334f34..512545a7be1 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 9b3114cdd83..08ab77f04e4 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.7" +const goModuleVersion = "1.26.8" diff --git a/service/opsworkscm/CHANGELOG.md b/service/opsworkscm/CHANGELOG.md index 46a75290476..27ce782c4c1 100644 --- a/service/opsworkscm/CHANGELOG.md +++ b/service/opsworkscm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opsworkscm/go.mod b/service/opsworkscm/go.mod index 6e5da6685fc..db03b094822 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 f9000a318bf..dd4409dab9c 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.7" +const goModuleVersion = "1.27.8" diff --git a/service/organizations/CHANGELOG.md b/service/organizations/CHANGELOG.md index 2d8e34f9648..f73ff354068 100644 --- a/service/organizations/CHANGELOG.md +++ b/service/organizations/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.36.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.36.1 (2024-12-12) * No change notes available for this release. diff --git a/service/organizations/go.mod b/service/organizations/go.mod index 7c0c73bcc6f..a7da11406fc 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/organizations/go_module_metadata.go b/service/organizations/go_module_metadata.go index cfd529ea9dd..8f6727c0861 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.36.1" +const goModuleVersion = "1.36.2" diff --git a/service/osis/CHANGELOG.md b/service/osis/CHANGELOG.md index ef07dd6e168..d379ea20be0 100644 --- a/service/osis/CHANGELOG.md +++ b/service/osis/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/osis/go.mod b/service/osis/go.mod index 34b2d114c5a..05fae7a4e49 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/osis/go_module_metadata.go b/service/osis/go_module_metadata.go index 9ca8b56545a..f5c3b8a7247 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.7" +const goModuleVersion = "1.14.8" diff --git a/service/outposts/CHANGELOG.md b/service/outposts/CHANGELOG.md index 64574eb2ded..47bf62ba0cf 100644 --- a/service/outposts/CHANGELOG.md +++ b/service/outposts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.47.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.47.2 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/outposts/go.mod b/service/outposts/go.mod index fee26f5f5fd..e17caa06851 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/outposts/go_module_metadata.go b/service/outposts/go_module_metadata.go index 0168b60bba1..2d08c3a4c4b 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.47.2" +const goModuleVersion = "1.47.3" diff --git a/service/panorama/CHANGELOG.md b/service/panorama/CHANGELOG.md index 27e8dc3da66..00f0aae293d 100644 --- a/service/panorama/CHANGELOG.md +++ b/service/panorama/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/panorama/go.mod b/service/panorama/go.mod index 163b4bf5e06..096de6e69f3 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/panorama/go_module_metadata.go b/service/panorama/go_module_metadata.go index d4ede2a18dd..eb7ce9becae 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.7" +const goModuleVersion = "1.22.8" diff --git a/service/partnercentralselling/CHANGELOG.md b/service/partnercentralselling/CHANGELOG.md index 7e63d987acd..ae04b76f376 100644 --- a/service/partnercentralselling/CHANGELOG.md +++ b/service/partnercentralselling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2024-12-05) * **Feature**: Introducing the preview of new partner central selling APIs designed to transform how AWS partners collaborate and co-sell with multiple partners. This enables multiple partners to seamlessly engage and jointly pursue customer opportunities, fostering a new era of collaborative selling. diff --git a/service/partnercentralselling/go.mod b/service/partnercentralselling/go.mod index 1b45d045bf8..d2b779889f6 100644 --- a/service/partnercentralselling/go.mod +++ b/service/partnercentralselling/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/partnercentralselling go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/partnercentralselling/go_module_metadata.go b/service/partnercentralselling/go_module_metadata.go index 74a3709c079..30f6b1dd081 100644 --- a/service/partnercentralselling/go_module_metadata.go +++ b/service/partnercentralselling/go_module_metadata.go @@ -3,4 +3,4 @@ package partnercentralselling // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/paymentcryptography/CHANGELOG.md b/service/paymentcryptography/CHANGELOG.md index aeeb9ecc2d4..034cd328f92 100644 --- a/service/paymentcryptography/CHANGELOG.md +++ b/service/paymentcryptography/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/paymentcryptography/go.mod b/service/paymentcryptography/go.mod index 21827d8c34b..7691309bc23 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/paymentcryptography/go_module_metadata.go b/service/paymentcryptography/go_module_metadata.go index 9809924a4da..fc067b9e2b5 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/paymentcryptographydata/CHANGELOG.md b/service/paymentcryptographydata/CHANGELOG.md index 9b72084427d..f056b21212a 100644 --- a/service/paymentcryptographydata/CHANGELOG.md +++ b/service/paymentcryptographydata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.6 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.5 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/paymentcryptographydata/go.mod b/service/paymentcryptographydata/go.mod index 8fc9007f0b1..a5263a00ed8 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/paymentcryptographydata/go_module_metadata.go b/service/paymentcryptographydata/go_module_metadata.go index 4e5a967a1c8..b2cea2e1850 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.5" +const goModuleVersion = "1.16.6" diff --git a/service/pcaconnectorad/CHANGELOG.md b/service/pcaconnectorad/CHANGELOG.md index b9a3072f871..ece6573059c 100644 --- a/service/pcaconnectorad/CHANGELOG.md +++ b/service/pcaconnectorad/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pcaconnectorad/go.mod b/service/pcaconnectorad/go.mod index 932d2460df6..e9961f2538e 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/pcaconnectorad/go_module_metadata.go b/service/pcaconnectorad/go_module_metadata.go index 500a0df2a1f..c7581fc19c9 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.7" +const goModuleVersion = "1.9.8" diff --git a/service/pcaconnectorscep/CHANGELOG.md b/service/pcaconnectorscep/CHANGELOG.md index 40c1d7699a2..23aa9d64876 100644 --- a/service/pcaconnectorscep/CHANGELOG.md +++ b/service/pcaconnectorscep/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pcaconnectorscep/go.mod b/service/pcaconnectorscep/go.mod index 24cd3372e36..4ce5102656f 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/pcaconnectorscep/go_module_metadata.go b/service/pcaconnectorscep/go_module_metadata.go index deb3e5d8978..0504c488629 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.7" +const goModuleVersion = "1.4.8" diff --git a/service/pcs/CHANGELOG.md b/service/pcs/CHANGELOG.md index 1d29a1f9b01..d9d281dbd94 100644 --- a/service/pcs/CHANGELOG.md +++ b/service/pcs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.8 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pcs/go.mod b/service/pcs/go.mod index 1baab55aa14..182aee41ab0 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/pcs/go_module_metadata.go b/service/pcs/go_module_metadata.go index 02d61b7d7ed..fffaa970c9c 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.8" +const goModuleVersion = "1.2.9" diff --git a/service/personalize/CHANGELOG.md b/service/personalize/CHANGELOG.md index 3a9979fd9ca..54636ee07a2 100644 --- a/service/personalize/CHANGELOG.md +++ b/service/personalize/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.39.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.39.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/personalize/go.mod b/service/personalize/go.mod index 4b34e849634..637adab70a7 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/personalize/go_module_metadata.go b/service/personalize/go_module_metadata.go index 123f28141fe..bc327f94fb6 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.7" +const goModuleVersion = "1.39.8" diff --git a/service/personalizeevents/CHANGELOG.md b/service/personalizeevents/CHANGELOG.md index c41681e3bb1..b7fc1652a44 100644 --- a/service/personalizeevents/CHANGELOG.md +++ b/service/personalizeevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/personalizeevents/go.mod b/service/personalizeevents/go.mod index 8a46225dd41..6ead1ac0d19 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/personalizeevents/go_module_metadata.go b/service/personalizeevents/go_module_metadata.go index 81306dfb831..778e095074d 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.7" +const goModuleVersion = "1.25.8" diff --git a/service/personalizeruntime/CHANGELOG.md b/service/personalizeruntime/CHANGELOG.md index e99eeb23be7..2bd3b1d5448 100644 --- a/service/personalizeruntime/CHANGELOG.md +++ b/service/personalizeruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/personalizeruntime/go.mod b/service/personalizeruntime/go.mod index 6e2adfb25c4..ca582091485 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/personalizeruntime/go_module_metadata.go b/service/personalizeruntime/go_module_metadata.go index 52c6ef59021..13582158815 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.7" +const goModuleVersion = "1.27.8" diff --git a/service/pi/CHANGELOG.md b/service/pi/CHANGELOG.md index 179d7f9967e..dd4128804aa 100644 --- a/service/pi/CHANGELOG.md +++ b/service/pi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pi/go.mod b/service/pi/go.mod index 6887006a48a..0be24eec487 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/pi/go_module_metadata.go b/service/pi/go_module_metadata.go index f3c2b0d4eb3..fecf2c9d150 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.7" +const goModuleVersion = "1.29.8" diff --git a/service/pinpoint/CHANGELOG.md b/service/pinpoint/CHANGELOG.md index d7d74085c96..90d292d138b 100644 --- a/service/pinpoint/CHANGELOG.md +++ b/service/pinpoint/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpoint/go.mod b/service/pinpoint/go.mod index bd4e9ee28bc..bfc6bfbdba9 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/pinpoint/go_module_metadata.go b/service/pinpoint/go_module_metadata.go index 542df6f3e26..bf5272ed2b5 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.7" +const goModuleVersion = "1.34.8" diff --git a/service/pinpointemail/CHANGELOG.md b/service/pinpointemail/CHANGELOG.md index 390b02d1b06..40895d39656 100644 --- a/service/pinpointemail/CHANGELOG.md +++ b/service/pinpointemail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpointemail/go.mod b/service/pinpointemail/go.mod index 45589136c00..369f9498ef6 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/pinpointemail/go_module_metadata.go b/service/pinpointemail/go_module_metadata.go index d0ea7d2c29b..3071a6fc942 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.7" +const goModuleVersion = "1.23.8" diff --git a/service/pinpointsmsvoice/CHANGELOG.md b/service/pinpointsmsvoice/CHANGELOG.md index 182a38a456b..990cc513b3d 100644 --- a/service/pinpointsmsvoice/CHANGELOG.md +++ b/service/pinpointsmsvoice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpointsmsvoice/go.mod b/service/pinpointsmsvoice/go.mod index 52801a54bfe..9a453335c5c 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/pinpointsmsvoice/go_module_metadata.go b/service/pinpointsmsvoice/go_module_metadata.go index fd1eec0a1fe..4a7a7776c67 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.7" +const goModuleVersion = "1.23.8" diff --git a/service/pinpointsmsvoicev2/CHANGELOG.md b/service/pinpointsmsvoicev2/CHANGELOG.md index e8a0836049f..74332a78d99 100644 --- a/service/pinpointsmsvoicev2/CHANGELOG.md +++ b/service/pinpointsmsvoicev2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpointsmsvoicev2/go.mod b/service/pinpointsmsvoicev2/go.mod index d5206ade7fd..7fab7103d68 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/pinpointsmsvoicev2/go_module_metadata.go b/service/pinpointsmsvoicev2/go_module_metadata.go index 2cacb833bf6..3cd3a964b11 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/pipes/CHANGELOG.md b/service/pipes/CHANGELOG.md index 7ca6e1a3372..7c60b619e89 100644 --- a/service/pipes/CHANGELOG.md +++ b/service/pipes/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.6 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.5 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pipes/go.mod b/service/pipes/go.mod index 80dec1d99f9..952f6cf1ce2 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/pipes/go_module_metadata.go b/service/pipes/go_module_metadata.go index 119c3d946cd..fd3d7bb5803 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.5" +const goModuleVersion = "1.18.6" diff --git a/service/polly/CHANGELOG.md b/service/polly/CHANGELOG.md index ec841ce2965..ff06842aa0d 100644 --- a/service/polly/CHANGELOG.md +++ b/service/polly/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.45.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.45.8 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/polly/go.mod b/service/polly/go.mod index 8a4cd5a18e9..e41bdd500b7 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/polly/go_module_metadata.go b/service/polly/go_module_metadata.go index d1fb7c0db95..e8b15630b0e 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.8" +const goModuleVersion = "1.45.9" diff --git a/service/pricing/CHANGELOG.md b/service/pricing/CHANGELOG.md index ec8452890fe..017aab2855a 100644 --- a/service/pricing/CHANGELOG.md +++ b/service/pricing/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pricing/go.mod b/service/pricing/go.mod index 84c7e7be8d4..6e94b7745e3 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/pricing/go_module_metadata.go b/service/pricing/go_module_metadata.go index 6f31bf2652f..20b600bf7fe 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.7" +const goModuleVersion = "1.32.8" diff --git a/service/privatenetworks/CHANGELOG.md b/service/privatenetworks/CHANGELOG.md index d31c7fe3004..06861e1f35a 100644 --- a/service/privatenetworks/CHANGELOG.md +++ b/service/privatenetworks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/privatenetworks/go.mod b/service/privatenetworks/go.mod index 894f3047e8f..fa4e90b0a12 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/privatenetworks/go_module_metadata.go b/service/privatenetworks/go_module_metadata.go index 8ad4cb03186..5a2472c246b 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.7" +const goModuleVersion = "1.13.8" diff --git a/service/proton/CHANGELOG.md b/service/proton/CHANGELOG.md index 97e663cf792..e179f79a1ae 100644 --- a/service/proton/CHANGELOG.md +++ b/service/proton/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/proton/go.mod b/service/proton/go.mod index 121ab9ac6f7..1db84180985 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 f359bb79d21..b0f10a15f44 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.7" +const goModuleVersion = "1.33.8" diff --git a/service/qapps/CHANGELOG.md b/service/qapps/CHANGELOG.md index 450377058da..229b42ab1b5 100644 --- a/service/qapps/CHANGELOG.md +++ b/service/qapps/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.0 (2024-12-03.2) * **Feature**: Add support for 11 new plugins as action cards to help automate repetitive tasks and improve productivity. diff --git a/service/qapps/go.mod b/service/qapps/go.mod index 862674b548a..84ac919c0fa 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/qapps/go_module_metadata.go b/service/qapps/go_module_metadata.go index 05f42130e60..a6c3671ac10 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.6.0" +const goModuleVersion = "1.6.1" diff --git a/service/qbusiness/CHANGELOG.md b/service/qbusiness/CHANGELOG.md index d6abe6e12cb..a356b643a86 100644 --- a/service/qbusiness/CHANGELOG.md +++ b/service/qbusiness/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.0 (2024-12-05) * **Feature**: This release removes the deprecated UserId and UserGroups fields from SearchRelevantContent api's request parameters. diff --git a/service/qbusiness/go.mod b/service/qbusiness/go.mod index fa76862d7f1..30cafc09297 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.6 + github.com/aws/aws-sdk-go-v2 v1.32.7 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/qbusiness/go_module_metadata.go b/service/qbusiness/go_module_metadata.go index 85bcd5174e8..5bc2e92df4f 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.19.0" +const goModuleVersion = "1.19.1" diff --git a/service/qconnect/CHANGELOG.md b/service/qconnect/CHANGELOG.md index 5b1be314514..1793e1c0183 100644 --- a/service/qconnect/CHANGELOG.md +++ b/service/qconnect/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.15.0 (2024-12-19) + +* **Feature**: Amazon Q in Connect enables agents to ask Q for assistance in multiple languages and Q will provide answers and recommended step-by-step guides in those languages. Qs default language is English (United States) and you can switch this by setting the locale configuration on the AI Agent. +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.0 (2024-12-02) * **Feature**: This release adds following capabilities: Configuring safeguards via AIGuardrails for Q in Connect inferencing, and APIs to support Q&A self-service use cases diff --git a/service/qconnect/go.mod b/service/qconnect/go.mod index 2904c86257f..e27c67b75ee 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/qconnect/go_module_metadata.go b/service/qconnect/go_module_metadata.go index e2e38cf9933..4b6befdf71e 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.14.0" +const goModuleVersion = "1.15.0" diff --git a/service/qldb/CHANGELOG.md b/service/qldb/CHANGELOG.md index 06f436d2656..e3876640301 100644 --- a/service/qldb/CHANGELOG.md +++ b/service/qldb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/qldb/go.mod b/service/qldb/go.mod index 427caa1ea14..0e2fa8113c0 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/qldb/go_module_metadata.go b/service/qldb/go_module_metadata.go index a761bb1aa8a..345a46aa676 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.7" +const goModuleVersion = "1.25.8" diff --git a/service/qldbsession/CHANGELOG.md b/service/qldbsession/CHANGELOG.md index 1ccaf3c3e14..e39240e18d8 100644 --- a/service/qldbsession/CHANGELOG.md +++ b/service/qldbsession/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/qldbsession/go.mod b/service/qldbsession/go.mod index c77123344c6..f93b688495f 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/qldbsession/go_module_metadata.go b/service/qldbsession/go_module_metadata.go index 33a152d73cb..d20a337b1f8 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.7" +const goModuleVersion = "1.25.8" diff --git a/service/quicksight/CHANGELOG.md b/service/quicksight/CHANGELOG.md index 1cfa2991e54..d1a9b0823be 100644 --- a/service/quicksight/CHANGELOG.md +++ b/service/quicksight/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.82.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.82.0 (2024-12-18) * **Feature**: Add support for PerformanceConfiguration attribute to Dataset entity. Allow PerformanceConfiguration specification in CreateDataset and UpdateDataset APIs. diff --git a/service/quicksight/go.mod b/service/quicksight/go.mod index 16ebbf8ed8d..c46262cb688 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/quicksight/go_module_metadata.go b/service/quicksight/go_module_metadata.go index 0d66358b29e..58fcff3aad0 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.82.0" +const goModuleVersion = "1.82.1" diff --git a/service/ram/CHANGELOG.md b/service/ram/CHANGELOG.md index 865371d7f76..fac07801d36 100644 --- a/service/ram/CHANGELOG.md +++ b/service/ram/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ram/go.mod b/service/ram/go.mod index 827b55cbe31..7ccb2a99f8e 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/ram/go_module_metadata.go b/service/ram/go_module_metadata.go index f14141d6953..523cc245ce7 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.7" +const goModuleVersion = "1.29.8" diff --git a/service/rbin/CHANGELOG.md b/service/rbin/CHANGELOG.md index 845accbd885..bcd85c6a696 100644 --- a/service/rbin/CHANGELOG.md +++ b/service/rbin/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rbin/go.mod b/service/rbin/go.mod index d2ea973da01..da2ce992375 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/rbin/go_module_metadata.go b/service/rbin/go_module_metadata.go index ea6d31bedd1..b82b9828aa0 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.21.1" +const goModuleVersion = "1.21.2" diff --git a/service/rds/CHANGELOG.md b/service/rds/CHANGELOG.md index 6c78021c9ae..72141a619ae 100644 --- a/service/rds/CHANGELOG.md +++ b/service/rds/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.93.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.93.0 (2024-12-16) * **Feature**: This release adds support for the "MYSQL_CACHING_SHA2_PASSWORD" enum value for RDS Proxy ClientPasswordAuthType. diff --git a/service/rds/go.mod b/service/rds/go.mod index 1e0a66f708e..965c1f835b1 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 github.com/aws/smithy-go v1.22.1 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 206f31ce5fa..66f513a2922 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.93.0" +const goModuleVersion = "1.93.1" diff --git a/service/rdsdata/CHANGELOG.md b/service/rdsdata/CHANGELOG.md index 362d6de262d..36ea52db2ec 100644 --- a/service/rdsdata/CHANGELOG.md +++ b/service/rdsdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rdsdata/go.mod b/service/rdsdata/go.mod index 52f5d97f452..4a4c7c4a036 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/rdsdata/go_module_metadata.go b/service/rdsdata/go_module_metadata.go index a4d20c6c495..f2e17958cb5 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.26.1" +const goModuleVersion = "1.26.2" diff --git a/service/redshift/CHANGELOG.md b/service/redshift/CHANGELOG.md index fc212b1a0ec..411f8218b12 100644 --- a/service/redshift/CHANGELOG.md +++ b/service/redshift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.53.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.53.0 (2024-12-03.2) * **Feature**: Adds support for Amazon Redshift RegisterNamespace and DeregisterNamespace APIs to share data to AWS Glue Data Catalog. diff --git a/service/redshift/go.mod b/service/redshift/go.mod index 1da26709509..82c7871734c 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 c04e7414643..46be23b4412 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.53.0" +const goModuleVersion = "1.53.1" diff --git a/service/redshiftdata/CHANGELOG.md b/service/redshiftdata/CHANGELOG.md index 1466f196051..213fd7531d1 100644 --- a/service/redshiftdata/CHANGELOG.md +++ b/service/redshiftdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.5 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.31.4 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/redshiftdata/go.mod b/service/redshiftdata/go.mod index c3b18ca3b87..f938979f6cc 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/redshiftdata/go_module_metadata.go b/service/redshiftdata/go_module_metadata.go index 837a80501ef..1232758ba8a 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.31.4" +const goModuleVersion = "1.31.5" diff --git a/service/redshiftserverless/CHANGELOG.md b/service/redshiftserverless/CHANGELOG.md index a53359b9d50..0ccb05baa29 100644 --- a/service/redshiftserverless/CHANGELOG.md +++ b/service/redshiftserverless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.0 (2024-12-03.2) * **Feature**: Adds support for the ListManagedWorkgroups API to get an overview of existing managed workgroups. diff --git a/service/redshiftserverless/go.mod b/service/redshiftserverless/go.mod index 68380d10df6..a959818ca8d 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/redshiftserverless/go_module_metadata.go b/service/redshiftserverless/go_module_metadata.go index be2e2793248..3582a9c15f0 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.25.0" +const goModuleVersion = "1.25.1" diff --git a/service/rekognition/CHANGELOG.md b/service/rekognition/CHANGELOG.md index a6736e25648..1046fb36616 100644 --- a/service/rekognition/CHANGELOG.md +++ b/service/rekognition/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.45.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.45.8 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rekognition/go.mod b/service/rekognition/go.mod index 5dbcd189b5c..35308fb41f7 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 34132723d9e..e4baf165b14 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.8" +const goModuleVersion = "1.45.9" diff --git a/service/repostspace/CHANGELOG.md b/service/repostspace/CHANGELOG.md index c9d68b38af1..275c16e4598 100644 --- a/service/repostspace/CHANGELOG.md +++ b/service/repostspace/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.6 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.5 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/repostspace/go.mod b/service/repostspace/go.mod index 05b5d7fc541..7dc67d0d499 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/repostspace/go_module_metadata.go b/service/repostspace/go_module_metadata.go index 78041a858a0..db69875c9e9 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.5" +const goModuleVersion = "1.8.6" diff --git a/service/resiliencehub/CHANGELOG.md b/service/resiliencehub/CHANGELOG.md index aafe58842cf..065667241ea 100644 --- a/service/resiliencehub/CHANGELOG.md +++ b/service/resiliencehub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.0 (2024-12-18) * **Feature**: AWS Resilience Hub now automatically detects already configured CloudWatch alarms and FIS experiments as part of the assessment process and returns the discovered resources in the corresponding list API responses. It also allows you to include or exclude test recommendations for an AppComponent. diff --git a/service/resiliencehub/go.mod b/service/resiliencehub/go.mod index a3addff48a3..4b50547e302 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/resiliencehub/go_module_metadata.go b/service/resiliencehub/go_module_metadata.go index a992ebd4891..a7cb1d0087f 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.29.0" +const goModuleVersion = "1.29.1" diff --git a/service/resourceexplorer2/CHANGELOG.md b/service/resourceexplorer2/CHANGELOG.md index 55dd682f3fa..9a5009038f0 100644 --- a/service/resourceexplorer2/CHANGELOG.md +++ b/service/resourceexplorer2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/resourceexplorer2/go.mod b/service/resourceexplorer2/go.mod index 0b7be13037a..5354f9122e7 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/resourceexplorer2/go_module_metadata.go b/service/resourceexplorer2/go_module_metadata.go index 4509fcff3d7..5a48c562b48 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/resourcegroups/CHANGELOG.md b/service/resourcegroups/CHANGELOG.md index 984c4693d51..d93ad29ef31 100644 --- a/service/resourcegroups/CHANGELOG.md +++ b/service/resourcegroups/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/resourcegroups/go.mod b/service/resourcegroups/go.mod index 5e41d4c0d13..45e4949e772 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/resourcegroups/go_module_metadata.go b/service/resourcegroups/go_module_metadata.go index 8577523aaf3..6cf8a0cf4a2 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.7" +const goModuleVersion = "1.27.8" diff --git a/service/resourcegroupstaggingapi/CHANGELOG.md b/service/resourcegroupstaggingapi/CHANGELOG.md index 366df308a17..6a3fcdb4cdb 100644 --- a/service/resourcegroupstaggingapi/CHANGELOG.md +++ b/service/resourcegroupstaggingapi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/resourcegroupstaggingapi/go.mod b/service/resourcegroupstaggingapi/go.mod index 941a2b88fca..8074fb95373 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/resourcegroupstaggingapi/go_module_metadata.go b/service/resourcegroupstaggingapi/go_module_metadata.go index 6ba801e77b1..18e6c83c839 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.7" +const goModuleVersion = "1.25.8" diff --git a/service/robomaker/CHANGELOG.md b/service/robomaker/CHANGELOG.md index 5730b75d6a9..27e919abe78 100644 --- a/service/robomaker/CHANGELOG.md +++ b/service/robomaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.8 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/robomaker/go.mod b/service/robomaker/go.mod index 2581566c9e5..da8b1dbbd05 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/robomaker/go_module_metadata.go b/service/robomaker/go_module_metadata.go index e5f959f95c3..22b788a5b56 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.8" +const goModuleVersion = "1.30.9" diff --git a/service/rolesanywhere/CHANGELOG.md b/service/rolesanywhere/CHANGELOG.md index 0787a6366a0..c5acd763de0 100644 --- a/service/rolesanywhere/CHANGELOG.md +++ b/service/rolesanywhere/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rolesanywhere/go.mod b/service/rolesanywhere/go.mod index 8421e8bc64b..4257f21307f 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/rolesanywhere/go_module_metadata.go b/service/rolesanywhere/go_module_metadata.go index f7b0c1e12a6..8a18c5c3267 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.7" +const goModuleVersion = "1.16.8" diff --git a/service/route53/CHANGELOG.md b/service/route53/CHANGELOG.md index a1fe8af9525..b377d8c2e2a 100644 --- a/service/route53/CHANGELOG.md +++ b/service/route53/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.46.4 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.46.3 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53/go.mod b/service/route53/go.mod index a578683d755..48b91a3384e 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 ecc3ea4bfd4..af29a147dcf 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.46.3" +const goModuleVersion = "1.46.4" diff --git a/service/route53domains/CHANGELOG.md b/service/route53domains/CHANGELOG.md index 48a21c9982e..6e1a80d9777 100644 --- a/service/route53domains/CHANGELOG.md +++ b/service/route53domains/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.0 (2024-12-12) * **Feature**: This release includes the following API updates: added the enumeration type RESTORE_DOMAIN to the OperationType; constrained the Price attribute to non-negative values; updated the LangCode to allow 2 or 3 alphabetical characters. diff --git a/service/route53domains/go.mod b/service/route53domains/go.mod index bda7eb804f9..dc96c073bf7 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/route53domains/go_module_metadata.go b/service/route53domains/go_module_metadata.go index f725a91862f..75cda42a4bd 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.28.0" +const goModuleVersion = "1.28.1" diff --git a/service/route53profiles/CHANGELOG.md b/service/route53profiles/CHANGELOG.md index 6513310727e..4e0cb65f198 100644 --- a/service/route53profiles/CHANGELOG.md +++ b/service/route53profiles/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53profiles/go.mod b/service/route53profiles/go.mod index c1fd4969d94..8aaeb379b2e 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/route53profiles/go_module_metadata.go b/service/route53profiles/go_module_metadata.go index 7d4cd744707..2ee973391a2 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.7" +const goModuleVersion = "1.4.8" diff --git a/service/route53recoverycluster/CHANGELOG.md b/service/route53recoverycluster/CHANGELOG.md index a2c1d15ec3e..462d1a04ad5 100644 --- a/service/route53recoverycluster/CHANGELOG.md +++ b/service/route53recoverycluster/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53recoverycluster/go.mod b/service/route53recoverycluster/go.mod index a0ac2853f1b..ab963c3f9c7 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/route53recoverycluster/go_module_metadata.go b/service/route53recoverycluster/go_module_metadata.go index 5838732a065..7107b222731 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.7" +const goModuleVersion = "1.23.8" diff --git a/service/route53recoverycontrolconfig/CHANGELOG.md b/service/route53recoverycontrolconfig/CHANGELOG.md index c5ce1573d3b..3274649421b 100644 --- a/service/route53recoverycontrolconfig/CHANGELOG.md +++ b/service/route53recoverycontrolconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53recoverycontrolconfig/go.mod b/service/route53recoverycontrolconfig/go.mod index 4ca747591ab..76f4ca798bc 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 f721e2dc7cf..afda3ae21e7 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.7" +const goModuleVersion = "1.25.8" diff --git a/service/route53recoveryreadiness/CHANGELOG.md b/service/route53recoveryreadiness/CHANGELOG.md index d1f4e1ffbdb..ad8b6192872 100644 --- a/service/route53recoveryreadiness/CHANGELOG.md +++ b/service/route53recoveryreadiness/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53recoveryreadiness/go.mod b/service/route53recoveryreadiness/go.mod index 670f38207e8..10e1e8d93fc 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/route53recoveryreadiness/go_module_metadata.go b/service/route53recoveryreadiness/go_module_metadata.go index 2e1c62b4427..d0923ac445f 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.7" +const goModuleVersion = "1.21.8" diff --git a/service/route53resolver/CHANGELOG.md b/service/route53resolver/CHANGELOG.md index a1bb8cb26d6..29fc0e97e61 100644 --- a/service/route53resolver/CHANGELOG.md +++ b/service/route53resolver/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.2 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53resolver/go.mod b/service/route53resolver/go.mod index 039fd03a770..8164d21ba76 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/route53resolver/go_module_metadata.go b/service/route53resolver/go_module_metadata.go index 61e6358da96..2efad132c29 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.34.2" +const goModuleVersion = "1.34.3" diff --git a/service/rum/CHANGELOG.md b/service/rum/CHANGELOG.md index 29ea7bc002c..f5d391ce64c 100644 --- a/service/rum/CHANGELOG.md +++ b/service/rum/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rum/go.mod b/service/rum/go.mod index 1657c101881..088d64844e2 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/rum/go_module_metadata.go b/service/rum/go_module_metadata.go index 1edcba5ebaf..924b44a4d97 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.7" +const goModuleVersion = "1.21.8" diff --git a/service/s3/CHANGELOG.md b/service/s3/CHANGELOG.md index 992c35e4ecc..928e943b4dc 100644 --- a/service/s3/CHANGELOG.md +++ b/service/s3/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.71.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.71.0 (2024-12-03.2) * **Feature**: Amazon S3 Metadata stores object metadata in read-only, fully managed Apache Iceberg metadata tables that you can query. You can create metadata table configurations for S3 general purpose buckets. diff --git a/service/s3/go.mod b/service/s3/go.mod index a6dc5bd3b18..ef787e9754e 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.6 + github.com/aws/aws-sdk-go-v2 v1.32.7 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 - github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.25 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.26 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.6 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.6 + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.7 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.7 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/s3/go_module_metadata.go b/service/s3/go_module_metadata.go index 8694445773f..84c94294529 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.71.0" +const goModuleVersion = "1.71.1" diff --git a/service/s3/internal/configtesting/go.mod b/service/s3/internal/configtesting/go.mod index bf513d726e3..918679e662d 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.6 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.6 + github.com/aws/aws-sdk-go-v2/config v1.28.7 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.7 ) require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.47 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.21 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect + github.com/aws/aws-sdk-go-v2 v1.32.7 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.48 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // 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.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.24.7 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.6 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.33.2 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.24.8 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.33.3 // indirect github.com/aws/smithy-go v1.22.1 // indirect ) diff --git a/service/s3control/CHANGELOG.md b/service/s3control/CHANGELOG.md index 5d334989f07..4552e74ac07 100644 --- a/service/s3control/CHANGELOG.md +++ b/service/s3control/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.52.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.52.0 (2024-12-03) * **Feature**: It allows customers to pass CRC64NVME as a header in S3 Batch Operations copy requests diff --git a/service/s3control/go.mod b/service/s3control/go.mod index 88f22308419..87060faf286 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.6 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.7 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/s3control/go_module_metadata.go b/service/s3control/go_module_metadata.go index 726269d9233..dd4d5c4323f 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.52.0" +const goModuleVersion = "1.52.1" diff --git a/service/s3outposts/CHANGELOG.md b/service/s3outposts/CHANGELOG.md index 64114ebb495..5f7b574b61b 100644 --- a/service/s3outposts/CHANGELOG.md +++ b/service/s3outposts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/s3outposts/go.mod b/service/s3outposts/go.mod index 75e8fb1f214..453fff34110 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/s3outposts/go_module_metadata.go b/service/s3outposts/go_module_metadata.go index 0b55dcc491b..17b4373439e 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.7" +const goModuleVersion = "1.28.8" diff --git a/service/s3tables/CHANGELOG.md b/service/s3tables/CHANGELOG.md index bd60d2b394d..b97980e66d9 100644 --- a/service/s3tables/CHANGELOG.md +++ b/service/s3tables/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.0 (2024-12-03.2) * **Release**: New AWS service client module diff --git a/service/s3tables/go.mod b/service/s3tables/go.mod index 792864b8a4a..b76b66b4153 100644 --- a/service/s3tables/go.mod +++ b/service/s3tables/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/s3tables go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/s3tables/go_module_metadata.go b/service/s3tables/go_module_metadata.go index 43752b17cca..d7410233191 100644 --- a/service/s3tables/go_module_metadata.go +++ b/service/s3tables/go_module_metadata.go @@ -3,4 +3,4 @@ package s3tables // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.0" +const goModuleVersion = "1.0.1" diff --git a/service/sagemaker/CHANGELOG.md b/service/sagemaker/CHANGELOG.md index b820123bcc6..be01dd5738e 100644 --- a/service/sagemaker/CHANGELOG.md +++ b/service/sagemaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.169.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.169.0 (2024-12-04) * **Feature**: Amazon SageMaker HyperPod launched task governance to help customers maximize accelerator utilization for model development and flexible training plans to meet training timelines and budget while reducing weeks of training time. AI apps from AWS partner is now available in SageMaker. diff --git a/service/sagemaker/go.mod b/service/sagemaker/go.mod index 3c5bfdc282c..ad41ac65227 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 49796e33276..a5b59475ac1 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.169.0" +const goModuleVersion = "1.169.1" diff --git a/service/sagemakera2iruntime/CHANGELOG.md b/service/sagemakera2iruntime/CHANGELOG.md index ecfac827e53..0e525895887 100644 --- a/service/sagemakera2iruntime/CHANGELOG.md +++ b/service/sagemakera2iruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakera2iruntime/go.mod b/service/sagemakera2iruntime/go.mod index 4f93a6b3414..76d81b4b6ac 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/sagemakera2iruntime/go_module_metadata.go b/service/sagemakera2iruntime/go_module_metadata.go index 7737379d405..10d1ad5ce60 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.7" +const goModuleVersion = "1.27.8" diff --git a/service/sagemakeredge/CHANGELOG.md b/service/sagemakeredge/CHANGELOG.md index f626a9d0dad..8645dce0afd 100644 --- a/service/sagemakeredge/CHANGELOG.md +++ b/service/sagemakeredge/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakeredge/go.mod b/service/sagemakeredge/go.mod index d69d356aee4..ed86939c4fe 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/sagemakeredge/go_module_metadata.go b/service/sagemakeredge/go_module_metadata.go index 37191d1e123..c0a08dcf7ce 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.7" +const goModuleVersion = "1.25.8" diff --git a/service/sagemakerfeaturestoreruntime/CHANGELOG.md b/service/sagemakerfeaturestoreruntime/CHANGELOG.md index 89f0d1e0d57..b50593dcc1e 100644 --- a/service/sagemakerfeaturestoreruntime/CHANGELOG.md +++ b/service/sagemakerfeaturestoreruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakerfeaturestoreruntime/go.mod b/service/sagemakerfeaturestoreruntime/go.mod index 6682701d176..94b492f5c94 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/sagemakerfeaturestoreruntime/go_module_metadata.go b/service/sagemakerfeaturestoreruntime/go_module_metadata.go index 24ff6b6867c..5ad416ced33 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.7" +const goModuleVersion = "1.29.8" diff --git a/service/sagemakergeospatial/CHANGELOG.md b/service/sagemakergeospatial/CHANGELOG.md index b31da7f58d9..c851295d82b 100644 --- a/service/sagemakergeospatial/CHANGELOG.md +++ b/service/sagemakergeospatial/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakergeospatial/go.mod b/service/sagemakergeospatial/go.mod index cdb39857fbe..791d197b1c3 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/sagemakergeospatial/go_module_metadata.go b/service/sagemakergeospatial/go_module_metadata.go index cc1ca59f2be..ad0b2832ac9 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.7" +const goModuleVersion = "1.14.8" diff --git a/service/sagemakermetrics/CHANGELOG.md b/service/sagemakermetrics/CHANGELOG.md index 08425b81857..59980c712fb 100644 --- a/service/sagemakermetrics/CHANGELOG.md +++ b/service/sagemakermetrics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.7 (2024-12-03) * No change notes available for this release. diff --git a/service/sagemakermetrics/go.mod b/service/sagemakermetrics/go.mod index 7a974c061d7..2a0337ac947 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/sagemakermetrics/go_module_metadata.go b/service/sagemakermetrics/go_module_metadata.go index 42a8694b848..18ec452f194 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.7" +const goModuleVersion = "1.12.8" diff --git a/service/sagemakerruntime/CHANGELOG.md b/service/sagemakerruntime/CHANGELOG.md index 1a04a787ec7..276fa256ead 100644 --- a/service/sagemakerruntime/CHANGELOG.md +++ b/service/sagemakerruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakerruntime/go.mod b/service/sagemakerruntime/go.mod index 6bdde4fa5c9..3fe2078058e 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.6 + github.com/aws/aws-sdk-go-v2 v1.32.7 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/sagemakerruntime/go_module_metadata.go b/service/sagemakerruntime/go_module_metadata.go index d8ca07f02c6..afd2fd9b5cd 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.7" +const goModuleVersion = "1.32.8" diff --git a/service/savingsplans/CHANGELOG.md b/service/savingsplans/CHANGELOG.md index cb7174cb812..4daddb5b88f 100644 --- a/service/savingsplans/CHANGELOG.md +++ b/service/savingsplans/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/savingsplans/go.mod b/service/savingsplans/go.mod index 19b59c6a408..11c2329bfdd 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/savingsplans/go_module_metadata.go b/service/savingsplans/go_module_metadata.go index 555fea82ac1..2af59cf586f 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.7" +const goModuleVersion = "1.23.8" diff --git a/service/scheduler/CHANGELOG.md b/service/scheduler/CHANGELOG.md index 8d5de165400..3255faa9093 100644 --- a/service/scheduler/CHANGELOG.md +++ b/service/scheduler/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.8 (2024-12-13) * No change notes available for this release. diff --git a/service/scheduler/go.mod b/service/scheduler/go.mod index d7c5b2200e5..c2a7a05a1ff 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/scheduler/go_module_metadata.go b/service/scheduler/go_module_metadata.go index 03f1f64dfc2..b0081711c2e 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.8" +const goModuleVersion = "1.12.9" diff --git a/service/schemas/CHANGELOG.md b/service/schemas/CHANGELOG.md index f50a9bd0c61..6919e6e0bb6 100644 --- a/service/schemas/CHANGELOG.md +++ b/service/schemas/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.8 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/schemas/go.mod b/service/schemas/go.mod index 97de275a612..84a7eb44c79 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 6dee47e04df..459cd4ec37e 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.8" +const goModuleVersion = "1.28.9" diff --git a/service/secretsmanager/CHANGELOG.md b/service/secretsmanager/CHANGELOG.md index 9619fa422e6..aa805cfd1cc 100644 --- a/service/secretsmanager/CHANGELOG.md +++ b/service/secretsmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/secretsmanager/go.mod b/service/secretsmanager/go.mod index 36dd6794fd0..a9fdc5db399 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/secretsmanager/go_module_metadata.go b/service/secretsmanager/go_module_metadata.go index 267688d7bb4..c9a924af5bd 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.7" +const goModuleVersion = "1.34.8" diff --git a/service/securityhub/CHANGELOG.md b/service/securityhub/CHANGELOG.md index 2aa86ee4403..77a3d5e0d5f 100644 --- a/service/securityhub/CHANGELOG.md +++ b/service/securityhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.55.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.55.0 (2024-12-02) * **Feature**: Add new Multi Domain Correlation findings. diff --git a/service/securityhub/go.mod b/service/securityhub/go.mod index 71b5f957bc1..5fd23328b4c 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/securityhub/go_module_metadata.go b/service/securityhub/go_module_metadata.go index f81c76630c5..59822ea2292 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.55.0" +const goModuleVersion = "1.55.1" diff --git a/service/securityir/CHANGELOG.md b/service/securityir/CHANGELOG.md index aa223159314..0ae67638118 100644 --- a/service/securityir/CHANGELOG.md +++ b/service/securityir/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.0 (2024-12-02) * **Release**: New AWS service client module diff --git a/service/securityir/go.mod b/service/securityir/go.mod index 9e111db81c8..f3ce5c2335b 100644 --- a/service/securityir/go.mod +++ b/service/securityir/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/securityir go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/securityir/go_module_metadata.go b/service/securityir/go_module_metadata.go index aa685ba3f24..fff263639b1 100644 --- a/service/securityir/go_module_metadata.go +++ b/service/securityir/go_module_metadata.go @@ -3,4 +3,4 @@ package securityir // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.0" +const goModuleVersion = "1.0.1" diff --git a/service/securitylake/CHANGELOG.md b/service/securitylake/CHANGELOG.md index 53f1b280072..23925abda1b 100644 --- a/service/securitylake/CHANGELOG.md +++ b/service/securitylake/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.6 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.5 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/securitylake/go.mod b/service/securitylake/go.mod index 8670b31ddff..aba67722ae9 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/securitylake/go_module_metadata.go b/service/securitylake/go_module_metadata.go index a774792fe82..9c3a5793a3d 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.5" +const goModuleVersion = "1.19.6" diff --git a/service/serverlessapplicationrepository/CHANGELOG.md b/service/serverlessapplicationrepository/CHANGELOG.md index 963296b62f9..40afb78db40 100644 --- a/service/serverlessapplicationrepository/CHANGELOG.md +++ b/service/serverlessapplicationrepository/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/serverlessapplicationrepository/go.mod b/service/serverlessapplicationrepository/go.mod index c38254879d5..a6ed124ce20 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/serverlessapplicationrepository/go_module_metadata.go b/service/serverlessapplicationrepository/go_module_metadata.go index b9d72cb49f7..26047302c8d 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.7" +const goModuleVersion = "1.24.8" diff --git a/service/servicecatalog/CHANGELOG.md b/service/servicecatalog/CHANGELOG.md index b144152c263..e0368f42ae8 100644 --- a/service/servicecatalog/CHANGELOG.md +++ b/service/servicecatalog/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicecatalog/go.mod b/service/servicecatalog/go.mod index c0ceadc2dbd..ad19323e58f 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/servicecatalog/go_module_metadata.go b/service/servicecatalog/go_module_metadata.go index 39c7e94b8f3..486f7478b97 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.7" +const goModuleVersion = "1.32.8" diff --git a/service/servicecatalogappregistry/CHANGELOG.md b/service/servicecatalogappregistry/CHANGELOG.md index 5237b554ae5..b710e2fb284 100644 --- a/service/servicecatalogappregistry/CHANGELOG.md +++ b/service/servicecatalogappregistry/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicecatalogappregistry/go.mod b/service/servicecatalogappregistry/go.mod index ecfa3c04412..7df30d28afb 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/servicecatalogappregistry/go_module_metadata.go b/service/servicecatalogappregistry/go_module_metadata.go index ee1b3b09a00..3a9d8b51e3c 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.7" +const goModuleVersion = "1.30.8" diff --git a/service/servicediscovery/CHANGELOG.md b/service/servicediscovery/CHANGELOG.md index a4ed8cd5e23..e0264b00aff 100644 --- a/service/servicediscovery/CHANGELOG.md +++ b/service/servicediscovery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.0 (2024-12-13) * **Feature**: AWS Cloud Map now supports service-level attributes, allowing you to associate custom metadata directly with services. These attributes can be retrieved, updated, and deleted using the new GetServiceAttributes, UpdateServiceAttributes, and DeleteServiceAttributes API calls. diff --git a/service/servicediscovery/go.mod b/service/servicediscovery/go.mod index b9d58c99434..5536d5f5cc9 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/servicediscovery/go_module_metadata.go b/service/servicediscovery/go_module_metadata.go index 2e66a5784bd..bfd93f591a9 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.34.0" +const goModuleVersion = "1.34.1" diff --git a/service/servicequotas/CHANGELOG.md b/service/servicequotas/CHANGELOG.md index 4ff9a2e66db..c3e678cdedd 100644 --- a/service/servicequotas/CHANGELOG.md +++ b/service/servicequotas/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicequotas/go.mod b/service/servicequotas/go.mod index 946f8136f7e..c09d783810b 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/servicequotas/go_module_metadata.go b/service/servicequotas/go_module_metadata.go index 30abca3cd18..25e86daf17d 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.7" +const goModuleVersion = "1.25.8" diff --git a/service/ses/CHANGELOG.md b/service/ses/CHANGELOG.md index 2b6ce7cfe97..8430d0a04e2 100644 --- a/service/ses/CHANGELOG.md +++ b/service/ses/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ses/go.mod b/service/ses/go.mod index e8d07b10463..1de030bba29 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 8c79612d218..9281f0f9615 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.29.1" +const goModuleVersion = "1.29.2" diff --git a/service/sesv2/CHANGELOG.md b/service/sesv2/CHANGELOG.md index ef224c2f694..50edc3d07df 100644 --- a/service/sesv2/CHANGELOG.md +++ b/service/sesv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.40.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.40.0 (2024-12-11) * **Feature**: Introduces support for multi-region endpoint. diff --git a/service/sesv2/go.mod b/service/sesv2/go.mod index 3c849605d2e..e6039cfcb0b 100644 --- a/service/sesv2/go.mod +++ b/service/sesv2/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/sesv2 go 1.21 require ( - github.com/aws/aws-sdk-go-v2 v1.32.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 - github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 + github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/sesv2/go_module_metadata.go b/service/sesv2/go_module_metadata.go index 0439dd7198a..61f4a5f70db 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.40.0" +const goModuleVersion = "1.40.1" diff --git a/service/sfn/CHANGELOG.md b/service/sfn/CHANGELOG.md index 6d21edb0152..c01ad686ee2 100644 --- a/service/sfn/CHANGELOG.md +++ b/service/sfn/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sfn/go.mod b/service/sfn/go.mod index 49a66c103d3..4b9cc885ed3 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/sfn/go_module_metadata.go b/service/sfn/go_module_metadata.go index 40961c153b3..13609596ccb 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.34.1" +const goModuleVersion = "1.34.2" diff --git a/service/shield/CHANGELOG.md b/service/shield/CHANGELOG.md index f8f52375072..f2f40d293b0 100644 --- a/service/shield/CHANGELOG.md +++ b/service/shield/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/shield/go.mod b/service/shield/go.mod index a4963f776c7..57daee6efa3 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/shield/go_module_metadata.go b/service/shield/go_module_metadata.go index a935a7a4077..e1a3c3e9b67 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.7" +const goModuleVersion = "1.29.8" diff --git a/service/signer/CHANGELOG.md b/service/signer/CHANGELOG.md index a7d6777063f..318da135f34 100644 --- a/service/signer/CHANGELOG.md +++ b/service/signer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/signer/go.mod b/service/signer/go.mod index 81b8e811047..54c7382b974 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 f727edd8d03..f8b2ab8939f 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.7" +const goModuleVersion = "1.26.8" diff --git a/service/simspaceweaver/CHANGELOG.md b/service/simspaceweaver/CHANGELOG.md index 4e28086ea28..58c41163577 100644 --- a/service/simspaceweaver/CHANGELOG.md +++ b/service/simspaceweaver/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/simspaceweaver/go.mod b/service/simspaceweaver/go.mod index 29bd9606347..c93176ec45c 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/simspaceweaver/go_module_metadata.go b/service/simspaceweaver/go_module_metadata.go index 6eb5fcb129a..e483dd5e11b 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.7" +const goModuleVersion = "1.14.8" diff --git a/service/sms/CHANGELOG.md b/service/sms/CHANGELOG.md index b75bfc82dd2..5652f88f667 100644 --- a/service/sms/CHANGELOG.md +++ b/service/sms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sms/go.mod b/service/sms/go.mod index bb8604be027..724a923b1aa 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/sms/go_module_metadata.go b/service/sms/go_module_metadata.go index dfcd3da94f2..5a617f925aa 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.7" +const goModuleVersion = "1.24.8" diff --git a/service/snowball/CHANGELOG.md b/service/snowball/CHANGELOG.md index 1dbe3a496e0..434db5ea279 100644 --- a/service/snowball/CHANGELOG.md +++ b/service/snowball/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/snowball/go.mod b/service/snowball/go.mod index 4328f2ccc08..ae800d596bb 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/snowball/go_module_metadata.go b/service/snowball/go_module_metadata.go index 5654a451d7a..13ba1b87e2b 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.7" +const goModuleVersion = "1.30.8" diff --git a/service/snowdevicemanagement/CHANGELOG.md b/service/snowdevicemanagement/CHANGELOG.md index 5d02f18caa9..55f1c8401a3 100644 --- a/service/snowdevicemanagement/CHANGELOG.md +++ b/service/snowdevicemanagement/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/snowdevicemanagement/go.mod b/service/snowdevicemanagement/go.mod index 7413d94c844..79e6e33cffa 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/snowdevicemanagement/go_module_metadata.go b/service/snowdevicemanagement/go_module_metadata.go index d52cb9e85f1..fa5f9962339 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.7" +const goModuleVersion = "1.20.8" diff --git a/service/sns/CHANGELOG.md b/service/sns/CHANGELOG.md index ef90bea31fa..6d0ab6e80e9 100644 --- a/service/sns/CHANGELOG.md +++ b/service/sns/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sns/go.mod b/service/sns/go.mod index e5632203a5d..1f7fbcea8b4 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/sns/go_module_metadata.go b/service/sns/go_module_metadata.go index 046c8b74428..3ce89a54fc0 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.7" +const goModuleVersion = "1.33.8" diff --git a/service/socialmessaging/CHANGELOG.md b/service/socialmessaging/CHANGELOG.md index 533cb6e76a8..e15a00e7cb6 100644 --- a/service/socialmessaging/CHANGELOG.md +++ b/service/socialmessaging/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.0 (2024-12-03) * **Feature**: Added support for passing role arn corresponding to the supported event destination diff --git a/service/socialmessaging/go.mod b/service/socialmessaging/go.mod index 06e6cc5e77a..20a3467b93d 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/socialmessaging/go_module_metadata.go b/service/socialmessaging/go_module_metadata.go index e56a8783809..ee46cda0220 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.1.0" +const goModuleVersion = "1.1.1" diff --git a/service/sqs/CHANGELOG.md b/service/sqs/CHANGELOG.md index a87dd4e0887..94d047ce4ce 100644 --- a/service/sqs/CHANGELOG.md +++ b/service/sqs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.37.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.37.2 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sqs/go.mod b/service/sqs/go.mod index 35b7a0e8433..ea0e158e4e6 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/sqs/go_module_metadata.go b/service/sqs/go_module_metadata.go index 599d3eee3c6..a836a1d2b61 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.37.2" +const goModuleVersion = "1.37.3" diff --git a/service/ssm/CHANGELOG.md b/service/ssm/CHANGELOG.md index 235dbe8ddbb..5cd13be5833 100644 --- a/service/ssm/CHANGELOG.md +++ b/service/ssm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.56.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.56.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssm/go.mod b/service/ssm/go.mod index 1c72d545f36..b591ecf76a1 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 c82620d043c..e666366bc4c 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.56.1" +const goModuleVersion = "1.56.2" diff --git a/service/ssmcontacts/CHANGELOG.md b/service/ssmcontacts/CHANGELOG.md index 9d24384a564..ab8a90658ab 100644 --- a/service/ssmcontacts/CHANGELOG.md +++ b/service/ssmcontacts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssmcontacts/go.mod b/service/ssmcontacts/go.mod index 75b890a7c34..59493ba1103 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/ssmcontacts/go_module_metadata.go b/service/ssmcontacts/go_module_metadata.go index 484895cca1f..0443076fc7c 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.7" +const goModuleVersion = "1.26.8" diff --git a/service/ssmincidents/CHANGELOG.md b/service/ssmincidents/CHANGELOG.md index 9c0ca3fbeb7..13b735e4034 100644 --- a/service/ssmincidents/CHANGELOG.md +++ b/service/ssmincidents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssmincidents/go.mod b/service/ssmincidents/go.mod index 8ebf7eb51d0..94b74e2c1fc 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 96a19c4d754..18504e0f07b 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.7" +const goModuleVersion = "1.34.8" diff --git a/service/ssmquicksetup/CHANGELOG.md b/service/ssmquicksetup/CHANGELOG.md index 84c79c58190..5f278193a42 100644 --- a/service/ssmquicksetup/CHANGELOG.md +++ b/service/ssmquicksetup/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssmquicksetup/go.mod b/service/ssmquicksetup/go.mod index 54d3fd9dcbe..2598cf48b5f 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/ssmquicksetup/go_module_metadata.go b/service/ssmquicksetup/go_module_metadata.go index 34040df89b5..231334fa8a2 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.3.1" +const goModuleVersion = "1.3.2" diff --git a/service/ssmsap/CHANGELOG.md b/service/ssmsap/CHANGELOG.md index 3c1db3889d9..b8bf18fb081 100644 --- a/service/ssmsap/CHANGELOG.md +++ b/service/ssmsap/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.19.0 (2024-12-19) + +* **Feature**: AWS Systems Manager for SAP added support for registration and discovery of distributed ABAP applications +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssmsap/go.mod b/service/ssmsap/go.mod index 03915cc3b78..cb93639f964 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/ssmsap/go_module_metadata.go b/service/ssmsap/go_module_metadata.go index 95dd34ab665..113dffe1870 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.7" +const goModuleVersion = "1.19.0" diff --git a/service/sso/CHANGELOG.md b/service/sso/CHANGELOG.md index 33cd7d199cb..95b2d47ab58 100644 --- a/service/sso/CHANGELOG.md +++ b/service/sso/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sso/go.mod b/service/sso/go.mod index 86a20277d48..bead8e74402 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/sso/go_module_metadata.go b/service/sso/go_module_metadata.go index 9b98f93ed23..46dacd1e8f1 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.7" +const goModuleVersion = "1.24.8" diff --git a/service/ssoadmin/CHANGELOG.md b/service/ssoadmin/CHANGELOG.md index d4184d61bf0..3b5d4c60201 100644 --- a/service/ssoadmin/CHANGELOG.md +++ b/service/ssoadmin/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssoadmin/go.mod b/service/ssoadmin/go.mod index 810ef4c7722..31c33b2b407 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/ssoadmin/go_module_metadata.go b/service/ssoadmin/go_module_metadata.go index 28208fa3943..759b5434056 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.7" +const goModuleVersion = "1.29.8" diff --git a/service/ssooidc/CHANGELOG.md b/service/ssooidc/CHANGELOG.md index 40774469729..8fbaed84d75 100644 --- a/service/ssooidc/CHANGELOG.md +++ b/service/ssooidc/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.7 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.6 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssooidc/go.mod b/service/ssooidc/go.mod index f7964406eb8..5c13af59833 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/ssooidc/go_module_metadata.go b/service/ssooidc/go_module_metadata.go index cab972aa988..84251218b2a 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.6" +const goModuleVersion = "1.28.7" diff --git a/service/storagegateway/CHANGELOG.md b/service/storagegateway/CHANGELOG.md index fca48a5f4f2..206ecfec324 100644 --- a/service/storagegateway/CHANGELOG.md +++ b/service/storagegateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/storagegateway/go.mod b/service/storagegateway/go.mod index 2c2e024b948..17ce3b8f6a5 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/storagegateway/go_module_metadata.go b/service/storagegateway/go_module_metadata.go index 5fd823de888..7e3cd7c087b 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.7" +const goModuleVersion = "1.34.8" diff --git a/service/sts/CHANGELOG.md b/service/sts/CHANGELOG.md index 289a8d07c0c..c72a40981e2 100644 --- a/service/sts/CHANGELOG.md +++ b/service/sts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.2 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sts/go.mod b/service/sts/go.mod index 80837b7e4a0..5264ca650ce 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/sts/go_module_metadata.go b/service/sts/go_module_metadata.go index f2a7e2ce7d6..c55eca63a7a 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.33.2" +const goModuleVersion = "1.33.3" diff --git a/service/supplychain/CHANGELOG.md b/service/supplychain/CHANGELOG.md index efaafe49300..c779ed73c45 100644 --- a/service/supplychain/CHANGELOG.md +++ b/service/supplychain/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.6 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.5 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/supplychain/go.mod b/service/supplychain/go.mod index 49cb240f57f..412cfdfe955 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/supplychain/go_module_metadata.go b/service/supplychain/go_module_metadata.go index 76ebf5c0fdf..842742dba70 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.5" +const goModuleVersion = "1.10.6" diff --git a/service/support/CHANGELOG.md b/service/support/CHANGELOG.md index de6a855dafa..6897fc25597 100644 --- a/service/support/CHANGELOG.md +++ b/service/support/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/support/go.mod b/service/support/go.mod index 55fee9cac2b..63558e4bf24 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/support/go_module_metadata.go b/service/support/go_module_metadata.go index 24d8a31f50a..e6978545460 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.7" +const goModuleVersion = "1.26.8" diff --git a/service/supportapp/CHANGELOG.md b/service/supportapp/CHANGELOG.md index 53213bb62d1..19fec5cb711 100644 --- a/service/supportapp/CHANGELOG.md +++ b/service/supportapp/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/supportapp/go.mod b/service/supportapp/go.mod index 84d3a7daae6..3148fad7758 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/supportapp/go_module_metadata.go b/service/supportapp/go_module_metadata.go index 63b33e6a3e6..f31c5741ea8 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.7" +const goModuleVersion = "1.13.8" diff --git a/service/swf/CHANGELOG.md b/service/swf/CHANGELOG.md index 2b981da764f..976bc481cad 100644 --- a/service/swf/CHANGELOG.md +++ b/service/swf/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.8 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/swf/go.mod b/service/swf/go.mod index 3dc9fc5a6e9..99d58648f34 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/swf/go_module_metadata.go b/service/swf/go_module_metadata.go index c3aae62f6fc..63f64ba0854 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.8" +const goModuleVersion = "1.27.9" diff --git a/service/synthetics/CHANGELOG.md b/service/synthetics/CHANGELOG.md index 1978336b417..4e2dda25e51 100644 --- a/service/synthetics/CHANGELOG.md +++ b/service/synthetics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.31.0 (2024-12-17) * **Feature**: Add support to toggle outbound IPv6 traffic on canaries connected to dualstack subnets. This behavior can be controlled via the new Ipv6AllowedForDualStack parameter of the VpcConfig input object in CreateCanary and UpdateCanary APIs. diff --git a/service/synthetics/go.mod b/service/synthetics/go.mod index 219930bfa0c..7fcca95876e 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/synthetics/go_module_metadata.go b/service/synthetics/go_module_metadata.go index 27f2851a19e..dc3a7798955 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.31.0" +const goModuleVersion = "1.31.1" diff --git a/service/taxsettings/CHANGELOG.md b/service/taxsettings/CHANGELOG.md index b434d74e3d2..5971c9a174a 100644 --- a/service/taxsettings/CHANGELOG.md +++ b/service/taxsettings/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/taxsettings/go.mod b/service/taxsettings/go.mod index e78eba20269..c9e85f362f8 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/taxsettings/go_module_metadata.go b/service/taxsettings/go_module_metadata.go index 2535bc9ae84..baad70ac50e 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.7.1" +const goModuleVersion = "1.7.2" diff --git a/service/textract/CHANGELOG.md b/service/textract/CHANGELOG.md index 03b24350887..98159739e56 100644 --- a/service/textract/CHANGELOG.md +++ b/service/textract/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.10 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.9 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/textract/go.mod b/service/textract/go.mod index 53400e96327..ba7b0e5209a 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/textract/go_module_metadata.go b/service/textract/go_module_metadata.go index 61bf0d924eb..7eb7b56b325 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.9" +const goModuleVersion = "1.34.10" diff --git a/service/timestreaminfluxdb/CHANGELOG.md b/service/timestreaminfluxdb/CHANGELOG.md index e7a03dd2029..0de4182719f 100644 --- a/service/timestreaminfluxdb/CHANGELOG.md +++ b/service/timestreaminfluxdb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.0 (2024-12-11) * **Feature**: Adds networkType parameter to CreateDbInstance API which allows IPv6 support to the InfluxDB endpoint diff --git a/service/timestreaminfluxdb/go.mod b/service/timestreaminfluxdb/go.mod index c7eaae5588a..46e5606ae13 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/timestreaminfluxdb/go_module_metadata.go b/service/timestreaminfluxdb/go_module_metadata.go index 8df098bab00..9cb3e18ab7f 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.7.0" +const goModuleVersion = "1.7.1" diff --git a/service/timestreamquery/CHANGELOG.md b/service/timestreamquery/CHANGELOG.md index 014e0f4f383..06684b5e615 100644 --- a/service/timestreamquery/CHANGELOG.md +++ b/service/timestreamquery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/timestreamquery/go.mod b/service/timestreamquery/go.mod index 5c12158322a..8e00db29de9 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.6 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.7 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/timestreamquery/go_module_metadata.go b/service/timestreamquery/go_module_metadata.go index 9c8d6a275c6..25e7dcf1f7b 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.29.1" +const goModuleVersion = "1.29.2" diff --git a/service/timestreamwrite/CHANGELOG.md b/service/timestreamwrite/CHANGELOG.md index 8adaa6c5d5a..9d57d5eefea 100644 --- a/service/timestreamwrite/CHANGELOG.md +++ b/service/timestreamwrite/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.8 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/timestreamwrite/go.mod b/service/timestreamwrite/go.mod index a961c468329..77c85bf8c47 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.6 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.7 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/timestreamwrite/go_module_metadata.go b/service/timestreamwrite/go_module_metadata.go index afb73058f9d..6839ccb288f 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.8" +const goModuleVersion = "1.29.9" diff --git a/service/tnb/CHANGELOG.md b/service/tnb/CHANGELOG.md index 3c74d5d27a8..c83a08d8d63 100644 --- a/service/tnb/CHANGELOG.md +++ b/service/tnb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/tnb/go.mod b/service/tnb/go.mod index f8301b9a23a..021ca0ebcb0 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/tnb/go_module_metadata.go b/service/tnb/go_module_metadata.go index 0e4fd4591be..67ac45286b9 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.7" +const goModuleVersion = "1.13.8" diff --git a/service/transcribe/CHANGELOG.md b/service/transcribe/CHANGELOG.md index f8ca57f2a61..048b78142e2 100644 --- a/service/transcribe/CHANGELOG.md +++ b/service/transcribe/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.41.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.41.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/transcribe/go.mod b/service/transcribe/go.mod index 933337fed04..db99fbfc6c1 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/transcribe/go_module_metadata.go b/service/transcribe/go_module_metadata.go index 78315a2f21f..bc29e19f65c 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.7" +const goModuleVersion = "1.41.8" diff --git a/service/transcribestreaming/CHANGELOG.md b/service/transcribestreaming/CHANGELOG.md index d4280998e0f..6b2e180b90f 100644 --- a/service/transcribestreaming/CHANGELOG.md +++ b/service/transcribestreaming/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.6 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.5 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/transcribestreaming/go.mod b/service/transcribestreaming/go.mod index 857013a419a..c666311df73 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.6 + github.com/aws/aws-sdk-go-v2 v1.32.7 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/transcribestreaming/go_module_metadata.go b/service/transcribestreaming/go_module_metadata.go index 0aaabbf2fe2..c5f993866e7 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.5" +const goModuleVersion = "1.22.6" diff --git a/service/transcribestreaming/internal/testing/go.mod b/service/transcribestreaming/internal/testing/go.mod index 16d565f1b03..b8c988b2d6b 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.6 + github.com/aws/aws-sdk-go-v2 v1.32.7 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.5.8 - github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.22.5 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.5.9 + github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.22.6 github.com/aws/smithy-go v1.22.1 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.17.47 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.48 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // indirect ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/service/transfer/CHANGELOG.md b/service/transfer/CHANGELOG.md index 0f7c215e160..3aee74fd50d 100644 --- a/service/transfer/CHANGELOG.md +++ b/service/transfer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.55.1 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.55.0 (2024-12-18) * **Feature**: Added AS2 agreement configurations to control filename preservation and message signing enforcement. Added AS2 connector configuration to preserve content type from S3 objects. diff --git a/service/transfer/go.mod b/service/transfer/go.mod index dbcf90b725a..256c148a3be 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 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 2286f8b135c..d70f735f169 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.55.0" +const goModuleVersion = "1.55.1" diff --git a/service/translate/CHANGELOG.md b/service/translate/CHANGELOG.md index 3e0383bf6ce..deea2d2440a 100644 --- a/service/translate/CHANGELOG.md +++ b/service/translate/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/translate/go.mod b/service/translate/go.mod index 5c31dda00fd..df443b426ad 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/translate/go_module_metadata.go b/service/translate/go_module_metadata.go index 2f9fc6db911..a72c7680a1f 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.7" +const goModuleVersion = "1.28.8" diff --git a/service/trustedadvisor/CHANGELOG.md b/service/trustedadvisor/CHANGELOG.md index b760a0b9333..1dd0d8b04d5 100644 --- a/service/trustedadvisor/CHANGELOG.md +++ b/service/trustedadvisor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.8 (2024-12-13) * No change notes available for this release. diff --git a/service/trustedadvisor/go.mod b/service/trustedadvisor/go.mod index dab53506a42..6be3594e90f 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/trustedadvisor/go_module_metadata.go b/service/trustedadvisor/go_module_metadata.go index 4704ab69959..61b4aec6c1a 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.8" +const goModuleVersion = "1.8.9" diff --git a/service/verifiedpermissions/CHANGELOG.md b/service/verifiedpermissions/CHANGELOG.md index 57d3c965ef4..48f5a449562 100644 --- a/service/verifiedpermissions/CHANGELOG.md +++ b/service/verifiedpermissions/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.4 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.3 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/verifiedpermissions/go.mod b/service/verifiedpermissions/go.mod index 99d86650156..f6fbae38bde 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/verifiedpermissions/go_module_metadata.go b/service/verifiedpermissions/go_module_metadata.go index c17d7389670..066d798705f 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.20.3" +const goModuleVersion = "1.20.4" diff --git a/service/voiceid/CHANGELOG.md b/service/voiceid/CHANGELOG.md index c85c976ad68..d3b6d09ec3d 100644 --- a/service/voiceid/CHANGELOG.md +++ b/service/voiceid/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/voiceid/go.mod b/service/voiceid/go.mod index 59a9ed8ee8c..e4ef8a04a8f 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/voiceid/go_module_metadata.go b/service/voiceid/go_module_metadata.go index 722d636a693..529ef9bf1e1 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.7" +const goModuleVersion = "1.24.8" diff --git a/service/vpclattice/CHANGELOG.md b/service/vpclattice/CHANGELOG.md index f531402dead..76365dbf6ff 100644 --- a/service/vpclattice/CHANGELOG.md +++ b/service/vpclattice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2024-12-17) * No change notes available for this release. diff --git a/service/vpclattice/go.mod b/service/vpclattice/go.mod index 131b09b7afb..f57f677c7e4 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/vpclattice/go_module_metadata.go b/service/vpclattice/go_module_metadata.go index 3cb2788237b..1c6f8c810aa 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/waf/CHANGELOG.md b/service/waf/CHANGELOG.md index 29024e483ee..46045d59ca0 100644 --- a/service/waf/CHANGELOG.md +++ b/service/waf/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/waf/go.mod b/service/waf/go.mod index 4b255d90cea..6c108d99a36 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/waf/go_module_metadata.go b/service/waf/go_module_metadata.go index a707fe0b0b0..1e6aa77e56e 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.7" +const goModuleVersion = "1.25.8" diff --git a/service/wafregional/CHANGELOG.md b/service/wafregional/CHANGELOG.md index f51b279b2e0..aad8188e415 100644 --- a/service/wafregional/CHANGELOG.md +++ b/service/wafregional/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/wafregional/go.mod b/service/wafregional/go.mod index 5f86de124ce..a5f9597eb45 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/wafregional/go_module_metadata.go b/service/wafregional/go_module_metadata.go index c5e85c85d5d..e1ce14f649d 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.7" +const goModuleVersion = "1.25.8" diff --git a/service/wafv2/CHANGELOG.md b/service/wafv2/CHANGELOG.md index bb538974af4..0a9610b60d8 100644 --- a/service/wafv2/CHANGELOG.md +++ b/service/wafv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.55.7 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.55.6 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/wafv2/go.mod b/service/wafv2/go.mod index a3977699f21..2ef6f62a61d 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/wafv2/go_module_metadata.go b/service/wafv2/go_module_metadata.go index 3ce8f93a3c9..b7fcbaf0c7b 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.6" +const goModuleVersion = "1.55.7" diff --git a/service/wellarchitected/CHANGELOG.md b/service/wellarchitected/CHANGELOG.md index b3e11912ce5..cc14e8c818b 100644 --- a/service/wellarchitected/CHANGELOG.md +++ b/service/wellarchitected/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/wellarchitected/go.mod b/service/wellarchitected/go.mod index 8622371a4d7..b8d403c08d4 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/wellarchitected/go_module_metadata.go b/service/wellarchitected/go_module_metadata.go index 05f8b0d8071..a367ee756ab 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.7" +const goModuleVersion = "1.34.8" diff --git a/service/wisdom/CHANGELOG.md b/service/wisdom/CHANGELOG.md index 3aa0f2971fb..79ca43aae2a 100644 --- a/service/wisdom/CHANGELOG.md +++ b/service/wisdom/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.9 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.8 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/wisdom/go.mod b/service/wisdom/go.mod index b828b90b5ff..75d43a7c2b6 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/wisdom/go_module_metadata.go b/service/wisdom/go_module_metadata.go index 20a42355a17..baa13d43b74 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.8" +const goModuleVersion = "1.27.9" diff --git a/service/workdocs/CHANGELOG.md b/service/workdocs/CHANGELOG.md index 89e65e41897..96273884c54 100644 --- a/service/workdocs/CHANGELOG.md +++ b/service/workdocs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workdocs/go.mod b/service/workdocs/go.mod index 441f99d8965..078bada5c70 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/workdocs/go_module_metadata.go b/service/workdocs/go_module_metadata.go index c6a824ef926..3e2c41d8880 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.7" +const goModuleVersion = "1.25.8" diff --git a/service/workmail/CHANGELOG.md b/service/workmail/CHANGELOG.md index c56e3d9d418..7f7bf201035 100644 --- a/service/workmail/CHANGELOG.md +++ b/service/workmail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.5 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.4 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workmail/go.mod b/service/workmail/go.mod index d322dc3650c..9b98bdd5162 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/workmail/go_module_metadata.go b/service/workmail/go_module_metadata.go index e711b471cec..15e437d90a0 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.30.4" +const goModuleVersion = "1.30.5" diff --git a/service/workmailmessageflow/CHANGELOG.md b/service/workmailmessageflow/CHANGELOG.md index 620a1445687..ba9da3d3cf8 100644 --- a/service/workmailmessageflow/CHANGELOG.md +++ b/service/workmailmessageflow/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workmailmessageflow/go.mod b/service/workmailmessageflow/go.mod index 700e227cb61..88af6d1e4c4 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/workmailmessageflow/go_module_metadata.go b/service/workmailmessageflow/go_module_metadata.go index 38a14badbd2..8622deb7ff3 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.7" +const goModuleVersion = "1.23.8" diff --git a/service/workspaces/CHANGELOG.md b/service/workspaces/CHANGELOG.md index c69f602c171..40735fd3c28 100644 --- a/service/workspaces/CHANGELOG.md +++ b/service/workspaces/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.51.0 (2024-12-19) + +* **Feature**: Added AWS Global Accelerator (AGA) support for WorkSpaces Personal. +* **Dependency Update**: Updated to the latest SDK module versions + # v1.50.3 (2024-12-09) * **Documentation**: Added text to clarify case-sensitivity diff --git a/service/workspaces/go.mod b/service/workspaces/go.mod index f4978a3f5a4..51f639ca536 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/workspaces/go_module_metadata.go b/service/workspaces/go_module_metadata.go index 04ea9b2a8d3..98beaa14746 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.50.3" +const goModuleVersion = "1.51.0" diff --git a/service/workspacesthinclient/CHANGELOG.md b/service/workspacesthinclient/CHANGELOG.md index 845401b29d9..6421c40c878 100644 --- a/service/workspacesthinclient/CHANGELOG.md +++ b/service/workspacesthinclient/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.8 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workspacesthinclient/go.mod b/service/workspacesthinclient/go.mod index 1467d9f50ce..336267e766e 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/workspacesthinclient/go_module_metadata.go b/service/workspacesthinclient/go_module_metadata.go index d20e34cd39a..031162e21ac 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.7" +const goModuleVersion = "1.10.8" diff --git a/service/workspacesweb/CHANGELOG.md b/service/workspacesweb/CHANGELOG.md index 6e9cbb8859f..f27e025e34f 100644 --- a/service/workspacesweb/CHANGELOG.md +++ b/service/workspacesweb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workspacesweb/go.mod b/service/workspacesweb/go.mod index a2b4e833976..e3740855c9a 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/workspacesweb/go_module_metadata.go b/service/workspacesweb/go_module_metadata.go index 0b909a41c59..7bd8f7dd035 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.25.1" +const goModuleVersion = "1.25.2" diff --git a/service/xray/CHANGELOG.md b/service/xray/CHANGELOG.md index 55c31860dd9..a75ed56189d 100644 --- a/service/xray/CHANGELOG.md +++ b/service/xray/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.2 (2024-12-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/xray/go.mod b/service/xray/go.mod index ac8a6406de4..42bc5a1efc1 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 + github.com/aws/aws-sdk-go-v2 v1.32.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/xray/go_module_metadata.go b/service/xray/go_module_metadata.go index cbd78dc874a..cbc5deb7078 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.30.1" +const goModuleVersion = "1.30.2"