diff --git a/.changelog/4c5565e33b374494884429e00bc1dc6b.json b/.changelog/4c5565e33b374494884429e00bc1dc6b.json deleted file mode 100644 index 28167496ca8..00000000000 --- a/.changelog/4c5565e33b374494884429e00bc1dc6b.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "4c5565e3-3b37-4494-8844-29e00bc1dc6b", - "type": "bugfix", - "description": "Mark v4.SignHTTPRequestMiddleware as deprecated, this middleware is no longer used by the SDK.", - "modules": [ - "." - ] -} \ No newline at end of file diff --git a/.changelog/54083e6546a04a5d932f73d895e9b10d.json b/.changelog/54083e6546a04a5d932f73d895e9b10d.json deleted file mode 100644 index 53aec176091..00000000000 --- a/.changelog/54083e6546a04a5d932f73d895e9b10d.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "54083e65-46a0-4a5d-932f-73d895e9b10d", - "type": "feature", - "description": "This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway.", - "modules": [ - "service/ec2" - ] -} \ No newline at end of file diff --git a/.changelog/846a7d69726142f2a891803f03972406.json b/.changelog/846a7d69726142f2a891803f03972406.json deleted file mode 100644 index e55485a74bc..00000000000 --- a/.changelog/846a7d69726142f2a891803f03972406.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "846a7d69-7261-42f2-a891-803f03972406", - "type": "feature", - "description": "Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized.", - "modules": [ - "service/docdb" - ] -} \ No newline at end of file diff --git a/.changelog/d8cb591c3a424a399662abf0415380c7.json b/.changelog/d8cb591c3a424a399662abf0415380c7.json deleted file mode 100644 index a5ef4ce2f3b..00000000000 --- a/.changelog/d8cb591c3a424a399662abf0415380c7.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "d8cb591c-3a42-4a39-9662-abf0415380c7", - "type": "feature", - "description": "This release updates a few CodeStar Connections related APIs.", - "modules": [ - "service/codestarconnections" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f308c4be427..468cc89b7ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# Release (2023-11-20) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2`: v1.23.1 + * **Bug Fix**: Mark v4.SignHTTPRequestMiddleware as deprecated, this middleware is no longer used by the SDK. +* `github.com/aws/aws-sdk-go-v2/service/codestarconnections`: [v1.19.0](service/codestarconnections/CHANGELOG.md#v1190-2023-11-20) + * **Feature**: This release updates a few CodeStar Connections related APIs. +* `github.com/aws/aws-sdk-go-v2/service/docdb`: [v1.28.0](service/docdb/CHANGELOG.md#v1280-2023-11-20) + * **Feature**: Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized. +* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.137.0](service/ec2/CHANGELOG.md#v11370-2023-11-20) + * **Feature**: This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway. + # Release (2023-11-17) ## General Highlights diff --git a/aws/go_module_metadata.go b/aws/go_module_metadata.go index d4384d4e623..f7759de165c 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.23.0" +const goModuleVersion = "1.23.1" diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index d75e5211953..7146f5eeb4f 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.4 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.3 (2023-11-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/config/go.mod b/config/go.mod index b1cdf797c43..9416d40016e 100644 --- a/config/go.mod +++ b/config/go.mod @@ -3,22 +3,22 @@ module github.com/aws/aws-sdk-go-v2/config go 1.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/credentials v1.16.2 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.4 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/credentials v1.16.3 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5 github.com/aws/aws-sdk-go-v2/internal/ini v1.7.1 - github.com/aws/aws-sdk-go-v2/service/sso v1.17.2 - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.0 - github.com/aws/aws-sdk-go-v2/service/sts v1.25.3 + github.com/aws/aws-sdk-go-v2/service/sso v1.17.3 + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.1 + github.com/aws/aws-sdk-go-v2/service/sts v1.25.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) require ( - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 // indirect ) replace github.com/aws/aws-sdk-go-v2 => ../ diff --git a/config/go_module_metadata.go b/config/go_module_metadata.go index 36186d12854..a3027625b18 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.25.3" +const goModuleVersion = "1.25.4" diff --git a/credentials/CHANGELOG.md b/credentials/CHANGELOG.md index 633b9fa80ef..8897f1b7eb2 100644 --- a/credentials/CHANGELOG.md +++ b/credentials/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-11-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/credentials/go.mod b/credentials/go.mod index 3bbce8e8d07..31bd9805edc 100644 --- a/credentials/go.mod +++ b/credentials/go.mod @@ -3,20 +3,20 @@ module github.com/aws/aws-sdk-go-v2/credentials go 1.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.4 - github.com/aws/aws-sdk-go-v2/service/sso v1.17.2 - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.0 - github.com/aws/aws-sdk-go-v2/service/sts v1.25.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5 + github.com/aws/aws-sdk-go-v2/service/sso v1.17.3 + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.1 + github.com/aws/aws-sdk-go-v2/service/sts v1.25.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) require ( - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 // indirect ) replace github.com/aws/aws-sdk-go-v2 => ../ diff --git a/credentials/go_module_metadata.go b/credentials/go_module_metadata.go index c51ee07c11f..61aa54ac902 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/example/service/dynamodb/createTable/go.mod b/example/service/dynamodb/createTable/go.mod index 408edcf34db..571b3d84c60 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/config v1.25.3 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.2 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/config v1.25.4 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.3 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.16.2 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.4 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.16.3 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.7.1 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.3 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.3 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.17.2 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.0 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.25.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.4 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.17.3 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.1 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.25.4 // indirect github.com/aws/smithy-go v1.17.0 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect ) diff --git a/example/service/dynamodb/scanItems/go.mod b/example/service/dynamodb/scanItems/go.mod index 167b4d1a313..6dee0d5025b 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/config v1.25.3 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.2 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.2 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/config v1.25.4 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.3 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.3 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.16.2 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.4 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.16.3 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.7.1 // indirect - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.17.2 // indirect + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.17.3 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.3 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.3 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.17.2 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.0 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.25.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.4 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.17.3 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.1 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.25.4 // indirect github.com/aws/smithy-go v1.17.0 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect ) diff --git a/example/service/s3/listObjects/go.mod b/example/service/s3/listObjects/go.mod index 527b2777930..b6918d29b08 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.19 require ( - github.com/aws/aws-sdk-go-v2/config v1.25.3 - github.com/aws/aws-sdk-go-v2/service/s3 v1.43.0 + github.com/aws/aws-sdk-go-v2/config v1.25.4 + github.com/aws/aws-sdk-go-v2/service/s3 v1.43.1 ) require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 // indirect + github.com/aws/aws-sdk-go-v2 v1.23.1 // indirect github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.16.2 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.4 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.16.3 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.7.1 // indirect - github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.3 // indirect + github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.4 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.3 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.3 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.3 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.17.2 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.0 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.25.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.4 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.17.3 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.1 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.25.4 // indirect github.com/aws/smithy-go v1.17.0 // indirect ) diff --git a/example/service/s3/usingPrivateLink/go.mod b/example/service/s3/usingPrivateLink/go.mod index 1f022bfa49f..07d5573d3c4 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/config v1.25.3 - github.com/aws/aws-sdk-go-v2/service/s3 v1.43.0 - github.com/aws/aws-sdk-go-v2/service/s3control v1.37.0 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/config v1.25.4 + github.com/aws/aws-sdk-go-v2/service/s3 v1.43.1 + github.com/aws/aws-sdk-go-v2/service/s3control v1.37.1 ) require ( github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.16.2 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.4 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.16.3 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.7.1 // indirect - github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.3 // indirect + github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.4 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.3 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.3 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.3 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.17.2 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.0 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.25.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.4 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.17.3 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.1 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.25.4 // indirect github.com/aws/smithy-go v1.17.0 // indirect ) diff --git a/feature/cloudfront/sign/CHANGELOG.md b/feature/cloudfront/sign/CHANGELOG.md index 51fc66627a3..bb8856f20eb 100644 --- a/feature/cloudfront/sign/CHANGELOG.md +++ b/feature/cloudfront/sign/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.4 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.3 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/cloudfront/sign/go.mod b/feature/cloudfront/sign/go.mod index f666195966e..8b2a353cc59 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.19 -require github.com/aws/aws-sdk-go-v2 v1.23.0 +require github.com/aws/aws-sdk-go-v2 v1.23.1 require github.com/aws/smithy-go v1.17.0 // indirect diff --git a/feature/cloudfront/sign/go_module_metadata.go b/feature/cloudfront/sign/go_module_metadata.go index ce3b882e8eb..c2e319bbdb9 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.5.3" +const goModuleVersion = "1.5.4" diff --git a/feature/dynamodb/attributevalue/CHANGELOG.md b/feature/dynamodb/attributevalue/CHANGELOG.md index fe63665aeec..41308335b4f 100644 --- a/feature/dynamodb/attributevalue/CHANGELOG.md +++ b/feature/dynamodb/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/attributevalue/go.mod b/feature/dynamodb/attributevalue/go.mod index 728fa2a1a16..c8a24524e3f 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.2 - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.17.2 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.3 + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.17.3 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/feature/dynamodb/attributevalue/go_module_metadata.go b/feature/dynamodb/attributevalue/go_module_metadata.go index b735fd3f920..f155a4d1444 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.12.2" +const goModuleVersion = "1.12.3" diff --git a/feature/dynamodb/expression/CHANGELOG.md b/feature/dynamodb/expression/CHANGELOG.md index 57f7fb9e83c..61d26d15c63 100644 --- a/feature/dynamodb/expression/CHANGELOG.md +++ b/feature/dynamodb/expression/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/expression/go.mod b/feature/dynamodb/expression/go.mod index 71e3d5234ca..c39f4920491 100644 --- a/feature/dynamodb/expression/go.mod +++ b/feature/dynamodb/expression/go.mod @@ -3,18 +3,18 @@ module github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression go 1.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.2 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.2 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.3 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.3 github.com/google/go-cmp v0.5.8 ) require ( - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 // indirect - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.17.2 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 // indirect + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.17.3 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.4 // indirect github.com/aws/smithy-go v1.17.0 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect ) diff --git a/feature/dynamodb/expression/go_module_metadata.go b/feature/dynamodb/expression/go_module_metadata.go index ec0a35ad4b7..5fe13dc6888 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.6.2" +const goModuleVersion = "1.6.3" diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 2c304aebbe7..cfb7540479a 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodbstreams/attributevalue/go.mod b/feature/dynamodbstreams/attributevalue/go.mod index df4c2373b5d..1f15812aba6 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.2 - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.17.2 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.3 + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.17.3 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index b735fd3f920..f155a4d1444 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.12.2" +const goModuleVersion = "1.12.3" diff --git a/feature/ec2/imds/CHANGELOG.md b/feature/ec2/imds/CHANGELOG.md index 11ce26fa378..0b0e22cd99b 100644 --- a/feature/ec2/imds/CHANGELOG.md +++ b/feature/ec2/imds/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.5 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.4 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/ec2/imds/go.mod b/feature/ec2/imds/go.mod index 18a2f44d1d8..60b58e680ec 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 + github.com/aws/aws-sdk-go-v2 v1.23.1 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/feature/ec2/imds/go_module_metadata.go b/feature/ec2/imds/go_module_metadata.go index 90f2e5d782e..b3b4bdfbad4 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.14.4" +const goModuleVersion = "1.14.5" diff --git a/feature/ec2/imds/internal/configtesting/go.mod b/feature/ec2/imds/internal/configtesting/go.mod index e93305c6e6d..b583f48952a 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.19 require ( - github.com/aws/aws-sdk-go-v2/config v1.25.3 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.4 + github.com/aws/aws-sdk-go-v2/config v1.25.4 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5 ) require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.16.2 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 // indirect + github.com/aws/aws-sdk-go-v2 v1.23.1 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.16.3 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.7.1 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.3 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.17.2 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.0 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.25.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.17.3 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.1 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.25.4 // indirect github.com/aws/smithy-go v1.17.0 // indirect ) diff --git a/feature/rds/auth/CHANGELOG.md b/feature/rds/auth/CHANGELOG.md index 7cc3a17f9f1..e74b8cc6d84 100644 --- a/feature/rds/auth/CHANGELOG.md +++ b/feature/rds/auth/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.4 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.3 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/rds/auth/go.mod b/feature/rds/auth/go.mod index 4dcb51a6317..d7d81c271e1 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.19 -require github.com/aws/aws-sdk-go-v2 v1.23.0 +require github.com/aws/aws-sdk-go-v2 v1.23.1 require github.com/aws/smithy-go v1.17.0 // indirect diff --git a/feature/rds/auth/go_module_metadata.go b/feature/rds/auth/go_module_metadata.go index 56fcc113202..74418b5d9e7 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.3.3" +const goModuleVersion = "1.3.4" diff --git a/feature/s3/manager/CHANGELOG.md b/feature/s3/manager/CHANGELOG.md index 17aec50bd9e..1e9c2c9a400 100644 --- a/feature/s3/manager/CHANGELOG.md +++ b/feature/s3/manager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.0 (2023-11-17) * **Feature**: **BREAKING CHANGE** Correct nullability of a large number of S3 structure fields. See https://github.com/aws/aws-sdk-go-v2/issues/2162. diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index 47bd792b70d..2fd456ca8c6 100644 --- a/feature/s3/manager/go.mod +++ b/feature/s3/manager/go.mod @@ -3,28 +3,28 @@ module github.com/aws/aws-sdk-go-v2/feature/s3/manager go 1.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/config v1.25.3 - github.com/aws/aws-sdk-go-v2/service/s3 v1.43.0 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/config v1.25.4 + github.com/aws/aws-sdk-go-v2/service/s3 v1.43.1 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) require ( github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.16.2 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.4 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.16.3 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.7.1 // indirect - github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.3 // indirect + github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.4 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.3 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.3 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.3 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.17.2 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.0 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.25.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.4 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.17.3 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.1 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.25.4 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect ) diff --git a/feature/s3/manager/go_module_metadata.go b/feature/s3/manager/go_module_metadata.go index c640d17cb2a..8e246a97fec 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.14.0" +const goModuleVersion = "1.14.1" diff --git a/internal/configsources/CHANGELOG.md b/internal/configsources/CHANGELOG.md index 9159e6a4531..bdecde97bd9 100644 --- a/internal/configsources/CHANGELOG.md +++ b/internal/configsources/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.4 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.3 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/configsources/configtesting/go.mod b/internal/configsources/configtesting/go.mod index ee74cad95ed..367003b6cc8 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.19 require ( - github.com/aws/aws-sdk-go-v2/config v1.25.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 + github.com/aws/aws-sdk-go-v2/config v1.25.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 ) require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.16.2 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.4 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 // indirect + github.com/aws/aws-sdk-go-v2 v1.23.1 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.16.3 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.7.1 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.3 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.17.2 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.0 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.25.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.17.3 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.1 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.25.4 // indirect github.com/aws/smithy-go v1.17.0 // indirect ) diff --git a/internal/configsources/go.mod b/internal/configsources/go.mod index a8a327af7c2..50d4573314b 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.19 -require github.com/aws/aws-sdk-go-v2 v1.23.0 +require github.com/aws/aws-sdk-go-v2 v1.23.1 require github.com/aws/smithy-go v1.17.0 // indirect diff --git a/internal/configsources/go_module_metadata.go b/internal/configsources/go_module_metadata.go index 7ce6c26e36a..19962ace33c 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.2.3" +const goModuleVersion = "1.2.4" diff --git a/internal/endpoints/v2/CHANGELOG.md b/internal/endpoints/v2/CHANGELOG.md index 0f71bbe71d6..8f5fecf8137 100644 --- a/internal/endpoints/v2/CHANGELOG.md +++ b/internal/endpoints/v2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v2.5.4 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v2.5.3 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/endpoints/v2/go.mod b/internal/endpoints/v2/go.mod index b7ab059fde5..aad2f3b4b72 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 + github.com/aws/aws-sdk-go-v2 v1.23.1 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/endpoints/v2/go_module_metadata.go b/internal/endpoints/v2/go_module_metadata.go index 2de64a7cd52..3bcb7654697 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.5.3" +const goModuleVersion = "2.5.4" diff --git a/internal/protocoltest/awsrestjson/go.mod b/internal/protocoltest/awsrestjson/go.mod index 98d882abb96..fcf06e95478 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/protocoltest/ec2query/go.mod b/internal/protocoltest/ec2query/go.mod index 46e71e8ed6c..c6d61a47b3f 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/protocoltest/jsonrpc/go.mod b/internal/protocoltest/jsonrpc/go.mod index 748a4a5e5b2..f9c58fd41f2 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/protocoltest/jsonrpc10/go.mod b/internal/protocoltest/jsonrpc10/go.mod index 8c1456a8e7e..3edd796c1e3 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/protocoltest/query/go.mod b/internal/protocoltest/query/go.mod index 676def8bce3..f9afa5e52b3 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/protocoltest/restxml/go.mod b/internal/protocoltest/restxml/go.mod index 1412077a84d..8ce663b1c51 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/protocoltest/restxmlwithnamespace/go.mod b/internal/protocoltest/restxmlwithnamespace/go.mod index 8f711ee4f2a..553ac4b25ac 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/v4a/CHANGELOG.md b/internal/v4a/CHANGELOG.md index 57739ecc9ec..561deed0b5a 100644 --- a/internal/v4a/CHANGELOG.md +++ b/internal/v4a/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.4 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.3 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/v4a/go.mod b/internal/v4a/go.mod index 921f0a187e9..2cc75cd3342 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 + github.com/aws/aws-sdk-go-v2 v1.23.1 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/v4a/go_module_metadata.go b/internal/v4a/go_module_metadata.go index fc7be536ec6..b97212cefda 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.2.3" +const goModuleVersion = "1.2.4" diff --git a/service/accessanalyzer/CHANGELOG.md b/service/accessanalyzer/CHANGELOG.md index e9f25c2f524..50cd803fac5 100644 --- a/service/accessanalyzer/CHANGELOG.md +++ b/service/accessanalyzer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/accessanalyzer/go.mod b/service/accessanalyzer/go.mod index 4fe021d40d0..48a711636c4 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/accessanalyzer/go_module_metadata.go b/service/accessanalyzer/go_module_metadata.go index c4c62049021..77c40386b7a 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.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/account/CHANGELOG.md b/service/account/CHANGELOG.md index 49dc87c81d4..979b9446942 100644 --- a/service/account/CHANGELOG.md +++ b/service/account/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/account/go.mod b/service/account/go.mod index 2a7e8593d12..5167e021475 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/account/go_module_metadata.go b/service/account/go_module_metadata.go index 8b3f81b2008..8c1f1d68971 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/acm/CHANGELOG.md b/service/acm/CHANGELOG.md index 76cfb2663f5..716acd014af 100644 --- a/service/acm/CHANGELOG.md +++ b/service/acm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/acm/go.mod b/service/acm/go.mod index 4cadcfe120c..ba08eb497ed 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 bc909b7e20c..51f2ac3c823 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/acmpca/CHANGELOG.md b/service/acmpca/CHANGELOG.md index a7ccf589e82..cf863ebcec4 100644 --- a/service/acmpca/CHANGELOG.md +++ b/service/acmpca/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/acmpca/go.mod b/service/acmpca/go.mod index 11b79d3a752..0a068a5b7a6 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 a15d1fb16ca..7858e989a65 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.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/alexaforbusiness/CHANGELOG.md b/service/alexaforbusiness/CHANGELOG.md index fd8aba6f33b..42435fcda4c 100644 --- a/service/alexaforbusiness/CHANGELOG.md +++ b/service/alexaforbusiness/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/alexaforbusiness/go.mod b/service/alexaforbusiness/go.mod index 0ce80233c83..f8a6070937e 100644 --- a/service/alexaforbusiness/go.mod +++ b/service/alexaforbusiness/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/alexaforbusiness go 1.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/alexaforbusiness/go_module_metadata.go b/service/alexaforbusiness/go_module_metadata.go index bbe109a7a3e..81b62c5a28e 100644 --- a/service/alexaforbusiness/go_module_metadata.go +++ b/service/alexaforbusiness/go_module_metadata.go @@ -3,4 +3,4 @@ package alexaforbusiness // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/amp/CHANGELOG.md b/service/amp/CHANGELOG.md index e1053b85dc6..933900da0a3 100644 --- a/service/amp/CHANGELOG.md +++ b/service/amp/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/amp/go.mod b/service/amp/go.mod index f0c1956a057..10c8fd1f852 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 ca2f0b48df4..068075bbe0f 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/amplify/CHANGELOG.md b/service/amplify/CHANGELOG.md index 546dd792df9..e6858d2a191 100644 --- a/service/amplify/CHANGELOG.md +++ b/service/amplify/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/amplify/go.mod b/service/amplify/go.mod index 2ae4bf83b43..55c1264d775 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/amplify/go_module_metadata.go b/service/amplify/go_module_metadata.go index e0071bb4143..3e137b9f83b 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/amplifybackend/CHANGELOG.md b/service/amplifybackend/CHANGELOG.md index e1502d8b4f5..6e8c4b30bdb 100644 --- a/service/amplifybackend/CHANGELOG.md +++ b/service/amplifybackend/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/amplifybackend/go.mod b/service/amplifybackend/go.mod index 1ae3ab19548..2ce97c4fd81 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/amplifybackend/go_module_metadata.go b/service/amplifybackend/go_module_metadata.go index a35beafb5fa..be0a6a6d221 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.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/amplifyuibuilder/CHANGELOG.md b/service/amplifyuibuilder/CHANGELOG.md index 0092ee36bf6..b6c862e6514 100644 --- a/service/amplifyuibuilder/CHANGELOG.md +++ b/service/amplifyuibuilder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/amplifyuibuilder/go.mod b/service/amplifyuibuilder/go.mod index 15864f32b8c..02d877d6c94 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/amplifyuibuilder/go_module_metadata.go b/service/amplifyuibuilder/go_module_metadata.go index 3a5ea24ff56..8ac9557704d 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/apigateway/CHANGELOG.md b/service/apigateway/CHANGELOG.md index 009d0ec13f3..2f0a3f69990 100644 --- a/service/apigateway/CHANGELOG.md +++ b/service/apigateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apigateway/go.mod b/service/apigateway/go.mod index e877a808e9b..3c4e4836ea7 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/apigateway/go_module_metadata.go b/service/apigateway/go_module_metadata.go index e9cc3c27927..3a8b0f5ae54 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.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/apigatewaymanagementapi/CHANGELOG.md b/service/apigatewaymanagementapi/CHANGELOG.md index 9a1b20186f2..237c09897a7 100644 --- a/service/apigatewaymanagementapi/CHANGELOG.md +++ b/service/apigatewaymanagementapi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apigatewaymanagementapi/go.mod b/service/apigatewaymanagementapi/go.mod index f0f74dfba4d..2a71d8ea9c8 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/apigatewaymanagementapi/go_module_metadata.go b/service/apigatewaymanagementapi/go_module_metadata.go index ee7d0806a59..2f6560cfef3 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/apigatewayv2/CHANGELOG.md b/service/apigatewayv2/CHANGELOG.md index abf1e012627..4d0d980b3e4 100644 --- a/service/apigatewayv2/CHANGELOG.md +++ b/service/apigatewayv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apigatewayv2/go.mod b/service/apigatewayv2/go.mod index 13d1e832de1..14ebe1c98c3 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/apigatewayv2/go_module_metadata.go b/service/apigatewayv2/go_module_metadata.go index 7b1031e8361..9b862e1e0cb 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/appconfig/CHANGELOG.md b/service/appconfig/CHANGELOG.md index 3da8a71af5e..85360fadbe2 100644 --- a/service/appconfig/CHANGELOG.md +++ b/service/appconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appconfig/go.mod b/service/appconfig/go.mod index 3a91b83bd42..910086745d2 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/appconfig/go_module_metadata.go b/service/appconfig/go_module_metadata.go index 0bc7c7977e8..2112eb2c2c5 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.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/appconfigdata/CHANGELOG.md b/service/appconfigdata/CHANGELOG.md index f9e3107efab..b2e823dd712 100644 --- a/service/appconfigdata/CHANGELOG.md +++ b/service/appconfigdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.4 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.3 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appconfigdata/go.mod b/service/appconfigdata/go.mod index 9475fa366dd..58704e46571 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/appconfigdata/go_module_metadata.go b/service/appconfigdata/go_module_metadata.go index f53a3d5db6a..33ae27c3b85 100644 --- a/service/appconfigdata/go_module_metadata.go +++ b/service/appconfigdata/go_module_metadata.go @@ -3,4 +3,4 @@ package appconfigdata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.3" +const goModuleVersion = "1.10.4" diff --git a/service/appfabric/CHANGELOG.md b/service/appfabric/CHANGELOG.md index 19a1e87380f..0b62eae242a 100644 --- a/service/appfabric/CHANGELOG.md +++ b/service/appfabric/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appfabric/go.mod b/service/appfabric/go.mod index b26b07d9d0a..58cb9ec3e19 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/appfabric/go_module_metadata.go b/service/appfabric/go_module_metadata.go index eb397de1a62..fc4908ac188 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.4.2" +const goModuleVersion = "1.4.3" diff --git a/service/appflow/CHANGELOG.md b/service/appflow/CHANGELOG.md index 7093caacf9e..52c1cb30fb9 100644 --- a/service/appflow/CHANGELOG.md +++ b/service/appflow/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.38.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appflow/go.mod b/service/appflow/go.mod index c49f4be4a1d..c08cf8b4235 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/appflow/go_module_metadata.go b/service/appflow/go_module_metadata.go index ff116a4c959..e372e091abc 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.38.2" +const goModuleVersion = "1.38.3" diff --git a/service/appintegrations/CHANGELOG.md b/service/appintegrations/CHANGELOG.md index a0bb0ac21b4..e4c83b8dac7 100644 --- a/service/appintegrations/CHANGELOG.md +++ b/service/appintegrations/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appintegrations/go.mod b/service/appintegrations/go.mod index 464dd7cf87d..de3c871f289 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/appintegrations/go_module_metadata.go b/service/appintegrations/go_module_metadata.go index ba46c0afc0e..62a9362a786 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/applicationautoscaling/CHANGELOG.md b/service/applicationautoscaling/CHANGELOG.md index bcf4bf6ce4f..9b1d59c5bec 100644 --- a/service/applicationautoscaling/CHANGELOG.md +++ b/service/applicationautoscaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationautoscaling/go.mod b/service/applicationautoscaling/go.mod index c2c9e6d126c..09e9f8da529 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/applicationautoscaling/go_module_metadata.go b/service/applicationautoscaling/go_module_metadata.go index 9fbef97f49d..1c88ddd4416 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.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/applicationcostprofiler/CHANGELOG.md b/service/applicationcostprofiler/CHANGELOG.md index 2d825dfba3c..c2433072d66 100644 --- a/service/applicationcostprofiler/CHANGELOG.md +++ b/service/applicationcostprofiler/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationcostprofiler/go.mod b/service/applicationcostprofiler/go.mod index 6cb50dd2f95..215a15bea69 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/applicationcostprofiler/go_module_metadata.go b/service/applicationcostprofiler/go_module_metadata.go index 1981753f476..522b3a313f8 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/applicationdiscoveryservice/CHANGELOG.md b/service/applicationdiscoveryservice/CHANGELOG.md index 6653f5f1e17..563a867b6b7 100644 --- a/service/applicationdiscoveryservice/CHANGELOG.md +++ b/service/applicationdiscoveryservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationdiscoveryservice/go.mod b/service/applicationdiscoveryservice/go.mod index afd0b0aae9d..ef36fcf821d 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/applicationdiscoveryservice/go_module_metadata.go b/service/applicationdiscoveryservice/go_module_metadata.go index e6d58b3b817..1658ffc1826 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/applicationinsights/CHANGELOG.md b/service/applicationinsights/CHANGELOG.md index 6cc56634445..4973c9ae399 100644 --- a/service/applicationinsights/CHANGELOG.md +++ b/service/applicationinsights/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationinsights/go.mod b/service/applicationinsights/go.mod index 2bd026f5308..9376270d5a9 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/applicationinsights/go_module_metadata.go b/service/applicationinsights/go_module_metadata.go index 3569eccecff..e551a5719a8 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/appmesh/CHANGELOG.md b/service/appmesh/CHANGELOG.md index 38b8d79cb61..81f37846b97 100644 --- a/service/appmesh/CHANGELOG.md +++ b/service/appmesh/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.0 (2023-11-17) * **Feature**: Change the default value of these fields from 0 to null: MaxConnections, MaxPendingRequests, MaxRequests, HealthCheckThreshold, PortNumber, and HealthCheckPolicy -> port. Users are not expected to perceive the change, except that badRequestException is thrown when required fields missing configured. diff --git a/service/appmesh/go.mod b/service/appmesh/go.mod index 08d674f415a..dbac2504592 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/appmesh/go_module_metadata.go b/service/appmesh/go_module_metadata.go index 0dbbf868082..f8164230c2a 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.22.0" +const goModuleVersion = "1.22.1" diff --git a/service/apprunner/CHANGELOG.md b/service/apprunner/CHANGELOG.md index 7d3b45fbb36..3bf58dddaa2 100644 --- a/service/apprunner/CHANGELOG.md +++ b/service/apprunner/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.4 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.3 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apprunner/go.mod b/service/apprunner/go.mod index ea330ccf259..5062c60ccd8 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/apprunner/go_module_metadata.go b/service/apprunner/go_module_metadata.go index d9c56f2e397..2b2ea9409ec 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.24.3" +const goModuleVersion = "1.24.4" diff --git a/service/appstream/CHANGELOG.md b/service/appstream/CHANGELOG.md index 14e9d2bdd46..0048197039b 100644 --- a/service/appstream/CHANGELOG.md +++ b/service/appstream/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appstream/go.mod b/service/appstream/go.mod index cc636c9a2a0..583196fba6b 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 a9601667324..55f95d24aeb 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.28.2" +const goModuleVersion = "1.28.3" diff --git a/service/appsync/CHANGELOG.md b/service/appsync/CHANGELOG.md index ccae6ef1ed4..79c248d8331 100644 --- a/service/appsync/CHANGELOG.md +++ b/service/appsync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appsync/go.mod b/service/appsync/go.mod index 270a01e8d18..a09bf4dee19 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/appsync/go_module_metadata.go b/service/appsync/go_module_metadata.go index e45fd1c9aa9..a5c16302ac9 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.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/arczonalshift/CHANGELOG.md b/service/arczonalshift/CHANGELOG.md index 34b1836295a..37672427009 100644 --- a/service/arczonalshift/CHANGELOG.md +++ b/service/arczonalshift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/arczonalshift/go.mod b/service/arczonalshift/go.mod index d248f3c7f89..2a06f276089 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/arczonalshift/go_module_metadata.go b/service/arczonalshift/go_module_metadata.go index ad7c57faace..eff7a1ce4ac 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.5.2" +const goModuleVersion = "1.5.3" diff --git a/service/athena/CHANGELOG.md b/service/athena/CHANGELOG.md index f8eec739480..9dee554e56d 100644 --- a/service/athena/CHANGELOG.md +++ b/service/athena/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.35.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.35.0 (2023-11-17) * **Feature**: Adding SerivicePreProcessing time metric diff --git a/service/athena/go.mod b/service/athena/go.mod index 158bb358a58..b316a4d6d96 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/athena/go_module_metadata.go b/service/athena/go_module_metadata.go index d693d65eac4..8417be34e44 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.35.0" +const goModuleVersion = "1.35.1" diff --git a/service/auditmanager/CHANGELOG.md b/service/auditmanager/CHANGELOG.md index 6e7672083f2..54587081ffc 100644 --- a/service/auditmanager/CHANGELOG.md +++ b/service/auditmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/auditmanager/go.mod b/service/auditmanager/go.mod index 3e0ac9527ca..67850a6c9cb 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/auditmanager/go_module_metadata.go b/service/auditmanager/go_module_metadata.go index 4d0fd3173c1..f3e710561ae 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.29.2" +const goModuleVersion = "1.29.3" diff --git a/service/autoscaling/CHANGELOG.md b/service/autoscaling/CHANGELOG.md index 8ea9b4c7075..0a9666138f4 100644 --- a/service/autoscaling/CHANGELOG.md +++ b/service/autoscaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.35.2 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.35.1 (2023-11-16) * No change notes available for this release. diff --git a/service/autoscaling/go.mod b/service/autoscaling/go.mod index 311175c400a..f38a3c48c81 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 a50945daf44..e172d1b185a 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.35.1" +const goModuleVersion = "1.35.2" diff --git a/service/autoscalingplans/CHANGELOG.md b/service/autoscalingplans/CHANGELOG.md index 1d443898d52..4bce62f1f75 100644 --- a/service/autoscalingplans/CHANGELOG.md +++ b/service/autoscalingplans/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/autoscalingplans/go.mod b/service/autoscalingplans/go.mod index b42d7995dbc..c241a82c0c3 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/autoscalingplans/go_module_metadata.go b/service/autoscalingplans/go_module_metadata.go index 91a9d5d0756..582cd9ad121 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/backup/CHANGELOG.md b/service/backup/CHANGELOG.md index e13d12a6941..1a252c0799f 100644 --- a/service/backup/CHANGELOG.md +++ b/service/backup/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.2 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.1 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/backup/go.mod b/service/backup/go.mod index eff958cc909..2bd519596c4 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/backup/go_module_metadata.go b/service/backup/go_module_metadata.go index 77974cad621..eb2e8545788 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.28.1" +const goModuleVersion = "1.28.2" diff --git a/service/backupgateway/CHANGELOG.md b/service/backupgateway/CHANGELOG.md index 1468cc74916..c50ef210c51 100644 --- a/service/backupgateway/CHANGELOG.md +++ b/service/backupgateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/backupgateway/go.mod b/service/backupgateway/go.mod index 2a30ef65abf..524cfbd150f 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/backupgateway/go_module_metadata.go b/service/backupgateway/go_module_metadata.go index baaede4eeae..1fa48104576 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/backupstorage/CHANGELOG.md b/service/backupstorage/CHANGELOG.md index 76ce5519d23..02206a0bb1e 100644 --- a/service/backupstorage/CHANGELOG.md +++ b/service/backupstorage/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/backupstorage/go.mod b/service/backupstorage/go.mod index 181e75e3908..b758f5f4d31 100644 --- a/service/backupstorage/go.mod +++ b/service/backupstorage/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/backupstorage go 1.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/backupstorage/go_module_metadata.go b/service/backupstorage/go_module_metadata.go index c401e5d6a62..c2c8e0d14c0 100644 --- a/service/backupstorage/go_module_metadata.go +++ b/service/backupstorage/go_module_metadata.go @@ -3,4 +3,4 @@ package backupstorage // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.2" +const goModuleVersion = "1.6.3" diff --git a/service/batch/CHANGELOG.md b/service/batch/CHANGELOG.md index 32ed7f3c530..9164cdbd862 100644 --- a/service/batch/CHANGELOG.md +++ b/service/batch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/batch/go.mod b/service/batch/go.mod index 7035d3616df..00e29a6e507 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/batch/go_module_metadata.go b/service/batch/go_module_metadata.go index 9fab7073837..ef3f84271da 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.29.2" +const goModuleVersion = "1.29.3" diff --git a/service/bedrock/CHANGELOG.md b/service/bedrock/CHANGELOG.md index 8d549eca7d8..f5fcd080ee4 100644 --- a/service/bedrock/CHANGELOG.md +++ b/service/bedrock/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/bedrock/go.mod b/service/bedrock/go.mod index 7d2405b04df..e7c904d7d9e 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/bedrock/go_module_metadata.go b/service/bedrock/go_module_metadata.go index e65f7ccfaf6..e5a3f545b74 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.3.2" +const goModuleVersion = "1.3.3" diff --git a/service/bedrockruntime/CHANGELOG.md b/service/bedrockruntime/CHANGELOG.md index bc3a375bd44..35e9c713c0b 100644 --- a/service/bedrockruntime/CHANGELOG.md +++ b/service/bedrockruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/bedrockruntime/go.mod b/service/bedrockruntime/go.mod index bef82c96e65..d0e0f025b3b 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 + github.com/aws/aws-sdk-go-v2 v1.23.1 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/bedrockruntime/go_module_metadata.go b/service/bedrockruntime/go_module_metadata.go index 0ddd28a6a2c..09263bb53cc 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.3.2" +const goModuleVersion = "1.3.3" diff --git a/service/billingconductor/CHANGELOG.md b/service/billingconductor/CHANGELOG.md index 432571a64f0..81b81de2d03 100644 --- a/service/billingconductor/CHANGELOG.md +++ b/service/billingconductor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/billingconductor/go.mod b/service/billingconductor/go.mod index ef0100e1e91..f17b5139223 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/billingconductor/go_module_metadata.go b/service/billingconductor/go_module_metadata.go index 03bb10e0d49..6256940a764 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.11.2" +const goModuleVersion = "1.11.3" diff --git a/service/braket/CHANGELOG.md b/service/braket/CHANGELOG.md index 13387ec38dd..2c3294bf380 100644 --- a/service/braket/CHANGELOG.md +++ b/service/braket/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/braket/go.mod b/service/braket/go.mod index 92d16feaecc..7fbe7cf2d92 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/braket/go_module_metadata.go b/service/braket/go_module_metadata.go index 075449f6cd6..a5f4e64e6ff 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.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/budgets/CHANGELOG.md b/service/budgets/CHANGELOG.md index 151eb5201ca..2d0c87a493c 100644 --- a/service/budgets/CHANGELOG.md +++ b/service/budgets/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/budgets/go.mod b/service/budgets/go.mod index 1d9ccee0636..645ed703db2 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/budgets/go_module_metadata.go b/service/budgets/go_module_metadata.go index c7c4aa27d95..d3bc961db47 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/chime/CHANGELOG.md b/service/chime/CHANGELOG.md index 632245fb36e..3e47b26449e 100644 --- a/service/chime/CHANGELOG.md +++ b/service/chime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chime/go.mod b/service/chime/go.mod index b24fa952d89..fc77a29c323 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/chime/go_module_metadata.go b/service/chime/go_module_metadata.go index 9855ec3d944..70ae1ef15a8 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.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/chimesdkidentity/CHANGELOG.md b/service/chimesdkidentity/CHANGELOG.md index adbcb433153..4d8bd7497b4 100644 --- a/service/chimesdkidentity/CHANGELOG.md +++ b/service/chimesdkidentity/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkidentity/go.mod b/service/chimesdkidentity/go.mod index 8e5e3434ecc..a0ff02d3c0e 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/chimesdkidentity/go_module_metadata.go b/service/chimesdkidentity/go_module_metadata.go index 97c46c5589e..5986a10d210 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/chimesdkmediapipelines/CHANGELOG.md b/service/chimesdkmediapipelines/CHANGELOG.md index 0268844b3c9..89bf077d296 100644 --- a/service/chimesdkmediapipelines/CHANGELOG.md +++ b/service/chimesdkmediapipelines/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkmediapipelines/go.mod b/service/chimesdkmediapipelines/go.mod index 08db600c0ff..7496d9eefe0 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/chimesdkmediapipelines/go_module_metadata.go b/service/chimesdkmediapipelines/go_module_metadata.go index e8d6df21119..3c58c07a413 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.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/chimesdkmeetings/CHANGELOG.md b/service/chimesdkmeetings/CHANGELOG.md index a5824d29404..d357596e107 100644 --- a/service/chimesdkmeetings/CHANGELOG.md +++ b/service/chimesdkmeetings/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkmeetings/go.mod b/service/chimesdkmeetings/go.mod index d717e75f619..db27eab5a61 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/chimesdkmeetings/go_module_metadata.go b/service/chimesdkmeetings/go_module_metadata.go index ab1834a2df5..3827107228f 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/chimesdkmessaging/CHANGELOG.md b/service/chimesdkmessaging/CHANGELOG.md index e418351fc5b..f65d65bd8e8 100644 --- a/service/chimesdkmessaging/CHANGELOG.md +++ b/service/chimesdkmessaging/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkmessaging/go.mod b/service/chimesdkmessaging/go.mod index 2be2e54bce2..c2078e44f5e 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/chimesdkmessaging/go_module_metadata.go b/service/chimesdkmessaging/go_module_metadata.go index 8841ad3b701..b618a9f370e 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/chimesdkvoice/CHANGELOG.md b/service/chimesdkvoice/CHANGELOG.md index 32291d98e3d..5faaab96fd7 100644 --- a/service/chimesdkvoice/CHANGELOG.md +++ b/service/chimesdkvoice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.4 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.3 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkvoice/go.mod b/service/chimesdkvoice/go.mod index 6af7dbc6aaa..f445828acaf 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/chimesdkvoice/go_module_metadata.go b/service/chimesdkvoice/go_module_metadata.go index 8bbf5eaf423..6c47f51c8ef 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.11.3" +const goModuleVersion = "1.11.4" diff --git a/service/cleanrooms/CHANGELOG.md b/service/cleanrooms/CHANGELOG.md index 7438b414529..b3d16785d37 100644 --- a/service/cleanrooms/CHANGELOG.md +++ b/service/cleanrooms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.2 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.1 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cleanrooms/go.mod b/service/cleanrooms/go.mod index 4fbf99f77e4..0fb2212583c 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/cleanrooms/go_module_metadata.go b/service/cleanrooms/go_module_metadata.go index 3fbb4e2feb5..004639101e7 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.7.1" +const goModuleVersion = "1.7.2" diff --git a/service/cloud9/CHANGELOG.md b/service/cloud9/CHANGELOG.md index e19572b5737..6fc580279a2 100644 --- a/service/cloud9/CHANGELOG.md +++ b/service/cloud9/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.4 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.3 (2023-11-17) * **Documentation**: A minor doc only update related to changing the date of an API change. diff --git a/service/cloud9/go.mod b/service/cloud9/go.mod index d7bcda8ac86..2f6ec4478bf 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/cloud9/go_module_metadata.go b/service/cloud9/go_module_metadata.go index 0e8eb4bbed2..f8f53010cbb 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.20.3" +const goModuleVersion = "1.20.4" diff --git a/service/cloudcontrol/CHANGELOG.md b/service/cloudcontrol/CHANGELOG.md index b9024f51a6a..6cc028ca69b 100644 --- a/service/cloudcontrol/CHANGELOG.md +++ b/service/cloudcontrol/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.4 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.3 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudcontrol/go.mod b/service/cloudcontrol/go.mod index 9a08168f2c6..693c96d9553 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 39e55fd6ccf..509b569eacd 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.14.3" +const goModuleVersion = "1.14.4" diff --git a/service/clouddirectory/CHANGELOG.md b/service/clouddirectory/CHANGELOG.md index 9d101f73e5f..8539b9ceee4 100644 --- a/service/clouddirectory/CHANGELOG.md +++ b/service/clouddirectory/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/clouddirectory/go.mod b/service/clouddirectory/go.mod index 50c5482c384..c70990c2ef8 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/clouddirectory/go_module_metadata.go b/service/clouddirectory/go_module_metadata.go index e6285b592d7..c2acad7309e 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/cloudformation/CHANGELOG.md b/service/cloudformation/CHANGELOG.md index def35a61c7a..ebfc1ce0a65 100644 --- a/service/cloudformation/CHANGELOG.md +++ b/service/cloudformation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.40.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.40.0 (2023-11-17) * **Feature**: This release adds a new flag ImportExistingResources to CreateChangeSet. Specify this parameter on a CREATE- or UPDATE-type change set to import existing resources with custom names instead of recreating them. diff --git a/service/cloudformation/go.mod b/service/cloudformation/go.mod index 7b6bcfd6e44..e9560b1339c 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 551a559b9bc..44be8201dd1 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.40.0" +const goModuleVersion = "1.40.1" diff --git a/service/cloudfront/CHANGELOG.md b/service/cloudfront/CHANGELOG.md index 3bbc14b62d0..7e79b2cf29b 100644 --- a/service/cloudfront/CHANGELOG.md +++ b/service/cloudfront/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudfront/go.mod b/service/cloudfront/go.mod index 791eef13005..7edd7337867 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 c9d780efa70..8e87d62d641 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.30.2" +const goModuleVersion = "1.30.3" diff --git a/service/cloudhsm/CHANGELOG.md b/service/cloudhsm/CHANGELOG.md index ff58297608d..b334eb7ccd4 100644 --- a/service/cloudhsm/CHANGELOG.md +++ b/service/cloudhsm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudhsm/go.mod b/service/cloudhsm/go.mod index 2010bdb155f..fab7d87f035 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/cloudhsm/go_module_metadata.go b/service/cloudhsm/go_module_metadata.go index 45ecb6648df..5387f8c3992 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/cloudhsmv2/CHANGELOG.md b/service/cloudhsmv2/CHANGELOG.md index a72a300724c..792f6458970 100644 --- a/service/cloudhsmv2/CHANGELOG.md +++ b/service/cloudhsmv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudhsmv2/go.mod b/service/cloudhsmv2/go.mod index 8802f687366..e231acdbd4c 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/cloudhsmv2/go_module_metadata.go b/service/cloudhsmv2/go_module_metadata.go index 0eebb7e1333..262a0379f8d 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/cloudsearch/CHANGELOG.md b/service/cloudsearch/CHANGELOG.md index 01af312fcb0..ba8764f1779 100644 --- a/service/cloudsearch/CHANGELOG.md +++ b/service/cloudsearch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudsearch/go.mod b/service/cloudsearch/go.mod index 11e93e43d57..77cc83d457a 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/cloudsearch/go_module_metadata.go b/service/cloudsearch/go_module_metadata.go index c03cadee843..93d8c5d9f7e 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/cloudsearchdomain/CHANGELOG.md b/service/cloudsearchdomain/CHANGELOG.md index ab9b5fdf4d3..624f83c0794 100644 --- a/service/cloudsearchdomain/CHANGELOG.md +++ b/service/cloudsearchdomain/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudsearchdomain/go.mod b/service/cloudsearchdomain/go.mod index 8d3a61aecd2..30d9d7f72e2 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/cloudsearchdomain/go_module_metadata.go b/service/cloudsearchdomain/go_module_metadata.go index 3cdd28a3bbd..40a3ed8720d 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/cloudtrail/CHANGELOG.md b/service/cloudtrail/CHANGELOG.md index a5794e4953f..9a9b3baa1c7 100644 --- a/service/cloudtrail/CHANGELOG.md +++ b/service/cloudtrail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.0 (2023-11-15) * **Feature**: The Lake Repricing feature lets customers configure a BillingMode for an event data store. The BillingMode determines the cost for ingesting and storing events and the default and maximum retention period for the event data store. diff --git a/service/cloudtrail/go.mod b/service/cloudtrail/go.mod index 7f01953918b..8f73d551aa6 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/cloudtrail/go_module_metadata.go b/service/cloudtrail/go_module_metadata.go index 76e2ca169a1..fadc4be2387 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.33.0" +const goModuleVersion = "1.33.1" diff --git a/service/cloudtraildata/CHANGELOG.md b/service/cloudtraildata/CHANGELOG.md index f774dc8d250..a890087c614 100644 --- a/service/cloudtraildata/CHANGELOG.md +++ b/service/cloudtraildata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudtraildata/go.mod b/service/cloudtraildata/go.mod index 3bb329b64f0..7250d8479c2 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/cloudtraildata/go_module_metadata.go b/service/cloudtraildata/go_module_metadata.go index 9097b756028..54a5b215138 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.4.2" +const goModuleVersion = "1.4.3" diff --git a/service/cloudwatch/CHANGELOG.md b/service/cloudwatch/CHANGELOG.md index 0185ddb9da5..9ed6fc5d986 100644 --- a/service/cloudwatch/CHANGELOG.md +++ b/service/cloudwatch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudwatch/go.mod b/service/cloudwatch/go.mod index 8867fde3879..7ae23b2e478 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 962be56864b..12026875aac 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.30.2" +const goModuleVersion = "1.30.3" diff --git a/service/cloudwatchevents/CHANGELOG.md b/service/cloudwatchevents/CHANGELOG.md index eb110c13d2c..70cc2039687 100644 --- a/service/cloudwatchevents/CHANGELOG.md +++ b/service/cloudwatchevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudwatchevents/go.mod b/service/cloudwatchevents/go.mod index f64cec3a016..665e26c17fd 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/cloudwatchevents/go_module_metadata.go b/service/cloudwatchevents/go_module_metadata.go index 6f9b0ed0123..f83231cfe11 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.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/cloudwatchlogs/CHANGELOG.md b/service/cloudwatchlogs/CHANGELOG.md index a62583a2ab9..49bbd3dee1a 100644 --- a/service/cloudwatchlogs/CHANGELOG.md +++ b/service/cloudwatchlogs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.2 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.1 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudwatchlogs/go.mod b/service/cloudwatchlogs/go.mod index e54c752eb5f..555a8263a7f 100644 --- a/service/cloudwatchlogs/go.mod +++ b/service/cloudwatchlogs/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs go 1.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/cloudwatchlogs/go_module_metadata.go b/service/cloudwatchlogs/go_module_metadata.go index 9898dabf73e..83e23329ac0 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.27.1" +const goModuleVersion = "1.27.2" diff --git a/service/codeartifact/CHANGELOG.md b/service/codeartifact/CHANGELOG.md index 7b54527c92b..2bb8b40b00f 100644 --- a/service/codeartifact/CHANGELOG.md +++ b/service/codeartifact/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codeartifact/go.mod b/service/codeartifact/go.mod index 4dc26f74192..ef25cf89583 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/codeartifact/go_module_metadata.go b/service/codeartifact/go_module_metadata.go index 487a49f341f..91c1b3cea0b 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.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/codebuild/CHANGELOG.md b/service/codebuild/CHANGELOG.md index 742738ffdb7..f703df6b097 100644 --- a/service/codebuild/CHANGELOG.md +++ b/service/codebuild/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codebuild/go.mod b/service/codebuild/go.mod index 94a6d88a4ad..01ca55fdf73 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/codebuild/go_module_metadata.go b/service/codebuild/go_module_metadata.go index 9b5fd959de3..b9bfca99fac 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.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/codecatalyst/CHANGELOG.md b/service/codecatalyst/CHANGELOG.md index 2407a93ffa3..42a9562b8a9 100644 --- a/service/codecatalyst/CHANGELOG.md +++ b/service/codecatalyst/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.0 (2023-11-16) * **Feature**: This release includes updates to the Dev Environment APIs to include an optional vpcConnectionName parameter that supports using Dev Environments with Amazon VPC. diff --git a/service/codecatalyst/go.mod b/service/codecatalyst/go.mod index 6668b94712c..d2ffdfee6dc 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/codecatalyst/go_module_metadata.go b/service/codecatalyst/go_module_metadata.go index e8e9ad1d23d..e1f88482e2c 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.9.0" +const goModuleVersion = "1.9.1" diff --git a/service/codecommit/CHANGELOG.md b/service/codecommit/CHANGELOG.md index 2f894793a4e..0cdc1063871 100644 --- a/service/codecommit/CHANGELOG.md +++ b/service/codecommit/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codecommit/go.mod b/service/codecommit/go.mod index dea3ab8077f..7dbb58b81ef 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/codecommit/go_module_metadata.go b/service/codecommit/go_module_metadata.go index 2f3b734ed0c..f6dc1d80a1a 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/codedeploy/CHANGELOG.md b/service/codedeploy/CHANGELOG.md index 6fbf356898c..371c71ffe3a 100644 --- a/service/codedeploy/CHANGELOG.md +++ b/service/codedeploy/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codedeploy/go.mod b/service/codedeploy/go.mod index 6a265c4c576..7d0df97f375 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 9b41460e23b..011b02f28af 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.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/codeguruprofiler/CHANGELOG.md b/service/codeguruprofiler/CHANGELOG.md index 5d8935681a9..32cb528d5e2 100644 --- a/service/codeguruprofiler/CHANGELOG.md +++ b/service/codeguruprofiler/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codeguruprofiler/go.mod b/service/codeguruprofiler/go.mod index 3be58387e66..c2a9909afc2 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/codeguruprofiler/go_module_metadata.go b/service/codeguruprofiler/go_module_metadata.go index 49eb2e7a8bf..dbda931dc81 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/codegurureviewer/CHANGELOG.md b/service/codegurureviewer/CHANGELOG.md index 69423a43fa9..63383f3a4e9 100644 --- a/service/codegurureviewer/CHANGELOG.md +++ b/service/codegurureviewer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codegurureviewer/go.mod b/service/codegurureviewer/go.mod index 6f1dd1bc0e4..3276a0d58c8 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 2dca42edcc1..5e83e2a8cab 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/codegurusecurity/CHANGELOG.md b/service/codegurusecurity/CHANGELOG.md index 4d2d509fc02..debe899c57f 100644 --- a/service/codegurusecurity/CHANGELOG.md +++ b/service/codegurusecurity/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codegurusecurity/go.mod b/service/codegurusecurity/go.mod index 5f5d3c91315..8a4ea1c47d0 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/codegurusecurity/go_module_metadata.go b/service/codegurusecurity/go_module_metadata.go index 25e978b3abb..5c386efc594 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.4.2" +const goModuleVersion = "1.4.3" diff --git a/service/codepipeline/CHANGELOG.md b/service/codepipeline/CHANGELOG.md index 975b6b7bdd0..d4772c7a774 100644 --- a/service/codepipeline/CHANGELOG.md +++ b/service/codepipeline/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.0 (2023-11-17) * **Feature**: CodePipeline now supports overriding source revisions to achieve manual re-deploy of a past revision diff --git a/service/codepipeline/go.mod b/service/codepipeline/go.mod index 105034f7614..2552dad9cdd 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/codepipeline/go_module_metadata.go b/service/codepipeline/go_module_metadata.go index d4bb45eaf04..1f212587d22 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.21.0" +const goModuleVersion = "1.21.1" diff --git a/service/codestar/CHANGELOG.md b/service/codestar/CHANGELOG.md index 4dcfee9338f..0f739cb2cd5 100644 --- a/service/codestar/CHANGELOG.md +++ b/service/codestar/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codestar/go.mod b/service/codestar/go.mod index 53205033dba..4f704daf2ce 100644 --- a/service/codestar/go.mod +++ b/service/codestar/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/codestar go 1.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/codestar/go_module_metadata.go b/service/codestar/go_module_metadata.go index accf342a3a8..2357d40267e 100644 --- a/service/codestar/go_module_metadata.go +++ b/service/codestar/go_module_metadata.go @@ -3,4 +3,4 @@ package codestar // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/codestarconnections/CHANGELOG.md b/service/codestarconnections/CHANGELOG.md index 76f47ed948f..d72eb5a7cea 100644 --- a/service/codestarconnections/CHANGELOG.md +++ b/service/codestarconnections/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.19.0 (2023-11-20) + +* **Feature**: This release updates a few CodeStar Connections related APIs. +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.0 (2023-11-17) * **Feature**: This release adds support for the CloudFormation Git sync feature. Git sync enables updating a CloudFormation stack from a template stored in a Git repository. diff --git a/service/codestarconnections/go.mod b/service/codestarconnections/go.mod index 37d1f1f6d2f..28250382520 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/codestarconnections/go_module_metadata.go b/service/codestarconnections/go_module_metadata.go index eb42b9813aa..0f5c10f04c1 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.18.0" +const goModuleVersion = "1.19.0" diff --git a/service/codestarnotifications/CHANGELOG.md b/service/codestarnotifications/CHANGELOG.md index 2ab8a9cd448..cee7a037e04 100644 --- a/service/codestarnotifications/CHANGELOG.md +++ b/service/codestarnotifications/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codestarnotifications/go.mod b/service/codestarnotifications/go.mod index d18d1c52be1..375e1424b7a 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/codestarnotifications/go_module_metadata.go b/service/codestarnotifications/go_module_metadata.go index c3d4d067808..bd7fbf99c65 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/cognitoidentity/CHANGELOG.md b/service/cognitoidentity/CHANGELOG.md index e86c2b03534..c708fb8a0c8 100644 --- a/service/cognitoidentity/CHANGELOG.md +++ b/service/cognitoidentity/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cognitoidentity/go.mod b/service/cognitoidentity/go.mod index 83dbd1ff0a3..2a5dcfe1a49 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/cognitoidentity/go_module_metadata.go b/service/cognitoidentity/go_module_metadata.go index 05da98a5324..4b3d52bb5cc 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.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/cognitoidentityprovider/CHANGELOG.md b/service/cognitoidentityprovider/CHANGELOG.md index c570a56b452..bb66685d2de 100644 --- a/service/cognitoidentityprovider/CHANGELOG.md +++ b/service/cognitoidentityprovider/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cognitoidentityprovider/go.mod b/service/cognitoidentityprovider/go.mod index 92f9409562a..52f4c0e57aa 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/cognitoidentityprovider/go_module_metadata.go b/service/cognitoidentityprovider/go_module_metadata.go index cd81fd87dee..7b8de58cc79 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.30.2" +const goModuleVersion = "1.30.3" diff --git a/service/cognitosync/CHANGELOG.md b/service/cognitosync/CHANGELOG.md index ab9b5fdf4d3..624f83c0794 100644 --- a/service/cognitosync/CHANGELOG.md +++ b/service/cognitosync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cognitosync/go.mod b/service/cognitosync/go.mod index db1af803d0b..5dc8cdf14eb 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/cognitosync/go_module_metadata.go b/service/cognitosync/go_module_metadata.go index 40bb1858a0b..9e808ecadbf 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/comprehend/CHANGELOG.md b/service/comprehend/CHANGELOG.md index 9feda258089..754719f4d58 100644 --- a/service/comprehend/CHANGELOG.md +++ b/service/comprehend/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.2 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.1 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/comprehend/go.mod b/service/comprehend/go.mod index cb92ea1a062..7939f10b16c 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/comprehend/go_module_metadata.go b/service/comprehend/go_module_metadata.go index dfe6be25d92..3cace4af615 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.28.1" +const goModuleVersion = "1.28.2" diff --git a/service/comprehendmedical/CHANGELOG.md b/service/comprehendmedical/CHANGELOG.md index 26421b0749d..6d82480a223 100644 --- a/service/comprehendmedical/CHANGELOG.md +++ b/service/comprehendmedical/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/comprehendmedical/go.mod b/service/comprehendmedical/go.mod index 7730b383734..f3dc122b3e4 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/comprehendmedical/go_module_metadata.go b/service/comprehendmedical/go_module_metadata.go index 0c8375155b8..641e29169ac 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/computeoptimizer/CHANGELOG.md b/service/computeoptimizer/CHANGELOG.md index 583da9cae2f..660fbc615a8 100644 --- a/service/computeoptimizer/CHANGELOG.md +++ b/service/computeoptimizer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.4 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.3 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/computeoptimizer/go.mod b/service/computeoptimizer/go.mod index 2876a2a8979..43bb8080bdf 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/computeoptimizer/go_module_metadata.go b/service/computeoptimizer/go_module_metadata.go index 016bec8a801..5a0fdd9652d 100644 --- a/service/computeoptimizer/go_module_metadata.go +++ b/service/computeoptimizer/go_module_metadata.go @@ -3,4 +3,4 @@ package computeoptimizer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.3" +const goModuleVersion = "1.29.4" diff --git a/service/configservice/CHANGELOG.md b/service/configservice/CHANGELOG.md index 9d9a320566a..da8d4e601fc 100644 --- a/service/configservice/CHANGELOG.md +++ b/service/configservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.41.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.41.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/configservice/go.mod b/service/configservice/go.mod index 3b3398ad4a3..f59d5ed0f14 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/configservice/go_module_metadata.go b/service/configservice/go_module_metadata.go index 5cca5ee70b4..68ef3bd4292 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.41.2" +const goModuleVersion = "1.41.3" diff --git a/service/connect/CHANGELOG.md b/service/connect/CHANGELOG.md index 28d5c043edb..66896cf28f4 100644 --- a/service/connect/CHANGELOG.md +++ b/service/connect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.81.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.81.0 (2023-11-17) * **Feature**: This release adds WISDOM_QUICK_RESPONSES as new IntegrationType of Connect IntegrationAssociation resource and bug fixes. diff --git a/service/connect/go.mod b/service/connect/go.mod index 813cf7cab37..30705a13490 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/connect/go_module_metadata.go b/service/connect/go_module_metadata.go index fd029193342..d961e4366fe 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.81.0" +const goModuleVersion = "1.81.1" diff --git a/service/connectcampaigns/CHANGELOG.md b/service/connectcampaigns/CHANGELOG.md index 0064c872437..46ef117ecc4 100644 --- a/service/connectcampaigns/CHANGELOG.md +++ b/service/connectcampaigns/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/connectcampaigns/go.mod b/service/connectcampaigns/go.mod index b97c4c39a62..34b088bf8a3 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/connectcampaigns/go_module_metadata.go b/service/connectcampaigns/go_module_metadata.go index 6954f4e4838..e5946c20362 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.6.2" +const goModuleVersion = "1.6.3" diff --git a/service/connectcases/CHANGELOG.md b/service/connectcases/CHANGELOG.md index cb1ec2da9ca..41175ec1a99 100644 --- a/service/connectcases/CHANGELOG.md +++ b/service/connectcases/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/connectcases/go.mod b/service/connectcases/go.mod index 099133560b0..f3cbcb0dc15 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/connectcases/go_module_metadata.go b/service/connectcases/go_module_metadata.go index 4494c7ac686..af4643ad0da 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.11.2" +const goModuleVersion = "1.11.3" diff --git a/service/connectcontactlens/CHANGELOG.md b/service/connectcontactlens/CHANGELOG.md index c67d02a68f9..3178efdc336 100644 --- a/service/connectcontactlens/CHANGELOG.md +++ b/service/connectcontactlens/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/connectcontactlens/go.mod b/service/connectcontactlens/go.mod index 18ec6e552ea..b1d82c0a777 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/connectcontactlens/go_module_metadata.go b/service/connectcontactlens/go_module_metadata.go index 7650a9d63c7..90cb5643dd6 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/connectparticipant/CHANGELOG.md b/service/connectparticipant/CHANGELOG.md index df12b40b011..f4e6f253ad2 100644 --- a/service/connectparticipant/CHANGELOG.md +++ b/service/connectparticipant/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/connectparticipant/go.mod b/service/connectparticipant/go.mod index f425176bcab..5779513e807 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/connectparticipant/go_module_metadata.go b/service/connectparticipant/go_module_metadata.go index 3d803723d6f..6e4c5d37a8c 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/controltower/CHANGELOG.md b/service/controltower/CHANGELOG.md index 88b7fbbcb3c..832d5970050 100644 --- a/service/controltower/CHANGELOG.md +++ b/service/controltower/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.2 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.1 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/controltower/go.mod b/service/controltower/go.mod index 10501e2884c..64e0593790c 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/controltower/go_module_metadata.go b/service/controltower/go_module_metadata.go index c9389e70bab..6be4e538838 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.7.1" +const goModuleVersion = "1.7.2" diff --git a/service/costandusagereportservice/CHANGELOG.md b/service/costandusagereportservice/CHANGELOG.md index 457e445e8c6..6a98e00e547 100644 --- a/service/costandusagereportservice/CHANGELOG.md +++ b/service/costandusagereportservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.2 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.1 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/costandusagereportservice/go.mod b/service/costandusagereportservice/go.mod index 53905a17dd7..0815b5ccea7 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/costandusagereportservice/go_module_metadata.go b/service/costandusagereportservice/go_module_metadata.go index 0e93b0de559..e51cda874f6 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.20.1" +const goModuleVersion = "1.20.2" diff --git a/service/costexplorer/CHANGELOG.md b/service/costexplorer/CHANGELOG.md index 86fd2897ce2..5f4d4849093 100644 --- a/service/costexplorer/CHANGELOG.md +++ b/service/costexplorer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/costexplorer/go.mod b/service/costexplorer/go.mod index d0d5ad5d8b0..2e1a865b38a 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/costexplorer/go_module_metadata.go b/service/costexplorer/go_module_metadata.go index 21c4d27e099..93ec50f82f9 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.32.2" +const goModuleVersion = "1.32.3" diff --git a/service/customerprofiles/CHANGELOG.md b/service/customerprofiles/CHANGELOG.md index 21400e8c0cc..0be68d8f132 100644 --- a/service/customerprofiles/CHANGELOG.md +++ b/service/customerprofiles/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/customerprofiles/go.mod b/service/customerprofiles/go.mod index cc662e36f75..36c6cfb0073 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/customerprofiles/go_module_metadata.go b/service/customerprofiles/go_module_metadata.go index 54dd00239b0..a13b3d3ac37 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.32.2" +const goModuleVersion = "1.32.3" diff --git a/service/databasemigrationservice/CHANGELOG.md b/service/databasemigrationservice/CHANGELOG.md index b8a8f20a924..c26647e32e2 100644 --- a/service/databasemigrationservice/CHANGELOG.md +++ b/service/databasemigrationservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.2 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.1 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/databasemigrationservice/go.mod b/service/databasemigrationservice/go.mod index b9e619286c8..6352f6857b6 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 e5539feec42..eac69e8e103 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.34.1" +const goModuleVersion = "1.34.2" diff --git a/service/databrew/CHANGELOG.md b/service/databrew/CHANGELOG.md index 7b8e97273ed..65e22fe2036 100644 --- a/service/databrew/CHANGELOG.md +++ b/service/databrew/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/databrew/go.mod b/service/databrew/go.mod index 4e4ccc7db61..40934ce22f8 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/databrew/go_module_metadata.go b/service/databrew/go_module_metadata.go index a8a04539f31..1551ff9d50b 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.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/dataexchange/CHANGELOG.md b/service/dataexchange/CHANGELOG.md index 74de0475f1a..aa98714d48e 100644 --- a/service/dataexchange/CHANGELOG.md +++ b/service/dataexchange/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.2 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.1 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dataexchange/go.mod b/service/dataexchange/go.mod index 22c8476c57d..62de51b47c3 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/dataexchange/go_module_metadata.go b/service/dataexchange/go_module_metadata.go index 37b11fea4de..ace010a15d8 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.25.1" +const goModuleVersion = "1.25.2" diff --git a/service/datapipeline/CHANGELOG.md b/service/datapipeline/CHANGELOG.md index 0b4871746f3..3f8ad7c7309 100644 --- a/service/datapipeline/CHANGELOG.md +++ b/service/datapipeline/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/datapipeline/go.mod b/service/datapipeline/go.mod index 8a31e41db89..99efcfd5f95 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/datapipeline/go_module_metadata.go b/service/datapipeline/go_module_metadata.go index 3d160a94ad2..6b96685cba7 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/datasync/CHANGELOG.md b/service/datasync/CHANGELOG.md index 3f205137970..b00ced3ae8d 100644 --- a/service/datasync/CHANGELOG.md +++ b/service/datasync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/datasync/go.mod b/service/datasync/go.mod index 08ca6866c78..8e28b9599c7 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/datasync/go_module_metadata.go b/service/datasync/go_module_metadata.go index 7374762aa6a..443f31b36f6 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.32.2" +const goModuleVersion = "1.32.3" diff --git a/service/datazone/CHANGELOG.md b/service/datazone/CHANGELOG.md index 432db669d7f..2d0c54e9687 100644 --- a/service/datazone/CHANGELOG.md +++ b/service/datazone/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/datazone/go.mod b/service/datazone/go.mod index 33633fb5735..16d34325abc 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/datazone/go_module_metadata.go b/service/datazone/go_module_metadata.go index dac746b8259..cd21bb597ae 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.2.2" +const goModuleVersion = "1.2.3" diff --git a/service/dax/CHANGELOG.md b/service/dax/CHANGELOG.md index 40a62a0683b..edca487a2db 100644 --- a/service/dax/CHANGELOG.md +++ b/service/dax/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dax/go.mod b/service/dax/go.mod index 0c16b3f447d..c829966a261 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/dax/go_module_metadata.go b/service/dax/go_module_metadata.go index f61eed01afe..fabf04aa6c7 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/detective/CHANGELOG.md b/service/detective/CHANGELOG.md index 6d72ef033af..e675bfb86dd 100644 --- a/service/detective/CHANGELOG.md +++ b/service/detective/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/detective/go.mod b/service/detective/go.mod index dcfb29b5396..fba2d114bd7 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/detective/go_module_metadata.go b/service/detective/go_module_metadata.go index cb595706cf6..636f1ac3bfb 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.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/devicefarm/CHANGELOG.md b/service/devicefarm/CHANGELOG.md index df37a55fbfa..563e0232926 100644 --- a/service/devicefarm/CHANGELOG.md +++ b/service/devicefarm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/devicefarm/go.mod b/service/devicefarm/go.mod index 8984aad1bac..567d1d202ee 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/devicefarm/go_module_metadata.go b/service/devicefarm/go_module_metadata.go index 7684166a0a0..951c66a7206 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/devopsguru/CHANGELOG.md b/service/devopsguru/CHANGELOG.md index 1d22df79195..b755d82e618 100644 --- a/service/devopsguru/CHANGELOG.md +++ b/service/devopsguru/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/devopsguru/go.mod b/service/devopsguru/go.mod index a160eb61f30..91bb1b847ff 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/devopsguru/go_module_metadata.go b/service/devopsguru/go_module_metadata.go index 8439dc14c55..bee73f4d97b 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.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/directconnect/CHANGELOG.md b/service/directconnect/CHANGELOG.md index d4894218767..ea9c3977ea1 100644 --- a/service/directconnect/CHANGELOG.md +++ b/service/directconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/directconnect/go.mod b/service/directconnect/go.mod index 51f4df9be32..f7b9771c124 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/directconnect/go_module_metadata.go b/service/directconnect/go_module_metadata.go index 695890f1b10..18276639946 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/directoryservice/CHANGELOG.md b/service/directoryservice/CHANGELOG.md index c88f63f30e6..db3dc0fb30c 100644 --- a/service/directoryservice/CHANGELOG.md +++ b/service/directoryservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/directoryservice/go.mod b/service/directoryservice/go.mod index 6243ca7c2fb..0bedc5090b1 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/directoryservice/go_module_metadata.go b/service/directoryservice/go_module_metadata.go index f66d1c1e740..dbb4087bd78 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/dlm/CHANGELOG.md b/service/dlm/CHANGELOG.md index 2ed0596d78b..1b1aa50f4b9 100644 --- a/service/dlm/CHANGELOG.md +++ b/service/dlm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.2 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.1 (2023-11-17) * **Documentation**: Added support for SAP HANA in Amazon Data Lifecycle Manager EBS snapshot lifecycle policies with pre and post scripts. diff --git a/service/dlm/go.mod b/service/dlm/go.mod index 15789cc9aa3..f445e80aebe 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/dlm/go_module_metadata.go b/service/dlm/go_module_metadata.go index fe780f95928..fcc78865026 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.21.1" +const goModuleVersion = "1.21.2" diff --git a/service/docdb/CHANGELOG.md b/service/docdb/CHANGELOG.md index 70c486f0e2a..d1e1ce02b93 100644 --- a/service/docdb/CHANGELOG.md +++ b/service/docdb/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.28.0 (2023-11-20) + +* **Feature**: Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized. +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/docdb/go.mod b/service/docdb/go.mod index 8aeb775d7be..35c74138065 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.3 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 e92244916e9..b30df75d607 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.27.2" +const goModuleVersion = "1.28.0" diff --git a/service/docdbelastic/CHANGELOG.md b/service/docdbelastic/CHANGELOG.md index 1645974371a..b75cb830317 100644 --- a/service/docdbelastic/CHANGELOG.md +++ b/service/docdbelastic/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/docdbelastic/go.mod b/service/docdbelastic/go.mod index cbf24148ee0..d0cfa898914 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/docdbelastic/go_module_metadata.go b/service/docdbelastic/go_module_metadata.go index e4d7b91c861..7447df6b797 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.5.2" +const goModuleVersion = "1.5.3" diff --git a/service/drs/CHANGELOG.md b/service/drs/CHANGELOG.md index 53946d5da03..74e7d43c552 100644 --- a/service/drs/CHANGELOG.md +++ b/service/drs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/drs/go.mod b/service/drs/go.mod index 96a7146a2fd..b9a3c42997d 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/drs/go_module_metadata.go b/service/drs/go_module_metadata.go index e956e11bc2a..de39108fab2 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/dynamodb/CHANGELOG.md b/service/dynamodb/CHANGELOG.md index 340e0f98e00..9dcc14f824a 100644 --- a/service/dynamodb/CHANGELOG.md +++ b/service/dynamodb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dynamodb/go.mod b/service/dynamodb/go.mod index dce931e31fa..d11df36c3e6 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.3 + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 611283a705d..7d05fd98502 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.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/dynamodbstreams/CHANGELOG.md b/service/dynamodbstreams/CHANGELOG.md index 4b597737380..9b0c889806c 100644 --- a/service/dynamodbstreams/CHANGELOG.md +++ b/service/dynamodbstreams/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dynamodbstreams/go.mod b/service/dynamodbstreams/go.mod index 1725b5cd1ba..15adfcf1e9d 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/dynamodbstreams/go_module_metadata.go b/service/dynamodbstreams/go_module_metadata.go index f48d9f2d0ac..92c7b099ae8 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/ebs/CHANGELOG.md b/service/ebs/CHANGELOG.md index a89495b75bc..ead72cb6e2f 100644 --- a/service/ebs/CHANGELOG.md +++ b/service/ebs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.4 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.3 (2023-11-16) * No change notes available for this release. diff --git a/service/ebs/go.mod b/service/ebs/go.mod index bba77b561c0..545fd09c0f8 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/ebs/go_module_metadata.go b/service/ebs/go_module_metadata.go index d0743ab9c4b..57a39bdbc02 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.20.3" +const goModuleVersion = "1.20.4" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index 37c6e23a7fe..a77ced82444 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.137.0 (2023-11-20) + +* **Feature**: This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway. +* **Dependency Update**: Updated to the latest SDK module versions + # v1.136.0 (2023-11-17) * **Feature**: This release adds new features for Amazon VPC IP Address Manager (IPAM) Allowing a choice between Free and Advanced Tiers, viewing public IP address insights across regions and in Amazon Cloudwatch, use IPAM to plan your subnet IPs within a VPC and bring your own autonomous system number to IPAM. diff --git a/service/ec2/go.mod b/service/ec2/go.mod index 86775e6b505..57480c02830 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.3 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 github.com/jmespath/go-jmespath v0.4.0 diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index bacb9885d89..49ec700111f 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.136.0" +const goModuleVersion = "1.137.0" diff --git a/service/ec2instanceconnect/CHANGELOG.md b/service/ec2instanceconnect/CHANGELOG.md index 52a0cf6bfd2..190515b978c 100644 --- a/service/ec2instanceconnect/CHANGELOG.md +++ b/service/ec2instanceconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ec2instanceconnect/go.mod b/service/ec2instanceconnect/go.mod index 78448da765b..6da25262fe1 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/ec2instanceconnect/go_module_metadata.go b/service/ec2instanceconnect/go_module_metadata.go index a576c50f6ca..404c19f2266 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/ecr/CHANGELOG.md b/service/ecr/CHANGELOG.md index bf316605a30..6d9595726a1 100644 --- a/service/ecr/CHANGELOG.md +++ b/service/ecr/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.0 (2023-11-17) * **Feature**: Documentation and operational updates for Amazon ECR, adding support for pull through cache rules for upstream registries that require authentication. diff --git a/service/ecr/go.mod b/service/ecr/go.mod index 39aa6fc0d99..b74c4c266da 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 1345ff3012c..e6d3260403f 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.23.0" +const goModuleVersion = "1.23.1" diff --git a/service/ecrpublic/CHANGELOG.md b/service/ecrpublic/CHANGELOG.md index e0e364f1fc8..8b6c8607ac6 100644 --- a/service/ecrpublic/CHANGELOG.md +++ b/service/ecrpublic/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ecrpublic/go.mod b/service/ecrpublic/go.mod index 5528db5d2b0..88be15d3d7d 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/ecrpublic/go_module_metadata.go b/service/ecrpublic/go_module_metadata.go index b0401ef7d8f..6c48605b08a 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.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/ecs/CHANGELOG.md b/service/ecs/CHANGELOG.md index 6846dbfa50c..d0df9b646fb 100644 --- a/service/ecs/CHANGELOG.md +++ b/service/ecs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.2 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.1 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ecs/go.mod b/service/ecs/go.mod index 756718a1857..8652101acd6 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 d652d580078..8287e70660d 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.33.1" +const goModuleVersion = "1.33.2" diff --git a/service/efs/CHANGELOG.md b/service/efs/CHANGELOG.md index c72022286c9..8d628227741 100644 --- a/service/efs/CHANGELOG.md +++ b/service/efs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/efs/go.mod b/service/efs/go.mod index 2f5023abb2d..69378e450a1 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/efs/go_module_metadata.go b/service/efs/go_module_metadata.go index b8b59499a29..0fb37311e75 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.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/eks/CHANGELOG.md b/service/eks/CHANGELOG.md index fe535b5ef44..9ffec6b335e 100644 --- a/service/eks/CHANGELOG.md +++ b/service/eks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.2 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.1 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/eks/go.mod b/service/eks/go.mod index 01ad9558001..016b448b894 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 22ba729158e..e71f99851b4 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.33.1" +const goModuleVersion = "1.33.2" diff --git a/service/elasticache/CHANGELOG.md b/service/elasticache/CHANGELOG.md index b9f57030498..59c70d9c663 100644 --- a/service/elasticache/CHANGELOG.md +++ b/service/elasticache/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticache/go.mod b/service/elasticache/go.mod index 0554b468454..91730ae4f04 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 3b98f09085d..7c8d3feca8b 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.32.2" +const goModuleVersion = "1.32.3" diff --git a/service/elasticbeanstalk/CHANGELOG.md b/service/elasticbeanstalk/CHANGELOG.md index 1e80a769963..2d6c0640f7d 100644 --- a/service/elasticbeanstalk/CHANGELOG.md +++ b/service/elasticbeanstalk/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticbeanstalk/go.mod b/service/elasticbeanstalk/go.mod index 87952a47d49..e1926f91a47 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 50394f077a4..16b5a4184d9 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/elasticinference/CHANGELOG.md b/service/elasticinference/CHANGELOG.md index b6759561972..96e286e5e53 100644 --- a/service/elasticinference/CHANGELOG.md +++ b/service/elasticinference/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticinference/go.mod b/service/elasticinference/go.mod index ee696ef8c7d..296718bf9b1 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/elasticinference/go_module_metadata.go b/service/elasticinference/go_module_metadata.go index acde7d6fc7c..40764076ec3 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/elasticloadbalancing/CHANGELOG.md b/service/elasticloadbalancing/CHANGELOG.md index 8e53023058f..fa5e634ec9c 100644 --- a/service/elasticloadbalancing/CHANGELOG.md +++ b/service/elasticloadbalancing/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticloadbalancing/go.mod b/service/elasticloadbalancing/go.mod index af2f37c168d..286e81e3399 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 4139b988e99..f06629a82bf 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.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/elasticloadbalancingv2/CHANGELOG.md b/service/elasticloadbalancingv2/CHANGELOG.md index b7ffb211a8c..a41d1eb104b 100644 --- a/service/elasticloadbalancingv2/CHANGELOG.md +++ b/service/elasticloadbalancingv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticloadbalancingv2/go.mod b/service/elasticloadbalancingv2/go.mod index 520aeb6d990..f6cbfe3de15 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 1dc2e876fc6..bd087a0cf1b 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.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/elasticsearchservice/CHANGELOG.md b/service/elasticsearchservice/CHANGELOG.md index 530ddc1c000..1a3cd83562c 100644 --- a/service/elasticsearchservice/CHANGELOG.md +++ b/service/elasticsearchservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticsearchservice/go.mod b/service/elasticsearchservice/go.mod index b5631168145..fe3d3ba0368 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/elasticsearchservice/go_module_metadata.go b/service/elasticsearchservice/go_module_metadata.go index 838b6432a1a..8d51faac00c 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.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/elastictranscoder/CHANGELOG.md b/service/elastictranscoder/CHANGELOG.md index 73e8798a2cc..a424b5c8ca6 100644 --- a/service/elastictranscoder/CHANGELOG.md +++ b/service/elastictranscoder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elastictranscoder/go.mod b/service/elastictranscoder/go.mod index b27f3bf1035..d2d7ed4696f 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 23713638b9a..604dfc090f9 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/emr/CHANGELOG.md b/service/emr/CHANGELOG.md index 2fa9792143f..851180e14f2 100644 --- a/service/emr/CHANGELOG.md +++ b/service/emr/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.0 (2023-11-17) * **Feature**: Launch support for IAM Identity Center Trusted Identity Propagation and workspace storage encryption using AWS KMS in EMR Studio diff --git a/service/emr/go.mod b/service/emr/go.mod index 94517677825..e2296a0d4a5 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 50deedbbc0b..2cac9a50a60 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.34.0" +const goModuleVersion = "1.34.1" diff --git a/service/emrcontainers/CHANGELOG.md b/service/emrcontainers/CHANGELOG.md index ae70a857f03..80d3ba4afdf 100644 --- a/service/emrcontainers/CHANGELOG.md +++ b/service/emrcontainers/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/emrcontainers/go.mod b/service/emrcontainers/go.mod index 2c4b7534e9e..64874aedb73 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/emrcontainers/go_module_metadata.go b/service/emrcontainers/go_module_metadata.go index ea4869f9d2d..bd8a9f38983 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.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/emrserverless/CHANGELOG.md b/service/emrserverless/CHANGELOG.md index 467874149ef..12305ec11e2 100644 --- a/service/emrserverless/CHANGELOG.md +++ b/service/emrserverless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.4 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.3 (2023-11-16) * No change notes available for this release. diff --git a/service/emrserverless/go.mod b/service/emrserverless/go.mod index f595c554593..b3b142b3cac 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/emrserverless/go_module_metadata.go b/service/emrserverless/go_module_metadata.go index 52b5db92163..532115ce9a0 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.13.3" +const goModuleVersion = "1.13.4" diff --git a/service/entityresolution/CHANGELOG.md b/service/entityresolution/CHANGELOG.md index 2dfb9169bdf..33900717252 100644 --- a/service/entityresolution/CHANGELOG.md +++ b/service/entityresolution/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/entityresolution/go.mod b/service/entityresolution/go.mod index 339b456cb44..30451f48fd9 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/entityresolution/go_module_metadata.go b/service/entityresolution/go_module_metadata.go index 2ce76289862..255d5cb70cb 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.5.2" +const goModuleVersion = "1.5.3" diff --git a/service/eventbridge/CHANGELOG.md b/service/eventbridge/CHANGELOG.md index 67f2759f8a4..da971bbb57d 100644 --- a/service/eventbridge/CHANGELOG.md +++ b/service/eventbridge/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.0 (2023-11-17) * **Feature**: Introduces a new rule state ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS for matching with Get, List and Describe AWS API call events from CloudTrail. diff --git a/service/eventbridge/go.mod b/service/eventbridge/go.mod index c6e7de7b332..10dd4571974 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 - github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 + github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/eventbridge/go_module_metadata.go b/service/eventbridge/go_module_metadata.go index 9bb39adf761..1e749be3cde 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.25.0" +const goModuleVersion = "1.25.1" diff --git a/service/evidently/CHANGELOG.md b/service/evidently/CHANGELOG.md index 467dbf60f4e..d0ee51fa9c9 100644 --- a/service/evidently/CHANGELOG.md +++ b/service/evidently/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/evidently/go.mod b/service/evidently/go.mod index a69608d0296..699f6ae4f73 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/evidently/go_module_metadata.go b/service/evidently/go_module_metadata.go index b77b74640e0..450750ba336 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/finspace/CHANGELOG.md b/service/finspace/CHANGELOG.md index 9a988a6a749..0d8a8e70e51 100644 --- a/service/finspace/CHANGELOG.md +++ b/service/finspace/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.0 (2023-11-15) * **Feature**: Adding deprecated trait on Dataset Browser Environment APIs diff --git a/service/finspace/go.mod b/service/finspace/go.mod index 7472dc438c7..284f7cbec22 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/finspace/go_module_metadata.go b/service/finspace/go_module_metadata.go index 66f649a96e9..56427ab9545 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.17.0" +const goModuleVersion = "1.17.1" diff --git a/service/finspacedata/CHANGELOG.md b/service/finspacedata/CHANGELOG.md index ba699f58c34..73399f5a4e6 100644 --- a/service/finspacedata/CHANGELOG.md +++ b/service/finspacedata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.0 (2023-11-15) * **Feature**: Adding deprecated trait to APIs in this name space. diff --git a/service/finspacedata/go.mod b/service/finspacedata/go.mod index fcc5c7f5854..70c183c00dd 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/finspacedata/go_module_metadata.go b/service/finspacedata/go_module_metadata.go index 95796c07e3b..58a4e2b74a6 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.21.0" +const goModuleVersion = "1.21.1" diff --git a/service/firehose/CHANGELOG.md b/service/firehose/CHANGELOG.md index 8d6c957a95b..ddd8166e711 100644 --- a/service/firehose/CHANGELOG.md +++ b/service/firehose/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/firehose/go.mod b/service/firehose/go.mod index b3b0b7ac6d3..69945390e34 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/firehose/go_module_metadata.go b/service/firehose/go_module_metadata.go index 597ec71a64c..584861aa012 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/fis/CHANGELOG.md b/service/fis/CHANGELOG.md index 60d42e626f9..9519128173e 100644 --- a/service/fis/CHANGELOG.md +++ b/service/fis/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/fis/go.mod b/service/fis/go.mod index e50dc4234e3..1738538d8f6 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/fis/go_module_metadata.go b/service/fis/go_module_metadata.go index ca6465c5015..892fe65cf87 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/fms/CHANGELOG.md b/service/fms/CHANGELOG.md index bab8c4c54c2..6a39e7f2bbe 100644 --- a/service/fms/CHANGELOG.md +++ b/service/fms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.4 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.3 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/fms/go.mod b/service/fms/go.mod index a3fadc86988..69151e2876e 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/fms/go_module_metadata.go b/service/fms/go_module_metadata.go index 486fbd0650d..9bb45657fdf 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.28.3" +const goModuleVersion = "1.28.4" diff --git a/service/forecast/CHANGELOG.md b/service/forecast/CHANGELOG.md index 3a36461b0b0..a6fa791515f 100644 --- a/service/forecast/CHANGELOG.md +++ b/service/forecast/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/forecast/go.mod b/service/forecast/go.mod index 633c7b343fc..c1c04f7c94a 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/forecast/go_module_metadata.go b/service/forecast/go_module_metadata.go index 263c93cbcfe..930339f15a5 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.29.2" +const goModuleVersion = "1.29.3" diff --git a/service/forecastquery/CHANGELOG.md b/service/forecastquery/CHANGELOG.md index d642303b411..75af67031bd 100644 --- a/service/forecastquery/CHANGELOG.md +++ b/service/forecastquery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/forecastquery/go.mod b/service/forecastquery/go.mod index 9724359b20d..18e674d9e48 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/forecastquery/go_module_metadata.go b/service/forecastquery/go_module_metadata.go index 5c57cfcd1d9..9f58d387066 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/frauddetector/CHANGELOG.md b/service/frauddetector/CHANGELOG.md index 95182cc12ae..ec4e35c6d67 100644 --- a/service/frauddetector/CHANGELOG.md +++ b/service/frauddetector/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/frauddetector/go.mod b/service/frauddetector/go.mod index 7ce174fc029..2d5f93744de 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/frauddetector/go_module_metadata.go b/service/frauddetector/go_module_metadata.go index 15bda165735..b7a445b9f48 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.28.2" +const goModuleVersion = "1.28.3" diff --git a/service/fsx/CHANGELOG.md b/service/fsx/CHANGELOG.md index e6f7b757a3f..1319d13e97f 100644 --- a/service/fsx/CHANGELOG.md +++ b/service/fsx/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.37.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.37.0 (2023-11-16) * **Feature**: Enables customers to update their PerUnitStorageThroughput on their Lustre file systems. diff --git a/service/fsx/go.mod b/service/fsx/go.mod index ae950afaa95..681cc861563 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/fsx/go_module_metadata.go b/service/fsx/go_module_metadata.go index ecdbc1e4df2..d3ad6c38f5d 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.37.0" +const goModuleVersion = "1.37.1" diff --git a/service/gamelift/CHANGELOG.md b/service/gamelift/CHANGELOG.md index e2d104cee59..39a21906d5d 100644 --- a/service/gamelift/CHANGELOG.md +++ b/service/gamelift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/gamelift/go.mod b/service/gamelift/go.mod index b4d9d736dff..de46e13fc3b 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/gamelift/go_module_metadata.go b/service/gamelift/go_module_metadata.go index 95886e2cd99..558910cf2a9 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.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/glacier/CHANGELOG.md b/service/glacier/CHANGELOG.md index 9664143ff03..f325c6143b7 100644 --- a/service/glacier/CHANGELOG.md +++ b/service/glacier/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/glacier/go.mod b/service/glacier/go.mod index 2d792dc9c8b..81609980931 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/glacier/go_module_metadata.go b/service/glacier/go_module_metadata.go index 11b59275986..6c1a08bfa16 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/globalaccelerator/CHANGELOG.md b/service/globalaccelerator/CHANGELOG.md index 25d15e0a589..164818df8aa 100644 --- a/service/globalaccelerator/CHANGELOG.md +++ b/service/globalaccelerator/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/globalaccelerator/go.mod b/service/globalaccelerator/go.mod index e3883f66d41..4ed81a8abfb 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/globalaccelerator/go_module_metadata.go b/service/globalaccelerator/go_module_metadata.go index c2f75f4d94d..0046ec0f34f 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/glue/CHANGELOG.md b/service/glue/CHANGELOG.md index 13af9a094ad..a51203fc401 100644 --- a/service/glue/CHANGELOG.md +++ b/service/glue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.69.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.69.0 (2023-11-16) * **Feature**: Introduces new column statistics APIs to support statistics generation for tables within the Glue Data Catalog. diff --git a/service/glue/go.mod b/service/glue/go.mod index 128b52c61e7..9f0cec485f2 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/glue/go_module_metadata.go b/service/glue/go_module_metadata.go index 8022f9f64e5..aea1ecc47ad 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.69.0" +const goModuleVersion = "1.69.1" diff --git a/service/grafana/CHANGELOG.md b/service/grafana/CHANGELOG.md index 408ad4266e1..fd10973826b 100644 --- a/service/grafana/CHANGELOG.md +++ b/service/grafana/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/grafana/go.mod b/service/grafana/go.mod index 4cdd679e612..86215f83d8e 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/grafana/go_module_metadata.go b/service/grafana/go_module_metadata.go index 30bd665060f..bf1460f790d 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/greengrass/CHANGELOG.md b/service/greengrass/CHANGELOG.md index c0411425bcb..90aa18a27b8 100644 --- a/service/greengrass/CHANGELOG.md +++ b/service/greengrass/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/greengrass/go.mod b/service/greengrass/go.mod index f1270e57601..4c7c22e1931 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/greengrass/go_module_metadata.go b/service/greengrass/go_module_metadata.go index e9ef70931fb..32a20c128fa 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.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/greengrassv2/CHANGELOG.md b/service/greengrassv2/CHANGELOG.md index 77bff093c69..e11bfbfd6dd 100644 --- a/service/greengrassv2/CHANGELOG.md +++ b/service/greengrassv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/greengrassv2/go.mod b/service/greengrassv2/go.mod index 02c48c174a7..735724334e8 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/greengrassv2/go_module_metadata.go b/service/greengrassv2/go_module_metadata.go index 0cc26b0783a..d1e15b55126 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.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/groundstation/CHANGELOG.md b/service/groundstation/CHANGELOG.md index e0c6c0ee699..f65680a62a4 100644 --- a/service/groundstation/CHANGELOG.md +++ b/service/groundstation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/groundstation/go.mod b/service/groundstation/go.mod index 667761b134b..213f97ddcd9 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 9a35b06f0f9..d94a24c0847 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.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/guardduty/CHANGELOG.md b/service/guardduty/CHANGELOG.md index 50b762c7338..3e5b7243726 100644 --- a/service/guardduty/CHANGELOG.md +++ b/service/guardduty/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/guardduty/go.mod b/service/guardduty/go.mod index ada3ed13e72..a894bf91815 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/guardduty/go_module_metadata.go b/service/guardduty/go_module_metadata.go index 2e2d37885ec..f56f3abd84b 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.33.2" +const goModuleVersion = "1.33.3" diff --git a/service/health/CHANGELOG.md b/service/health/CHANGELOG.md index 734625c6862..36e4f5f9395 100644 --- a/service/health/CHANGELOG.md +++ b/service/health/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/health/go.mod b/service/health/go.mod index 54c3b2b9177..8931f2a578b 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/health/go_module_metadata.go b/service/health/go_module_metadata.go index ca956e68193..5cd0ab9a1a7 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/healthlake/CHANGELOG.md b/service/healthlake/CHANGELOG.md index 6e2958e4b8b..4aef98d618c 100644 --- a/service/healthlake/CHANGELOG.md +++ b/service/healthlake/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/healthlake/go.mod b/service/healthlake/go.mod index 563a16f873d..b5100289fcb 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/healthlake/go_module_metadata.go b/service/healthlake/go_module_metadata.go index ecbdc67e153..b6de4bc59e8 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/honeycode/CHANGELOG.md b/service/honeycode/CHANGELOG.md index 547863cb453..60121db601f 100644 --- a/service/honeycode/CHANGELOG.md +++ b/service/honeycode/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/honeycode/go.mod b/service/honeycode/go.mod index 74e4a0beaf4..a57c2c771e6 100644 --- a/service/honeycode/go.mod +++ b/service/honeycode/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/honeycode go 1.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/honeycode/go_module_metadata.go b/service/honeycode/go_module_metadata.go index 679e9bb2639..d9fec076b9d 100644 --- a/service/honeycode/go_module_metadata.go +++ b/service/honeycode/go_module_metadata.go @@ -3,4 +3,4 @@ package honeycode // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/iam/CHANGELOG.md b/service/iam/CHANGELOG.md index fb488703155..e79a14bae85 100644 --- a/service/iam/CHANGELOG.md +++ b/service/iam/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iam/go.mod b/service/iam/go.mod index e38166767a3..d3007f4dd54 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/iam/go_module_metadata.go b/service/iam/go_module_metadata.go index 463a46294f8..0e973666925 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.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/identitystore/CHANGELOG.md b/service/identitystore/CHANGELOG.md index 207e4660360..8694bbd9017 100644 --- a/service/identitystore/CHANGELOG.md +++ b/service/identitystore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/identitystore/go.mod b/service/identitystore/go.mod index a44ef0d8508..1268d745a26 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/identitystore/go_module_metadata.go b/service/identitystore/go_module_metadata.go index 278162bfe5c..2c4c40c9593 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.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/imagebuilder/CHANGELOG.md b/service/imagebuilder/CHANGELOG.md index ecbca40cf3b..4050f47b5c3 100644 --- a/service/imagebuilder/CHANGELOG.md +++ b/service/imagebuilder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.0 (2023-11-16) * **Feature**: This release adds the Image Lifecycle Management feature to automate the process of deprecating, disabling and deleting outdated images and their associated resources. diff --git a/service/imagebuilder/go.mod b/service/imagebuilder/go.mod index 151a5bd98d8..b20a13ea6e4 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/imagebuilder/go_module_metadata.go b/service/imagebuilder/go_module_metadata.go index ae9a2c38f2a..bf2372769d4 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.28.0" +const goModuleVersion = "1.28.1" diff --git a/service/inspector/CHANGELOG.md b/service/inspector/CHANGELOG.md index 226ca90741c..06fd47b528a 100644 --- a/service/inspector/CHANGELOG.md +++ b/service/inspector/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/inspector/go.mod b/service/inspector/go.mod index 3faaeed8f76..0e6d1a353de 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/inspector/go_module_metadata.go b/service/inspector/go_module_metadata.go index b83c5b076d5..b8264607596 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/inspector2/CHANGELOG.md b/service/inspector2/CHANGELOG.md index d697806fcec..a42822da42f 100644 --- a/service/inspector2/CHANGELOG.md +++ b/service/inspector2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/inspector2/go.mod b/service/inspector2/go.mod index 0f7c18b153a..c9c8abf436a 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/inspector2/go_module_metadata.go b/service/inspector2/go_module_metadata.go index c885c639a9b..8c921b6c103 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/internal/benchmark/go.mod b/service/internal/benchmark/go.mod index 94e53353bfd..b0f51ae9f6b 100644 --- a/service/internal/benchmark/go.mod +++ b/service/internal/benchmark/go.mod @@ -4,24 +4,24 @@ go 1.19 require ( github.com/aws/aws-sdk-go v1.44.28 - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.2 - github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.17.2 - github.com/aws/aws-sdk-go-v2/service/s3 v1.43.0 - github.com/aws/aws-sdk-go-v2/service/schemas v1.20.2 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.3 + github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.17.3 + github.com/aws/aws-sdk-go-v2/service/s3 v1.43.1 + github.com/aws/aws-sdk-go-v2/service/schemas v1.20.3 github.com/aws/smithy-go v1.17.0 ) require ( github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 // indirect - github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.3 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 // indirect + github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.4 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.3 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.3 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.3 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.4 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.4 // 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 cdb7a8fa286..2cc8e6c15b9 100644 --- a/service/internal/checksum/CHANGELOG.md +++ b/service/internal/checksum/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.4 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.3 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/checksum/go.mod b/service/internal/checksum/go.mod index 070f1f54ae5..988afb45660 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/internal/checksum/go_module_metadata.go b/service/internal/checksum/go_module_metadata.go index 62b8267b768..f97539e4bcd 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.2.3" +const goModuleVersion = "1.2.4" diff --git a/service/internal/endpoint-discovery/CHANGELOG.md b/service/internal/endpoint-discovery/CHANGELOG.md index 5f7666d3587..ca7a79f14ca 100644 --- a/service/internal/endpoint-discovery/CHANGELOG.md +++ b/service/internal/endpoint-discovery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.4 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.3 (2023-11-15) * **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 a7a2e24c64c..8dd2922219d 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 + github.com/aws/aws-sdk-go-v2 v1.23.1 github.com/aws/smithy-go v1.17.0 ) diff --git a/service/internal/endpoint-discovery/go_module_metadata.go b/service/internal/endpoint-discovery/go_module_metadata.go index d5caf3b8a12..751b4b303dd 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.8.3" +const goModuleVersion = "1.8.4" diff --git a/service/internal/eventstreamtesting/CHANGELOG.md b/service/internal/eventstreamtesting/CHANGELOG.md index bff682e4ec5..2a1e1622810 100644 --- a/service/internal/eventstreamtesting/CHANGELOG.md +++ b/service/internal/eventstreamtesting/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.6 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.5 (2023-11-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/eventstreamtesting/go.mod b/service/internal/eventstreamtesting/go.mod index 585fb50e42c..d7fc348405b 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 + github.com/aws/aws-sdk-go-v2 v1.23.1 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 - github.com/aws/aws-sdk-go-v2/credentials v1.16.2 + github.com/aws/aws-sdk-go-v2/credentials v1.16.3 golang.org/x/net v0.1.0 ) diff --git a/service/internal/eventstreamtesting/go_module_metadata.go b/service/internal/eventstreamtesting/go_module_metadata.go index 7e699a36040..3410419a5cb 100644 --- a/service/internal/eventstreamtesting/go_module_metadata.go +++ b/service/internal/eventstreamtesting/go_module_metadata.go @@ -3,4 +3,4 @@ package eventstreamtesting // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.2.5" +const goModuleVersion = "1.2.6" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 0370e86c2e5..f4ad4212187 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -1,109 +1,109 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/config v1.25.3 - github.com/aws/aws-sdk-go-v2/service/acm v1.21.2 - github.com/aws/aws-sdk-go-v2/service/apigateway v1.20.2 - github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.24.2 - github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.21.2 - github.com/aws/aws-sdk-go-v2/service/appstream v1.28.2 - github.com/aws/aws-sdk-go-v2/service/athena v1.35.0 - github.com/aws/aws-sdk-go-v2/service/autoscaling v1.35.1 - github.com/aws/aws-sdk-go-v2/service/batch v1.29.2 - github.com/aws/aws-sdk-go-v2/service/cloudformation v1.40.0 - github.com/aws/aws-sdk-go-v2/service/cloudfront v1.30.2 - github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.18.2 - github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.19.2 - github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.33.0 - github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.30.2 - github.com/aws/aws-sdk-go-v2/service/codebuild v1.25.2 - github.com/aws/aws-sdk-go-v2/service/codecommit v1.18.2 - github.com/aws/aws-sdk-go-v2/service/codedeploy v1.20.2 - github.com/aws/aws-sdk-go-v2/service/codepipeline v1.21.0 - github.com/aws/aws-sdk-go-v2/service/codestar v1.18.2 - github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.30.2 - github.com/aws/aws-sdk-go-v2/service/configservice v1.41.2 - github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.20.1 - github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.34.1 - github.com/aws/aws-sdk-go-v2/service/devicefarm v1.19.2 - github.com/aws/aws-sdk-go-v2/service/directconnect v1.21.2 - github.com/aws/aws-sdk-go-v2/service/directoryservice v1.21.2 - github.com/aws/aws-sdk-go-v2/service/docdb v1.27.2 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.2 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.136.0 - github.com/aws/aws-sdk-go-v2/service/ecr v1.23.0 - github.com/aws/aws-sdk-go-v2/service/ecs v1.33.1 - github.com/aws/aws-sdk-go-v2/service/efs v1.23.2 - github.com/aws/aws-sdk-go-v2/service/elasticache v1.32.2 - github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.19.2 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.20.2 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.24.2 - github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.23.2 - github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.18.2 - github.com/aws/aws-sdk-go-v2/service/emr v1.34.0 - github.com/aws/aws-sdk-go-v2/service/eventbridge v1.25.0 - github.com/aws/aws-sdk-go-v2/service/firehose v1.21.2 - github.com/aws/aws-sdk-go-v2/service/gamelift v1.26.2 - github.com/aws/aws-sdk-go-v2/service/glacier v1.18.2 - github.com/aws/aws-sdk-go-v2/service/glue v1.69.0 - github.com/aws/aws-sdk-go-v2/service/health v1.21.2 - github.com/aws/aws-sdk-go-v2/service/iam v1.27.2 - github.com/aws/aws-sdk-go-v2/service/inspector v1.18.2 - github.com/aws/aws-sdk-go-v2/service/iot v1.45.0 - github.com/aws/aws-sdk-go-v2/service/kinesis v1.22.2 - github.com/aws/aws-sdk-go-v2/service/kms v1.26.2 - github.com/aws/aws-sdk-go-v2/service/lambda v1.48.0 - github.com/aws/aws-sdk-go-v2/service/lightsail v1.31.2 - github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.17.2 - github.com/aws/aws-sdk-go-v2/service/neptune v1.26.2 - github.com/aws/aws-sdk-go-v2/service/opsworks v1.18.2 - github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.16.2 - github.com/aws/aws-sdk-go-v2/service/polly v1.35.0 - github.com/aws/aws-sdk-go-v2/service/rds v1.63.0 - github.com/aws/aws-sdk-go-v2/service/redshift v1.37.0 - github.com/aws/aws-sdk-go-v2/service/rekognition v1.34.2 - github.com/aws/aws-sdk-go-v2/service/route53 v1.34.2 - github.com/aws/aws-sdk-go-v2/service/route53domains v1.19.2 - github.com/aws/aws-sdk-go-v2/service/route53resolver v1.22.2 - github.com/aws/aws-sdk-go-v2/service/s3 v1.43.0 - github.com/aws/aws-sdk-go-v2/service/s3control v1.37.0 - github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.23.2 - github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.24.2 - github.com/aws/aws-sdk-go-v2/service/ses v1.18.2 - github.com/aws/aws-sdk-go-v2/service/sfn v1.22.1 - github.com/aws/aws-sdk-go-v2/service/shield v1.22.2 - github.com/aws/aws-sdk-go-v2/service/snowball v1.23.2 - github.com/aws/aws-sdk-go-v2/service/sns v1.25.2 - github.com/aws/aws-sdk-go-v2/service/sqs v1.28.1 - github.com/aws/aws-sdk-go-v2/service/ssm v1.43.0 - github.com/aws/aws-sdk-go-v2/service/sts v1.25.3 - github.com/aws/aws-sdk-go-v2/service/support v1.18.2 - github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.22.2 - github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.14.1 - github.com/aws/aws-sdk-go-v2/service/waf v1.17.2 - github.com/aws/aws-sdk-go-v2/service/wafregional v1.18.2 - github.com/aws/aws-sdk-go-v2/service/wafv2 v1.42.2 - github.com/aws/aws-sdk-go-v2/service/workspaces v1.33.2 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/config v1.25.4 + github.com/aws/aws-sdk-go-v2/service/acm v1.21.3 + github.com/aws/aws-sdk-go-v2/service/apigateway v1.20.3 + github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.24.3 + github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.21.3 + github.com/aws/aws-sdk-go-v2/service/appstream v1.28.3 + github.com/aws/aws-sdk-go-v2/service/athena v1.35.1 + github.com/aws/aws-sdk-go-v2/service/autoscaling v1.35.2 + github.com/aws/aws-sdk-go-v2/service/batch v1.29.3 + github.com/aws/aws-sdk-go-v2/service/cloudformation v1.40.1 + github.com/aws/aws-sdk-go-v2/service/cloudfront v1.30.3 + github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.18.3 + github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.19.3 + github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.33.1 + github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.30.3 + github.com/aws/aws-sdk-go-v2/service/codebuild v1.25.3 + github.com/aws/aws-sdk-go-v2/service/codecommit v1.18.3 + github.com/aws/aws-sdk-go-v2/service/codedeploy v1.20.3 + github.com/aws/aws-sdk-go-v2/service/codepipeline v1.21.1 + github.com/aws/aws-sdk-go-v2/service/codestar v1.18.3 + github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.30.3 + github.com/aws/aws-sdk-go-v2/service/configservice v1.41.3 + github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.20.2 + github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.34.2 + github.com/aws/aws-sdk-go-v2/service/devicefarm v1.19.3 + github.com/aws/aws-sdk-go-v2/service/directconnect v1.21.3 + github.com/aws/aws-sdk-go-v2/service/directoryservice v1.21.3 + github.com/aws/aws-sdk-go-v2/service/docdb v1.28.0 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.25.3 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.137.0 + github.com/aws/aws-sdk-go-v2/service/ecr v1.23.1 + github.com/aws/aws-sdk-go-v2/service/ecs v1.33.2 + github.com/aws/aws-sdk-go-v2/service/efs v1.23.3 + github.com/aws/aws-sdk-go-v2/service/elasticache v1.32.3 + github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.19.3 + github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.20.3 + github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.24.3 + github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.23.3 + github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.18.3 + github.com/aws/aws-sdk-go-v2/service/emr v1.34.1 + github.com/aws/aws-sdk-go-v2/service/eventbridge v1.25.1 + github.com/aws/aws-sdk-go-v2/service/firehose v1.21.3 + github.com/aws/aws-sdk-go-v2/service/gamelift v1.26.3 + github.com/aws/aws-sdk-go-v2/service/glacier v1.18.3 + github.com/aws/aws-sdk-go-v2/service/glue v1.69.1 + github.com/aws/aws-sdk-go-v2/service/health v1.21.3 + github.com/aws/aws-sdk-go-v2/service/iam v1.27.3 + github.com/aws/aws-sdk-go-v2/service/inspector v1.18.3 + github.com/aws/aws-sdk-go-v2/service/iot v1.45.1 + github.com/aws/aws-sdk-go-v2/service/kinesis v1.22.3 + github.com/aws/aws-sdk-go-v2/service/kms v1.26.3 + github.com/aws/aws-sdk-go-v2/service/lambda v1.48.1 + github.com/aws/aws-sdk-go-v2/service/lightsail v1.31.3 + github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.17.3 + github.com/aws/aws-sdk-go-v2/service/neptune v1.26.3 + github.com/aws/aws-sdk-go-v2/service/opsworks v1.18.3 + github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.16.3 + github.com/aws/aws-sdk-go-v2/service/polly v1.35.1 + github.com/aws/aws-sdk-go-v2/service/rds v1.63.1 + github.com/aws/aws-sdk-go-v2/service/redshift v1.37.1 + github.com/aws/aws-sdk-go-v2/service/rekognition v1.34.3 + github.com/aws/aws-sdk-go-v2/service/route53 v1.34.3 + github.com/aws/aws-sdk-go-v2/service/route53domains v1.19.3 + github.com/aws/aws-sdk-go-v2/service/route53resolver v1.22.3 + github.com/aws/aws-sdk-go-v2/service/s3 v1.43.1 + github.com/aws/aws-sdk-go-v2/service/s3control v1.37.1 + github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.23.3 + github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.24.3 + github.com/aws/aws-sdk-go-v2/service/ses v1.18.3 + github.com/aws/aws-sdk-go-v2/service/sfn v1.22.2 + github.com/aws/aws-sdk-go-v2/service/shield v1.22.3 + github.com/aws/aws-sdk-go-v2/service/snowball v1.23.3 + github.com/aws/aws-sdk-go-v2/service/sns v1.25.3 + github.com/aws/aws-sdk-go-v2/service/sqs v1.28.2 + github.com/aws/aws-sdk-go-v2/service/ssm v1.43.1 + github.com/aws/aws-sdk-go-v2/service/sts v1.25.4 + github.com/aws/aws-sdk-go-v2/service/support v1.18.3 + github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.22.3 + github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.14.2 + github.com/aws/aws-sdk-go-v2/service/waf v1.17.3 + github.com/aws/aws-sdk-go-v2/service/wafregional v1.18.3 + github.com/aws/aws-sdk-go-v2/service/wafv2 v1.42.3 + github.com/aws/aws-sdk-go-v2/service/workspaces v1.33.3 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) require ( github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.16.2 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.4 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.16.3 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.7.1 // indirect - github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.3 // indirect + github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.4 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.3 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.3 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.3 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.3 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.17.2 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.0 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.4 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.4 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.17.3 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.1 // 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 301998292f1..6eaeafccd72 100644 --- a/service/internal/presigned-url/CHANGELOG.md +++ b/service/internal/presigned-url/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.4 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.3 (2023-11-15) * **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 16e61c91604..7c37de440a5 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 + github.com/aws/aws-sdk-go-v2 v1.23.1 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/internal/presigned-url/go_module_metadata.go b/service/internal/presigned-url/go_module_metadata.go index 4750c8c4e4e..1499e8473b7 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.10.3" +const goModuleVersion = "1.10.4" diff --git a/service/internal/s3shared/CHANGELOG.md b/service/internal/s3shared/CHANGELOG.md index 2bdf4e3aa22..cbc82198db4 100644 --- a/service/internal/s3shared/CHANGELOG.md +++ b/service/internal/s3shared/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.4 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.3 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/s3shared/go.mod b/service/internal/s3shared/go.mod index a45bc34d4ac..17eb1a5bcfc 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 + github.com/aws/aws-sdk-go-v2 v1.23.1 github.com/aws/smithy-go v1.17.0 ) diff --git a/service/internal/s3shared/go_module_metadata.go b/service/internal/s3shared/go_module_metadata.go index 24341444611..4851f5ac0f8 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.16.3" +const goModuleVersion = "1.16.4" diff --git a/service/internetmonitor/CHANGELOG.md b/service/internetmonitor/CHANGELOG.md index 92167d0f2df..c64ed318246 100644 --- a/service/internetmonitor/CHANGELOG.md +++ b/service/internetmonitor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.0 (2023-11-17) * **Feature**: Adds new querying capabilities for running data queries on a monitor diff --git a/service/internetmonitor/go.mod b/service/internetmonitor/go.mod index 850870184c0..0c1c9d512f0 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/internetmonitor/go_module_metadata.go b/service/internetmonitor/go_module_metadata.go index 3f3894bf04d..58ae745cd9e 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.9.0" +const goModuleVersion = "1.9.1" diff --git a/service/iot/CHANGELOG.md b/service/iot/CHANGELOG.md index b67ff85225c..35d40dfdf4a 100644 --- a/service/iot/CHANGELOG.md +++ b/service/iot/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.45.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.45.0 (2023-11-16) * **Feature**: GA release the ability to index and search devices based on their GeoLocation data. With GeoQueries you can narrow your search to retrieve devices located in the desired geographic boundary. diff --git a/service/iot/go.mod b/service/iot/go.mod index d1299ff4c4c..531e234f46d 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/iot/go_module_metadata.go b/service/iot/go_module_metadata.go index 19c7ebd7528..c8f246e9bf7 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.45.0" +const goModuleVersion = "1.45.1" diff --git a/service/iot1clickdevicesservice/CHANGELOG.md b/service/iot1clickdevicesservice/CHANGELOG.md index ae5ae9ca05f..2efa4d664dd 100644 --- a/service/iot1clickdevicesservice/CHANGELOG.md +++ b/service/iot1clickdevicesservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iot1clickdevicesservice/go.mod b/service/iot1clickdevicesservice/go.mod index 4d0eda6bb4d..0e898bbaa3e 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/iot1clickdevicesservice/go_module_metadata.go b/service/iot1clickdevicesservice/go_module_metadata.go index 7f4624f8042..88b85821a65 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/iot1clickprojects/CHANGELOG.md b/service/iot1clickprojects/CHANGELOG.md index ef9cdaf0f9d..5a47ff7b34c 100644 --- a/service/iot1clickprojects/CHANGELOG.md +++ b/service/iot1clickprojects/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iot1clickprojects/go.mod b/service/iot1clickprojects/go.mod index 7894267c9a3..261312aa7d8 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/iot1clickprojects/go_module_metadata.go b/service/iot1clickprojects/go_module_metadata.go index 3aac32ae96b..1a6a1cf59c1 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/iotanalytics/CHANGELOG.md b/service/iotanalytics/CHANGELOG.md index ef19376f49d..a38cfca045c 100644 --- a/service/iotanalytics/CHANGELOG.md +++ b/service/iotanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotanalytics/go.mod b/service/iotanalytics/go.mod index 31a5bb8ea8a..615a80c4770 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/iotanalytics/go_module_metadata.go b/service/iotanalytics/go_module_metadata.go index 24d55af391d..583099e243b 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/iotdataplane/CHANGELOG.md b/service/iotdataplane/CHANGELOG.md index 2abcc062d6c..aafbafd034a 100644 --- a/service/iotdataplane/CHANGELOG.md +++ b/service/iotdataplane/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotdataplane/go.mod b/service/iotdataplane/go.mod index 0e823dd3d6d..fc2fc1932a7 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/iotdataplane/go_module_metadata.go b/service/iotdataplane/go_module_metadata.go index 071875e8fa3..4e4c6778fa5 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/iotdeviceadvisor/CHANGELOG.md b/service/iotdeviceadvisor/CHANGELOG.md index 5926d95de6b..884e30ff8d8 100644 --- a/service/iotdeviceadvisor/CHANGELOG.md +++ b/service/iotdeviceadvisor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotdeviceadvisor/go.mod b/service/iotdeviceadvisor/go.mod index c963a35afb1..927b5fc28d2 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/iotdeviceadvisor/go_module_metadata.go b/service/iotdeviceadvisor/go_module_metadata.go index 4baeeb6fb03..ff18fbeade1 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.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/iotevents/CHANGELOG.md b/service/iotevents/CHANGELOG.md index 99c5f9e19f7..f1a29a5c5bc 100644 --- a/service/iotevents/CHANGELOG.md +++ b/service/iotevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotevents/go.mod b/service/iotevents/go.mod index 94ebd3709bf..0f278d419e2 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/iotevents/go_module_metadata.go b/service/iotevents/go_module_metadata.go index 1502d1d7098..2fbb8c50e77 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/ioteventsdata/CHANGELOG.md b/service/ioteventsdata/CHANGELOG.md index b8f0d8d030f..5c5b424372f 100644 --- a/service/ioteventsdata/CHANGELOG.md +++ b/service/ioteventsdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ioteventsdata/go.mod b/service/ioteventsdata/go.mod index acb65befdbe..4285705b14b 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/ioteventsdata/go_module_metadata.go b/service/ioteventsdata/go_module_metadata.go index d5cec8fb839..f5dea926ed1 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/iotfleethub/CHANGELOG.md b/service/iotfleethub/CHANGELOG.md index 7d426c195e5..d3595cc8e71 100644 --- a/service/iotfleethub/CHANGELOG.md +++ b/service/iotfleethub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotfleethub/go.mod b/service/iotfleethub/go.mod index 45defc23faf..5c7f4987e41 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/iotfleethub/go_module_metadata.go b/service/iotfleethub/go_module_metadata.go index cf0cd2d8ea2..3db4bc1feb3 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/iotfleetwise/CHANGELOG.md b/service/iotfleetwise/CHANGELOG.md index aa9130b4cfe..4f754a58ee3 100644 --- a/service/iotfleetwise/CHANGELOG.md +++ b/service/iotfleetwise/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotfleetwise/go.mod b/service/iotfleetwise/go.mod index 6f82088ef0e..526d0dfa9d5 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/iotfleetwise/go_module_metadata.go b/service/iotfleetwise/go_module_metadata.go index 06d5e91793c..03eab08d53c 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.8.2" +const goModuleVersion = "1.8.3" diff --git a/service/iotjobsdataplane/CHANGELOG.md b/service/iotjobsdataplane/CHANGELOG.md index fc8d6ed16e1..43f24e35da7 100644 --- a/service/iotjobsdataplane/CHANGELOG.md +++ b/service/iotjobsdataplane/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotjobsdataplane/go.mod b/service/iotjobsdataplane/go.mod index 77f0e3fc38b..83e573aae59 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/iotjobsdataplane/go_module_metadata.go b/service/iotjobsdataplane/go_module_metadata.go index 3c267169e4c..fca473119d4 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/iotroborunner/CHANGELOG.md b/service/iotroborunner/CHANGELOG.md index 00b94ab845e..b1833e31d2c 100644 --- a/service/iotroborunner/CHANGELOG.md +++ b/service/iotroborunner/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotroborunner/go.mod b/service/iotroborunner/go.mod index b6768714d2e..7e856f2c1f5 100644 --- a/service/iotroborunner/go.mod +++ b/service/iotroborunner/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iotroborunner go 1.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/iotroborunner/go_module_metadata.go b/service/iotroborunner/go_module_metadata.go index 28731059d4c..313a83ef889 100644 --- a/service/iotroborunner/go_module_metadata.go +++ b/service/iotroborunner/go_module_metadata.go @@ -3,4 +3,4 @@ package iotroborunner // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.5.2" +const goModuleVersion = "1.5.3" diff --git a/service/iotsecuretunneling/CHANGELOG.md b/service/iotsecuretunneling/CHANGELOG.md index 7468923f976..d2a7c4680c4 100644 --- a/service/iotsecuretunneling/CHANGELOG.md +++ b/service/iotsecuretunneling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotsecuretunneling/go.mod b/service/iotsecuretunneling/go.mod index e6bc2fd8c8a..4aa9dc943b8 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/iotsecuretunneling/go_module_metadata.go b/service/iotsecuretunneling/go_module_metadata.go index 105446a0a00..31cbc2dd86f 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.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/iotsitewise/CHANGELOG.md b/service/iotsitewise/CHANGELOG.md index 480bb58d4b0..aa5428d6923 100644 --- a/service/iotsitewise/CHANGELOG.md +++ b/service/iotsitewise/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotsitewise/go.mod b/service/iotsitewise/go.mod index 7fa267d4bec..36ca5bc7564 100644 --- a/service/iotsitewise/go.mod +++ b/service/iotsitewise/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iotsitewise go 1.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 c2f969fd21c..00f7f439bee 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.32.2" +const goModuleVersion = "1.32.3" diff --git a/service/iotthingsgraph/CHANGELOG.md b/service/iotthingsgraph/CHANGELOG.md index 961862c90c8..0349cdc4680 100644 --- a/service/iotthingsgraph/CHANGELOG.md +++ b/service/iotthingsgraph/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotthingsgraph/go.mod b/service/iotthingsgraph/go.mod index f76916e134c..53adf36e7ce 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/iotthingsgraph/go_module_metadata.go b/service/iotthingsgraph/go_module_metadata.go index b678e81d9f4..bb9d4ef1e34 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/iottwinmaker/CHANGELOG.md b/service/iottwinmaker/CHANGELOG.md index 80a9953a6d8..3605cc7b257 100644 --- a/service/iottwinmaker/CHANGELOG.md +++ b/service/iottwinmaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iottwinmaker/go.mod b/service/iottwinmaker/go.mod index 01cb3523982..f7b3fbc76c8 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/iottwinmaker/go_module_metadata.go b/service/iottwinmaker/go_module_metadata.go index 6b5d2c57e9e..8071682fc42 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/iotwireless/CHANGELOG.md b/service/iotwireless/CHANGELOG.md index b16c532fb2c..fcdce908e8f 100644 --- a/service/iotwireless/CHANGELOG.md +++ b/service/iotwireless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotwireless/go.mod b/service/iotwireless/go.mod index ec76d21b9ff..9044e6d82b4 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/iotwireless/go_module_metadata.go b/service/iotwireless/go_module_metadata.go index 187fad01b44..71243bf54ac 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.33.2" +const goModuleVersion = "1.33.3" diff --git a/service/ivs/CHANGELOG.md b/service/ivs/CHANGELOG.md index cdaa8fd19b0..667fdd7e253 100644 --- a/service/ivs/CHANGELOG.md +++ b/service/ivs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.0 (2023-11-17) * **Feature**: type & defaulting refinement to various range properties diff --git a/service/ivs/go.mod b/service/ivs/go.mod index c13bebd4707..46a12a28251 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/ivs/go_module_metadata.go b/service/ivs/go_module_metadata.go index 4acd05d744d..e28dd4c0ab5 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.29.0" +const goModuleVersion = "1.29.1" diff --git a/service/ivschat/CHANGELOG.md b/service/ivschat/CHANGELOG.md index afc418cb3ff..e5d72661f9a 100644 --- a/service/ivschat/CHANGELOG.md +++ b/service/ivschat/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.0 (2023-11-17) * **Feature**: type & defaulting refinement to various range properties diff --git a/service/ivschat/go.mod b/service/ivschat/go.mod index 21c20e7c879..c182a13e2ef 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/ivschat/go_module_metadata.go b/service/ivschat/go_module_metadata.go index c8cd01012f6..54cdd5a3927 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.9.0" +const goModuleVersion = "1.9.1" diff --git a/service/ivsrealtime/CHANGELOG.md b/service/ivsrealtime/CHANGELOG.md index 57aa0b51739..3050461fdde 100644 --- a/service/ivsrealtime/CHANGELOG.md +++ b/service/ivsrealtime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.0 (2023-11-16) * **Feature**: This release introduces server side composition and recording for stages. diff --git a/service/ivsrealtime/go.mod b/service/ivsrealtime/go.mod index a60fcd8b1d8..7721b886219 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/ivsrealtime/go_module_metadata.go b/service/ivsrealtime/go_module_metadata.go index b1eb0493abe..84d1b6136c8 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.8.0" +const goModuleVersion = "1.8.1" diff --git a/service/kafka/CHANGELOG.md b/service/kafka/CHANGELOG.md index bb414762691..2a535fc0f00 100644 --- a/service/kafka/CHANGELOG.md +++ b/service/kafka/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.0 (2023-11-16) * **Feature**: Added a new API response field which determines if there is an action required from the customer regarding their cluster. diff --git a/service/kafka/go.mod b/service/kafka/go.mod index 67c28cb1f67..6945071d0fa 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/kafka/go_module_metadata.go b/service/kafka/go_module_metadata.go index 79690337086..519b0f80529 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.27.0" +const goModuleVersion = "1.27.1" diff --git a/service/kafkaconnect/CHANGELOG.md b/service/kafkaconnect/CHANGELOG.md index 978c0612f0d..a5b1d10fc23 100644 --- a/service/kafkaconnect/CHANGELOG.md +++ b/service/kafkaconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kafkaconnect/go.mod b/service/kafkaconnect/go.mod index 3ca5693662b..6a2b7901fcb 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/kafkaconnect/go_module_metadata.go b/service/kafkaconnect/go_module_metadata.go index cf5412479e2..d0cd42bffb9 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/kendra/CHANGELOG.md b/service/kendra/CHANGELOG.md index 482a4c675df..fe1b814f149 100644 --- a/service/kendra/CHANGELOG.md +++ b/service/kendra/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.46.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.46.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kendra/go.mod b/service/kendra/go.mod index 73becb0a3da..cc917c6e4a3 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/kendra/go_module_metadata.go b/service/kendra/go_module_metadata.go index 83f2d0bf661..9828f5660e7 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.46.2" +const goModuleVersion = "1.46.3" diff --git a/service/kendraranking/CHANGELOG.md b/service/kendraranking/CHANGELOG.md index 2789c3f1991..7224738d54e 100644 --- a/service/kendraranking/CHANGELOG.md +++ b/service/kendraranking/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kendraranking/go.mod b/service/kendraranking/go.mod index 0d471f77fa2..b269cdc1c84 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/kendraranking/go_module_metadata.go b/service/kendraranking/go_module_metadata.go index 31bf152f6d7..3db881c0546 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.4.2" +const goModuleVersion = "1.4.3" diff --git a/service/keyspaces/CHANGELOG.md b/service/keyspaces/CHANGELOG.md index 15997971f17..4b16d65a6de 100644 --- a/service/keyspaces/CHANGELOG.md +++ b/service/keyspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/keyspaces/go.mod b/service/keyspaces/go.mod index d13125f41a6..bd70a9306c0 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/keyspaces/go_module_metadata.go b/service/keyspaces/go_module_metadata.go index 32d60da217f..bde84f23449 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.6.2" +const goModuleVersion = "1.6.3" diff --git a/service/kinesis/CHANGELOG.md b/service/kinesis/CHANGELOG.md index 1b72409041e..e1b436b05ed 100644 --- a/service/kinesis/CHANGELOG.md +++ b/service/kinesis/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesis/go.mod b/service/kinesis/go.mod index 787abe8db1d..f624b0c2e34 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 + github.com/aws/aws-sdk-go-v2 v1.23.1 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 6f96e16ee3e..c8e9d60fcf4 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.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/kinesis/internal/testing/go.mod b/service/kinesis/internal/testing/go.mod index 06433f46f60..2e4ae75e0d0 100644 --- a/service/kinesis/internal/testing/go.mod +++ b/service/kinesis/internal/testing/go.mod @@ -3,18 +3,18 @@ module github.com/aws/aws-sdk-go-v2/service/kinesis/internal/testing go 1.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 + github.com/aws/aws-sdk-go-v2 v1.23.1 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.2.5 - github.com/aws/aws-sdk-go-v2/service/kinesis v1.22.2 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.2.6 + github.com/aws/aws-sdk-go-v2/service/kinesis v1.22.3 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.16.2 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.16.3 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect golang.org/x/net v0.1.0 // indirect golang.org/x/text v0.4.0 // indirect diff --git a/service/kinesisanalytics/CHANGELOG.md b/service/kinesisanalytics/CHANGELOG.md index 64380c39eb1..80af6474af3 100644 --- a/service/kinesisanalytics/CHANGELOG.md +++ b/service/kinesisanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisanalytics/go.mod b/service/kinesisanalytics/go.mod index e5da396b4d3..75897fd8ed2 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/kinesisanalytics/go_module_metadata.go b/service/kinesisanalytics/go_module_metadata.go index da009f66504..5796acddca4 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/kinesisanalyticsv2/CHANGELOG.md b/service/kinesisanalyticsv2/CHANGELOG.md index 7e9bb1f00b8..e79e2ca39b6 100644 --- a/service/kinesisanalyticsv2/CHANGELOG.md +++ b/service/kinesisanalyticsv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisanalyticsv2/go.mod b/service/kinesisanalyticsv2/go.mod index b3310ceaaa3..5e7caaf9aab 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/kinesisanalyticsv2/go_module_metadata.go b/service/kinesisanalyticsv2/go_module_metadata.go index 714d473b380..0d067c65f1e 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.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/kinesisvideo/CHANGELOG.md b/service/kinesisvideo/CHANGELOG.md index 25efe0b71fb..a0e78fec83d 100644 --- a/service/kinesisvideo/CHANGELOG.md +++ b/service/kinesisvideo/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.4 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.3 (2023-11-17) * **Documentation**: Docs only build to bring up-to-date with public docs. diff --git a/service/kinesisvideo/go.mod b/service/kinesisvideo/go.mod index 7a34d0b29f1..2a0959a1092 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/kinesisvideo/go_module_metadata.go b/service/kinesisvideo/go_module_metadata.go index 9a9a6e4e6ce..dbe068ed106 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.20.3" +const goModuleVersion = "1.20.4" diff --git a/service/kinesisvideoarchivedmedia/CHANGELOG.md b/service/kinesisvideoarchivedmedia/CHANGELOG.md index a4684b7a343..e10b4a61ab9 100644 --- a/service/kinesisvideoarchivedmedia/CHANGELOG.md +++ b/service/kinesisvideoarchivedmedia/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideoarchivedmedia/go.mod b/service/kinesisvideoarchivedmedia/go.mod index b4ca0c3249d..08a93c439b8 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/kinesisvideoarchivedmedia/go_module_metadata.go b/service/kinesisvideoarchivedmedia/go_module_metadata.go index be51d481fcd..8d85e3bec78 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/kinesisvideomedia/CHANGELOG.md b/service/kinesisvideomedia/CHANGELOG.md index c2fc8bd245e..c6a3d65dff5 100644 --- a/service/kinesisvideomedia/CHANGELOG.md +++ b/service/kinesisvideomedia/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideomedia/go.mod b/service/kinesisvideomedia/go.mod index e4287706d3d..a81df3281d4 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/kinesisvideomedia/go_module_metadata.go b/service/kinesisvideomedia/go_module_metadata.go index 0991091c9f6..4e4600a68f2 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/kinesisvideosignaling/CHANGELOG.md b/service/kinesisvideosignaling/CHANGELOG.md index a530b0f6d14..471b55fac80 100644 --- a/service/kinesisvideosignaling/CHANGELOG.md +++ b/service/kinesisvideosignaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideosignaling/go.mod b/service/kinesisvideosignaling/go.mod index c31234764b4..4bad3fd935f 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/kinesisvideosignaling/go_module_metadata.go b/service/kinesisvideosignaling/go_module_metadata.go index 108ab759b81..bd707bb87cf 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/kinesisvideowebrtcstorage/CHANGELOG.md b/service/kinesisvideowebrtcstorage/CHANGELOG.md index ef631231e38..4fffe0592b7 100644 --- a/service/kinesisvideowebrtcstorage/CHANGELOG.md +++ b/service/kinesisvideowebrtcstorage/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideowebrtcstorage/go.mod b/service/kinesisvideowebrtcstorage/go.mod index 3a841bb1542..a70db76fbd5 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/kinesisvideowebrtcstorage/go_module_metadata.go b/service/kinesisvideowebrtcstorage/go_module_metadata.go index 0d2458fd442..e8eeaacaf65 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.6.2" +const goModuleVersion = "1.6.3" diff --git a/service/kms/CHANGELOG.md b/service/kms/CHANGELOG.md index 4bb4ae390c4..580d41a3aed 100644 --- a/service/kms/CHANGELOG.md +++ b/service/kms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kms/go.mod b/service/kms/go.mod index c84b1550e71..750c59bd1aa 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/kms/go_module_metadata.go b/service/kms/go_module_metadata.go index 8950c448b10..539c9b662ae 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.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/lakeformation/CHANGELOG.md b/service/lakeformation/CHANGELOG.md index 2364887161b..ea846309a5b 100644 --- a/service/lakeformation/CHANGELOG.md +++ b/service/lakeformation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lakeformation/go.mod b/service/lakeformation/go.mod index af57fa5046a..f3120a57d3d 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/lakeformation/go_module_metadata.go b/service/lakeformation/go_module_metadata.go index 7a5da9f7c18..ebbbd9d7609 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.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/lambda/CHANGELOG.md b/service/lambda/CHANGELOG.md index 7a3ce91b19e..7f1734d4181 100644 --- a/service/lambda/CHANGELOG.md +++ b/service/lambda/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.48.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.48.0 (2023-11-16) * **Feature**: Adds support for logging configuration in Lambda Functions. Customers will have more control how their function logs are captured and to which cloud watch log group they are delivered also. diff --git a/service/lambda/go.mod b/service/lambda/go.mod index 41e063b0ec3..d4f62648ba2 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 + github.com/aws/aws-sdk-go-v2 v1.23.1 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 6e27cb2b9e7..908bed12edd 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.48.0" +const goModuleVersion = "1.48.1" diff --git a/service/launchwizard/CHANGELOG.md b/service/launchwizard/CHANGELOG.md index fe0474b6cf0..619c9b0d2e2 100644 --- a/service/launchwizard/CHANGELOG.md +++ b/service/launchwizard/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/launchwizard/go.mod b/service/launchwizard/go.mod index 78281183986..7c27bd579e2 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/launchwizard/go_module_metadata.go b/service/launchwizard/go_module_metadata.go index 0e3619daa94..c9a96affcc0 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.0.2" +const goModuleVersion = "1.0.3" diff --git a/service/lexmodelbuildingservice/CHANGELOG.md b/service/lexmodelbuildingservice/CHANGELOG.md index d4fa404188a..51e5986ecf1 100644 --- a/service/lexmodelbuildingservice/CHANGELOG.md +++ b/service/lexmodelbuildingservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexmodelbuildingservice/go.mod b/service/lexmodelbuildingservice/go.mod index 8784ef57dc3..84f5c66ca9d 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/lexmodelbuildingservice/go_module_metadata.go b/service/lexmodelbuildingservice/go_module_metadata.go index 6913c7ea592..6e9be33005c 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/lexmodelsv2/CHANGELOG.md b/service/lexmodelsv2/CHANGELOG.md index 53bcaaf2848..a4b7447601d 100644 --- a/service/lexmodelsv2/CHANGELOG.md +++ b/service/lexmodelsv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.36.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.36.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexmodelsv2/go.mod b/service/lexmodelsv2/go.mod index 670bc8c95dd..cae839800c3 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 c41ef994aff..54c787ef9a3 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.36.2" +const goModuleVersion = "1.36.3" diff --git a/service/lexruntimeservice/CHANGELOG.md b/service/lexruntimeservice/CHANGELOG.md index 48b7dcfb1bc..a1d889d0679 100644 --- a/service/lexruntimeservice/CHANGELOG.md +++ b/service/lexruntimeservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexruntimeservice/go.mod b/service/lexruntimeservice/go.mod index 383fe90c4c2..098a0bf51d9 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/lexruntimeservice/go_module_metadata.go b/service/lexruntimeservice/go_module_metadata.go index 62876fd610d..21e8d520060 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/lexruntimev2/CHANGELOG.md b/service/lexruntimev2/CHANGELOG.md index 2f9b2d3be04..4e8040f2e39 100644 --- a/service/lexruntimev2/CHANGELOG.md +++ b/service/lexruntimev2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexruntimev2/go.mod b/service/lexruntimev2/go.mod index 787512cb136..33e28fcdc09 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 + github.com/aws/aws-sdk-go-v2 v1.23.1 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/lexruntimev2/go_module_metadata.go b/service/lexruntimev2/go_module_metadata.go index 06ec520c519..66a16e8f327 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/licensemanager/CHANGELOG.md b/service/licensemanager/CHANGELOG.md index 8c4865570e7..6ff8d0a6e76 100644 --- a/service/licensemanager/CHANGELOG.md +++ b/service/licensemanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/licensemanager/go.mod b/service/licensemanager/go.mod index 3d2d2cb5a40..f6d344acbb6 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/licensemanager/go_module_metadata.go b/service/licensemanager/go_module_metadata.go index 4cd5ec703cc..e28c2cccb67 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.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/licensemanagerlinuxsubscriptions/CHANGELOG.md b/service/licensemanagerlinuxsubscriptions/CHANGELOG.md index adf6f52833f..10a1ff13033 100644 --- a/service/licensemanagerlinuxsubscriptions/CHANGELOG.md +++ b/service/licensemanagerlinuxsubscriptions/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/licensemanagerlinuxsubscriptions/go.mod b/service/licensemanagerlinuxsubscriptions/go.mod index bb49306d6b8..b6b2f579a9c 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/licensemanagerlinuxsubscriptions/go_module_metadata.go b/service/licensemanagerlinuxsubscriptions/go_module_metadata.go index 0208d6a53e2..ce9196b11af 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.5.2" +const goModuleVersion = "1.5.3" diff --git a/service/licensemanagerusersubscriptions/CHANGELOG.md b/service/licensemanagerusersubscriptions/CHANGELOG.md index 358d0448672..187a865a2f8 100644 --- a/service/licensemanagerusersubscriptions/CHANGELOG.md +++ b/service/licensemanagerusersubscriptions/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/licensemanagerusersubscriptions/go.mod b/service/licensemanagerusersubscriptions/go.mod index e415c79d0b0..7fc1fa0f02b 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/licensemanagerusersubscriptions/go_module_metadata.go b/service/licensemanagerusersubscriptions/go_module_metadata.go index 02f03d34495..a2f3e6e0303 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.6.2" +const goModuleVersion = "1.6.3" diff --git a/service/lightsail/CHANGELOG.md b/service/lightsail/CHANGELOG.md index b6da738a148..cb3bdabe2f9 100644 --- a/service/lightsail/CHANGELOG.md +++ b/service/lightsail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.31.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lightsail/go.mod b/service/lightsail/go.mod index b07c4675033..d567874ddf8 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/lightsail/go_module_metadata.go b/service/lightsail/go_module_metadata.go index 33ca3ad28d5..18f9a0e04e7 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.31.2" +const goModuleVersion = "1.31.3" diff --git a/service/location/CHANGELOG.md b/service/location/CHANGELOG.md index f05cb7fc761..d9d18433741 100644 --- a/service/location/CHANGELOG.md +++ b/service/location/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.31.0 (2023-11-17) * **Feature**: Remove default value and allow nullable for request parameters having minimum value larger than zero. diff --git a/service/location/go.mod b/service/location/go.mod index 36f713de10e..ba6bee45713 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/location/go_module_metadata.go b/service/location/go_module_metadata.go index 9f787d29ad0..1979e87b22d 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.31.0" +const goModuleVersion = "1.31.1" diff --git a/service/lookoutequipment/CHANGELOG.md b/service/lookoutequipment/CHANGELOG.md index 751faf9c486..0c98c74a76e 100644 --- a/service/lookoutequipment/CHANGELOG.md +++ b/service/lookoutequipment/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lookoutequipment/go.mod b/service/lookoutequipment/go.mod index 52d95737b02..0c52e4f4ddb 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/lookoutequipment/go_module_metadata.go b/service/lookoutequipment/go_module_metadata.go index 9af95ef721d..98d3ad4e0b4 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/lookoutmetrics/CHANGELOG.md b/service/lookoutmetrics/CHANGELOG.md index f587b13bfb5..507b2ef2581 100644 --- a/service/lookoutmetrics/CHANGELOG.md +++ b/service/lookoutmetrics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lookoutmetrics/go.mod b/service/lookoutmetrics/go.mod index e69a8ef6cee..69a78aa245d 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/lookoutmetrics/go_module_metadata.go b/service/lookoutmetrics/go_module_metadata.go index e5a313ca5ea..89b28492ac8 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.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/lookoutvision/CHANGELOG.md b/service/lookoutvision/CHANGELOG.md index a04d309ffca..5f3592b8d35 100644 --- a/service/lookoutvision/CHANGELOG.md +++ b/service/lookoutvision/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lookoutvision/go.mod b/service/lookoutvision/go.mod index 473997da583..0f7f56d3fe9 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/lookoutvision/go_module_metadata.go b/service/lookoutvision/go_module_metadata.go index f0343389af1..3e9e98b710d 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.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/m2/CHANGELOG.md b/service/m2/CHANGELOG.md index c32d6ebc319..9390dcc9d19 100644 --- a/service/m2/CHANGELOG.md +++ b/service/m2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/m2/go.mod b/service/m2/go.mod index 4c98193bc41..740d72c86b2 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/m2/go_module_metadata.go b/service/m2/go_module_metadata.go index 7d7264ac84d..fc18dab4a1f 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.9.2" +const goModuleVersion = "1.9.3" diff --git a/service/machinelearning/CHANGELOG.md b/service/machinelearning/CHANGELOG.md index 87d317dae8f..9d7431a11a0 100644 --- a/service/machinelearning/CHANGELOG.md +++ b/service/machinelearning/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/machinelearning/go.mod b/service/machinelearning/go.mod index 7d5c8d19054..50c8ef3356a 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 edb778c1ca3..2db1eebb68f 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.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/macie2/CHANGELOG.md b/service/macie2/CHANGELOG.md index 561bd741fc7..04d4b600bb7 100644 --- a/service/macie2/CHANGELOG.md +++ b/service/macie2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.0 (2023-11-16) * **Feature**: This release adds support for configuring Macie to assume an IAM role when retrieving sample occurrences of sensitive data reported by findings. diff --git a/service/macie2/go.mod b/service/macie2/go.mod index a49595b45dd..f56f99976e3 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 748b06cf390..e16a99f38c3 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.33.0" +const goModuleVersion = "1.33.1" diff --git a/service/managedblockchain/CHANGELOG.md b/service/managedblockchain/CHANGELOG.md index 0e4f16005cc..515be8c3438 100644 --- a/service/managedblockchain/CHANGELOG.md +++ b/service/managedblockchain/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/managedblockchain/go.mod b/service/managedblockchain/go.mod index 452d2537c27..2d80dd4973c 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/managedblockchain/go_module_metadata.go b/service/managedblockchain/go_module_metadata.go index 2d2dc0a75fb..9751644c242 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/managedblockchainquery/CHANGELOG.md b/service/managedblockchainquery/CHANGELOG.md index 09f608df616..54693a02472 100644 --- a/service/managedblockchainquery/CHANGELOG.md +++ b/service/managedblockchainquery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/managedblockchainquery/go.mod b/service/managedblockchainquery/go.mod index 1c25fe8f4cb..78a1a831d9d 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/managedblockchainquery/go_module_metadata.go b/service/managedblockchainquery/go_module_metadata.go index d60fc9f78ee..71751e53665 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.5.2" +const goModuleVersion = "1.5.3" diff --git a/service/marketplacecatalog/CHANGELOG.md b/service/marketplacecatalog/CHANGELOG.md index 1837cf005fd..ebeedf5eb57 100644 --- a/service/marketplacecatalog/CHANGELOG.md +++ b/service/marketplacecatalog/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacecatalog/go.mod b/service/marketplacecatalog/go.mod index 025c978d5e3..d9294946309 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/marketplacecatalog/go_module_metadata.go b/service/marketplacecatalog/go_module_metadata.go index eb43f7163f7..a20aeec2bf3 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.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/marketplacecommerceanalytics/CHANGELOG.md b/service/marketplacecommerceanalytics/CHANGELOG.md index 5fe14fa0602..f48d517ce35 100644 --- a/service/marketplacecommerceanalytics/CHANGELOG.md +++ b/service/marketplacecommerceanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacecommerceanalytics/go.mod b/service/marketplacecommerceanalytics/go.mod index 079c51fdd8a..ef2e468a4c3 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/marketplacecommerceanalytics/go_module_metadata.go b/service/marketplacecommerceanalytics/go_module_metadata.go index d81196f3458..d4d57f3ff07 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/marketplaceentitlementservice/CHANGELOG.md b/service/marketplaceentitlementservice/CHANGELOG.md index 78d03d0b4fe..ae58261b9df 100644 --- a/service/marketplaceentitlementservice/CHANGELOG.md +++ b/service/marketplaceentitlementservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.2 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.1 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplaceentitlementservice/go.mod b/service/marketplaceentitlementservice/go.mod index 938b77bcfe8..2dfa26fd693 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/marketplaceentitlementservice/go_module_metadata.go b/service/marketplaceentitlementservice/go_module_metadata.go index 03730bfbd2e..d8718d10fcd 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.17.1" +const goModuleVersion = "1.17.2" diff --git a/service/marketplacemetering/CHANGELOG.md b/service/marketplacemetering/CHANGELOG.md index 107f0c154cf..38a13d0b998 100644 --- a/service/marketplacemetering/CHANGELOG.md +++ b/service/marketplacemetering/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacemetering/go.mod b/service/marketplacemetering/go.mod index 02bfa405cb7..f1f01f3b3aa 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/marketplacemetering/go_module_metadata.go b/service/marketplacemetering/go_module_metadata.go index 73d6e2f96e3..d85c100f75e 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/mediaconnect/CHANGELOG.md b/service/mediaconnect/CHANGELOG.md index 9c7d363da60..6429a5c9dcb 100644 --- a/service/mediaconnect/CHANGELOG.md +++ b/service/mediaconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediaconnect/go.mod b/service/mediaconnect/go.mod index d7bbe501db1..3dad27473f6 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 4a2f8d160a0..21897fb25a8 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.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/mediaconvert/CHANGELOG.md b/service/mediaconvert/CHANGELOG.md index 3d094de3c9f..c2afb702e25 100644 --- a/service/mediaconvert/CHANGELOG.md +++ b/service/mediaconvert/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.47.2 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.47.1 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediaconvert/go.mod b/service/mediaconvert/go.mod index 7b2e409e84b..fdd5df57be4 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/mediaconvert/go_module_metadata.go b/service/mediaconvert/go_module_metadata.go index e7381ec9bec..fd4d93d8a9c 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.47.1" +const goModuleVersion = "1.47.2" diff --git a/service/medialive/CHANGELOG.md b/service/medialive/CHANGELOG.md index 1f8ab295d2f..8d2624f98af 100644 --- a/service/medialive/CHANGELOG.md +++ b/service/medialive/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.41.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.41.0 (2023-11-17) * **Feature**: MediaLive has now added support for per-output static image overlay. diff --git a/service/medialive/go.mod b/service/medialive/go.mod index b77842be1a6..ec4339a4756 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 9c6092444e2..4331476963e 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.41.0" +const goModuleVersion = "1.41.1" diff --git a/service/mediapackage/CHANGELOG.md b/service/mediapackage/CHANGELOG.md index db6693ca53e..3e950bd23d4 100644 --- a/service/mediapackage/CHANGELOG.md +++ b/service/mediapackage/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.0 (2023-11-16) * **Feature**: DRM_TOP_LEVEL_COMPACT allows placing content protection elements at the MPD level and referenced at the AdaptationSet level diff --git a/service/mediapackage/go.mod b/service/mediapackage/go.mod index d0272d1d961..62dec2f8278 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/mediapackage/go_module_metadata.go b/service/mediapackage/go_module_metadata.go index c9e06928595..3e9adf774d9 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.27.0" +const goModuleVersion = "1.27.1" diff --git a/service/mediapackagev2/CHANGELOG.md b/service/mediapackagev2/CHANGELOG.md index 57fa13f3190..de84829ff22 100644 --- a/service/mediapackagev2/CHANGELOG.md +++ b/service/mediapackagev2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediapackagev2/go.mod b/service/mediapackagev2/go.mod index ae124ec7080..095071b6e05 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/mediapackagev2/go_module_metadata.go b/service/mediapackagev2/go_module_metadata.go index 6d382c77a72..5a7ae75bd90 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.6.2" +const goModuleVersion = "1.6.3" diff --git a/service/mediapackagevod/CHANGELOG.md b/service/mediapackagevod/CHANGELOG.md index 44904d8aded..d7480e4225e 100644 --- a/service/mediapackagevod/CHANGELOG.md +++ b/service/mediapackagevod/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediapackagevod/go.mod b/service/mediapackagevod/go.mod index b4f38d14dcf..b823564c8d1 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/mediapackagevod/go_module_metadata.go b/service/mediapackagevod/go_module_metadata.go index efc0712426d..7c19c66e988 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.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/mediastore/CHANGELOG.md b/service/mediastore/CHANGELOG.md index 6048f5cfa2c..413565acc44 100644 --- a/service/mediastore/CHANGELOG.md +++ b/service/mediastore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediastore/go.mod b/service/mediastore/go.mod index 0a7832d3f11..7b419d7abfb 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/mediastore/go_module_metadata.go b/service/mediastore/go_module_metadata.go index 7961d2d93f8..efd50733566 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/mediastoredata/CHANGELOG.md b/service/mediastoredata/CHANGELOG.md index 3ea7afb34bb..fa716f1ab1e 100644 --- a/service/mediastoredata/CHANGELOG.md +++ b/service/mediastoredata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediastoredata/go.mod b/service/mediastoredata/go.mod index 1c70adaedac..c89bdfcacfc 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/mediastoredata/go_module_metadata.go b/service/mediastoredata/go_module_metadata.go index fd360f783b1..8d9ca1705e7 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/mediatailor/CHANGELOG.md b/service/mediatailor/CHANGELOG.md index 07b016f4512..38b8b9c2de9 100644 --- a/service/mediatailor/CHANGELOG.md +++ b/service/mediatailor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.2 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.31.1 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediatailor/go.mod b/service/mediatailor/go.mod index 84b2d9e990c..5593c2a5a81 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/mediatailor/go_module_metadata.go b/service/mediatailor/go_module_metadata.go index 623d3bfa727..3b2b57dd58a 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.31.1" +const goModuleVersion = "1.31.2" diff --git a/service/medicalimaging/CHANGELOG.md b/service/medicalimaging/CHANGELOG.md index 52fd4b48d68..35a34381482 100644 --- a/service/medicalimaging/CHANGELOG.md +++ b/service/medicalimaging/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/medicalimaging/go.mod b/service/medicalimaging/go.mod index 76b7e5eef24..b73bb794860 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/medicalimaging/go_module_metadata.go b/service/medicalimaging/go_module_metadata.go index c5c5c89e1ec..76ccca9526e 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.4.2" +const goModuleVersion = "1.4.3" diff --git a/service/memorydb/CHANGELOG.md b/service/memorydb/CHANGELOG.md index b3031534be0..b8452398a5d 100644 --- a/service/memorydb/CHANGELOG.md +++ b/service/memorydb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/memorydb/go.mod b/service/memorydb/go.mod index d758e091346..21ea1e2000b 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/memorydb/go_module_metadata.go b/service/memorydb/go_module_metadata.go index d9c0b752705..86f3c07ea3f 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/mgn/CHANGELOG.md b/service/mgn/CHANGELOG.md index f8b0d45ff65..4c4678d135a 100644 --- a/service/mgn/CHANGELOG.md +++ b/service/mgn/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.0 (2023-11-17) * **Feature**: Removed invalid and unnecessary default values. diff --git a/service/mgn/go.mod b/service/mgn/go.mod index 15cc21ac94c..1fe0456a797 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/mgn/go_module_metadata.go b/service/mgn/go_module_metadata.go index c2cf3812c14..9417ec07ee5 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.24.0" +const goModuleVersion = "1.24.1" diff --git a/service/migrationhub/CHANGELOG.md b/service/migrationhub/CHANGELOG.md index 6048f5cfa2c..413565acc44 100644 --- a/service/migrationhub/CHANGELOG.md +++ b/service/migrationhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhub/go.mod b/service/migrationhub/go.mod index 97f0706791a..ab344b364d4 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/migrationhub/go_module_metadata.go b/service/migrationhub/go_module_metadata.go index 86e9da252e3..342bf8cd0ba 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/migrationhubconfig/CHANGELOG.md b/service/migrationhubconfig/CHANGELOG.md index 42c6fe86779..ba4c371670e 100644 --- a/service/migrationhubconfig/CHANGELOG.md +++ b/service/migrationhubconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhubconfig/go.mod b/service/migrationhubconfig/go.mod index a7b00c11c7c..aea5710dbfc 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/migrationhubconfig/go_module_metadata.go b/service/migrationhubconfig/go_module_metadata.go index 67c3cad7aea..26f14489d6c 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/migrationhuborchestrator/CHANGELOG.md b/service/migrationhuborchestrator/CHANGELOG.md index 7089f1f2bfe..e5780753161 100644 --- a/service/migrationhuborchestrator/CHANGELOG.md +++ b/service/migrationhuborchestrator/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhuborchestrator/go.mod b/service/migrationhuborchestrator/go.mod index 991a534a581..438b23a041f 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/migrationhuborchestrator/go_module_metadata.go b/service/migrationhuborchestrator/go_module_metadata.go index 4bc5ef79bbc..25d6f043dbd 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.5.2" +const goModuleVersion = "1.5.3" diff --git a/service/migrationhubrefactorspaces/CHANGELOG.md b/service/migrationhubrefactorspaces/CHANGELOG.md index 680347c1652..0133ab8fc70 100644 --- a/service/migrationhubrefactorspaces/CHANGELOG.md +++ b/service/migrationhubrefactorspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhubrefactorspaces/go.mod b/service/migrationhubrefactorspaces/go.mod index 628f006c453..ddbab0bf324 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/migrationhubrefactorspaces/go_module_metadata.go b/service/migrationhubrefactorspaces/go_module_metadata.go index 0064cb016dd..471dcdf28e5 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/migrationhubstrategy/CHANGELOG.md b/service/migrationhubstrategy/CHANGELOG.md index 2de111eeee9..ffb53958e89 100644 --- a/service/migrationhubstrategy/CHANGELOG.md +++ b/service/migrationhubstrategy/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhubstrategy/go.mod b/service/migrationhubstrategy/go.mod index fb5a172203e..518e69cf4bc 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/migrationhubstrategy/go_module_metadata.go b/service/migrationhubstrategy/go_module_metadata.go index 04a57617040..7a91e6cb879 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/mobile/CHANGELOG.md b/service/mobile/CHANGELOG.md index 5e8384cacfa..2a22740e79b 100644 --- a/service/mobile/CHANGELOG.md +++ b/service/mobile/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mobile/go.mod b/service/mobile/go.mod index 05c72e00f04..e777e376d10 100644 --- a/service/mobile/go.mod +++ b/service/mobile/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mobile go 1.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/mobile/go_module_metadata.go b/service/mobile/go_module_metadata.go index 9e8763bd928..0d1c7e590c2 100644 --- a/service/mobile/go_module_metadata.go +++ b/service/mobile/go_module_metadata.go @@ -3,4 +3,4 @@ package mobile // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/mq/CHANGELOG.md b/service/mq/CHANGELOG.md index fe24e873c8a..195976f0c66 100644 --- a/service/mq/CHANGELOG.md +++ b/service/mq/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mq/go.mod b/service/mq/go.mod index 37cb24d9c5a..483b1840bd2 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/mq/go_module_metadata.go b/service/mq/go_module_metadata.go index 9df73a36c41..ef1e61d2569 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/mturk/CHANGELOG.md b/service/mturk/CHANGELOG.md index 0b4871746f3..3f8ad7c7309 100644 --- a/service/mturk/CHANGELOG.md +++ b/service/mturk/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mturk/go.mod b/service/mturk/go.mod index a02dc7da905..096e7bc953e 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/mturk/go_module_metadata.go b/service/mturk/go_module_metadata.go index 1cc36297e70..eb58602e85a 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/mwaa/CHANGELOG.md b/service/mwaa/CHANGELOG.md index 92896942d4b..81d0e0ec5c1 100644 --- a/service/mwaa/CHANGELOG.md +++ b/service/mwaa/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.0 (2023-11-15) * **Feature**: This Amazon MWAA release adds support for customer-managed VPC endpoints. This lets you choose whether to create, and manage your environment's VPC endpoints, or to have Amazon MWAA create, and manage them for you. diff --git a/service/mwaa/go.mod b/service/mwaa/go.mod index 2ac69eb9d75..368d8312f9a 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/mwaa/go_module_metadata.go b/service/mwaa/go_module_metadata.go index 01dd80cef55..f476084f9ab 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.21.0" +const goModuleVersion = "1.21.1" diff --git a/service/neptune/CHANGELOG.md b/service/neptune/CHANGELOG.md index b503f086f6e..f66403914bc 100644 --- a/service/neptune/CHANGELOG.md +++ b/service/neptune/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/neptune/go.mod b/service/neptune/go.mod index cd97f6fe006..4ea257123ee 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.3 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 ea79f51aea9..c1cbdacf93c 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.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/neptunedata/CHANGELOG.md b/service/neptunedata/CHANGELOG.md index 0e32a180618..ccc1321029a 100644 --- a/service/neptunedata/CHANGELOG.md +++ b/service/neptunedata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/neptunedata/go.mod b/service/neptunedata/go.mod index ef6a332cacd..63584e6df37 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/neptunedata/go_module_metadata.go b/service/neptunedata/go_module_metadata.go index dffed9f0e42..370f697a629 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.2.2" +const goModuleVersion = "1.2.3" diff --git a/service/networkfirewall/CHANGELOG.md b/service/networkfirewall/CHANGELOG.md index 892a699903a..0640d1509f2 100644 --- a/service/networkfirewall/CHANGELOG.md +++ b/service/networkfirewall/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.35.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.35.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/networkfirewall/go.mod b/service/networkfirewall/go.mod index ff98fdffb2e..639a0ecfebd 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/networkfirewall/go_module_metadata.go b/service/networkfirewall/go_module_metadata.go index 469458f6874..335c74c314e 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.35.2" +const goModuleVersion = "1.35.3" diff --git a/service/networkmanager/CHANGELOG.md b/service/networkmanager/CHANGELOG.md index 1a93bd5e9e2..93fe8ee76c0 100644 --- a/service/networkmanager/CHANGELOG.md +++ b/service/networkmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/networkmanager/go.mod b/service/networkmanager/go.mod index 7300817d9bf..8b07f5b0a87 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/networkmanager/go_module_metadata.go b/service/networkmanager/go_module_metadata.go index 1423d36c19b..317027daf3d 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.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/nimble/CHANGELOG.md b/service/nimble/CHANGELOG.md index 262124e167c..945b78ca7cc 100644 --- a/service/nimble/CHANGELOG.md +++ b/service/nimble/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/nimble/go.mod b/service/nimble/go.mod index 51fe8cb569d..36bd6ce072d 100644 --- a/service/nimble/go.mod +++ b/service/nimble/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/nimble go 1.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 github.com/jmespath/go-jmespath v0.4.0 diff --git a/service/nimble/go_module_metadata.go b/service/nimble/go_module_metadata.go index abdb73287bd..8dc05ba7302 100644 --- a/service/nimble/go_module_metadata.go +++ b/service/nimble/go_module_metadata.go @@ -3,4 +3,4 @@ package nimble // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/oam/CHANGELOG.md b/service/oam/CHANGELOG.md index de031c48adb..3d0b207e562 100644 --- a/service/oam/CHANGELOG.md +++ b/service/oam/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/oam/go.mod b/service/oam/go.mod index 9fcffae893d..d82b0c91542 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/oam/go_module_metadata.go b/service/oam/go_module_metadata.go index 3b917e23529..c39369bec29 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.6.2" +const goModuleVersion = "1.6.3" diff --git a/service/omics/CHANGELOG.md b/service/omics/CHANGELOG.md index ba4a9df44ff..e3313321d87 100644 --- a/service/omics/CHANGELOG.md +++ b/service/omics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.2 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.1 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/omics/go.mod b/service/omics/go.mod index 15b18a425e6..f772ef09a9b 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 f1d440d5652..c2bab064558 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.15.1" +const goModuleVersion = "1.15.2" diff --git a/service/opensearch/CHANGELOG.md b/service/opensearch/CHANGELOG.md index e9cd42b1e75..73066fca7f3 100644 --- a/service/opensearch/CHANGELOG.md +++ b/service/opensearch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opensearch/go.mod b/service/opensearch/go.mod index 6cdc728a62e..df3cda2c5a2 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/opensearch/go_module_metadata.go b/service/opensearch/go_module_metadata.go index c6308b113b2..5bcff0bd95d 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.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/opensearchserverless/CHANGELOG.md b/service/opensearchserverless/CHANGELOG.md index 0b640e61258..e53e152fb78 100644 --- a/service/opensearchserverless/CHANGELOG.md +++ b/service/opensearchserverless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opensearchserverless/go.mod b/service/opensearchserverless/go.mod index 88b1299e6df..7b7e6827aa8 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/opensearchserverless/go_module_metadata.go b/service/opensearchserverless/go_module_metadata.go index 9c325337058..43016c2e54a 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.8.2" +const goModuleVersion = "1.8.3" diff --git a/service/opsworks/CHANGELOG.md b/service/opsworks/CHANGELOG.md index 117661ac27f..6f291748cfa 100644 --- a/service/opsworks/CHANGELOG.md +++ b/service/opsworks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opsworks/go.mod b/service/opsworks/go.mod index 59b6915a7be..4ab94bb6275 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 9a7132d4c38..6aa876762f3 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/opsworkscm/CHANGELOG.md b/service/opsworkscm/CHANGELOG.md index 85dadf8132e..60b8a2cd6b0 100644 --- a/service/opsworkscm/CHANGELOG.md +++ b/service/opsworkscm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opsworkscm/go.mod b/service/opsworkscm/go.mod index 9b35ef52519..e710f35713d 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 0e1acb8886a..9d6b6947c76 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/organizations/CHANGELOG.md b/service/organizations/CHANGELOG.md index da511ce1415..5d29fa6c2a9 100644 --- a/service/organizations/CHANGELOG.md +++ b/service/organizations/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/organizations/go.mod b/service/organizations/go.mod index c072643b962..62c7f9fa763 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/organizations/go_module_metadata.go b/service/organizations/go_module_metadata.go index a56b050324b..b3016bacbd0 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.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/osis/CHANGELOG.md b/service/osis/CHANGELOG.md index 73f5eb5bd1f..f312bf1af49 100644 --- a/service/osis/CHANGELOG.md +++ b/service/osis/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.0 (2023-11-17) * **Feature**: Add support for enabling a persistent buffer when creating or updating an OpenSearch Ingestion pipeline. Add tags to Pipeline and PipelineSummary response models. diff --git a/service/osis/go.mod b/service/osis/go.mod index 7568999f33d..ba032e522c5 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/osis/go_module_metadata.go b/service/osis/go_module_metadata.go index 1b36d8b4498..a360694c88c 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.5.0" +const goModuleVersion = "1.5.1" diff --git a/service/outposts/CHANGELOG.md b/service/outposts/CHANGELOG.md index 84fc282e7e2..cb43be4c400 100644 --- a/service/outposts/CHANGELOG.md +++ b/service/outposts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/outposts/go.mod b/service/outposts/go.mod index 9f64a29bca1..d96f4582454 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/outposts/go_module_metadata.go b/service/outposts/go_module_metadata.go index 846baf1fea8..426a20916ce 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.33.2" +const goModuleVersion = "1.33.3" diff --git a/service/panorama/CHANGELOG.md b/service/panorama/CHANGELOG.md index 514c73dff6f..14b09be7d93 100644 --- a/service/panorama/CHANGELOG.md +++ b/service/panorama/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/panorama/go.mod b/service/panorama/go.mod index f7aacfdce50..d5bb4d44e80 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/panorama/go_module_metadata.go b/service/panorama/go_module_metadata.go index df509282e13..1927c570c13 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/paymentcryptography/CHANGELOG.md b/service/paymentcryptography/CHANGELOG.md index 64c747a3757..4854a1d8fd9 100644 --- a/service/paymentcryptography/CHANGELOG.md +++ b/service/paymentcryptography/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/paymentcryptography/go.mod b/service/paymentcryptography/go.mod index b081bfe71e6..99f9238ebc8 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/paymentcryptography/go_module_metadata.go b/service/paymentcryptography/go_module_metadata.go index 093b5b54680..9f31172bb3a 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.4.2" +const goModuleVersion = "1.4.3" diff --git a/service/paymentcryptographydata/CHANGELOG.md b/service/paymentcryptographydata/CHANGELOG.md index e3f4592b1af..176d5f95f18 100644 --- a/service/paymentcryptographydata/CHANGELOG.md +++ b/service/paymentcryptographydata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/paymentcryptographydata/go.mod b/service/paymentcryptographydata/go.mod index 97e5edff46a..31f12e5977e 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/paymentcryptographydata/go_module_metadata.go b/service/paymentcryptographydata/go_module_metadata.go index 94c108d114d..42d7aac2329 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.4.2" +const goModuleVersion = "1.4.3" diff --git a/service/pcaconnectorad/CHANGELOG.md b/service/pcaconnectorad/CHANGELOG.md index 1bc00c249ca..cf468e4e19d 100644 --- a/service/pcaconnectorad/CHANGELOG.md +++ b/service/pcaconnectorad/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pcaconnectorad/go.mod b/service/pcaconnectorad/go.mod index dca2283238a..24aa3926ba0 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/pcaconnectorad/go_module_metadata.go b/service/pcaconnectorad/go_module_metadata.go index ba23b19bc0f..ab6782825a3 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.2.2" +const goModuleVersion = "1.2.3" diff --git a/service/personalize/CHANGELOG.md b/service/personalize/CHANGELOG.md index 4b0a5131255..646abdd506b 100644 --- a/service/personalize/CHANGELOG.md +++ b/service/personalize/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/personalize/go.mod b/service/personalize/go.mod index 3e1d0dc2347..a53960b5c2c 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/personalize/go_module_metadata.go b/service/personalize/go_module_metadata.go index 250c5716de4..3843c771126 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.28.2" +const goModuleVersion = "1.28.3" diff --git a/service/personalizeevents/CHANGELOG.md b/service/personalizeevents/CHANGELOG.md index 3e2321ef818..2e3cd67b367 100644 --- a/service/personalizeevents/CHANGELOG.md +++ b/service/personalizeevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/personalizeevents/go.mod b/service/personalizeevents/go.mod index 31409d61dbb..df0a5a5cddf 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/personalizeevents/go_module_metadata.go b/service/personalizeevents/go_module_metadata.go index 6afb28978f7..d3f7532a28f 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/personalizeruntime/CHANGELOG.md b/service/personalizeruntime/CHANGELOG.md index 0663b33de68..e8976b0037f 100644 --- a/service/personalizeruntime/CHANGELOG.md +++ b/service/personalizeruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/personalizeruntime/go.mod b/service/personalizeruntime/go.mod index f24c53617d0..b41b458ca4a 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/personalizeruntime/go_module_metadata.go b/service/personalizeruntime/go_module_metadata.go index 5dbe4930e9e..89c941af33d 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/pi/CHANGELOG.md b/service/pi/CHANGELOG.md index 0f78a61438a..56a4db012fb 100644 --- a/service/pi/CHANGELOG.md +++ b/service/pi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pi/go.mod b/service/pi/go.mod index dbc4ef65957..46a3f4fb156 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/pi/go_module_metadata.go b/service/pi/go_module_metadata.go index 09c6dc0b591..da88bdd4369 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/pinpoint/CHANGELOG.md b/service/pinpoint/CHANGELOG.md index 319615f74bd..98e6fa4dd37 100644 --- a/service/pinpoint/CHANGELOG.md +++ b/service/pinpoint/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpoint/go.mod b/service/pinpoint/go.mod index d66eb854b81..a37b2599c8e 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/pinpoint/go_module_metadata.go b/service/pinpoint/go_module_metadata.go index 264fa6cd63d..f5d3d02d67a 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.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/pinpointemail/CHANGELOG.md b/service/pinpointemail/CHANGELOG.md index 929d378656c..9eb49d8a676 100644 --- a/service/pinpointemail/CHANGELOG.md +++ b/service/pinpointemail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpointemail/go.mod b/service/pinpointemail/go.mod index f5322bc75fd..12d89d338b8 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/pinpointemail/go_module_metadata.go b/service/pinpointemail/go_module_metadata.go index 7d7e5566552..612f0f87fac 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/pinpointsmsvoice/CHANGELOG.md b/service/pinpointsmsvoice/CHANGELOG.md index f3b8bf28e91..b5e8ac66bea 100644 --- a/service/pinpointsmsvoice/CHANGELOG.md +++ b/service/pinpointsmsvoice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpointsmsvoice/go.mod b/service/pinpointsmsvoice/go.mod index 1c93b194c79..761c1c85d70 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/pinpointsmsvoice/go_module_metadata.go b/service/pinpointsmsvoice/go_module_metadata.go index 8c03d22dd04..7e48fc8c472 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/pinpointsmsvoicev2/CHANGELOG.md b/service/pinpointsmsvoicev2/CHANGELOG.md index 5ee32f4d659..9b93d1cea34 100644 --- a/service/pinpointsmsvoicev2/CHANGELOG.md +++ b/service/pinpointsmsvoicev2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.0 (2023-11-16) * **Feature**: Amazon Pinpoint now offers additional operations as part of version 2 of the SMS and voice APIs. This release includes 26 new APIs to create and manage phone number registrations, add verified destination numbers, and request sender IDs. diff --git a/service/pinpointsmsvoicev2/go.mod b/service/pinpointsmsvoicev2/go.mod index 706846f631f..069909658b1 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/pinpointsmsvoicev2/go_module_metadata.go b/service/pinpointsmsvoicev2/go_module_metadata.go index 55b32103848..39b917b996e 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.6.0" +const goModuleVersion = "1.6.1" diff --git a/service/pipes/CHANGELOG.md b/service/pipes/CHANGELOG.md index 1caa8c52d6c..ad713dff637 100644 --- a/service/pipes/CHANGELOG.md +++ b/service/pipes/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.0 (2023-11-17) * **Feature**: TargetParameters now properly supports BatchJobParameters.ArrayProperties.Size and BatchJobParameters.RetryStrategy.Attempts being optional, and EcsTaskParameters.Overrides.EphemeralStorage.SizeInGiB now properly required when setting EphemeralStorage diff --git a/service/pipes/go.mod b/service/pipes/go.mod index fb0774706eb..8d096ccbedb 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/pipes/go_module_metadata.go b/service/pipes/go_module_metadata.go index 17d09af6cf4..6b10caafa05 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.8.0" +const goModuleVersion = "1.8.1" diff --git a/service/polly/CHANGELOG.md b/service/polly/CHANGELOG.md index 58c6fd616d1..df828909762 100644 --- a/service/polly/CHANGELOG.md +++ b/service/polly/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.35.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.35.0 (2023-11-16) * **Feature**: Add new engine - long-form - dedicated for longer content, such as news articles, training materials, or marketing videos. diff --git a/service/polly/go.mod b/service/polly/go.mod index cd0a0f66fc7..141b7a5a876 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.3 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/polly/go_module_metadata.go b/service/polly/go_module_metadata.go index 32bd6f14c80..fa34f97ca10 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.35.0" +const goModuleVersion = "1.35.1" diff --git a/service/pricing/CHANGELOG.md b/service/pricing/CHANGELOG.md index 689c9382d6b..d437340f508 100644 --- a/service/pricing/CHANGELOG.md +++ b/service/pricing/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pricing/go.mod b/service/pricing/go.mod index 74c044a5eec..f7afda42f6d 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/pricing/go_module_metadata.go b/service/pricing/go_module_metadata.go index 6c1f90e06d6..3aa590e1c86 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.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/privatenetworks/CHANGELOG.md b/service/privatenetworks/CHANGELOG.md index 93c55358f0b..2b49d60fcc4 100644 --- a/service/privatenetworks/CHANGELOG.md +++ b/service/privatenetworks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/privatenetworks/go.mod b/service/privatenetworks/go.mod index cff2c918eea..29c9e8e73d6 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/privatenetworks/go_module_metadata.go b/service/privatenetworks/go_module_metadata.go index 219e3ff305d..a22254ff4e3 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.6.2" +const goModuleVersion = "1.6.3" diff --git a/service/proton/CHANGELOG.md b/service/proton/CHANGELOG.md index 46c3d3f46b4..1fe4fdd0cc3 100644 --- a/service/proton/CHANGELOG.md +++ b/service/proton/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/proton/go.mod b/service/proton/go.mod index a976fadb77c..651e54864f2 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 e06fa97c18e..e0df87b2f01 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.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/qldb/CHANGELOG.md b/service/qldb/CHANGELOG.md index 3a8916881b1..4822d5c6075 100644 --- a/service/qldb/CHANGELOG.md +++ b/service/qldb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/qldb/go.mod b/service/qldb/go.mod index c68ac365610..81d8c999b71 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/qldb/go_module_metadata.go b/service/qldb/go_module_metadata.go index e693a5270e5..0a1429667b7 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/qldbsession/CHANGELOG.md b/service/qldbsession/CHANGELOG.md index 17ca1b4b3dd..05c9f9900c2 100644 --- a/service/qldbsession/CHANGELOG.md +++ b/service/qldbsession/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/qldbsession/go.mod b/service/qldbsession/go.mod index b84f928d703..62effb108ec 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/qldbsession/go_module_metadata.go b/service/qldbsession/go_module_metadata.go index a8a669b6885..1ae9cbe4787 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/quicksight/CHANGELOG.md b/service/quicksight/CHANGELOG.md index fdc2951cc06..ac31d424402 100644 --- a/service/quicksight/CHANGELOG.md +++ b/service/quicksight/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.51.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.51.0 (2023-11-16) * **Feature**: Custom permission support for QuickSight roles; Three new datasources STARBURST, TRINO, BIGQUERY; Lenient mode changes the default behavior to allow for exporting and importing with certain UI allowed errors, Support for permissions and tags export and import. diff --git a/service/quicksight/go.mod b/service/quicksight/go.mod index e8c516b0f14..5b435fe2da5 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/quicksight/go_module_metadata.go b/service/quicksight/go_module_metadata.go index 16e35839dd4..9d16218859e 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.51.0" +const goModuleVersion = "1.51.1" diff --git a/service/ram/CHANGELOG.md b/service/ram/CHANGELOG.md index 467608f7674..046db25c9af 100644 --- a/service/ram/CHANGELOG.md +++ b/service/ram/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ram/go.mod b/service/ram/go.mod index 738d6873309..d79cf2b471b 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/ram/go_module_metadata.go b/service/ram/go_module_metadata.go index 760e4939480..3b3f1840347 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.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/rbin/CHANGELOG.md b/service/rbin/CHANGELOG.md index 53ccf530829..b78a203c051 100644 --- a/service/rbin/CHANGELOG.md +++ b/service/rbin/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rbin/go.mod b/service/rbin/go.mod index fbfff185cd1..1763af7e5b0 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/rbin/go_module_metadata.go b/service/rbin/go_module_metadata.go index 395ef885ffa..833fea8cb25 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.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/rds/CHANGELOG.md b/service/rds/CHANGELOG.md index 88969a21ef0..d90e0227c4d 100644 --- a/service/rds/CHANGELOG.md +++ b/service/rds/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.63.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.63.0 (2023-11-17) * **Feature**: This release adds support for option groups and replica enhancements to Amazon RDS Custom. diff --git a/service/rds/go.mod b/service/rds/go.mod index b7cf77a77f9..dcf2b7e2a25 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.3 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 f68bfe894f1..57c6d3cad57 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.63.0" +const goModuleVersion = "1.63.1" diff --git a/service/rdsdata/CHANGELOG.md b/service/rdsdata/CHANGELOG.md index 7f2c34bf9da..73b0f2e58e6 100644 --- a/service/rdsdata/CHANGELOG.md +++ b/service/rdsdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rdsdata/go.mod b/service/rdsdata/go.mod index 7db8f6aad29..3ef6f547a8f 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/rdsdata/go_module_metadata.go b/service/rdsdata/go_module_metadata.go index b86f3517731..935cf35ac25 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/redshift/CHANGELOG.md b/service/redshift/CHANGELOG.md index 9d7e2eec37b..e3b5287a5a9 100644 --- a/service/redshift/CHANGELOG.md +++ b/service/redshift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.37.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.37.0 (2023-11-17) * **Feature**: Updated SDK for Amazon Redshift, which you can use to configure a connection with IAM Identity Center to manage access to databases. With these, you can create a connection through a managed application. You can also change a managed application, delete it, or get information about an existing one. diff --git a/service/redshift/go.mod b/service/redshift/go.mod index 0166efe2259..5a2b5329a71 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 c896237555d..e03c7e07ff7 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.37.0" +const goModuleVersion = "1.37.1" diff --git a/service/redshiftdata/CHANGELOG.md b/service/redshiftdata/CHANGELOG.md index 9d49ce31985..8d3089ef0a6 100644 --- a/service/redshiftdata/CHANGELOG.md +++ b/service/redshiftdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/redshiftdata/go.mod b/service/redshiftdata/go.mod index 43c6ec5f31a..fd72e65cd83 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/redshiftdata/go_module_metadata.go b/service/redshiftdata/go_module_metadata.go index 8041058caf2..ecfa6d5e69b 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.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/redshiftserverless/CHANGELOG.md b/service/redshiftserverless/CHANGELOG.md index 18f7b15ac38..450031d3607 100644 --- a/service/redshiftserverless/CHANGELOG.md +++ b/service/redshiftserverless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.0 (2023-11-17) * **Feature**: Updated SDK for Amazon Redshift Serverless, which provides the ability to configure a connection with IAM Identity Center to manage user and group access to databases. diff --git a/service/redshiftserverless/go.mod b/service/redshiftserverless/go.mod index 77582905df6..b12f666710e 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/redshiftserverless/go_module_metadata.go b/service/redshiftserverless/go_module_metadata.go index 8700abc5831..ccc1a98eb38 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.13.0" +const goModuleVersion = "1.13.1" diff --git a/service/rekognition/CHANGELOG.md b/service/rekognition/CHANGELOG.md index bfad80733ba..06b4a66d6a4 100644 --- a/service/rekognition/CHANGELOG.md +++ b/service/rekognition/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rekognition/go.mod b/service/rekognition/go.mod index 289209a62fd..5041cbcd308 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 8fdd7f7c75d..071ce9e9eb3 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.34.2" +const goModuleVersion = "1.34.3" diff --git a/service/resiliencehub/CHANGELOG.md b/service/resiliencehub/CHANGELOG.md index 3b9d78f2cf4..fd2e3019409 100644 --- a/service/resiliencehub/CHANGELOG.md +++ b/service/resiliencehub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/resiliencehub/go.mod b/service/resiliencehub/go.mod index 1ccc0cd2e46..aefaba80d1c 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/resiliencehub/go_module_metadata.go b/service/resiliencehub/go_module_metadata.go index 7a74fca32b3..abfab457884 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/resourceexplorer2/CHANGELOG.md b/service/resourceexplorer2/CHANGELOG.md index 4338d1e4f5f..dbee69d2ceb 100644 --- a/service/resourceexplorer2/CHANGELOG.md +++ b/service/resourceexplorer2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.2 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.1 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/resourceexplorer2/go.mod b/service/resourceexplorer2/go.mod index 3da86fe9165..e16604888cd 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/resourceexplorer2/go_module_metadata.go b/service/resourceexplorer2/go_module_metadata.go index 8d13b98ad58..b656bd6bb72 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.7.1" +const goModuleVersion = "1.7.2" diff --git a/service/resourcegroups/CHANGELOG.md b/service/resourcegroups/CHANGELOG.md index fd5864c0033..850d1e933f1 100644 --- a/service/resourcegroups/CHANGELOG.md +++ b/service/resourcegroups/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/resourcegroups/go.mod b/service/resourcegroups/go.mod index 9c2daf4bbff..e660bcdc975 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/resourcegroups/go_module_metadata.go b/service/resourcegroups/go_module_metadata.go index d54f83b110d..558e1b495bd 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/resourcegroupstaggingapi/CHANGELOG.md b/service/resourcegroupstaggingapi/CHANGELOG.md index a78f20c6d2a..8e01331e5ec 100644 --- a/service/resourcegroupstaggingapi/CHANGELOG.md +++ b/service/resourcegroupstaggingapi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/resourcegroupstaggingapi/go.mod b/service/resourcegroupstaggingapi/go.mod index 295d31e30d5..d289553f4f6 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/resourcegroupstaggingapi/go_module_metadata.go b/service/resourcegroupstaggingapi/go_module_metadata.go index 33edcbb1219..dab20180090 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/robomaker/CHANGELOG.md b/service/robomaker/CHANGELOG.md index 5d66d2ff0b3..8cee911460a 100644 --- a/service/robomaker/CHANGELOG.md +++ b/service/robomaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/robomaker/go.mod b/service/robomaker/go.mod index c2e210cd3ba..853984e388c 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/robomaker/go_module_metadata.go b/service/robomaker/go_module_metadata.go index 30a4f204a17..697182a7456 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.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/rolesanywhere/CHANGELOG.md b/service/rolesanywhere/CHANGELOG.md index 20ca209cf0b..d91400d60bd 100644 --- a/service/rolesanywhere/CHANGELOG.md +++ b/service/rolesanywhere/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rolesanywhere/go.mod b/service/rolesanywhere/go.mod index 9fe4af94acc..386ebc06bd5 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/rolesanywhere/go_module_metadata.go b/service/rolesanywhere/go_module_metadata.go index 2bffa602a15..bb130d45fc5 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.5.2" +const goModuleVersion = "1.5.3" diff --git a/service/route53/CHANGELOG.md b/service/route53/CHANGELOG.md index 0071c603ac2..317ce4dd4f7 100644 --- a/service/route53/CHANGELOG.md +++ b/service/route53/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53/go.mod b/service/route53/go.mod index f054d297de0..dba97cd3557 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 29ea682dba6..aaae695caea 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.34.2" +const goModuleVersion = "1.34.3" diff --git a/service/route53domains/CHANGELOG.md b/service/route53domains/CHANGELOG.md index f34a1c24cb3..17e2da62a2c 100644 --- a/service/route53domains/CHANGELOG.md +++ b/service/route53domains/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53domains/go.mod b/service/route53domains/go.mod index c9a53f2997e..da41b077c38 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/route53domains/go_module_metadata.go b/service/route53domains/go_module_metadata.go index 6ff57fccdd1..8c2a5c34098 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/route53recoverycluster/CHANGELOG.md b/service/route53recoverycluster/CHANGELOG.md index d466dcb3348..5427d635f07 100644 --- a/service/route53recoverycluster/CHANGELOG.md +++ b/service/route53recoverycluster/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53recoverycluster/go.mod b/service/route53recoverycluster/go.mod index 2f4b9701fad..61ef6d9bd88 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/route53recoverycluster/go_module_metadata.go b/service/route53recoverycluster/go_module_metadata.go index 3ca45faff97..26b4ec59d64 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/route53recoverycontrolconfig/CHANGELOG.md b/service/route53recoverycontrolconfig/CHANGELOG.md index d5ba2e5ec36..c6e7d7942d2 100644 --- a/service/route53recoverycontrolconfig/CHANGELOG.md +++ b/service/route53recoverycontrolconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53recoverycontrolconfig/go.mod b/service/route53recoverycontrolconfig/go.mod index 6753f9b8222..d9cc39d7ba4 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 879ba60cce5..827f9b3caa1 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/route53recoveryreadiness/CHANGELOG.md b/service/route53recoveryreadiness/CHANGELOG.md index df2acae7f74..a13d689f700 100644 --- a/service/route53recoveryreadiness/CHANGELOG.md +++ b/service/route53recoveryreadiness/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53recoveryreadiness/go.mod b/service/route53recoveryreadiness/go.mod index 55a67ea8975..385f97a80b6 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/route53recoveryreadiness/go_module_metadata.go b/service/route53recoveryreadiness/go_module_metadata.go index 6f1c028d66c..4f2fd0ff4cd 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/route53resolver/CHANGELOG.md b/service/route53resolver/CHANGELOG.md index a2122d8a093..a4074cb28b3 100644 --- a/service/route53resolver/CHANGELOG.md +++ b/service/route53resolver/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53resolver/go.mod b/service/route53resolver/go.mod index fa2d6d2a316..66db6e8fa43 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/route53resolver/go_module_metadata.go b/service/route53resolver/go_module_metadata.go index 34e766b5cd5..bd987aad6f5 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.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/rum/CHANGELOG.md b/service/rum/CHANGELOG.md index 95f70a4b66d..d546e577616 100644 --- a/service/rum/CHANGELOG.md +++ b/service/rum/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rum/go.mod b/service/rum/go.mod index 9f1cb388d6f..d48d329faad 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/rum/go_module_metadata.go b/service/rum/go_module_metadata.go index 5cca9d17b84..f7d0c70aa48 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/s3/CHANGELOG.md b/service/s3/CHANGELOG.md index d414f0c05ba..4e1b6f98ba9 100644 --- a/service/s3/CHANGELOG.md +++ b/service/s3/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.43.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.43.0 (2023-11-17) * **Feature**: **BREAKING CHANGE** Correct nullability of a large number of S3 structure fields. See https://github.com/aws/aws-sdk-go-v2/issues/2162. diff --git a/service/s3/go.mod b/service/s3/go.mod index 2fa12f8baab..fc3cdf37e3f 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 + github.com/aws/aws-sdk-go-v2 v1.23.1 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 - github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 + github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.4 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.3 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.3 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.3 + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.4 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/s3/go_module_metadata.go b/service/s3/go_module_metadata.go index 1ba45c0e0d7..8cd80998647 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.43.0" +const goModuleVersion = "1.43.1" diff --git a/service/s3/internal/configtesting/go.mod b/service/s3/internal/configtesting/go.mod index 869a0602185..9156a4ed0ef 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.19 require ( - github.com/aws/aws-sdk-go-v2/config v1.25.3 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.3 + github.com/aws/aws-sdk-go-v2/config v1.25.4 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.4 ) require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.16.2 // indirect - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.4 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 // indirect + github.com/aws/aws-sdk-go-v2 v1.23.1 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.16.3 // indirect + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.7.1 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 // indirect - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.3 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.17.2 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.0 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.25.3 // indirect + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.17.3 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.20.1 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.25.4 // indirect github.com/aws/smithy-go v1.17.0 // indirect ) diff --git a/service/s3control/CHANGELOG.md b/service/s3control/CHANGELOG.md index 92ad05a8a6f..144de15dbb2 100644 --- a/service/s3control/CHANGELOG.md +++ b/service/s3control/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.37.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.37.0 (2023-11-15) * **Feature**: Add 5 APIs to create, update, get, list, delete S3 Storage Lens group(eg. CreateStorageLensGroup), 3 APIs for tagging(TagResource,UntagResource,ListTagsForResource), and update to StorageLensConfiguration to allow metrics to be aggregated on Storage Lens groups. diff --git a/service/s3control/go.mod b/service/s3control/go.mod index a7c5a7a2a00..debfada121b 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/s3control/go_module_metadata.go b/service/s3control/go_module_metadata.go index 300c9451bef..74f235543f8 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.37.0" +const goModuleVersion = "1.37.1" diff --git a/service/s3outposts/CHANGELOG.md b/service/s3outposts/CHANGELOG.md index a5a5917d246..6dd182c8d75 100644 --- a/service/s3outposts/CHANGELOG.md +++ b/service/s3outposts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/s3outposts/go.mod b/service/s3outposts/go.mod index 2a92386bf0f..d45ab8140dc 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/s3outposts/go_module_metadata.go b/service/s3outposts/go_module_metadata.go index 7f1fe8c888e..7e20733104d 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/sagemaker/CHANGELOG.md b/service/sagemaker/CHANGELOG.md index a6b1192e0da..ca02ee61e6e 100644 --- a/service/sagemaker/CHANGELOG.md +++ b/service/sagemaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.117.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.117.0 (2023-11-16) * **Feature**: Amazon SageMaker Studio now supports Trainium instance types - trn1.2xlarge, trn1.32xlarge, trn1n.32xlarge. diff --git a/service/sagemaker/go.mod b/service/sagemaker/go.mod index 45f46fbfebd..b274b19acf7 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 f5265ad9eda..6b4e6aead23 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.117.0" +const goModuleVersion = "1.117.1" diff --git a/service/sagemakera2iruntime/CHANGELOG.md b/service/sagemakera2iruntime/CHANGELOG.md index 8eb22e6bf30..9d2354457d5 100644 --- a/service/sagemakera2iruntime/CHANGELOG.md +++ b/service/sagemakera2iruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakera2iruntime/go.mod b/service/sagemakera2iruntime/go.mod index 39ea4c350d3..eaeee178609 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/sagemakera2iruntime/go_module_metadata.go b/service/sagemakera2iruntime/go_module_metadata.go index 5d302fd8803..6fcf2a5368e 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.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/sagemakeredge/CHANGELOG.md b/service/sagemakeredge/CHANGELOG.md index ae6cf03a63e..02778769d4c 100644 --- a/service/sagemakeredge/CHANGELOG.md +++ b/service/sagemakeredge/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakeredge/go.mod b/service/sagemakeredge/go.mod index 3c1e7f525b8..4f9b61efaa6 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/sagemakeredge/go_module_metadata.go b/service/sagemakeredge/go_module_metadata.go index 89a24637cd0..6b0b9456108 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/sagemakerfeaturestoreruntime/CHANGELOG.md b/service/sagemakerfeaturestoreruntime/CHANGELOG.md index ea9eb4bf8f3..43510b84d49 100644 --- a/service/sagemakerfeaturestoreruntime/CHANGELOG.md +++ b/service/sagemakerfeaturestoreruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakerfeaturestoreruntime/go.mod b/service/sagemakerfeaturestoreruntime/go.mod index 755f9a9bc34..7a8c5841742 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/sagemakerfeaturestoreruntime/go_module_metadata.go b/service/sagemakerfeaturestoreruntime/go_module_metadata.go index efef1253c4c..0f325b625c7 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/sagemakergeospatial/CHANGELOG.md b/service/sagemakergeospatial/CHANGELOG.md index 60bd298a822..3c34c6ca82c 100644 --- a/service/sagemakergeospatial/CHANGELOG.md +++ b/service/sagemakergeospatial/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakergeospatial/go.mod b/service/sagemakergeospatial/go.mod index 2bafcf2d02a..79c26170e9e 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/sagemakergeospatial/go_module_metadata.go b/service/sagemakergeospatial/go_module_metadata.go index ef3992ef8e1..60df9adf5e4 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.7.2" +const goModuleVersion = "1.7.3" diff --git a/service/sagemakermetrics/CHANGELOG.md b/service/sagemakermetrics/CHANGELOG.md index 3adb0ebd6c5..0c3390d6fb2 100644 --- a/service/sagemakermetrics/CHANGELOG.md +++ b/service/sagemakermetrics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakermetrics/go.mod b/service/sagemakermetrics/go.mod index 9f97346d6ff..06b5cc167a5 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/sagemakermetrics/go_module_metadata.go b/service/sagemakermetrics/go_module_metadata.go index 5c054fa4c49..f7dd6592a55 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.5.2" +const goModuleVersion = "1.5.3" diff --git a/service/sagemakerruntime/CHANGELOG.md b/service/sagemakerruntime/CHANGELOG.md index 79cb32c6781..154903ffca9 100644 --- a/service/sagemakerruntime/CHANGELOG.md +++ b/service/sagemakerruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.4 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.3 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakerruntime/go.mod b/service/sagemakerruntime/go.mod index 022e05e2c8b..026ff3ed84d 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 + github.com/aws/aws-sdk-go-v2 v1.23.1 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/sagemakerruntime/go_module_metadata.go b/service/sagemakerruntime/go_module_metadata.go index b32050904e3..5ce7186d360 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.24.3" +const goModuleVersion = "1.24.4" diff --git a/service/savingsplans/CHANGELOG.md b/service/savingsplans/CHANGELOG.md index d3c41f43cd8..f44dfb758be 100644 --- a/service/savingsplans/CHANGELOG.md +++ b/service/savingsplans/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/savingsplans/go.mod b/service/savingsplans/go.mod index a19fb057d39..b13a3ebfbd6 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/savingsplans/go_module_metadata.go b/service/savingsplans/go_module_metadata.go index 55ada0f4624..34c7d4b0ecd 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/scheduler/CHANGELOG.md b/service/scheduler/CHANGELOG.md index 962bb291079..baf585739a7 100644 --- a/service/scheduler/CHANGELOG.md +++ b/service/scheduler/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/scheduler/go.mod b/service/scheduler/go.mod index e53e3bed537..020de1652c0 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/scheduler/go_module_metadata.go b/service/scheduler/go_module_metadata.go index 1770cfe498d..f2a37a8e439 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.5.2" +const goModuleVersion = "1.5.3" diff --git a/service/schemas/CHANGELOG.md b/service/schemas/CHANGELOG.md index 547b15806c0..a68dbc19736 100644 --- a/service/schemas/CHANGELOG.md +++ b/service/schemas/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/schemas/go.mod b/service/schemas/go.mod index 4259d0ad73b..a1647a6eb67 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 4b8e3b4b067..c0025ae2b63 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.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/secretsmanager/CHANGELOG.md b/service/secretsmanager/CHANGELOG.md index cfe9fd6ae46..3be7a3d2b41 100644 --- a/service/secretsmanager/CHANGELOG.md +++ b/service/secretsmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/secretsmanager/go.mod b/service/secretsmanager/go.mod index dd68d8b5f3e..2b85273eaa0 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/secretsmanager/go_module_metadata.go b/service/secretsmanager/go_module_metadata.go index a0a88f7a4d5..39e0558cf02 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.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/securityhub/CHANGELOG.md b/service/securityhub/CHANGELOG.md index 6ef8e16c147..8661749a5d9 100644 --- a/service/securityhub/CHANGELOG.md +++ b/service/securityhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.40.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.40.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/securityhub/go.mod b/service/securityhub/go.mod index 14205a1eab8..b66d38ab963 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/securityhub/go_module_metadata.go b/service/securityhub/go_module_metadata.go index 46628e501c3..dbac6eb5e63 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.40.2" +const goModuleVersion = "1.40.3" diff --git a/service/securitylake/CHANGELOG.md b/service/securitylake/CHANGELOG.md index d91484ec4d9..f0bc6eb8c61 100644 --- a/service/securitylake/CHANGELOG.md +++ b/service/securitylake/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/securitylake/go.mod b/service/securitylake/go.mod index 811364c71c7..e0bf7ff30e1 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/securitylake/go_module_metadata.go b/service/securitylake/go_module_metadata.go index d5a7fb3c892..2d62101d46d 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.9.2" +const goModuleVersion = "1.9.3" diff --git a/service/serverlessapplicationrepository/CHANGELOG.md b/service/serverlessapplicationrepository/CHANGELOG.md index 053abd97346..f52abea3729 100644 --- a/service/serverlessapplicationrepository/CHANGELOG.md +++ b/service/serverlessapplicationrepository/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/serverlessapplicationrepository/go.mod b/service/serverlessapplicationrepository/go.mod index 7d6f9d71998..4a5ac3edd1f 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/serverlessapplicationrepository/go_module_metadata.go b/service/serverlessapplicationrepository/go_module_metadata.go index 6dcc21835cd..8f8e233f03f 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/servicecatalog/CHANGELOG.md b/service/servicecatalog/CHANGELOG.md index 1d21572339f..7ed1a010f44 100644 --- a/service/servicecatalog/CHANGELOG.md +++ b/service/servicecatalog/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicecatalog/go.mod b/service/servicecatalog/go.mod index 4daf849ee28..66d9a4bf977 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/servicecatalog/go_module_metadata.go b/service/servicecatalog/go_module_metadata.go index 99c89cd6b4c..7c75f91dc61 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.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/servicecatalogappregistry/CHANGELOG.md b/service/servicecatalogappregistry/CHANGELOG.md index 23db3c847bb..fc97791c28b 100644 --- a/service/servicecatalogappregistry/CHANGELOG.md +++ b/service/servicecatalogappregistry/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2023-11-17) * No change notes available for this release. diff --git a/service/servicecatalogappregistry/go.mod b/service/servicecatalogappregistry/go.mod index cbdc2eb5103..edc8ff1e55a 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/servicecatalogappregistry/go_module_metadata.go b/service/servicecatalogappregistry/go_module_metadata.go index 0aad34a0f6e..4225b027c75 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.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/servicediscovery/CHANGELOG.md b/service/servicediscovery/CHANGELOG.md index a8b0f1f8073..c65914171b6 100644 --- a/service/servicediscovery/CHANGELOG.md +++ b/service/servicediscovery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicediscovery/go.mod b/service/servicediscovery/go.mod index d88d6ef4a7a..4cfe7b30287 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/servicediscovery/go_module_metadata.go b/service/servicediscovery/go_module_metadata.go index 24832aeede3..7793e89b2d4 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.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/servicequotas/CHANGELOG.md b/service/servicequotas/CHANGELOG.md index 06bba045fc8..68ff0e28aa3 100644 --- a/service/servicequotas/CHANGELOG.md +++ b/service/servicequotas/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicequotas/go.mod b/service/servicequotas/go.mod index 5d0bd5c6241..488948f6a0b 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/servicequotas/go_module_metadata.go b/service/servicequotas/go_module_metadata.go index dbb9dd32080..c1a0d8b6bdf 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/ses/CHANGELOG.md b/service/ses/CHANGELOG.md index 606b694af8e..21b66495f05 100644 --- a/service/ses/CHANGELOG.md +++ b/service/ses/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ses/go.mod b/service/ses/go.mod index ce24614d620..46522235222 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 cfd61213a0d..c074ec474df 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/sesv2/CHANGELOG.md b/service/sesv2/CHANGELOG.md index 08d40e0c650..98580001799 100644 --- a/service/sesv2/CHANGELOG.md +++ b/service/sesv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sesv2/go.mod b/service/sesv2/go.mod index e2241b054bb..2b1ecd627ed 100644 --- a/service/sesv2/go.mod +++ b/service/sesv2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sesv2 go 1.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/sesv2/go_module_metadata.go b/service/sesv2/go_module_metadata.go index 02c70836527..7bbc58ac0b7 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.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/sfn/CHANGELOG.md b/service/sfn/CHANGELOG.md index 53636140702..901288b85fa 100644 --- a/service/sfn/CHANGELOG.md +++ b/service/sfn/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.2 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.1 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sfn/go.mod b/service/sfn/go.mod index f82e42a07d8..71c90ed2f63 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/sfn/go_module_metadata.go b/service/sfn/go_module_metadata.go index 75984f8819c..51c517d9f2a 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.22.1" +const goModuleVersion = "1.22.2" diff --git a/service/shield/CHANGELOG.md b/service/shield/CHANGELOG.md index 5559784e262..0b2b873f872 100644 --- a/service/shield/CHANGELOG.md +++ b/service/shield/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/shield/go.mod b/service/shield/go.mod index e20c16b6162..84115d32093 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/shield/go_module_metadata.go b/service/shield/go_module_metadata.go index ef3e6c770ce..9a1843f0b10 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.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/signer/CHANGELOG.md b/service/signer/CHANGELOG.md index ab40663f706..6d070a83857 100644 --- a/service/signer/CHANGELOG.md +++ b/service/signer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.4 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.3 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/signer/go.mod b/service/signer/go.mod index ddf6682f7e4..014f76d8d26 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 3e88b1235c4..3a795a50b6e 100644 --- a/service/signer/go_module_metadata.go +++ b/service/signer/go_module_metadata.go @@ -3,4 +3,4 @@ package signer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.3" +const goModuleVersion = "1.18.4" diff --git a/service/simspaceweaver/CHANGELOG.md b/service/simspaceweaver/CHANGELOG.md index 46e89cee064..5efb3c644f0 100644 --- a/service/simspaceweaver/CHANGELOG.md +++ b/service/simspaceweaver/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.4 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.3 (2023-11-16) * No change notes available for this release. diff --git a/service/simspaceweaver/go.mod b/service/simspaceweaver/go.mod index 29c9809845d..f05235d3654 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/simspaceweaver/go_module_metadata.go b/service/simspaceweaver/go_module_metadata.go index 1d2c4f73c45..ef1e03fbde1 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.7.3" +const goModuleVersion = "1.7.4" diff --git a/service/sms/CHANGELOG.md b/service/sms/CHANGELOG.md index 85385e820c6..c559c02c621 100644 --- a/service/sms/CHANGELOG.md +++ b/service/sms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sms/go.mod b/service/sms/go.mod index 1a8b230a883..12e9d29bff5 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/sms/go_module_metadata.go b/service/sms/go_module_metadata.go index 575d656609c..e85b78233d8 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/snowball/CHANGELOG.md b/service/snowball/CHANGELOG.md index 621d1c00192..21d547731b0 100644 --- a/service/snowball/CHANGELOG.md +++ b/service/snowball/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/snowball/go.mod b/service/snowball/go.mod index d77c75528fc..f223286e873 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/snowball/go_module_metadata.go b/service/snowball/go_module_metadata.go index 78f033796ea..7b5f2582f59 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.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/snowdevicemanagement/CHANGELOG.md b/service/snowdevicemanagement/CHANGELOG.md index c8a3ac2bfe7..981607ddf12 100644 --- a/service/snowdevicemanagement/CHANGELOG.md +++ b/service/snowdevicemanagement/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/snowdevicemanagement/go.mod b/service/snowdevicemanagement/go.mod index d170d200ed6..f1ff8a30786 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/snowdevicemanagement/go_module_metadata.go b/service/snowdevicemanagement/go_module_metadata.go index b4223b4e6aa..7d91473dfa7 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/sns/CHANGELOG.md b/service/sns/CHANGELOG.md index eb0803bf2ab..298571ae3c5 100644 --- a/service/sns/CHANGELOG.md +++ b/service/sns/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sns/go.mod b/service/sns/go.mod index 0ea6bdf7a99..9d171a69c5c 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/sns/go_module_metadata.go b/service/sns/go_module_metadata.go index da0fbe02273..d41065b639e 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.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/sqs/CHANGELOG.md b/service/sqs/CHANGELOG.md index 1f738841147..bc5ee47dffa 100644 --- a/service/sqs/CHANGELOG.md +++ b/service/sqs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.2 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.1 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sqs/go.mod b/service/sqs/go.mod index e8850f9efdb..8168e9547ac 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/sqs/go_module_metadata.go b/service/sqs/go_module_metadata.go index fa33b52170e..dbaf757cbfc 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.28.1" +const goModuleVersion = "1.28.2" diff --git a/service/ssm/CHANGELOG.md b/service/ssm/CHANGELOG.md index a03f3c57c64..c50c1902e3a 100644 --- a/service/ssm/CHANGELOG.md +++ b/service/ssm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.43.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.43.0 (2023-11-16) * **Feature**: This release introduces the ability to filter automation execution steps which have parent steps. In addition, runbook variable information is returned by GetAutomationExecution and parent step information is returned by the DescribeAutomationStepExecutions API. diff --git a/service/ssm/go.mod b/service/ssm/go.mod index 49b005b81b5..fc404acee9e 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 0b75ad5f651..2e4ee25a1fe 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.43.0" +const goModuleVersion = "1.43.1" diff --git a/service/ssmcontacts/CHANGELOG.md b/service/ssmcontacts/CHANGELOG.md index 5bd51615872..1b67e47f534 100644 --- a/service/ssmcontacts/CHANGELOG.md +++ b/service/ssmcontacts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssmcontacts/go.mod b/service/ssmcontacts/go.mod index a5abfb106af..e870017be6b 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/ssmcontacts/go_module_metadata.go b/service/ssmcontacts/go_module_metadata.go index a7f95100493..3b6a5ba3551 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/ssmincidents/CHANGELOG.md b/service/ssmincidents/CHANGELOG.md index be4b4bde67c..5c764406d6c 100644 --- a/service/ssmincidents/CHANGELOG.md +++ b/service/ssmincidents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.0 (2023-11-16) * **Feature**: Introduces new APIs ListIncidentFindings and BatchGetIncidentFindings to use findings related to an incident. diff --git a/service/ssmincidents/go.mod b/service/ssmincidents/go.mod index 2ef5b89b43d..73ebb5b13a4 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 09ebeb04261..394f2ab3504 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.26.0" +const goModuleVersion = "1.26.1" diff --git a/service/ssmsap/CHANGELOG.md b/service/ssmsap/CHANGELOG.md index 033cae3908c..816cf96a4d6 100644 --- a/service/ssmsap/CHANGELOG.md +++ b/service/ssmsap/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.0 (2023-11-15) * **Feature**: Update the default value of MaxResult to 50. diff --git a/service/ssmsap/go.mod b/service/ssmsap/go.mod index a64116098d5..d9fecc041d5 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/ssmsap/go_module_metadata.go b/service/ssmsap/go_module_metadata.go index 1c52ef7bfe3..4d2d02914f4 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.9.0" +const goModuleVersion = "1.9.1" diff --git a/service/sso/CHANGELOG.md b/service/sso/CHANGELOG.md index 6ae8318ac29..6b07f9d9e8b 100644 --- a/service/sso/CHANGELOG.md +++ b/service/sso/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sso/go.mod b/service/sso/go.mod index ebddad0cb21..6e9c90ce8ad 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/sso/go_module_metadata.go b/service/sso/go_module_metadata.go index 9abc3e10595..0da95ca861c 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/ssoadmin/CHANGELOG.md b/service/ssoadmin/CHANGELOG.md index 9e4e983fb66..6b36f684446 100644 --- a/service/ssoadmin/CHANGELOG.md +++ b/service/ssoadmin/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.0 (2023-11-17) * **Feature**: Improves support for configuring RefreshToken and TokenExchange grants on applications. diff --git a/service/ssoadmin/go.mod b/service/ssoadmin/go.mod index 7a482a8b924..cb178763fbe 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/ssoadmin/go_module_metadata.go b/service/ssoadmin/go_module_metadata.go index 1f7ac72ef93..07d4b3e4412 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.22.0" +const goModuleVersion = "1.22.1" diff --git a/service/ssooidc/CHANGELOG.md b/service/ssooidc/CHANGELOG.md index 8f0932e49c1..55ae8f62029 100644 --- a/service/ssooidc/CHANGELOG.md +++ b/service/ssooidc/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.0 (2023-11-17) * **Feature**: Adding support for `sso-oauth:CreateTokenWithIAM`. diff --git a/service/ssooidc/go.mod b/service/ssooidc/go.mod index 93e95896090..71c3a5701be 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/ssooidc/go_module_metadata.go b/service/ssooidc/go_module_metadata.go index ee1bc3508ae..316de1fa465 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.20.0" +const goModuleVersion = "1.20.1" diff --git a/service/storagegateway/CHANGELOG.md b/service/storagegateway/CHANGELOG.md index cb4cf7218e3..700321122de 100644 --- a/service/storagegateway/CHANGELOG.md +++ b/service/storagegateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/storagegateway/go.mod b/service/storagegateway/go.mod index 84006bb6ed7..3751d8e02e9 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/storagegateway/go_module_metadata.go b/service/storagegateway/go_module_metadata.go index 227497a6bf2..b4692659545 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.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/sts/CHANGELOG.md b/service/sts/CHANGELOG.md index f6142a0c3f9..25e58c8dc30 100644 --- a/service/sts/CHANGELOG.md +++ b/service/sts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.4 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.3 (2023-11-17) * **Documentation**: API updates for the AWS Security Token Service diff --git a/service/sts/go.mod b/service/sts/go.mod index 5cc1d0967c2..028abf8ea58 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.1 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.3 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/sts/go_module_metadata.go b/service/sts/go_module_metadata.go index acfa6d15e06..490bdb2b623 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.25.3" +const goModuleVersion = "1.25.4" diff --git a/service/support/CHANGELOG.md b/service/support/CHANGELOG.md index 43e7a9162fe..b1ca3260d0e 100644 --- a/service/support/CHANGELOG.md +++ b/service/support/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/support/go.mod b/service/support/go.mod index ed55ed945c7..4f9a35c42cb 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/support/go_module_metadata.go b/service/support/go_module_metadata.go index 128af92947f..35ff3549c5a 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/supportapp/CHANGELOG.md b/service/supportapp/CHANGELOG.md index 88d5eab5c37..0b78374b91b 100644 --- a/service/supportapp/CHANGELOG.md +++ b/service/supportapp/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/supportapp/go.mod b/service/supportapp/go.mod index 6290972c1fc..d02faeb4f2f 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/supportapp/go_module_metadata.go b/service/supportapp/go_module_metadata.go index 69e379a1ecd..0c039153635 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.6.2" +const goModuleVersion = "1.6.3" diff --git a/service/swf/CHANGELOG.md b/service/swf/CHANGELOG.md index e5e90d052ce..128e589e687 100644 --- a/service/swf/CHANGELOG.md +++ b/service/swf/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/swf/go.mod b/service/swf/go.mod index af0198f456b..0b9fca10b35 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/swf/go_module_metadata.go b/service/swf/go_module_metadata.go index 30cdfb84e41..ba55dadd81b 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/synthetics/CHANGELOG.md b/service/synthetics/CHANGELOG.md index 5b01636faab..64c88c6b128 100644 --- a/service/synthetics/CHANGELOG.md +++ b/service/synthetics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/synthetics/go.mod b/service/synthetics/go.mod index 807d868e6cf..2002b920899 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/synthetics/go_module_metadata.go b/service/synthetics/go_module_metadata.go index 39aff9041d4..9af4b125529 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/textract/CHANGELOG.md b/service/textract/CHANGELOG.md index d1eeb8004a6..8a3423527da 100644 --- a/service/textract/CHANGELOG.md +++ b/service/textract/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/textract/go.mod b/service/textract/go.mod index 4f992ec447f..47d6f0ebfec 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/textract/go_module_metadata.go b/service/textract/go_module_metadata.go index fec6321eceb..523315dc2cd 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.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/timestreamquery/CHANGELOG.md b/service/timestreamquery/CHANGELOG.md index 6d6cf92a4d6..70ca8fa1d5c 100644 --- a/service/timestreamquery/CHANGELOG.md +++ b/service/timestreamquery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/timestreamquery/go.mod b/service/timestreamquery/go.mod index 87d553453e6..533c7a83ff0 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/timestreamquery/go_module_metadata.go b/service/timestreamquery/go_module_metadata.go index a9df134be88..fa59c1c3acb 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/timestreamwrite/CHANGELOG.md b/service/timestreamwrite/CHANGELOG.md index da56b833401..81c320dcfc3 100644 --- a/service/timestreamwrite/CHANGELOG.md +++ b/service/timestreamwrite/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/timestreamwrite/go.mod b/service/timestreamwrite/go.mod index d928ce5aa82..a8a93d1aa24 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.8.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/timestreamwrite/go_module_metadata.go b/service/timestreamwrite/go_module_metadata.go index 8b0a9b8abf0..f27f583f290 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.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/tnb/CHANGELOG.md b/service/tnb/CHANGELOG.md index 2c10bee8825..13f535dabcc 100644 --- a/service/tnb/CHANGELOG.md +++ b/service/tnb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/tnb/go.mod b/service/tnb/go.mod index 9e0a15779bc..73e22954757 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/tnb/go_module_metadata.go b/service/tnb/go_module_metadata.go index 00749cbd4a0..aa9ff3c2ba8 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.5.2" +const goModuleVersion = "1.5.3" diff --git a/service/transcribe/CHANGELOG.md b/service/transcribe/CHANGELOG.md index 68f7b5c840d..d6e2de7d448 100644 --- a/service/transcribe/CHANGELOG.md +++ b/service/transcribe/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.31.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/transcribe/go.mod b/service/transcribe/go.mod index a8bb1fa2536..bbfbab9c4fa 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/transcribe/go_module_metadata.go b/service/transcribe/go_module_metadata.go index c024dd433f2..42e828d7202 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.31.2" +const goModuleVersion = "1.31.3" diff --git a/service/transcribestreaming/CHANGELOG.md b/service/transcribestreaming/CHANGELOG.md index c52abf0b155..4fa3737cd0b 100644 --- a/service/transcribestreaming/CHANGELOG.md +++ b/service/transcribestreaming/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.2 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.1 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/transcribestreaming/go.mod b/service/transcribestreaming/go.mod index 93811af8fa3..2a6b96c4c3f 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 + github.com/aws/aws-sdk-go-v2 v1.23.1 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/transcribestreaming/go_module_metadata.go b/service/transcribestreaming/go_module_metadata.go index 632ff1d9ebf..94f9430d553 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.14.1" +const goModuleVersion = "1.14.2" diff --git a/service/transcribestreaming/internal/testing/go.mod b/service/transcribestreaming/internal/testing/go.mod index 2d90e2bf069..4b288cb0443 100644 --- a/service/transcribestreaming/internal/testing/go.mod +++ b/service/transcribestreaming/internal/testing/go.mod @@ -3,18 +3,18 @@ module github.com/aws/aws-sdk-go-v2/service/transcribestreaming/internal/testing go 1.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 + github.com/aws/aws-sdk-go-v2 v1.23.1 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.2.5 - github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.14.1 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.2.6 + github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.14.2 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.16.2 // indirect - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 // indirect - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.16.3 // indirect + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 // indirect + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 // indirect golang.org/x/net v0.1.0 // indirect golang.org/x/text v0.4.0 // indirect ) diff --git a/service/transfer/CHANGELOG.md b/service/transfer/CHANGELOG.md index c1b332889b0..0dd2c7b572b 100644 --- a/service/transfer/CHANGELOG.md +++ b/service/transfer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.38.0 (2023-11-16) * **Feature**: Introduced S3StorageOptions for servers to enable directory listing optimizations and added Type fields to logical directory mappings. diff --git a/service/transfer/go.mod b/service/transfer/go.mod index aa10903a94b..2e1edc740d8 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 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 e572131724b..490ae2660af 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.38.0" +const goModuleVersion = "1.38.1" diff --git a/service/translate/CHANGELOG.md b/service/translate/CHANGELOG.md index 0ca3c884fb5..af9bcaa373d 100644 --- a/service/translate/CHANGELOG.md +++ b/service/translate/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/translate/go.mod b/service/translate/go.mod index 9b6cf5d0fcb..136acac5c0a 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/translate/go_module_metadata.go b/service/translate/go_module_metadata.go index f0700d4d43e..c14907c49e8 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/trustedadvisor/CHANGELOG.md b/service/trustedadvisor/CHANGELOG.md index 9bdb39965b4..b33e1d0064f 100644 --- a/service/trustedadvisor/CHANGELOG.md +++ b/service/trustedadvisor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.0 (2023-11-17) * **Release**: New AWS service client module diff --git a/service/trustedadvisor/go.mod b/service/trustedadvisor/go.mod index e601d806391..240d7a24c35 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/trustedadvisor/go_module_metadata.go b/service/trustedadvisor/go_module_metadata.go index 32c201ff7dc..1cacd4c27bc 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.0.0" +const goModuleVersion = "1.0.1" diff --git a/service/verifiedpermissions/CHANGELOG.md b/service/verifiedpermissions/CHANGELOG.md index b439bd84c71..622c03d9bf8 100644 --- a/service/verifiedpermissions/CHANGELOG.md +++ b/service/verifiedpermissions/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.0 (2023-11-17) * **Feature**: Adding BatchIsAuthorized API which supports multiple authorization requests against a PolicyStore diff --git a/service/verifiedpermissions/go.mod b/service/verifiedpermissions/go.mod index 19dd20ae530..9d06a9e24a4 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/verifiedpermissions/go_module_metadata.go b/service/verifiedpermissions/go_module_metadata.go index 7c4564493cb..e374b885a59 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.6.0" +const goModuleVersion = "1.6.1" diff --git a/service/voiceid/CHANGELOG.md b/service/voiceid/CHANGELOG.md index 05c84905c47..e86d00dd023 100644 --- a/service/voiceid/CHANGELOG.md +++ b/service/voiceid/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/voiceid/go.mod b/service/voiceid/go.mod index 19c28f0b336..856dc9b38bd 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/voiceid/go_module_metadata.go b/service/voiceid/go_module_metadata.go index e499c097711..b7b504ea740 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/vpclattice/CHANGELOG.md b/service/vpclattice/CHANGELOG.md index 71042157e73..a1b20a5382b 100644 --- a/service/vpclattice/CHANGELOG.md +++ b/service/vpclattice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/vpclattice/go.mod b/service/vpclattice/go.mod index d7142c0b961..ad39a1ac605 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/vpclattice/go_module_metadata.go b/service/vpclattice/go_module_metadata.go index bcf9c60e336..0055c5532cf 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.4.2" +const goModuleVersion = "1.4.3" diff --git a/service/waf/CHANGELOG.md b/service/waf/CHANGELOG.md index 0f0188409ba..10560d80028 100644 --- a/service/waf/CHANGELOG.md +++ b/service/waf/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/waf/go.mod b/service/waf/go.mod index 693149ac30c..c971f31464e 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/waf/go_module_metadata.go b/service/waf/go_module_metadata.go index d5a66c923f7..1fc412e9085 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/wafregional/CHANGELOG.md b/service/wafregional/CHANGELOG.md index 277fe1f11fb..b89b69ae482 100644 --- a/service/wafregional/CHANGELOG.md +++ b/service/wafregional/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/wafregional/go.mod b/service/wafregional/go.mod index f64e0509a90..497e709ff2b 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/wafregional/go_module_metadata.go b/service/wafregional/go_module_metadata.go index cc4dde00c65..f9f98ec79ff 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/wafv2/CHANGELOG.md b/service/wafv2/CHANGELOG.md index 70fdeaf0e28..8a762a51df5 100644 --- a/service/wafv2/CHANGELOG.md +++ b/service/wafv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.42.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.42.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/wafv2/go.mod b/service/wafv2/go.mod index aee8dcd5697..1a5415df2ac 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/wafv2/go_module_metadata.go b/service/wafv2/go_module_metadata.go index f66a1ad38b7..eb0b85fd73b 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.42.2" +const goModuleVersion = "1.42.3" diff --git a/service/wellarchitected/CHANGELOG.md b/service/wellarchitected/CHANGELOG.md index 760c582bfce..4f9bbefa3d8 100644 --- a/service/wellarchitected/CHANGELOG.md +++ b/service/wellarchitected/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/wellarchitected/go.mod b/service/wellarchitected/go.mod index 7015ea9b6e5..f500a5b1c13 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/wellarchitected/go_module_metadata.go b/service/wellarchitected/go_module_metadata.go index 0aa0ef6f1d0..aa6ed03d570 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.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/wisdom/CHANGELOG.md b/service/wisdom/CHANGELOG.md index 76e418fc5ae..418a5b3d1af 100644 --- a/service/wisdom/CHANGELOG.md +++ b/service/wisdom/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.1 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.0 (2023-11-17) * **Feature**: This release adds QuickResponse as a new Wisdom resource and Wisdom APIs for import, create, read, search, update and delete QuickResponse resources. diff --git a/service/wisdom/go.mod b/service/wisdom/go.mod index 93fa8f83c69..7c235e2b7a7 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/wisdom/go_module_metadata.go b/service/wisdom/go_module_metadata.go index ff3c04d6962..2f7b3563c2b 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.19.0" +const goModuleVersion = "1.19.1" diff --git a/service/workdocs/CHANGELOG.md b/service/workdocs/CHANGELOG.md index dcfaad9fcec..ec3b9a031db 100644 --- a/service/workdocs/CHANGELOG.md +++ b/service/workdocs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workdocs/go.mod b/service/workdocs/go.mod index 6c0dd811aa5..de911b79a77 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/workdocs/go_module_metadata.go b/service/workdocs/go_module_metadata.go index c8b0a6887ad..c8a54672313 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/worklink/CHANGELOG.md b/service/worklink/CHANGELOG.md index 0946960c3a8..45426020523 100644 --- a/service/worklink/CHANGELOG.md +++ b/service/worklink/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/worklink/go.mod b/service/worklink/go.mod index f2885ceaac7..c89e311cc95 100644 --- a/service/worklink/go.mod +++ b/service/worklink/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/worklink go 1.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/worklink/go_module_metadata.go b/service/worklink/go_module_metadata.go index ce46e111ed2..a93b53cb3eb 100644 --- a/service/worklink/go_module_metadata.go +++ b/service/worklink/go_module_metadata.go @@ -3,4 +3,4 @@ package worklink // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/workmail/CHANGELOG.md b/service/workmail/CHANGELOG.md index 64d7b494100..6d667ffcbe9 100644 --- a/service/workmail/CHANGELOG.md +++ b/service/workmail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workmail/go.mod b/service/workmail/go.mod index 46afbce2267..3551894d5d8 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/workmail/go_module_metadata.go b/service/workmail/go_module_metadata.go index fd1c0a6903a..00a112c457f 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.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/workmailmessageflow/CHANGELOG.md b/service/workmailmessageflow/CHANGELOG.md index ab9b5fdf4d3..624f83c0794 100644 --- a/service/workmailmessageflow/CHANGELOG.md +++ b/service/workmailmessageflow/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workmailmessageflow/go.mod b/service/workmailmessageflow/go.mod index 30c7011d032..797a116d555 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/workmailmessageflow/go_module_metadata.go b/service/workmailmessageflow/go_module_metadata.go index 34e29a6c88f..8666ac4123c 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/workspaces/CHANGELOG.md b/service/workspaces/CHANGELOG.md index 9002970c522..a0b0faa6b6d 100644 --- a/service/workspaces/CHANGELOG.md +++ b/service/workspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.33.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workspaces/go.mod b/service/workspaces/go.mod index 4031dd3ef29..40125c40bc7 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/workspaces/go_module_metadata.go b/service/workspaces/go_module_metadata.go index daa87c3b95e..6813c61ff4f 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.33.2" +const goModuleVersion = "1.33.3" diff --git a/service/workspacesweb/CHANGELOG.md b/service/workspacesweb/CHANGELOG.md index f0f6dd50af5..0eb1c5a3324 100644 --- a/service/workspacesweb/CHANGELOG.md +++ b/service/workspacesweb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workspacesweb/go.mod b/service/workspacesweb/go.mod index 3e23537dbf5..fdbe848aff5 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/workspacesweb/go_module_metadata.go b/service/workspacesweb/go_module_metadata.go index f5509c80401..f091949a36a 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/xray/CHANGELOG.md b/service/xray/CHANGELOG.md index 7579f8c57e1..5f3a7640715 100644 --- a/service/xray/CHANGELOG.md +++ b/service/xray/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2023-11-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2023-11-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/xray/go.mod b/service/xray/go.mod index 4be47030ffb..b2ba7633315 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.19 require ( - github.com/aws/aws-sdk-go-v2 v1.23.0 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.3 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.3 + github.com/aws/aws-sdk-go-v2 v1.23.1 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.4 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.4 github.com/aws/smithy-go v1.17.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/xray/go_module_metadata.go b/service/xray/go_module_metadata.go index 9feb85463ac..20c4f2775e6 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.22.2" +const goModuleVersion = "1.22.3"