diff --git a/.changelog/1f7983e74755419d9266f7caefa2cc9a.json b/.changelog/1f7983e74755419d9266f7caefa2cc9a.json deleted file mode 100644 index cb28fe2e275..00000000000 --- a/.changelog/1f7983e74755419d9266f7caefa2cc9a.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "1f7983e7-4755-419d-9266-f7caefa2cc9a", - "type": "feature", - "description": "This release introduces a ServiceQuotaExceededException to the UpdateAssessmentFrameworkShare API operation.", - "modules": [ - "service/auditmanager" - ] -} \ No newline at end of file diff --git a/.changelog/b61cd47ed1304757878153f250910459.json b/.changelog/b61cd47ed1304757878153f250910459.json deleted file mode 100644 index c9737cef9f3..00000000000 --- a/.changelog/b61cd47ed1304757878153f250910459.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b61cd47e-d130-4757-8781-53f250910459", - "type": "feature", - "description": "Reasons for failed diff has been approved by SDK Reviewer", - "modules": [ - "service/connect" - ] -} \ No newline at end of file diff --git a/.changelog/f4bce07753bc4db9a6e8bf18d0b8ce8b.json b/.changelog/f4bce07753bc4db9a6e8bf18d0b8ce8b.json deleted file mode 100644 index 5cd36656bb9..00000000000 --- a/.changelog/f4bce07753bc4db9a6e8bf18d0b8ce8b.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "id": "f4bce077-53bc-4db9-a6e8-bf18d0b8ce8b", - "type": "bugfix", - "description": "fix int overflow bug on 32 bit architecture", - "modules": [ - ".", - "service/internal/benchmark" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e71c138d6f..755126cbe78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# Release (2023-02-20) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2`: v1.17.5 + * **Bug Fix**: fix int overflow bug on 32 bit architecture +* `github.com/aws/aws-sdk-go-v2/service/auditmanager`: [v1.24.0](service/auditmanager/CHANGELOG.md#v1240-2023-02-20) + * **Feature**: This release introduces a ServiceQuotaExceededException to the UpdateAssessmentFrameworkShare API operation. +* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.47.0](service/connect/CHANGELOG.md#v1470-2023-02-20) + * **Feature**: Reasons for failed diff has been approved by SDK Reviewer + # Release (2023-02-17) ## General Highlights diff --git a/aws/go_module_metadata.go b/aws/go_module_metadata.go index 39abc2e246a..a85dd1450a8 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.17.4" +const goModuleVersion = "1.17.5" diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 631f9513d9c..d8c511990fe 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.14 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.13 (2023-02-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/config/go.mod b/config/go.mod index 46fed0dd56e..7a188c495c5 100644 --- a/config/go.mod +++ b/config/go.mod @@ -3,13 +3,13 @@ module github.com/aws/aws-sdk-go-v2/config go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/credentials v1.13.13 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.22 - github.com/aws/aws-sdk-go-v2/internal/ini v1.3.29 - github.com/aws/aws-sdk-go-v2/service/sso v1.12.2 - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.2 - github.com/aws/aws-sdk-go-v2/service/sts v1.18.3 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/credentials v1.13.14 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.23 + github.com/aws/aws-sdk-go-v2/internal/ini v1.3.30 + github.com/aws/aws-sdk-go-v2/service/sso v1.12.3 + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.3 + github.com/aws/aws-sdk-go-v2/service/sts v1.18.4 github.com/aws/smithy-go v1.13.5 github.com/google/go-cmp v0.5.8 ) diff --git a/config/go_module_metadata.go b/config/go_module_metadata.go index aeefc21b507..ccce494a37e 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.18.13" +const goModuleVersion = "1.18.14" diff --git a/credentials/CHANGELOG.md b/credentials/CHANGELOG.md index 9c4c6e0e07a..8789c74a005 100644 --- a/credentials/CHANGELOG.md +++ b/credentials/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.14 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.13 (2023-02-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/credentials/go.mod b/credentials/go.mod index c3f8799ffc9..1c64b3d58dd 100644 --- a/credentials/go.mod +++ b/credentials/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/credentials go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.22 - github.com/aws/aws-sdk-go-v2/service/sso v1.12.2 - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.2 - github.com/aws/aws-sdk-go-v2/service/sts v1.18.3 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.23 + github.com/aws/aws-sdk-go-v2/service/sso v1.12.3 + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.3 + github.com/aws/aws-sdk-go-v2/service/sts v1.18.4 github.com/aws/smithy-go v1.13.5 github.com/google/go-cmp v0.5.8 ) diff --git a/credentials/go_module_metadata.go b/credentials/go_module_metadata.go index 52f7306d981..d2b13bc1208 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.13.13" +const goModuleVersion = "1.13.14" diff --git a/example/service/dynamodb/createTable/go.mod b/example/service/dynamodb/createTable/go.mod index d423b03f09d..e304470bd0a 100644 --- a/example/service/dynamodb/createTable/go.mod +++ b/example/service/dynamodb/createTable/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/example/service/dynamodb/createTable go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/config v1.18.13 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.3 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/config v1.18.14 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.4 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/example/service/dynamodb/scanItems/go.mod b/example/service/dynamodb/scanItems/go.mod index edd442a7df5..6962087a69b 100644 --- a/example/service/dynamodb/scanItems/go.mod +++ b/example/service/dynamodb/scanItems/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/example/service/dynamodb/listItems go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/config v1.18.13 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.13 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.3 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/config v1.18.14 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.14 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.4 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/example/service/s3/listObjects/go.mod b/example/service/s3/listObjects/go.mod index 0c2f3646aad..af2ad3d3a9b 100644 --- a/example/service/s3/listObjects/go.mod +++ b/example/service/s3/listObjects/go.mod @@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/listObjects go 1.15 require ( - github.com/aws/aws-sdk-go-v2/config v1.18.13 - github.com/aws/aws-sdk-go-v2/service/s3 v1.30.3 + github.com/aws/aws-sdk-go-v2/config v1.18.14 + github.com/aws/aws-sdk-go-v2/service/s3 v1.30.4 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/example/service/s3/usingPrivateLink/go.mod b/example/service/s3/usingPrivateLink/go.mod index ede985f5b40..0b7361ee7cc 100644 --- a/example/service/s3/usingPrivateLink/go.mod +++ b/example/service/s3/usingPrivateLink/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/usingPrivateLink go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/config v1.18.13 - github.com/aws/aws-sdk-go-v2/service/s3 v1.30.3 - github.com/aws/aws-sdk-go-v2/service/s3control v1.29.2 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/config v1.18.14 + github.com/aws/aws-sdk-go-v2/service/s3 v1.30.4 + github.com/aws/aws-sdk-go-v2/service/s3control v1.29.3 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/feature/cloudfront/sign/CHANGELOG.md b/feature/cloudfront/sign/CHANGELOG.md index 07742a6d8bd..0fa3821b09d 100644 --- a/feature/cloudfront/sign/CHANGELOG.md +++ b/feature/cloudfront/sign/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.36 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.35 (2023-02-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/cloudfront/sign/go.mod b/feature/cloudfront/sign/go.mod index 8f731924614..c11549e5845 100644 --- a/feature/cloudfront/sign/go.mod +++ b/feature/cloudfront/sign/go.mod @@ -2,6 +2,6 @@ module github.com/aws/aws-sdk-go-v2/feature/cloudfront/sign go 1.15 -require github.com/aws/aws-sdk-go-v2 v1.17.4 +require github.com/aws/aws-sdk-go-v2 v1.17.5 replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/feature/cloudfront/sign/go_module_metadata.go b/feature/cloudfront/sign/go_module_metadata.go index 6deca9a535a..6bfe12efd1a 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.3.35" +const goModuleVersion = "1.3.36" diff --git a/feature/dynamodb/attributevalue/CHANGELOG.md b/feature/dynamodb/attributevalue/CHANGELOG.md index c75d1b2bac5..644cc746700 100644 --- a/feature/dynamodb/attributevalue/CHANGELOG.md +++ b/feature/dynamodb/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.14 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.13 (2023-02-17) * No change notes available for this release. diff --git a/feature/dynamodb/attributevalue/go.mod b/feature/dynamodb/attributevalue/go.mod index e16753cce3a..cf9e79d4fea 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.3 - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.14.3 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.4 + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.14.4 github.com/aws/smithy-go v1.13.5 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 9919b0a0dec..e05f45688ae 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.10.13" +const goModuleVersion = "1.10.14" diff --git a/feature/dynamodb/expression/CHANGELOG.md b/feature/dynamodb/expression/CHANGELOG.md index 48faeda9a8f..d04ec6741d8 100644 --- a/feature/dynamodb/expression/CHANGELOG.md +++ b/feature/dynamodb/expression/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.41 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.40 (2023-02-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/expression/go.mod b/feature/dynamodb/expression/go.mod index 64ff29e7e41..7aff02c4f0d 100644 --- a/feature/dynamodb/expression/go.mod +++ b/feature/dynamodb/expression/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.13 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.3 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.14 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.4 github.com/google/go-cmp v0.5.8 ) diff --git a/feature/dynamodb/expression/go_module_metadata.go b/feature/dynamodb/expression/go_module_metadata.go index a1b408f68a6..4b41176dd38 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.4.40" +const goModuleVersion = "1.4.41" diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 3cf9d2b7569..2820536956d 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.14 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.13 (2023-02-17) * No change notes available for this release. diff --git a/feature/dynamodbstreams/attributevalue/go.mod b/feature/dynamodbstreams/attributevalue/go.mod index b736e5fd61d..c0871e85d6f 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.3 - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.14.3 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.4 + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.14.4 github.com/aws/smithy-go v1.13.5 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 9919b0a0dec..e05f45688ae 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.10.13" +const goModuleVersion = "1.10.14" diff --git a/feature/ec2/imds/CHANGELOG.md b/feature/ec2/imds/CHANGELOG.md index d5323a1375f..8ccacd5c1c3 100644 --- a/feature/ec2/imds/CHANGELOG.md +++ b/feature/ec2/imds/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.23 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.22 (2023-02-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/ec2/imds/go.mod b/feature/ec2/imds/go.mod index c47652cc731..dc19f9bb234 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 + github.com/aws/aws-sdk-go-v2 v1.17.5 github.com/aws/smithy-go v1.13.5 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 6ff11969da8..0d3eff78691 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.12.22" +const goModuleVersion = "1.12.23" diff --git a/feature/ec2/imds/internal/configtesting/go.mod b/feature/ec2/imds/internal/configtesting/go.mod index 2c471c45c3e..1d9c281fe7e 100644 --- a/feature/ec2/imds/internal/configtesting/go.mod +++ b/feature/ec2/imds/internal/configtesting/go.mod @@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/configtesting go 1.15 require ( - github.com/aws/aws-sdk-go-v2/config v1.18.13 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.22 + github.com/aws/aws-sdk-go-v2/config v1.18.14 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.23 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../../ diff --git a/feature/rds/auth/CHANGELOG.md b/feature/rds/auth/CHANGELOG.md index 14f13358983..67c8e55a6cf 100644 --- a/feature/rds/auth/CHANGELOG.md +++ b/feature/rds/auth/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.7 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.6 (2023-02-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/rds/auth/go.mod b/feature/rds/auth/go.mod index cbded4e974e..0f2cbf2a5f4 100644 --- a/feature/rds/auth/go.mod +++ b/feature/rds/auth/go.mod @@ -2,6 +2,6 @@ module github.com/aws/aws-sdk-go-v2/feature/rds/auth go 1.15 -require github.com/aws/aws-sdk-go-v2 v1.17.4 +require github.com/aws/aws-sdk-go-v2 v1.17.5 replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/feature/rds/auth/go_module_metadata.go b/feature/rds/auth/go_module_metadata.go index e4a0b9f36f0..cab9ab66fe3 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.2.6" +const goModuleVersion = "1.2.7" diff --git a/feature/s3/manager/CHANGELOG.md b/feature/s3/manager/CHANGELOG.md index 072a771e85a..d1db7d2c5d7 100644 --- a/feature/s3/manager/CHANGELOG.md +++ b/feature/s3/manager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.54 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.53 (2023-02-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index 3bd463c9cf2..ebe18d793ab 100644 --- a/feature/s3/manager/go.mod +++ b/feature/s3/manager/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/feature/s3/manager go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/config v1.18.13 - github.com/aws/aws-sdk-go-v2/service/s3 v1.30.3 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/config v1.18.14 + github.com/aws/aws-sdk-go-v2/service/s3 v1.30.4 github.com/aws/smithy-go v1.13.5 github.com/google/go-cmp v0.5.8 ) diff --git a/feature/s3/manager/go_module_metadata.go b/feature/s3/manager/go_module_metadata.go index cc88380ec50..a2bd80e107e 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.11.53" +const goModuleVersion = "1.11.54" diff --git a/internal/configsources/CHANGELOG.md b/internal/configsources/CHANGELOG.md index 8412c43d5df..01d7a2eabc8 100644 --- a/internal/configsources/CHANGELOG.md +++ b/internal/configsources/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.29 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.28 (2023-02-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/configsources/configtesting/go.mod b/internal/configsources/configtesting/go.mod index 628df823955..7cc4a78bcbc 100644 --- a/internal/configsources/configtesting/go.mod +++ b/internal/configsources/configtesting/go.mod @@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/internal/configsources/configtesting go 1.15 require ( - github.com/aws/aws-sdk-go-v2/config v1.18.13 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 + github.com/aws/aws-sdk-go-v2/config v1.18.14 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 ) replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/internal/configsources/go.mod b/internal/configsources/go.mod index 24593ab05d9..5dd0bb41284 100644 --- a/internal/configsources/go.mod +++ b/internal/configsources/go.mod @@ -2,6 +2,6 @@ module github.com/aws/aws-sdk-go-v2/internal/configsources go 1.15 -require github.com/aws/aws-sdk-go-v2 v1.17.4 +require github.com/aws/aws-sdk-go-v2 v1.17.5 replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/internal/configsources/go_module_metadata.go b/internal/configsources/go_module_metadata.go index dfd4e2eea52..1d100e6c037 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.1.28" +const goModuleVersion = "1.1.29" diff --git a/internal/endpoints/v2/CHANGELOG.md b/internal/endpoints/v2/CHANGELOG.md index 7d8e325fdaa..1662bba605f 100644 --- a/internal/endpoints/v2/CHANGELOG.md +++ b/internal/endpoints/v2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v2.4.23 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v2.4.22 (2023-02-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/endpoints/v2/go.mod b/internal/endpoints/v2/go.mod index 460b8520b6f..a5add8f4651 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 + github.com/aws/aws-sdk-go-v2 v1.17.5 github.com/aws/smithy-go v1.13.5 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 eb6a19509e7..7349a2875f8 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.4.22" +const goModuleVersion = "2.4.23" diff --git a/internal/ini/CHANGELOG.md b/internal/ini/CHANGELOG.md index a86ab9a2403..ad21b3fcaf3 100644 --- a/internal/ini/CHANGELOG.md +++ b/internal/ini/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.30 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.29 (2023-02-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/ini/go.mod b/internal/ini/go.mod index 908ebc1a240..cc12d03cd26 100644 --- a/internal/ini/go.mod +++ b/internal/ini/go.mod @@ -2,6 +2,6 @@ module github.com/aws/aws-sdk-go-v2/internal/ini go 1.15 -require github.com/aws/aws-sdk-go-v2 v1.17.4 +require github.com/aws/aws-sdk-go-v2 v1.17.5 replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/internal/ini/go_module_metadata.go b/internal/ini/go_module_metadata.go index 6118754f350..5e241a599f8 100644 --- a/internal/ini/go_module_metadata.go +++ b/internal/ini/go_module_metadata.go @@ -3,4 +3,4 @@ package ini // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.3.29" +const goModuleVersion = "1.3.30" diff --git a/internal/protocoltest/awsrestjson/go.mod b/internal/protocoltest/awsrestjson/go.mod index 61253b6f2d3..e749b4fa711 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/protocoltest/ec2query/go.mod b/internal/protocoltest/ec2query/go.mod index bd613ca32d3..cdd76e06f3c 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/protocoltest/jsonrpc/go.mod b/internal/protocoltest/jsonrpc/go.mod index c2f712804e6..7223e852953 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/protocoltest/jsonrpc10/go.mod b/internal/protocoltest/jsonrpc10/go.mod index 45823467aff..8bdd18df4eb 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/protocoltest/query/go.mod b/internal/protocoltest/query/go.mod index eada2cf0bd6..77ee9a297b7 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/protocoltest/restxml/go.mod b/internal/protocoltest/restxml/go.mod index 5a589084b1f..aaf13d7de50 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/protocoltest/restxmlwithnamespace/go.mod b/internal/protocoltest/restxmlwithnamespace/go.mod index 925ea7349ed..71d3962f8d1 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/v4a/CHANGELOG.md b/internal/v4a/CHANGELOG.md index 2aa01d29801..f740a0a06f3 100644 --- a/internal/v4a/CHANGELOG.md +++ b/internal/v4a/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.21 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.20 (2023-02-14) * No change notes available for this release. diff --git a/internal/v4a/go.mod b/internal/v4a/go.mod index f9387187080..88c975a8b77 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 + github.com/aws/aws-sdk-go-v2 v1.17.5 github.com/aws/smithy-go v1.13.5 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 da86bfeed9d..eed65870c6e 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.0.20" +const goModuleVersion = "1.0.21" diff --git a/service/accessanalyzer/CHANGELOG.md b/service/accessanalyzer/CHANGELOG.md index db156f044b4..1f1f5917790 100644 --- a/service/accessanalyzer/CHANGELOG.md +++ b/service/accessanalyzer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/accessanalyzer/go.mod b/service/accessanalyzer/go.mod index 8f31b7380c0..6c8ee8b467f 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/accessanalyzer/go_module_metadata.go b/service/accessanalyzer/go_module_metadata.go index 3013e8c868b..8264d854687 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.19.3" +const goModuleVersion = "1.19.4" diff --git a/service/account/CHANGELOG.md b/service/account/CHANGELOG.md index a8c3b0db6de..1b6b800e8d0 100644 --- a/service/account/CHANGELOG.md +++ b/service/account/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.2 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.1 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/account/go.mod b/service/account/go.mod index 394bed21057..5383b476dbe 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/account/go_module_metadata.go b/service/account/go_module_metadata.go index d5b2d6e6c19..2f895a593c2 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.9.1" +const goModuleVersion = "1.9.2" diff --git a/service/acm/CHANGELOG.md b/service/acm/CHANGELOG.md index 7be3680a275..c5acf12f68d 100644 --- a/service/acm/CHANGELOG.md +++ b/service/acm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/acm/go.mod b/service/acm/go.mod index 5a0f9d46de0..9bbd2c0ddfb 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 b93afeba7ad..f3aac262a0e 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.17.3" +const goModuleVersion = "1.17.4" diff --git a/service/acmpca/CHANGELOG.md b/service/acmpca/CHANGELOG.md index 721749faae6..bb70fb6af36 100644 --- a/service/acmpca/CHANGELOG.md +++ b/service/acmpca/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/acmpca/go.mod b/service/acmpca/go.mod index dfff53cea56..9e587d460f4 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 f031a873005..acacd8b4438 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/alexaforbusiness/CHANGELOG.md b/service/alexaforbusiness/CHANGELOG.md index a00f345b2a0..18a14036689 100644 --- a/service/alexaforbusiness/CHANGELOG.md +++ b/service/alexaforbusiness/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/alexaforbusiness/go.mod b/service/alexaforbusiness/go.mod index 848e943e1f5..41f85805e5a 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/alexaforbusiness/go_module_metadata.go b/service/alexaforbusiness/go_module_metadata.go index 03e74587a7d..19fe977f713 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/amp/CHANGELOG.md b/service/amp/CHANGELOG.md index 61dd0241bfc..f9b2f5e72aa 100644 --- a/service/amp/CHANGELOG.md +++ b/service/amp/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/amp/go.mod b/service/amp/go.mod index 91b3454b4b2..f48522d834e 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 e59529f6e6d..df93b380df5 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/amplify/CHANGELOG.md b/service/amplify/CHANGELOG.md index 15f4ef961ca..bf11f3ba494 100644 --- a/service/amplify/CHANGELOG.md +++ b/service/amplify/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/amplify/go.mod b/service/amplify/go.mod index 13e17993690..06644fa1d1e 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/amplify/go_module_metadata.go b/service/amplify/go_module_metadata.go index e84dce4aace..88f19fa19ed 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/amplifybackend/CHANGELOG.md b/service/amplifybackend/CHANGELOG.md index 7b69a3bd3ff..36977a3c602 100644 --- a/service/amplifybackend/CHANGELOG.md +++ b/service/amplifybackend/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/amplifybackend/go.mod b/service/amplifybackend/go.mod index c698eef7334..f5f2a13c4cf 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/amplifybackend/go_module_metadata.go b/service/amplifybackend/go_module_metadata.go index 131a6c3ca0e..ba19de671df 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/amplifyuibuilder/CHANGELOG.md b/service/amplifyuibuilder/CHANGELOG.md index b01ff2067ba..666660c5e28 100644 --- a/service/amplifyuibuilder/CHANGELOG.md +++ b/service/amplifyuibuilder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/amplifyuibuilder/go.mod b/service/amplifyuibuilder/go.mod index b430e82b9ee..62b2a2126a2 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/amplifyuibuilder/go_module_metadata.go b/service/amplifyuibuilder/go_module_metadata.go index 32cb31c7746..8151ae69c22 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.9.2" +const goModuleVersion = "1.9.3" diff --git a/service/apigateway/CHANGELOG.md b/service/apigateway/CHANGELOG.md index 10c035d5178..9e2a537953f 100644 --- a/service/apigateway/CHANGELOG.md +++ b/service/apigateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/apigateway/go.mod b/service/apigateway/go.mod index 4485efb773e..df89e0ca09b 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/apigateway/go_module_metadata.go b/service/apigateway/go_module_metadata.go index 86f48142e31..31719902e78 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.16.3" +const goModuleVersion = "1.16.4" diff --git a/service/apigatewaymanagementapi/CHANGELOG.md b/service/apigatewaymanagementapi/CHANGELOG.md index 9948178739e..34a12d3166f 100644 --- a/service/apigatewaymanagementapi/CHANGELOG.md +++ b/service/apigatewaymanagementapi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/apigatewaymanagementapi/go.mod b/service/apigatewaymanagementapi/go.mod index 5ae00bb66eb..1b922bce8a3 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/apigatewaymanagementapi/go_module_metadata.go b/service/apigatewaymanagementapi/go_module_metadata.go index 306171938fa..a423f302b0a 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.11.2" +const goModuleVersion = "1.11.3" diff --git a/service/apigatewayv2/CHANGELOG.md b/service/apigatewayv2/CHANGELOG.md index bf5f2136161..cbc303ec902 100644 --- a/service/apigatewayv2/CHANGELOG.md +++ b/service/apigatewayv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/apigatewayv2/go.mod b/service/apigatewayv2/go.mod index 5ba705bacc3..2562485e5e8 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/apigatewayv2/go_module_metadata.go b/service/apigatewayv2/go_module_metadata.go index 10583de6150..702e409c8d1 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.13.3" +const goModuleVersion = "1.13.4" diff --git a/service/appconfig/CHANGELOG.md b/service/appconfig/CHANGELOG.md index 89a68ca86a3..86fcc13e015 100644 --- a/service/appconfig/CHANGELOG.md +++ b/service/appconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.2 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.1 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/appconfig/go.mod b/service/appconfig/go.mod index c1c900f4fb0..2306eac26cd 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/appconfig/go_module_metadata.go b/service/appconfig/go_module_metadata.go index c5b73301cbd..85822b912eb 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.17.1" +const goModuleVersion = "1.17.2" diff --git a/service/appconfigdata/CHANGELOG.md b/service/appconfigdata/CHANGELOG.md index f5837b60f06..b04c4e68e62 100644 --- a/service/appconfigdata/CHANGELOG.md +++ b/service/appconfigdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.2 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.1 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/appconfigdata/go.mod b/service/appconfigdata/go.mod index 1f8f48c436a..89d551ff840 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/appconfigdata/go_module_metadata.go b/service/appconfigdata/go_module_metadata.go index fe9e4234132..aeb627424c7 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.6.1" +const goModuleVersion = "1.6.2" diff --git a/service/appflow/CHANGELOG.md b/service/appflow/CHANGELOG.md index 553d273fddd..a45298d032a 100644 --- a/service/appflow/CHANGELOG.md +++ b/service/appflow/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/appflow/go.mod b/service/appflow/go.mod index 85d192f7acf..f8083b7e293 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/appflow/go_module_metadata.go b/service/appflow/go_module_metadata.go index 7bdf16ba6df..63bda38839f 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.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/appintegrations/CHANGELOG.md b/service/appintegrations/CHANGELOG.md index 96ab4b45117..c30e7c3a626 100644 --- a/service/appintegrations/CHANGELOG.md +++ b/service/appintegrations/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/appintegrations/go.mod b/service/appintegrations/go.mod index b28042c8eff..64c98a6c98b 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/appintegrations/go_module_metadata.go b/service/appintegrations/go_module_metadata.go index c5d7803064f..fc943341638 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/applicationautoscaling/CHANGELOG.md b/service/applicationautoscaling/CHANGELOG.md index 17a9b9a8806..3ada4ca11c2 100644 --- a/service/applicationautoscaling/CHANGELOG.md +++ b/service/applicationautoscaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/applicationautoscaling/go.mod b/service/applicationautoscaling/go.mod index e7c6f451792..7a34013ebc3 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/applicationautoscaling/go_module_metadata.go b/service/applicationautoscaling/go_module_metadata.go index c9f7781fa5c..9c03d6a5ffb 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.17.3" +const goModuleVersion = "1.17.4" diff --git a/service/applicationcostprofiler/CHANGELOG.md b/service/applicationcostprofiler/CHANGELOG.md index fee08fc37a5..ebf20cc701d 100644 --- a/service/applicationcostprofiler/CHANGELOG.md +++ b/service/applicationcostprofiler/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/applicationcostprofiler/go.mod b/service/applicationcostprofiler/go.mod index fe636071804..f94f2f0c6e4 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/applicationcostprofiler/go_module_metadata.go b/service/applicationcostprofiler/go_module_metadata.go index c62b5a3b1ff..eaa978a8868 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.10.2" +const goModuleVersion = "1.10.3" diff --git a/service/applicationdiscoveryservice/CHANGELOG.md b/service/applicationdiscoveryservice/CHANGELOG.md index a2022e373af..3e11c98ef62 100644 --- a/service/applicationdiscoveryservice/CHANGELOG.md +++ b/service/applicationdiscoveryservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/applicationdiscoveryservice/go.mod b/service/applicationdiscoveryservice/go.mod index 456b27fa6c8..4ea7c609f4c 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/applicationdiscoveryservice/go_module_metadata.go b/service/applicationdiscoveryservice/go_module_metadata.go index a84b15e5794..c7dc3aec846 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/applicationinsights/CHANGELOG.md b/service/applicationinsights/CHANGELOG.md index cb188654bc8..92b16fbcfd2 100644 --- a/service/applicationinsights/CHANGELOG.md +++ b/service/applicationinsights/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/applicationinsights/go.mod b/service/applicationinsights/go.mod index 8310d78c198..b37bc3033c3 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/applicationinsights/go_module_metadata.go b/service/applicationinsights/go_module_metadata.go index f2b30357e09..fabb0e2f407 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.17.3" +const goModuleVersion = "1.17.4" diff --git a/service/appmesh/CHANGELOG.md b/service/appmesh/CHANGELOG.md index 036ef9450ec..8b14f40d398 100644 --- a/service/appmesh/CHANGELOG.md +++ b/service/appmesh/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/appmesh/go.mod b/service/appmesh/go.mod index 1a64f953020..44bc77b9d83 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/appmesh/go_module_metadata.go b/service/appmesh/go_module_metadata.go index b3fc26f59e4..276ee95cae5 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/apprunner/CHANGELOG.md b/service/apprunner/CHANGELOG.md index 7d9726f2d84..ea68915bccf 100644 --- a/service/apprunner/CHANGELOG.md +++ b/service/apprunner/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.1 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.0 (2023-02-17) * **Feature**: This release supports removing MaxSize limit for AutoScalingConfiguration. diff --git a/service/apprunner/go.mod b/service/apprunner/go.mod index dfc4bd837f7..a7f78fd9553 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/apprunner/go_module_metadata.go b/service/apprunner/go_module_metadata.go index 2c40626218d..bb86969bf6e 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.17.0" +const goModuleVersion = "1.17.1" diff --git a/service/appstream/CHANGELOG.md b/service/appstream/CHANGELOG.md index d2e5c12ad92..608867d3f10 100644 --- a/service/appstream/CHANGELOG.md +++ b/service/appstream/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/appstream/go.mod b/service/appstream/go.mod index eac03915491..b30a7beae5e 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 80b7dc7824d..8f9d42bb835 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.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/appsync/CHANGELOG.md b/service/appsync/CHANGELOG.md index 4bd00f8e2ef..512eb7139c7 100644 --- a/service/appsync/CHANGELOG.md +++ b/service/appsync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/appsync/go.mod b/service/appsync/go.mod index 22351fa7382..a12ad1d7492 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/appsync/go_module_metadata.go b/service/appsync/go_module_metadata.go index 0348d0ec4e6..aca694e7cdc 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/arczonalshift/CHANGELOG.md b/service/arczonalshift/CHANGELOG.md index 086875e0446..7c78301c49c 100644 --- a/service/arczonalshift/CHANGELOG.md +++ b/service/arczonalshift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/arczonalshift/go.mod b/service/arczonalshift/go.mod index 60227d004f2..b321db4cfdd 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/arczonalshift/go_module_metadata.go b/service/arczonalshift/go_module_metadata.go index fcf50a96b15..0269d2793c2 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.1.3" +const goModuleVersion = "1.1.4" diff --git a/service/athena/CHANGELOG.md b/service/athena/CHANGELOG.md index 873014ecd6a..2ccf7ba1822 100644 --- a/service/athena/CHANGELOG.md +++ b/service/athena/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/athena/go.mod b/service/athena/go.mod index 98ab231391a..7d5cd5da479 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/athena/go_module_metadata.go b/service/athena/go_module_metadata.go index 42e9b84cf19..a794bb104e8 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.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/auditmanager/CHANGELOG.md b/service/auditmanager/CHANGELOG.md index 8b1d67b3764..e3c8f7c0859 100644 --- a/service/auditmanager/CHANGELOG.md +++ b/service/auditmanager/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.24.0 (2023-02-20) + +* **Feature**: This release introduces a ServiceQuotaExceededException to the UpdateAssessmentFrameworkShare API operation. +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/auditmanager/go.mod b/service/auditmanager/go.mod index 310019d0191..2740b65de60 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/auditmanager/go_module_metadata.go b/service/auditmanager/go_module_metadata.go index 008eddb1d1d..99406937d59 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.23.2" +const goModuleVersion = "1.24.0" diff --git a/service/autoscaling/CHANGELOG.md b/service/autoscaling/CHANGELOG.md index 7a852b60d5a..e515d7e7845 100644 --- a/service/autoscaling/CHANGELOG.md +++ b/service/autoscaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.1 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.0 (2023-02-10) * **Feature**: You can now either terminate/replace, ignore, or wait for EC2 Auto Scaling instances on standby or protected from scale in. Also, you can also roll back changes from a failed instance refresh. diff --git a/service/autoscaling/go.mod b/service/autoscaling/go.mod index c69fba147df..4fd907bd762 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 ccc02b00373..2dec0a5e263 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.27.0" +const goModuleVersion = "1.27.1" diff --git a/service/autoscalingplans/CHANGELOG.md b/service/autoscalingplans/CHANGELOG.md index 65b0ab43a06..45524a681da 100644 --- a/service/autoscalingplans/CHANGELOG.md +++ b/service/autoscalingplans/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/autoscalingplans/go.mod b/service/autoscalingplans/go.mod index 51986391366..72cb84ec54e 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/autoscalingplans/go_module_metadata.go b/service/autoscalingplans/go_module_metadata.go index 52874d35728..9b7fb6b0cae 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/backup/CHANGELOG.md b/service/backup/CHANGELOG.md index f0ca441cfcb..788f7a702ca 100644 --- a/service/backup/CHANGELOG.md +++ b/service/backup/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.2 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.1 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/backup/go.mod b/service/backup/go.mod index e3a4945ef35..75351491445 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/backup/go_module_metadata.go b/service/backup/go_module_metadata.go index 75199059a49..fc7109b2a72 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.20.1" +const goModuleVersion = "1.20.2" diff --git a/service/backupgateway/CHANGELOG.md b/service/backupgateway/CHANGELOG.md index 4c5798623c0..026b330f4ce 100644 --- a/service/backupgateway/CHANGELOG.md +++ b/service/backupgateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/backupgateway/go.mod b/service/backupgateway/go.mod index 524405f53da..4c6e8622a04 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/backupgateway/go_module_metadata.go b/service/backupgateway/go_module_metadata.go index 2bdb97f1d52..bc816216c46 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.9.2" +const goModuleVersion = "1.9.3" diff --git a/service/backupstorage/CHANGELOG.md b/service/backupstorage/CHANGELOG.md index f3ca98f1416..2369c8db795 100644 --- a/service/backupstorage/CHANGELOG.md +++ b/service/backupstorage/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/backupstorage/go.mod b/service/backupstorage/go.mod index 03f228743df..0392b1bc1f2 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/backupstorage/go_module_metadata.go b/service/backupstorage/go_module_metadata.go index 934b91a5deb..5c97b36a092 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.1.2" +const goModuleVersion = "1.1.3" diff --git a/service/batch/CHANGELOG.md b/service/batch/CHANGELOG.md index 6dbf165ee5e..8b3b8ca6e7d 100644 --- a/service/batch/CHANGELOG.md +++ b/service/batch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/batch/go.mod b/service/batch/go.mod index f22d5a6fc81..350e71e7ed3 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/batch/go_module_metadata.go b/service/batch/go_module_metadata.go index 06a66f3e974..91616b3282a 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.21.3" +const goModuleVersion = "1.21.4" diff --git a/service/billingconductor/CHANGELOG.md b/service/billingconductor/CHANGELOG.md index 64314244578..ff62d04a5f9 100644 --- a/service/billingconductor/CHANGELOG.md +++ b/service/billingconductor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/billingconductor/go.mod b/service/billingconductor/go.mod index a0bbb0090ac..9de393f7f09 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/billingconductor/go_module_metadata.go b/service/billingconductor/go_module_metadata.go index 128d57b7877..7dc405fdc44 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.5.2" +const goModuleVersion = "1.5.3" diff --git a/service/braket/CHANGELOG.md b/service/braket/CHANGELOG.md index 294c73d404a..12e0a925471 100644 --- a/service/braket/CHANGELOG.md +++ b/service/braket/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/braket/go.mod b/service/braket/go.mod index fd387220384..290c01abdef 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/braket/go_module_metadata.go b/service/braket/go_module_metadata.go index d3e3e0e921a..3b7638c3301 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/budgets/CHANGELOG.md b/service/budgets/CHANGELOG.md index b711c71bb9d..a6fb63247fb 100644 --- a/service/budgets/CHANGELOG.md +++ b/service/budgets/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/budgets/go.mod b/service/budgets/go.mod index e0d7dbc4d9f..ea25f27df39 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/budgets/go_module_metadata.go b/service/budgets/go_module_metadata.go index 34b0b469281..74c436c6ede 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/chime/CHANGELOG.md b/service/chime/CHANGELOG.md index e3bf32a2306..41472cab334 100644 --- a/service/chime/CHANGELOG.md +++ b/service/chime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/chime/go.mod b/service/chime/go.mod index 0a2fe039370..90c4a6094a8 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/chime/go_module_metadata.go b/service/chime/go_module_metadata.go index 8f724c5f9c3..13db52613d4 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.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/chimesdkidentity/CHANGELOG.md b/service/chimesdkidentity/CHANGELOG.md index 02f9237cd08..7c57ce5f88f 100644 --- a/service/chimesdkidentity/CHANGELOG.md +++ b/service/chimesdkidentity/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/chimesdkidentity/go.mod b/service/chimesdkidentity/go.mod index 6c653bc0955..7972edbfd60 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/chimesdkidentity/go_module_metadata.go b/service/chimesdkidentity/go_module_metadata.go index 942ab34c19b..1972cd3f063 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.10.2" +const goModuleVersion = "1.10.3" diff --git a/service/chimesdkmediapipelines/CHANGELOG.md b/service/chimesdkmediapipelines/CHANGELOG.md index 767f129415f..63ff4ec08ba 100644 --- a/service/chimesdkmediapipelines/CHANGELOG.md +++ b/service/chimesdkmediapipelines/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/chimesdkmediapipelines/go.mod b/service/chimesdkmediapipelines/go.mod index b4c82b1b94c..14d188df421 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/chimesdkmediapipelines/go_module_metadata.go b/service/chimesdkmediapipelines/go_module_metadata.go index 20f693e6782..dba5f3afd30 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.2.2" +const goModuleVersion = "1.2.3" diff --git a/service/chimesdkmeetings/CHANGELOG.md b/service/chimesdkmeetings/CHANGELOG.md index 806487c6cf3..73826d5d4b5 100644 --- a/service/chimesdkmeetings/CHANGELOG.md +++ b/service/chimesdkmeetings/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/chimesdkmeetings/go.mod b/service/chimesdkmeetings/go.mod index 382abcec41f..f0d933ce7f8 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/chimesdkmeetings/go_module_metadata.go b/service/chimesdkmeetings/go_module_metadata.go index 37fa6a0d2d2..51b4fa7baa7 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.14.3" +const goModuleVersion = "1.14.4" diff --git a/service/chimesdkmessaging/CHANGELOG.md b/service/chimesdkmessaging/CHANGELOG.md index a803fb90c5f..fda708e999b 100644 --- a/service/chimesdkmessaging/CHANGELOG.md +++ b/service/chimesdkmessaging/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/chimesdkmessaging/go.mod b/service/chimesdkmessaging/go.mod index 34ee07a5c00..55b5ceda4ac 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/chimesdkmessaging/go_module_metadata.go b/service/chimesdkmessaging/go_module_metadata.go index 7dddb19a654..125032cc545 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.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/chimesdkvoice/CHANGELOG.md b/service/chimesdkvoice/CHANGELOG.md index 875ae40aa2a..940cb393bb2 100644 --- a/service/chimesdkvoice/CHANGELOG.md +++ b/service/chimesdkvoice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/chimesdkvoice/go.mod b/service/chimesdkvoice/go.mod index 2b90384aef7..837d26bdb7c 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/chimesdkvoice/go_module_metadata.go b/service/chimesdkvoice/go_module_metadata.go index b8283c7c613..ae48056a110 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.1.2" +const goModuleVersion = "1.1.3" diff --git a/service/cleanrooms/CHANGELOG.md b/service/cleanrooms/CHANGELOG.md index 8cd8d8aed6c..3004504f45e 100644 --- a/service/cleanrooms/CHANGELOG.md +++ b/service/cleanrooms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/cleanrooms/go.mod b/service/cleanrooms/go.mod index 1fc0ad4ac8f..8f4077963d0 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/cleanrooms/go_module_metadata.go b/service/cleanrooms/go_module_metadata.go index 52329c58f6e..9327ae68dff 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.0.2" +const goModuleVersion = "1.0.3" diff --git a/service/cloud9/CHANGELOG.md b/service/cloud9/CHANGELOG.md index 2f85ae7c01e..3e89df8e153 100644 --- a/service/cloud9/CHANGELOG.md +++ b/service/cloud9/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/cloud9/go.mod b/service/cloud9/go.mod index 5fde06f4971..95ee2d39f7e 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/cloud9/go_module_metadata.go b/service/cloud9/go_module_metadata.go index 4b41c484273..ccd3d3eee34 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/cloudcontrol/CHANGELOG.md b/service/cloudcontrol/CHANGELOG.md index 2fef5cf7da8..e14dfbacec6 100644 --- a/service/cloudcontrol/CHANGELOG.md +++ b/service/cloudcontrol/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/cloudcontrol/go.mod b/service/cloudcontrol/go.mod index 42408c5f814..6e7587793d6 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 78ac1ccbd08..fcb49b37967 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.11.3" +const goModuleVersion = "1.11.4" diff --git a/service/clouddirectory/CHANGELOG.md b/service/clouddirectory/CHANGELOG.md index 386a7e89df3..fd04fb7561f 100644 --- a/service/clouddirectory/CHANGELOG.md +++ b/service/clouddirectory/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/clouddirectory/go.mod b/service/clouddirectory/go.mod index 84a8766058a..87d76bd61d1 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/clouddirectory/go_module_metadata.go b/service/clouddirectory/go_module_metadata.go index 76178fdb357..2c50c80359d 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/cloudformation/CHANGELOG.md b/service/cloudformation/CHANGELOG.md index b3d25738c5f..97f835c381a 100644 --- a/service/cloudformation/CHANGELOG.md +++ b/service/cloudformation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2023-02-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudformation/go.mod b/service/cloudformation/go.mod index 9a12ffadbeb..5f65c1a5eb2 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 96f674fd0d4..62806e4f730 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.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/cloudfront/CHANGELOG.md b/service/cloudfront/CHANGELOG.md index 4c8e274b9bc..89dd2b4b5ae 100644 --- a/service/cloudfront/CHANGELOG.md +++ b/service/cloudfront/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.1 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.0 (2023-02-08) * **Feature**: CloudFront Origin Access Control extends support to AWS Elemental MediaStore origins. diff --git a/service/cloudfront/go.mod b/service/cloudfront/go.mod index a779d8d9212..1966740b70b 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 2adfe6d68b3..3ea906847ce 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.25.0" +const goModuleVersion = "1.25.1" diff --git a/service/cloudhsm/CHANGELOG.md b/service/cloudhsm/CHANGELOG.md index 7b2446b3ba6..f151d6aabd7 100644 --- a/service/cloudhsm/CHANGELOG.md +++ b/service/cloudhsm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/cloudhsm/go.mod b/service/cloudhsm/go.mod index 03c36d64e0c..e2148c3147c 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/cloudhsm/go_module_metadata.go b/service/cloudhsm/go_module_metadata.go index 0783e397ea9..40ed90aa81a 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/cloudhsmv2/CHANGELOG.md b/service/cloudhsmv2/CHANGELOG.md index f837b1055be..bf1cc98c466 100644 --- a/service/cloudhsmv2/CHANGELOG.md +++ b/service/cloudhsmv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/cloudhsmv2/go.mod b/service/cloudhsmv2/go.mod index fb465560ffc..790a07f51b8 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/cloudhsmv2/go_module_metadata.go b/service/cloudhsmv2/go_module_metadata.go index db7983dbd8c..a45a663c467 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/cloudsearch/CHANGELOG.md b/service/cloudsearch/CHANGELOG.md index 2c4ea799983..26f7591132d 100644 --- a/service/cloudsearch/CHANGELOG.md +++ b/service/cloudsearch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.2 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.1 (2023-02-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudsearch/go.mod b/service/cloudsearch/go.mod index 650bebd4fe9..396ef4c1984 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/cloudsearch/go_module_metadata.go b/service/cloudsearch/go_module_metadata.go index 9537404bd2c..a4300b9f940 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.14.1" +const goModuleVersion = "1.14.2" diff --git a/service/cloudsearchdomain/CHANGELOG.md b/service/cloudsearchdomain/CHANGELOG.md index 26959b8d953..02b10d27b39 100644 --- a/service/cloudsearchdomain/CHANGELOG.md +++ b/service/cloudsearchdomain/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/cloudsearchdomain/go.mod b/service/cloudsearchdomain/go.mod index cd705f5d693..e1f14baa81e 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/cloudsearchdomain/go_module_metadata.go b/service/cloudsearchdomain/go_module_metadata.go index 1002e3d47c4..96ecdaa80b5 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.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/cloudtrail/CHANGELOG.md b/service/cloudtrail/CHANGELOG.md index e01f4e3f6d7..be789b76350 100644 --- a/service/cloudtrail/CHANGELOG.md +++ b/service/cloudtrail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.1 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.0 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/cloudtrail/go.mod b/service/cloudtrail/go.mod index 1c81349741d..cbff855d503 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/cloudtrail/go_module_metadata.go b/service/cloudtrail/go_module_metadata.go index 60940daaf59..0e7982c30ea 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.24.0" +const goModuleVersion = "1.24.1" diff --git a/service/cloudtraildata/CHANGELOG.md b/service/cloudtraildata/CHANGELOG.md index 9cc92086564..bc6df1dc3ee 100644 --- a/service/cloudtraildata/CHANGELOG.md +++ b/service/cloudtraildata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/cloudtraildata/go.mod b/service/cloudtraildata/go.mod index c61b7ba0736..1777b6d8a38 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/cloudtraildata/go_module_metadata.go b/service/cloudtraildata/go_module_metadata.go index d9e5e9b1f7d..34ac67ef76e 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.0.2" +const goModuleVersion = "1.0.3" diff --git a/service/cloudwatch/CHANGELOG.md b/service/cloudwatch/CHANGELOG.md index 1ad60601861..28e9005ffdf 100644 --- a/service/cloudwatch/CHANGELOG.md +++ b/service/cloudwatch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2023-02-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudwatch/go.mod b/service/cloudwatch/go.mod index 437c4449ad3..05e7444e696 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 7bf6be9c4fe..11bc7d21996 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.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/cloudwatchevents/CHANGELOG.md b/service/cloudwatchevents/CHANGELOG.md index 11687c204b9..6770dbe8073 100644 --- a/service/cloudwatchevents/CHANGELOG.md +++ b/service/cloudwatchevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/cloudwatchevents/go.mod b/service/cloudwatchevents/go.mod index 5372ac63aef..b07e4d7b06e 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/cloudwatchevents/go_module_metadata.go b/service/cloudwatchevents/go_module_metadata.go index aea2a795b4d..3b5a6f1e217 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.15.3" +const goModuleVersion = "1.15.4" diff --git a/service/cloudwatchlogs/CHANGELOG.md b/service/cloudwatchlogs/CHANGELOG.md index b96bb8ed59f..f193e2b0040 100644 --- a/service/cloudwatchlogs/CHANGELOG.md +++ b/service/cloudwatchlogs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/cloudwatchlogs/go.mod b/service/cloudwatchlogs/go.mod index 5a3b851dd3e..345d2abd5f8 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/cloudwatchlogs/go_module_metadata.go b/service/cloudwatchlogs/go_module_metadata.go index a602dba8f9e..8b23cf1b6bb 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.20.3" +const goModuleVersion = "1.20.4" diff --git a/service/codeartifact/CHANGELOG.md b/service/codeartifact/CHANGELOG.md index 5c8d63bead2..ff655c3c11c 100644 --- a/service/codeartifact/CHANGELOG.md +++ b/service/codeartifact/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/codeartifact/go.mod b/service/codeartifact/go.mod index 0f3737cdaf6..fe8e3f5297d 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/codeartifact/go_module_metadata.go b/service/codeartifact/go_module_metadata.go index 981cdaa5fb6..dd236c4b678 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/codebuild/CHANGELOG.md b/service/codebuild/CHANGELOG.md index bac9f09e145..f6d4647ef65 100644 --- a/service/codebuild/CHANGELOG.md +++ b/service/codebuild/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/codebuild/go.mod b/service/codebuild/go.mod index ebf32a604a6..9d9036e9637 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/codebuild/go_module_metadata.go b/service/codebuild/go_module_metadata.go index ce2f644b4e3..0a26bf231b9 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.20.3" +const goModuleVersion = "1.20.4" diff --git a/service/codecatalyst/CHANGELOG.md b/service/codecatalyst/CHANGELOG.md index 8ee99c599db..8186614b114 100644 --- a/service/codecatalyst/CHANGELOG.md +++ b/service/codecatalyst/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/codecatalyst/go.mod b/service/codecatalyst/go.mod index 9da0fd895e4..4d379b095bd 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/codecatalyst/go_module_metadata.go b/service/codecatalyst/go_module_metadata.go index 0f879512bec..d6b84ca98ef 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.1.2" +const goModuleVersion = "1.1.3" diff --git a/service/codecommit/CHANGELOG.md b/service/codecommit/CHANGELOG.md index fc7ed2a0901..e32187d6017 100644 --- a/service/codecommit/CHANGELOG.md +++ b/service/codecommit/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/codecommit/go.mod b/service/codecommit/go.mod index d9e2e38ee84..4e9abf8f7eb 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/codecommit/go_module_metadata.go b/service/codecommit/go_module_metadata.go index b9eef760717..9c783d3ddb6 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/codedeploy/CHANGELOG.md b/service/codedeploy/CHANGELOG.md index e98870e0177..4dbaca547dc 100644 --- a/service/codedeploy/CHANGELOG.md +++ b/service/codedeploy/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/codedeploy/go.mod b/service/codedeploy/go.mod index 148fb81b2b0..f4602a938ae 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 478f0c9ea74..ffd7e373514 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.16.3" +const goModuleVersion = "1.16.4" diff --git a/service/codeguruprofiler/CHANGELOG.md b/service/codeguruprofiler/CHANGELOG.md index 21833b1485a..de08c5c56f2 100644 --- a/service/codeguruprofiler/CHANGELOG.md +++ b/service/codeguruprofiler/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/codeguruprofiler/go.mod b/service/codeguruprofiler/go.mod index f5fc938920c..779e40382ab 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/codeguruprofiler/go_module_metadata.go b/service/codeguruprofiler/go_module_metadata.go index e56a1793cca..be6da178dc6 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/codegurureviewer/CHANGELOG.md b/service/codegurureviewer/CHANGELOG.md index 7241db3d65a..48c60102f32 100644 --- a/service/codegurureviewer/CHANGELOG.md +++ b/service/codegurureviewer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/codegurureviewer/go.mod b/service/codegurureviewer/go.mod index e7a1eaf804b..e0f58616df9 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 ba9a0f1a509..20544f347cf 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/codepipeline/CHANGELOG.md b/service/codepipeline/CHANGELOG.md index 872cae7f263..afb5d638217 100644 --- a/service/codepipeline/CHANGELOG.md +++ b/service/codepipeline/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/codepipeline/go.mod b/service/codepipeline/go.mod index 995818cefa0..55df262ccbc 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/codepipeline/go_module_metadata.go b/service/codepipeline/go_module_metadata.go index 986179b5248..ad9eb9d09af 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/codestar/CHANGELOG.md b/service/codestar/CHANGELOG.md index b056ec8e33a..0b3019e7610 100644 --- a/service/codestar/CHANGELOG.md +++ b/service/codestar/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/codestar/go.mod b/service/codestar/go.mod index 70ddfc2a47b..6d3084da81a 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/codestar/go_module_metadata.go b/service/codestar/go_module_metadata.go index 1a54b6ee50f..fb82bdb5e37 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/codestarconnections/CHANGELOG.md b/service/codestarconnections/CHANGELOG.md index 872cae7f263..afb5d638217 100644 --- a/service/codestarconnections/CHANGELOG.md +++ b/service/codestarconnections/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/codestarconnections/go.mod b/service/codestarconnections/go.mod index 8b39ede99c8..4e5b6cc3d64 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/codestarconnections/go_module_metadata.go b/service/codestarconnections/go_module_metadata.go index 204bfc444d6..fb9febcb764 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/codestarnotifications/CHANGELOG.md b/service/codestarnotifications/CHANGELOG.md index 750db8f8bcf..87b9cae2fa7 100644 --- a/service/codestarnotifications/CHANGELOG.md +++ b/service/codestarnotifications/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/codestarnotifications/go.mod b/service/codestarnotifications/go.mod index 77a8b972ddf..98984745cd9 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/codestarnotifications/go_module_metadata.go b/service/codestarnotifications/go_module_metadata.go index b7f29b17ff6..8b439e3a293 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/cognitoidentity/CHANGELOG.md b/service/cognitoidentity/CHANGELOG.md index f320b8a8047..52cf899af69 100644 --- a/service/cognitoidentity/CHANGELOG.md +++ b/service/cognitoidentity/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/cognitoidentity/go.mod b/service/cognitoidentity/go.mod index 2a8f1a36b8e..44d64eb2cfe 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/cognitoidentity/go_module_metadata.go b/service/cognitoidentity/go_module_metadata.go index 54b1d4de651..13367147a17 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/cognitoidentityprovider/CHANGELOG.md b/service/cognitoidentityprovider/CHANGELOG.md index b28fe4acae8..393933418ad 100644 --- a/service/cognitoidentityprovider/CHANGELOG.md +++ b/service/cognitoidentityprovider/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/cognitoidentityprovider/go.mod b/service/cognitoidentityprovider/go.mod index e673d7a49d9..56834f81152 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/cognitoidentityprovider/go_module_metadata.go b/service/cognitoidentityprovider/go_module_metadata.go index 6489ae74a42..094d57e298c 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.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/cognitosync/CHANGELOG.md b/service/cognitosync/CHANGELOG.md index 26959b8d953..02b10d27b39 100644 --- a/service/cognitosync/CHANGELOG.md +++ b/service/cognitosync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/cognitosync/go.mod b/service/cognitosync/go.mod index a7acfb0b66e..71386c2f35f 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/cognitosync/go_module_metadata.go b/service/cognitosync/go_module_metadata.go index 5bc08d58703..ef5cadfbe5b 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.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/comprehend/CHANGELOG.md b/service/comprehend/CHANGELOG.md index 0da21046417..066c1a8d082 100644 --- a/service/comprehend/CHANGELOG.md +++ b/service/comprehend/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/comprehend/go.mod b/service/comprehend/go.mod index 29dad109716..14ca0ec5bfa 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/comprehend/go_module_metadata.go b/service/comprehend/go_module_metadata.go index f083480314b..b3405bfba9c 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/comprehendmedical/CHANGELOG.md b/service/comprehendmedical/CHANGELOG.md index 9bbbb46969b..35716c0db09 100644 --- a/service/comprehendmedical/CHANGELOG.md +++ b/service/comprehendmedical/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/comprehendmedical/go.mod b/service/comprehendmedical/go.mod index 4cb1d06648e..5391b56c2f7 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/comprehendmedical/go_module_metadata.go b/service/comprehendmedical/go_module_metadata.go index 04a50392446..27762e815a8 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/computeoptimizer/CHANGELOG.md b/service/computeoptimizer/CHANGELOG.md index 2c9fa6e1b9d..ec318e96568 100644 --- a/service/computeoptimizer/CHANGELOG.md +++ b/service/computeoptimizer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.2 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.1 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/computeoptimizer/go.mod b/service/computeoptimizer/go.mod index 50102a43806..04784117633 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/computeoptimizer/go_module_metadata.go b/service/computeoptimizer/go_module_metadata.go index da04c5b3a19..327ec4b16f2 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.21.1" +const goModuleVersion = "1.21.2" diff --git a/service/configservice/CHANGELOG.md b/service/configservice/CHANGELOG.md index 3c64d943109..37a89d4fdac 100644 --- a/service/configservice/CHANGELOG.md +++ b/service/configservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/configservice/go.mod b/service/configservice/go.mod index 35fee67824d..c7002d951ac 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/configservice/go_module_metadata.go b/service/configservice/go_module_metadata.go index 1b1636b4662..3aa25453d9a 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.29.3" +const goModuleVersion = "1.29.4" diff --git a/service/connect/CHANGELOG.md b/service/connect/CHANGELOG.md index f593a0126b4..d4b21e553c7 100644 --- a/service/connect/CHANGELOG.md +++ b/service/connect/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.47.0 (2023-02-20) + +* **Feature**: Reasons for failed diff has been approved by SDK Reviewer +* **Dependency Update**: Updated to the latest SDK module versions + # v1.46.1 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/connect/go.mod b/service/connect/go.mod index 49821841a7c..a165b5054d1 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/connect/go_module_metadata.go b/service/connect/go_module_metadata.go index c8f25d150da..9e15f9a3923 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.46.1" +const goModuleVersion = "1.47.0" diff --git a/service/connectcampaigns/CHANGELOG.md b/service/connectcampaigns/CHANGELOG.md index 70946b49d60..1f9eceea1ee 100644 --- a/service/connectcampaigns/CHANGELOG.md +++ b/service/connectcampaigns/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/connectcampaigns/go.mod b/service/connectcampaigns/go.mod index edcfc727a0e..a196e7749ad 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/connectcampaigns/go_module_metadata.go b/service/connectcampaigns/go_module_metadata.go index d0e9b852443..196bb4d224d 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.2.3" +const goModuleVersion = "1.2.4" diff --git a/service/connectcases/CHANGELOG.md b/service/connectcases/CHANGELOG.md index 63bfcfb6d46..96027d6a3b9 100644 --- a/service/connectcases/CHANGELOG.md +++ b/service/connectcases/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.5 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.4 (2023-02-16) * No change notes available for this release. diff --git a/service/connectcases/go.mod b/service/connectcases/go.mod index 8589c17193e..bad91de449a 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/connectcases/go_module_metadata.go b/service/connectcases/go_module_metadata.go index b909fd5d6b9..5f6f6966259 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.2.4" +const goModuleVersion = "1.2.5" diff --git a/service/connectcontactlens/CHANGELOG.md b/service/connectcontactlens/CHANGELOG.md index 1166496ea51..95b18c8cef7 100644 --- a/service/connectcontactlens/CHANGELOG.md +++ b/service/connectcontactlens/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/connectcontactlens/go.mod b/service/connectcontactlens/go.mod index 378b8394f6e..710c460310b 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/connectcontactlens/go_module_metadata.go b/service/connectcontactlens/go_module_metadata.go index e65c502cd63..558c52435ef 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/connectparticipant/CHANGELOG.md b/service/connectparticipant/CHANGELOG.md index 591aa02a9b6..f97fb108091 100644 --- a/service/connectparticipant/CHANGELOG.md +++ b/service/connectparticipant/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/connectparticipant/go.mod b/service/connectparticipant/go.mod index 37e49480453..89bf88dbd94 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/connectparticipant/go_module_metadata.go b/service/connectparticipant/go_module_metadata.go index 0299ecdb903..d5cab077505 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/controltower/CHANGELOG.md b/service/controltower/CHANGELOG.md index 11661ce1e30..edf4a747728 100644 --- a/service/controltower/CHANGELOG.md +++ b/service/controltower/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/controltower/go.mod b/service/controltower/go.mod index ef6fc827fa0..84f7e45c399 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/controltower/go_module_metadata.go b/service/controltower/go_module_metadata.go index 0428e18a1db..1d923eb04d7 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.1.2" +const goModuleVersion = "1.1.3" diff --git a/service/costandusagereportservice/CHANGELOG.md b/service/costandusagereportservice/CHANGELOG.md index a049486f031..301cd263dde 100644 --- a/service/costandusagereportservice/CHANGELOG.md +++ b/service/costandusagereportservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/costandusagereportservice/go.mod b/service/costandusagereportservice/go.mod index a6b8a362d04..40f04857d25 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/costandusagereportservice/go_module_metadata.go b/service/costandusagereportservice/go_module_metadata.go index 5587cf6c075..5cb518d7335 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/costexplorer/CHANGELOG.md b/service/costexplorer/CHANGELOG.md index c57bbd20c41..c9138960892 100644 --- a/service/costexplorer/CHANGELOG.md +++ b/service/costexplorer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/costexplorer/go.mod b/service/costexplorer/go.mod index 1c931b80959..441db050e30 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/costexplorer/go_module_metadata.go b/service/costexplorer/go_module_metadata.go index 7c6e6240606..aff30371495 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.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/customerprofiles/CHANGELOG.md b/service/customerprofiles/CHANGELOG.md index 063af7c0277..ca4338f812f 100644 --- a/service/customerprofiles/CHANGELOG.md +++ b/service/customerprofiles/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.2 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.1 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/customerprofiles/go.mod b/service/customerprofiles/go.mod index 184a0b36b6a..49213844c9f 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/customerprofiles/go_module_metadata.go b/service/customerprofiles/go_module_metadata.go index 0a25dad68a2..4188222975e 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.23.1" +const goModuleVersion = "1.23.2" diff --git a/service/databasemigrationservice/CHANGELOG.md b/service/databasemigrationservice/CHANGELOG.md index 5711f87e91a..29a2a54cc6e 100644 --- a/service/databasemigrationservice/CHANGELOG.md +++ b/service/databasemigrationservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/databasemigrationservice/go.mod b/service/databasemigrationservice/go.mod index ec22ca994c2..cac3a0767f7 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 9f48c4ea0a8..d8a037749cc 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.23.3" +const goModuleVersion = "1.23.4" diff --git a/service/databrew/CHANGELOG.md b/service/databrew/CHANGELOG.md index e31e8d603d8..818f4c1fbc7 100644 --- a/service/databrew/CHANGELOG.md +++ b/service/databrew/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/databrew/go.mod b/service/databrew/go.mod index e011b99b5d0..c9633cca6d2 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/databrew/go_module_metadata.go b/service/databrew/go_module_metadata.go index a26f1b72436..043557aa83d 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.21.3" +const goModuleVersion = "1.21.4" diff --git a/service/dataexchange/CHANGELOG.md b/service/dataexchange/CHANGELOG.md index ca08e059cc3..f9e486f1fc6 100644 --- a/service/dataexchange/CHANGELOG.md +++ b/service/dataexchange/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/dataexchange/go.mod b/service/dataexchange/go.mod index 5a0072df992..4c5605cab0c 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/dataexchange/go_module_metadata.go b/service/dataexchange/go_module_metadata.go index d1bb0f1f4ae..b3a7c8e27ef 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/datapipeline/CHANGELOG.md b/service/datapipeline/CHANGELOG.md index 872cae7f263..afb5d638217 100644 --- a/service/datapipeline/CHANGELOG.md +++ b/service/datapipeline/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/datapipeline/go.mod b/service/datapipeline/go.mod index ac8ca343c82..deea4f4380a 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/datapipeline/go_module_metadata.go b/service/datapipeline/go_module_metadata.go index 43f03ba0762..c49c8ae3955 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/datasync/CHANGELOG.md b/service/datasync/CHANGELOG.md index 1fb92ccaa17..b45bd38ca4b 100644 --- a/service/datasync/CHANGELOG.md +++ b/service/datasync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.2 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.1 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/datasync/go.mod b/service/datasync/go.mod index 58196cecc3a..33ceb925bb5 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/datasync/go_module_metadata.go b/service/datasync/go_module_metadata.go index fe9c8d197c0..72ab8e2d02d 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.22.1" +const goModuleVersion = "1.22.2" diff --git a/service/dax/CHANGELOG.md b/service/dax/CHANGELOG.md index 7298abbf69c..1851521dc38 100644 --- a/service/dax/CHANGELOG.md +++ b/service/dax/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/dax/go.mod b/service/dax/go.mod index bedda8152bb..0bcdccd332e 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/dax/go_module_metadata.go b/service/dax/go_module_metadata.go index 9ef66e5f2ac..de027e9f9bd 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.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/detective/CHANGELOG.md b/service/detective/CHANGELOG.md index 6361890ab28..be196cf4589 100644 --- a/service/detective/CHANGELOG.md +++ b/service/detective/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/detective/go.mod b/service/detective/go.mod index 3bf6b76fc78..9c89f7c2f9a 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/detective/go_module_metadata.go b/service/detective/go_module_metadata.go index 8acff6e393c..d6aaad5d187 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/devicefarm/CHANGELOG.md b/service/devicefarm/CHANGELOG.md index 4e6c351fb35..006543b1d70 100644 --- a/service/devicefarm/CHANGELOG.md +++ b/service/devicefarm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/devicefarm/go.mod b/service/devicefarm/go.mod index 9bde0759016..9526e0bd774 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/devicefarm/go_module_metadata.go b/service/devicefarm/go_module_metadata.go index b77673a326d..daf30f1ce94 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/devopsguru/CHANGELOG.md b/service/devopsguru/CHANGELOG.md index 81631a064c0..b3004db6529 100644 --- a/service/devopsguru/CHANGELOG.md +++ b/service/devopsguru/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/devopsguru/go.mod b/service/devopsguru/go.mod index ed8a3c93daa..eaac5f76ae4 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/devopsguru/go_module_metadata.go b/service/devopsguru/go_module_metadata.go index 7a73c3b512e..e152ef3501f 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.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/directconnect/CHANGELOG.md b/service/directconnect/CHANGELOG.md index 967202984f1..e5154146a44 100644 --- a/service/directconnect/CHANGELOG.md +++ b/service/directconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/directconnect/go.mod b/service/directconnect/go.mod index 5b40729e8e3..1533d0db599 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/directconnect/go_module_metadata.go b/service/directconnect/go_module_metadata.go index 462c0151ab5..ed9527e9569 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.18.3" +const goModuleVersion = "1.18.4" diff --git a/service/directoryservice/CHANGELOG.md b/service/directoryservice/CHANGELOG.md index b6c1e37c1db..6f862ee4ca3 100644 --- a/service/directoryservice/CHANGELOG.md +++ b/service/directoryservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/directoryservice/go.mod b/service/directoryservice/go.mod index 6fc11e56cb6..d9aa2e09bfb 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/directoryservice/go_module_metadata.go b/service/directoryservice/go_module_metadata.go index c9c44c1b717..7a3c0a331ae 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.16.3" +const goModuleVersion = "1.16.4" diff --git a/service/dlm/CHANGELOG.md b/service/dlm/CHANGELOG.md index e1680b28228..6d7909748b5 100644 --- a/service/dlm/CHANGELOG.md +++ b/service/dlm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.5 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.4 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/dlm/go.mod b/service/dlm/go.mod index 0c867f8cd64..3d555ac3a5b 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/dlm/go_module_metadata.go b/service/dlm/go_module_metadata.go index bc187235d44..ad41cfe5fbe 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.14.4" +const goModuleVersion = "1.14.5" diff --git a/service/docdb/CHANGELOG.md b/service/docdb/CHANGELOG.md index 0d543df8bbb..fac64e4e8fa 100644 --- a/service/docdb/CHANGELOG.md +++ b/service/docdb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2023-02-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/docdb/go.mod b/service/docdb/go.mod index 8d17a720ac7..97231416330 100644 --- a/service/docdb/go.mod +++ b/service/docdb/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/docdb go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.23 github.com/aws/smithy-go v1.13.5 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 35230effa11..587bda37fd5 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.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/docdbelastic/CHANGELOG.md b/service/docdbelastic/CHANGELOG.md index 7bfcc6db2da..f704df14c47 100644 --- a/service/docdbelastic/CHANGELOG.md +++ b/service/docdbelastic/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/docdbelastic/go.mod b/service/docdbelastic/go.mod index 6a7b0d6bfd6..1daf5a90bde 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/docdbelastic/go_module_metadata.go b/service/docdbelastic/go_module_metadata.go index 4f3aea8a0e2..72340205f15 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.1.2" +const goModuleVersion = "1.1.3" diff --git a/service/drs/CHANGELOG.md b/service/drs/CHANGELOG.md index 7e70f23adff..2029116b1d6 100644 --- a/service/drs/CHANGELOG.md +++ b/service/drs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/drs/go.mod b/service/drs/go.mod index c092b37b029..4bcd8f8c8f9 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/drs/go_module_metadata.go b/service/drs/go_module_metadata.go index b9362c2eb04..fa9a9838735 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.10.2" +const goModuleVersion = "1.10.3" diff --git a/service/dynamodb/CHANGELOG.md b/service/dynamodb/CHANGELOG.md index 9f3c89522bb..d77991dbe92 100644 --- a/service/dynamodb/CHANGELOG.md +++ b/service/dynamodb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/dynamodb/go.mod b/service/dynamodb/go.mod index f06d06da10f..7046d4cb2cb 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.11 - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.22 + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.23 github.com/aws/smithy-go v1.13.5 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 cfa0bcd3bb6..a232900b9cd 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.18.3" +const goModuleVersion = "1.18.4" diff --git a/service/dynamodbstreams/CHANGELOG.md b/service/dynamodbstreams/CHANGELOG.md index bdda178abc2..3f3f5790088 100644 --- a/service/dynamodbstreams/CHANGELOG.md +++ b/service/dynamodbstreams/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/dynamodbstreams/go.mod b/service/dynamodbstreams/go.mod index 5cb9a01c821..2a4924308b5 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/dynamodbstreams/go_module_metadata.go b/service/dynamodbstreams/go_module_metadata.go index 9be818ff722..30e2fbbb635 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.14.3" +const goModuleVersion = "1.14.4" diff --git a/service/ebs/CHANGELOG.md b/service/ebs/CHANGELOG.md index 28d69837c5b..091507b7a90 100644 --- a/service/ebs/CHANGELOG.md +++ b/service/ebs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.5 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.4 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/ebs/go.mod b/service/ebs/go.mod index 71cb8d94a10..ea298d613bc 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/ebs/go_module_metadata.go b/service/ebs/go_module_metadata.go index 2f5026d7408..82499648ae5 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.16.4" +const goModuleVersion = "1.16.5" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index eb0eab49e44..c3f2e554a0b 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.86.1 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.86.0 (2023-02-14) * **Feature**: With this release customers can turn host maintenance on or off when allocating or modifying a supported dedicated host. Host maintenance is turned on by default for supported hosts. diff --git a/service/ec2/go.mod b/service/ec2/go.mod index 7560aeedcab..1bd165fb0bb 100644 --- a/service/ec2/go.mod +++ b/service/ec2/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/ec2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.23 github.com/aws/smithy-go v1.13.5 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 cf2477bcfd4..7cedfb972d7 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.86.0" +const goModuleVersion = "1.86.1" diff --git a/service/ec2instanceconnect/CHANGELOG.md b/service/ec2instanceconnect/CHANGELOG.md index f4727637754..4c2078f2b6b 100644 --- a/service/ec2instanceconnect/CHANGELOG.md +++ b/service/ec2instanceconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/ec2instanceconnect/go.mod b/service/ec2instanceconnect/go.mod index 23e28782cfa..3453a0aacfe 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/ec2instanceconnect/go_module_metadata.go b/service/ec2instanceconnect/go_module_metadata.go index 9daa5a3c3af..589a99358a5 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/ecr/CHANGELOG.md b/service/ecr/CHANGELOG.md index 93e4c45f64c..3f24b939a5b 100644 --- a/service/ecr/CHANGELOG.md +++ b/service/ecr/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/ecr/go.mod b/service/ecr/go.mod index 260353650f8..a398c8543d3 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 9afabd46701..7f5f2fadd7d 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.18.3" +const goModuleVersion = "1.18.4" diff --git a/service/ecrpublic/CHANGELOG.md b/service/ecrpublic/CHANGELOG.md index 8e35ecba051..06cc7476ae0 100644 --- a/service/ecrpublic/CHANGELOG.md +++ b/service/ecrpublic/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/ecrpublic/go.mod b/service/ecrpublic/go.mod index 1c7d90a4706..3a5975e201a 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/ecrpublic/go_module_metadata.go b/service/ecrpublic/go_module_metadata.go index ca13d191715..ab5fddd6982 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/ecs/CHANGELOG.md b/service/ecs/CHANGELOG.md index 584ee06bf65..a3f37e55ee2 100644 --- a/service/ecs/CHANGELOG.md +++ b/service/ecs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/ecs/go.mod b/service/ecs/go.mod index f03b77b105d..71163e23366 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 f6a5ef73e0d..60eba1648dd 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.23.3" +const goModuleVersion = "1.23.4" diff --git a/service/efs/CHANGELOG.md b/service/efs/CHANGELOG.md index 752789241d8..ae95669e141 100644 --- a/service/efs/CHANGELOG.md +++ b/service/efs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.6 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.5 (2023-02-17) * No change notes available for this release. diff --git a/service/efs/go.mod b/service/efs/go.mod index 5244a5bc1aa..dec6ed7df0a 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/efs/go_module_metadata.go b/service/efs/go_module_metadata.go index 768f76ebc01..ed2dea91338 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.19.5" +const goModuleVersion = "1.19.6" diff --git a/service/eks/CHANGELOG.md b/service/eks/CHANGELOG.md index e0dda8d195b..ff55f4fd2b4 100644 --- a/service/eks/CHANGELOG.md +++ b/service/eks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/eks/go.mod b/service/eks/go.mod index fb76ed4f9d7..ace5cbcf487 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 bf548aaee01..6f2b004b597 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.27.3" +const goModuleVersion = "1.27.4" diff --git a/service/elasticache/CHANGELOG.md b/service/elasticache/CHANGELOG.md index c2a8a1760fb..ad2673a34ee 100644 --- a/service/elasticache/CHANGELOG.md +++ b/service/elasticache/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2023-02-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticache/go.mod b/service/elasticache/go.mod index 72fb7c1fbbd..48f8a8f3e76 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 5f6cb0b3f73..939eb491679 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.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/elasticbeanstalk/CHANGELOG.md b/service/elasticbeanstalk/CHANGELOG.md index 60eba497026..0da6cc0d783 100644 --- a/service/elasticbeanstalk/CHANGELOG.md +++ b/service/elasticbeanstalk/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-02-17) * No change notes available for this release. diff --git a/service/elasticbeanstalk/go.mod b/service/elasticbeanstalk/go.mod index f8040a2ca17..336f9224d4e 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 cacdf7cb8b0..c09394c3e9c 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/elasticinference/CHANGELOG.md b/service/elasticinference/CHANGELOG.md index c1f018b7ac0..16f2e0f2339 100644 --- a/service/elasticinference/CHANGELOG.md +++ b/service/elasticinference/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/elasticinference/go.mod b/service/elasticinference/go.mod index cd252182521..e0a0ef16ede 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/elasticinference/go_module_metadata.go b/service/elasticinference/go_module_metadata.go index 94559285964..7f46d5f36c2 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.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/elasticloadbalancing/CHANGELOG.md b/service/elasticloadbalancing/CHANGELOG.md index cbf6d065c75..8663343d3c7 100644 --- a/service/elasticloadbalancing/CHANGELOG.md +++ b/service/elasticloadbalancing/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-02-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticloadbalancing/go.mod b/service/elasticloadbalancing/go.mod index f6d4d7d9139..99a18cee546 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 c74b23df1cf..e19ae62b171 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/elasticloadbalancingv2/CHANGELOG.md b/service/elasticloadbalancingv2/CHANGELOG.md index 20fa0f6302b..7730840d870 100644 --- a/service/elasticloadbalancingv2/CHANGELOG.md +++ b/service/elasticloadbalancingv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.3 (2023-02-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticloadbalancingv2/go.mod b/service/elasticloadbalancingv2/go.mod index 1ecc7d98309..ac31588cc02 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 3517a85fefe..3c3bc0992ab 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.19.3" +const goModuleVersion = "1.19.4" diff --git a/service/elasticsearchservice/CHANGELOG.md b/service/elasticsearchservice/CHANGELOG.md index 12143fb7e2c..7f51c2de0d9 100644 --- a/service/elasticsearchservice/CHANGELOG.md +++ b/service/elasticsearchservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/elasticsearchservice/go.mod b/service/elasticsearchservice/go.mod index 4364e27b908..ee2db662eab 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/elasticsearchservice/go_module_metadata.go b/service/elasticsearchservice/go_module_metadata.go index a849d1360cd..c6f3c935a05 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.18.3" +const goModuleVersion = "1.18.4" diff --git a/service/elastictranscoder/CHANGELOG.md b/service/elastictranscoder/CHANGELOG.md index c951fa0b05c..ddf2a1853a4 100644 --- a/service/elastictranscoder/CHANGELOG.md +++ b/service/elastictranscoder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/elastictranscoder/go.mod b/service/elastictranscoder/go.mod index ef15815ab38..81a02d51495 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 af5c170682e..58073ea1ec6 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/emr/CHANGELOG.md b/service/emr/CHANGELOG.md index 05155540901..d6c40d2d533 100644 --- a/service/emr/CHANGELOG.md +++ b/service/emr/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.1 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.0 (2023-02-16) * **Feature**: This release provides customers the ability to define a timeout period for procuring capacity during a resize operation for Instance Fleet clusters. Customers can specify this timeout using the ResizeSpecifications parameter supported by RunJobFlow, ModifyInstanceFleet and AddInstanceFleet APIs. diff --git a/service/emr/go.mod b/service/emr/go.mod index 5e08fd2530d..e562c9041c2 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 d0ef2c369e4..8db29ae1dda 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.23.0" +const goModuleVersion = "1.23.1" diff --git a/service/emrcontainers/CHANGELOG.md b/service/emrcontainers/CHANGELOG.md index dab69476606..b4cd5a95779 100644 --- a/service/emrcontainers/CHANGELOG.md +++ b/service/emrcontainers/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.2 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.1 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/emrcontainers/go.mod b/service/emrcontainers/go.mod index 70110c9b89d..dcea44936b2 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/emrcontainers/go_module_metadata.go b/service/emrcontainers/go_module_metadata.go index 0d8aee21287..3b4bb19649e 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.17.1" +const goModuleVersion = "1.17.2" diff --git a/service/emrserverless/CHANGELOG.md b/service/emrserverless/CHANGELOG.md index 57ac53fbbb5..a8ec28c13c8 100644 --- a/service/emrserverless/CHANGELOG.md +++ b/service/emrserverless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/emrserverless/go.mod b/service/emrserverless/go.mod index 65f412f0b37..c1740964e0d 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/emrserverless/go_module_metadata.go b/service/emrserverless/go_module_metadata.go index c5d72c04f6c..f8e6117419e 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.5.2" +const goModuleVersion = "1.5.3" diff --git a/service/eventbridge/CHANGELOG.md b/service/eventbridge/CHANGELOG.md index 2b20de22866..1693dc84488 100644 --- a/service/eventbridge/CHANGELOG.md +++ b/service/eventbridge/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/eventbridge/go.mod b/service/eventbridge/go.mod index 1f262a72828..86f606504e1 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 - github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.20 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 + github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.21 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/eventbridge/go_module_metadata.go b/service/eventbridge/go_module_metadata.go index 962d2475cd7..7ce8c82850e 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.18.3" +const goModuleVersion = "1.18.4" diff --git a/service/evidently/CHANGELOG.md b/service/evidently/CHANGELOG.md index cce5400f84b..71c9170f131 100644 --- a/service/evidently/CHANGELOG.md +++ b/service/evidently/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/evidently/go.mod b/service/evidently/go.mod index f73a5a7b00d..719c7fa5143 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/evidently/go_module_metadata.go b/service/evidently/go_module_metadata.go index 5f606d230ae..3771137163d 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.10.2" +const goModuleVersion = "1.10.3" diff --git a/service/finspace/CHANGELOG.md b/service/finspace/CHANGELOG.md index 177e4f17e94..d873630cb75 100644 --- a/service/finspace/CHANGELOG.md +++ b/service/finspace/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/finspace/go.mod b/service/finspace/go.mod index 48da89a19d3..24aac6375a6 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/finspace/go_module_metadata.go b/service/finspace/go_module_metadata.go index f292cd116ed..fa668b50490 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.9.2" +const goModuleVersion = "1.9.3" diff --git a/service/finspacedata/CHANGELOG.md b/service/finspacedata/CHANGELOG.md index 443f711ec52..1cc78410312 100644 --- a/service/finspacedata/CHANGELOG.md +++ b/service/finspacedata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/finspacedata/go.mod b/service/finspacedata/go.mod index 011cd993980..264164f4fd8 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/finspacedata/go_module_metadata.go b/service/finspacedata/go_module_metadata.go index 8ef4898b395..8ee91d294f7 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/firehose/CHANGELOG.md b/service/firehose/CHANGELOG.md index dad24646437..c68d71174d2 100644 --- a/service/firehose/CHANGELOG.md +++ b/service/firehose/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/firehose/go.mod b/service/firehose/go.mod index ad23be2ac77..074e046f0a2 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/firehose/go_module_metadata.go b/service/firehose/go_module_metadata.go index 84123e9b331..af30434cd8b 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.16.3" +const goModuleVersion = "1.16.4" diff --git a/service/fis/CHANGELOG.md b/service/fis/CHANGELOG.md index a100ac270f1..0b0483f1eee 100644 --- a/service/fis/CHANGELOG.md +++ b/service/fis/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/fis/go.mod b/service/fis/go.mod index 2be1bc0e01b..241d7060068 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/fis/go_module_metadata.go b/service/fis/go_module_metadata.go index c6edacd8415..93ee5afd098 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/fms/CHANGELOG.md b/service/fms/CHANGELOG.md index 21b7565b947..f45cf000588 100644 --- a/service/fms/CHANGELOG.md +++ b/service/fms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/fms/go.mod b/service/fms/go.mod index 7083bb31a38..b544172e645 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/fms/go_module_metadata.go b/service/fms/go_module_metadata.go index 646e540faac..fe822111ef2 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.22.3" +const goModuleVersion = "1.22.4" diff --git a/service/forecast/CHANGELOG.md b/service/forecast/CHANGELOG.md index f611780c3aa..5d1748517b4 100644 --- a/service/forecast/CHANGELOG.md +++ b/service/forecast/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/forecast/go.mod b/service/forecast/go.mod index 7b3170c6079..dd2401d3ae7 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/forecast/go_module_metadata.go b/service/forecast/go_module_metadata.go index 5f7f3333b5c..97c23eb4d4b 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.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/forecastquery/CHANGELOG.md b/service/forecastquery/CHANGELOG.md index 530f8a60bf0..1d17b84c2a0 100644 --- a/service/forecastquery/CHANGELOG.md +++ b/service/forecastquery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/forecastquery/go.mod b/service/forecastquery/go.mod index 9a36328207f..a5aab297318 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/forecastquery/go_module_metadata.go b/service/forecastquery/go_module_metadata.go index 9a7794782b1..57760570451 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/frauddetector/CHANGELOG.md b/service/frauddetector/CHANGELOG.md index d9b18c8ce2e..df3f67f3c63 100644 --- a/service/frauddetector/CHANGELOG.md +++ b/service/frauddetector/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.1 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.0 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/frauddetector/go.mod b/service/frauddetector/go.mod index 25a6ed404ab..a8d72f98f57 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/frauddetector/go_module_metadata.go b/service/frauddetector/go_module_metadata.go index 7b0350a6d44..beba642fc3e 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.23.0" +const goModuleVersion = "1.23.1" diff --git a/service/fsx/CHANGELOG.md b/service/fsx/CHANGELOG.md index adbcaf6fdf5..bdfe2fb8e5b 100644 --- a/service/fsx/CHANGELOG.md +++ b/service/fsx/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/fsx/go.mod b/service/fsx/go.mod index e5d4235fe6b..ac12d26da54 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/fsx/go_module_metadata.go b/service/fsx/go_module_metadata.go index 21e9e5f0c37..0763698f6d9 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.28.3" +const goModuleVersion = "1.28.4" diff --git a/service/gamelift/CHANGELOG.md b/service/gamelift/CHANGELOG.md index 52d4677d299..1647ba68786 100644 --- a/service/gamelift/CHANGELOG.md +++ b/service/gamelift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/gamelift/go.mod b/service/gamelift/go.mod index 9cd583a87fc..68aa1c2fb6a 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/gamelift/go_module_metadata.go b/service/gamelift/go_module_metadata.go index 2a9d9908a70..4c886af53d3 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/gamesparks/CHANGELOG.md b/service/gamesparks/CHANGELOG.md index 86eb6324708..d2117dc0923 100644 --- a/service/gamesparks/CHANGELOG.md +++ b/service/gamesparks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/gamesparks/go.mod b/service/gamesparks/go.mod index 76bfb9c295d..e41496026d3 100644 --- a/service/gamesparks/go.mod +++ b/service/gamesparks/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/gamesparks go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/gamesparks/go_module_metadata.go b/service/gamesparks/go_module_metadata.go index 0ffd29c082a..29c5c0befd2 100644 --- a/service/gamesparks/go_module_metadata.go +++ b/service/gamesparks/go_module_metadata.go @@ -3,4 +3,4 @@ package gamesparks // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.2.2" +const goModuleVersion = "1.2.3" diff --git a/service/glacier/CHANGELOG.md b/service/glacier/CHANGELOG.md index eae6f56e4af..9a451f6ae07 100644 --- a/service/glacier/CHANGELOG.md +++ b/service/glacier/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/glacier/go.mod b/service/glacier/go.mod index f136e0c7508..3edb0dea347 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/glacier/go_module_metadata.go b/service/glacier/go_module_metadata.go index 1e5ca005bc9..c5aa06f2743 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.14.3" +const goModuleVersion = "1.14.4" diff --git a/service/globalaccelerator/CHANGELOG.md b/service/globalaccelerator/CHANGELOG.md index c846341f17b..ed4d67cf2d5 100644 --- a/service/globalaccelerator/CHANGELOG.md +++ b/service/globalaccelerator/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/globalaccelerator/go.mod b/service/globalaccelerator/go.mod index 8b4bad97813..84d825ce31c 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/globalaccelerator/go_module_metadata.go b/service/globalaccelerator/go_module_metadata.go index db22d530f80..6c076641d0c 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/glue/CHANGELOG.md b/service/glue/CHANGELOG.md index 3acb8f730ea..ec6354d9cd6 100644 --- a/service/glue/CHANGELOG.md +++ b/service/glue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.43.1 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.43.0 (2023-02-17) * **Feature**: Release of Delta Lake Data Lake Format for Glue Studio Service diff --git a/service/glue/go.mod b/service/glue/go.mod index e1e0689120b..74ef2cf68cd 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/glue/go_module_metadata.go b/service/glue/go_module_metadata.go index 626c26d58b5..8fde1a19ea1 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.43.0" +const goModuleVersion = "1.43.1" diff --git a/service/grafana/CHANGELOG.md b/service/grafana/CHANGELOG.md index 49955821361..8688fca56d1 100644 --- a/service/grafana/CHANGELOG.md +++ b/service/grafana/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.1 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.0 (2023-02-16) * **Feature**: With this release Amazon Managed Grafana now supports inbound Network Access Control that helps you to restrict user access to your Grafana workspaces diff --git a/service/grafana/go.mod b/service/grafana/go.mod index 874d987e187..bed3decdaa2 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/grafana/go_module_metadata.go b/service/grafana/go_module_metadata.go index 2af6f576640..38a87dbfd73 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.12.0" +const goModuleVersion = "1.12.1" diff --git a/service/greengrass/CHANGELOG.md b/service/greengrass/CHANGELOG.md index 367d0dd00b1..46345ecb08c 100644 --- a/service/greengrass/CHANGELOG.md +++ b/service/greengrass/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/greengrass/go.mod b/service/greengrass/go.mod index fb5cd0e473c..fcad6777aad 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/greengrass/go_module_metadata.go b/service/greengrass/go_module_metadata.go index 7da55fac008..eba58a12e60 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.15.3" +const goModuleVersion = "1.15.4" diff --git a/service/greengrassv2/CHANGELOG.md b/service/greengrassv2/CHANGELOG.md index 4e11677cf21..35c7202e445 100644 --- a/service/greengrassv2/CHANGELOG.md +++ b/service/greengrassv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/greengrassv2/go.mod b/service/greengrassv2/go.mod index b449ff0baf6..4c4184b36f4 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/greengrassv2/go_module_metadata.go b/service/greengrassv2/go_module_metadata.go index a8d2c1b0a69..346d786f4fe 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.21.3" +const goModuleVersion = "1.21.4" diff --git a/service/groundstation/CHANGELOG.md b/service/groundstation/CHANGELOG.md index 4992a97fc9e..0b4cf59aa68 100644 --- a/service/groundstation/CHANGELOG.md +++ b/service/groundstation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/groundstation/go.mod b/service/groundstation/go.mod index 4f634b5d171..0f1b22d4de9 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 05254dfbda5..dbbb5b31d08 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/guardduty/CHANGELOG.md b/service/guardduty/CHANGELOG.md index a47eb9090bd..c3e79da4673 100644 --- a/service/guardduty/CHANGELOG.md +++ b/service/guardduty/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/guardduty/go.mod b/service/guardduty/go.mod index 6e4500a2a98..4bde385b44b 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/guardduty/go_module_metadata.go b/service/guardduty/go_module_metadata.go index 085feef9ffa..5385a6bc205 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.17.3" +const goModuleVersion = "1.17.4" diff --git a/service/health/CHANGELOG.md b/service/health/CHANGELOG.md index 272ffb112fc..ccf26ed3125 100644 --- a/service/health/CHANGELOG.md +++ b/service/health/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/health/go.mod b/service/health/go.mod index 6c50278d607..91daa5cc3ab 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/health/go_module_metadata.go b/service/health/go_module_metadata.go index 0fb2abbb5b1..6adde4cc814 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/healthlake/CHANGELOG.md b/service/healthlake/CHANGELOG.md index 38bdba204c6..330b6df22bb 100644 --- a/service/healthlake/CHANGELOG.md +++ b/service/healthlake/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/healthlake/go.mod b/service/healthlake/go.mod index 5cde44d304e..ee0260c72ee 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/healthlake/go_module_metadata.go b/service/healthlake/go_module_metadata.go index e8d954c9ab2..20abf09f203 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/honeycode/CHANGELOG.md b/service/honeycode/CHANGELOG.md index f9f4a8e8e7f..a487955a819 100644 --- a/service/honeycode/CHANGELOG.md +++ b/service/honeycode/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/honeycode/go.mod b/service/honeycode/go.mod index 4de941661f2..932024e9ac1 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/honeycode/go_module_metadata.go b/service/honeycode/go_module_metadata.go index f6e5ea558c9..2ee3c6b17f0 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/iam/CHANGELOG.md b/service/iam/CHANGELOG.md index e62a2965f2d..05e6bc89f09 100644 --- a/service/iam/CHANGELOG.md +++ b/service/iam/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-02-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iam/go.mod b/service/iam/go.mod index d9c46849c2c..407db38a50e 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/iam/go_module_metadata.go b/service/iam/go_module_metadata.go index b01c452bb07..66f9d0517d8 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/identitystore/CHANGELOG.md b/service/identitystore/CHANGELOG.md index e830f767b7d..ad2f64c9739 100644 --- a/service/identitystore/CHANGELOG.md +++ b/service/identitystore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/identitystore/go.mod b/service/identitystore/go.mod index 1ee131a8bb6..549eab210ad 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/identitystore/go_module_metadata.go b/service/identitystore/go_module_metadata.go index 17e0bb62481..4af3630e3dc 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/imagebuilder/CHANGELOG.md b/service/imagebuilder/CHANGELOG.md index 9094d3137e3..f09e0bd90b0 100644 --- a/service/imagebuilder/CHANGELOG.md +++ b/service/imagebuilder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/imagebuilder/go.mod b/service/imagebuilder/go.mod index 53efb91284c..f4fa4e964d4 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/imagebuilder/go_module_metadata.go b/service/imagebuilder/go_module_metadata.go index ec0f4fd4ed4..31f0dbc2bef 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.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/inspector/CHANGELOG.md b/service/inspector/CHANGELOG.md index ac8cb449bf1..85ba1932488 100644 --- a/service/inspector/CHANGELOG.md +++ b/service/inspector/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/inspector/go.mod b/service/inspector/go.mod index d705ec39b45..57ed9b223b8 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/inspector/go_module_metadata.go b/service/inspector/go_module_metadata.go index 9d90d08e680..1bdcb3e4570 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/inspector2/CHANGELOG.md b/service/inspector2/CHANGELOG.md index 4870b689ac5..d151d7bfab3 100644 --- a/service/inspector2/CHANGELOG.md +++ b/service/inspector2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/inspector2/go.mod b/service/inspector2/go.mod index 4618c68994d..43d0523c937 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/inspector2/go_module_metadata.go b/service/inspector2/go_module_metadata.go index 546cb0dcc9c..79d986dfe31 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.11.3" +const goModuleVersion = "1.11.4" diff --git a/service/internal/benchmark/go.mod b/service/internal/benchmark/go.mod index 8092e4baf39..4c11a1c5ce4 100644 --- a/service/internal/benchmark/go.mod +++ b/service/internal/benchmark/go.mod @@ -4,11 +4,11 @@ go 1.15 require ( github.com/aws/aws-sdk-go v1.44.28 - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.3 - github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.13.2 - github.com/aws/aws-sdk-go-v2/service/s3 v1.30.3 - github.com/aws/aws-sdk-go-v2/service/schemas v1.15.2 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.4 + github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.13.3 + github.com/aws/aws-sdk-go-v2/service/s3 v1.30.4 + github.com/aws/aws-sdk-go-v2/service/schemas v1.15.3 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/internal/checksum/CHANGELOG.md b/service/internal/checksum/CHANGELOG.md index aa1ff024524..9213e7b7986 100644 --- a/service/internal/checksum/CHANGELOG.md +++ b/service/internal/checksum/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.24 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.23 (2023-02-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/checksum/go.mod b/service/internal/checksum/go.mod index d8b1a05a758..2241d9a9940 100644 --- a/service/internal/checksum/go.mod +++ b/service/internal/checksum/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/checksum go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 + github.com/aws/aws-sdk-go-v2 v1.17.5 github.com/aws/smithy-go v1.13.5 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 84d162ee513..d3156e58556 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.1.23" +const goModuleVersion = "1.1.24" diff --git a/service/internal/endpoint-discovery/CHANGELOG.md b/service/internal/endpoint-discovery/CHANGELOG.md index a569b38d3af..099820d6865 100644 --- a/service/internal/endpoint-discovery/CHANGELOG.md +++ b/service/internal/endpoint-discovery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.23 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.22 (2023-02-03) * **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 eb6fbcb3496..4ea902bbc86 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 + github.com/aws/aws-sdk-go-v2 v1.17.5 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/internal/endpoint-discovery/go_module_metadata.go b/service/internal/endpoint-discovery/go_module_metadata.go index 9ec2c550975..1d71221ed46 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.7.22" +const goModuleVersion = "1.7.23" diff --git a/service/internal/eventstreamtesting/CHANGELOG.md b/service/internal/eventstreamtesting/CHANGELOG.md index 1293189a50e..25dae94d3c7 100644 --- a/service/internal/eventstreamtesting/CHANGELOG.md +++ b/service/internal/eventstreamtesting/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.53 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.52 (2023-02-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/eventstreamtesting/go.mod b/service/internal/eventstreamtesting/go.mod index 858ba6d0920..33b2b6c271b 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 + github.com/aws/aws-sdk-go-v2 v1.17.5 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 - github.com/aws/aws-sdk-go-v2/credentials v1.13.13 + github.com/aws/aws-sdk-go-v2/credentials v1.13.14 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 d9bc85d18fe..41477d1d86a 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.0.52" +const goModuleVersion = "1.0.53" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 84afcb1e0c1..c7a651e6141 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -1,91 +1,91 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/config v1.18.13 - github.com/aws/aws-sdk-go-v2/service/acm v1.17.3 - github.com/aws/aws-sdk-go-v2/service/apigateway v1.16.3 - github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.17.3 - github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.15.2 - github.com/aws/aws-sdk-go-v2/service/appstream v1.20.2 - github.com/aws/aws-sdk-go-v2/service/athena v1.22.2 - github.com/aws/aws-sdk-go-v2/service/autoscaling v1.27.0 - github.com/aws/aws-sdk-go-v2/service/batch v1.21.3 - github.com/aws/aws-sdk-go-v2/service/cloudformation v1.26.2 - github.com/aws/aws-sdk-go-v2/service/cloudfront v1.25.0 - github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.14.2 - github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.14.1 - github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.24.0 - github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.25.2 - github.com/aws/aws-sdk-go-v2/service/codebuild v1.20.3 - github.com/aws/aws-sdk-go-v2/service/codecommit v1.14.2 - github.com/aws/aws-sdk-go-v2/service/codedeploy v1.16.3 - github.com/aws/aws-sdk-go-v2/service/codepipeline v1.14.2 - github.com/aws/aws-sdk-go-v2/service/codestar v1.13.2 - github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.22.2 - github.com/aws/aws-sdk-go-v2/service/configservice v1.29.3 - github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.15.2 - github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.23.3 - github.com/aws/aws-sdk-go-v2/service/devicefarm v1.15.2 - github.com/aws/aws-sdk-go-v2/service/directconnect v1.18.3 - github.com/aws/aws-sdk-go-v2/service/directoryservice v1.16.3 - github.com/aws/aws-sdk-go-v2/service/docdb v1.20.2 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.3 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.86.0 - github.com/aws/aws-sdk-go-v2/service/ecr v1.18.3 - github.com/aws/aws-sdk-go-v2/service/ecs v1.23.3 - github.com/aws/aws-sdk-go-v2/service/efs v1.19.5 - github.com/aws/aws-sdk-go-v2/service/elasticache v1.26.2 - github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.15.2 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.15.2 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.19.3 - github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.18.3 - github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.14.2 - github.com/aws/aws-sdk-go-v2/service/emr v1.23.0 - github.com/aws/aws-sdk-go-v2/service/eventbridge v1.18.3 - github.com/aws/aws-sdk-go-v2/service/firehose v1.16.3 - github.com/aws/aws-sdk-go-v2/service/gamelift v1.17.2 - github.com/aws/aws-sdk-go-v2/service/glacier v1.14.3 - github.com/aws/aws-sdk-go-v2/service/glue v1.43.0 - github.com/aws/aws-sdk-go-v2/service/health v1.16.2 - github.com/aws/aws-sdk-go-v2/service/iam v1.19.2 - github.com/aws/aws-sdk-go-v2/service/inspector v1.13.2 - github.com/aws/aws-sdk-go-v2/service/iot v1.34.2 - github.com/aws/aws-sdk-go-v2/service/kinesis v1.17.4 - github.com/aws/aws-sdk-go-v2/service/kms v1.20.3 - github.com/aws/aws-sdk-go-v2/service/lambda v1.29.2 - github.com/aws/aws-sdk-go-v2/service/lightsail v1.25.3 - github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.12.2 - github.com/aws/aws-sdk-go-v2/service/neptune v1.19.2 - github.com/aws/aws-sdk-go-v2/service/opsworks v1.14.2 - github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.12.2 - github.com/aws/aws-sdk-go-v2/service/polly v1.25.1 - github.com/aws/aws-sdk-go-v2/service/rds v1.40.3 - github.com/aws/aws-sdk-go-v2/service/redshift v1.27.2 - github.com/aws/aws-sdk-go-v2/service/rekognition v1.23.2 - github.com/aws/aws-sdk-go-v2/service/route53 v1.27.1 - github.com/aws/aws-sdk-go-v2/service/route53domains v1.14.2 - github.com/aws/aws-sdk-go-v2/service/route53resolver v1.16.3 - github.com/aws/aws-sdk-go-v2/service/s3 v1.30.3 - github.com/aws/aws-sdk-go-v2/service/s3control v1.29.2 - github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.18.4 - github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.16.2 - github.com/aws/aws-sdk-go-v2/service/ses v1.15.1 - github.com/aws/aws-sdk-go-v2/service/sfn v1.17.3 - github.com/aws/aws-sdk-go-v2/service/shield v1.18.2 - github.com/aws/aws-sdk-go-v2/service/sms v1.13.2 - github.com/aws/aws-sdk-go-v2/service/snowball v1.18.1 - github.com/aws/aws-sdk-go-v2/service/sns v1.20.2 - github.com/aws/aws-sdk-go-v2/service/sqs v1.20.2 - github.com/aws/aws-sdk-go-v2/service/ssm v1.35.3 - github.com/aws/aws-sdk-go-v2/service/sts v1.18.3 - github.com/aws/aws-sdk-go-v2/service/support v1.14.2 - github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.15.2 - github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.9.2 - github.com/aws/aws-sdk-go-v2/service/waf v1.12.2 - github.com/aws/aws-sdk-go-v2/service/wafregional v1.13.3 - github.com/aws/aws-sdk-go-v2/service/wafv2 v1.25.1 - github.com/aws/aws-sdk-go-v2/service/workspaces v1.28.3 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/config v1.18.14 + github.com/aws/aws-sdk-go-v2/service/acm v1.17.4 + github.com/aws/aws-sdk-go-v2/service/apigateway v1.16.4 + github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.17.4 + github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.15.3 + github.com/aws/aws-sdk-go-v2/service/appstream v1.20.3 + github.com/aws/aws-sdk-go-v2/service/athena v1.22.3 + github.com/aws/aws-sdk-go-v2/service/autoscaling v1.27.1 + github.com/aws/aws-sdk-go-v2/service/batch v1.21.4 + github.com/aws/aws-sdk-go-v2/service/cloudformation v1.26.3 + github.com/aws/aws-sdk-go-v2/service/cloudfront v1.25.1 + github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.14.3 + github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.14.2 + github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.24.1 + github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.25.3 + github.com/aws/aws-sdk-go-v2/service/codebuild v1.20.4 + github.com/aws/aws-sdk-go-v2/service/codecommit v1.14.3 + github.com/aws/aws-sdk-go-v2/service/codedeploy v1.16.4 + github.com/aws/aws-sdk-go-v2/service/codepipeline v1.14.3 + github.com/aws/aws-sdk-go-v2/service/codestar v1.13.3 + github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.22.3 + github.com/aws/aws-sdk-go-v2/service/configservice v1.29.4 + github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.15.3 + github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.23.4 + github.com/aws/aws-sdk-go-v2/service/devicefarm v1.15.3 + github.com/aws/aws-sdk-go-v2/service/directconnect v1.18.4 + github.com/aws/aws-sdk-go-v2/service/directoryservice v1.16.4 + github.com/aws/aws-sdk-go-v2/service/docdb v1.20.3 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.4 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.86.1 + github.com/aws/aws-sdk-go-v2/service/ecr v1.18.4 + github.com/aws/aws-sdk-go-v2/service/ecs v1.23.4 + github.com/aws/aws-sdk-go-v2/service/efs v1.19.6 + github.com/aws/aws-sdk-go-v2/service/elasticache v1.26.3 + github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.15.3 + github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.15.3 + github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.19.4 + github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.18.4 + github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.14.3 + github.com/aws/aws-sdk-go-v2/service/emr v1.23.1 + github.com/aws/aws-sdk-go-v2/service/eventbridge v1.18.4 + github.com/aws/aws-sdk-go-v2/service/firehose v1.16.4 + github.com/aws/aws-sdk-go-v2/service/gamelift v1.17.3 + github.com/aws/aws-sdk-go-v2/service/glacier v1.14.4 + github.com/aws/aws-sdk-go-v2/service/glue v1.43.1 + github.com/aws/aws-sdk-go-v2/service/health v1.16.3 + github.com/aws/aws-sdk-go-v2/service/iam v1.19.3 + github.com/aws/aws-sdk-go-v2/service/inspector v1.13.3 + github.com/aws/aws-sdk-go-v2/service/iot v1.34.3 + github.com/aws/aws-sdk-go-v2/service/kinesis v1.17.5 + github.com/aws/aws-sdk-go-v2/service/kms v1.20.4 + github.com/aws/aws-sdk-go-v2/service/lambda v1.29.3 + github.com/aws/aws-sdk-go-v2/service/lightsail v1.25.4 + github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.12.3 + github.com/aws/aws-sdk-go-v2/service/neptune v1.19.3 + github.com/aws/aws-sdk-go-v2/service/opsworks v1.14.3 + github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.12.3 + github.com/aws/aws-sdk-go-v2/service/polly v1.25.2 + github.com/aws/aws-sdk-go-v2/service/rds v1.40.4 + github.com/aws/aws-sdk-go-v2/service/redshift v1.27.3 + github.com/aws/aws-sdk-go-v2/service/rekognition v1.23.3 + github.com/aws/aws-sdk-go-v2/service/route53 v1.27.2 + github.com/aws/aws-sdk-go-v2/service/route53domains v1.14.3 + github.com/aws/aws-sdk-go-v2/service/route53resolver v1.16.4 + github.com/aws/aws-sdk-go-v2/service/s3 v1.30.4 + github.com/aws/aws-sdk-go-v2/service/s3control v1.29.3 + github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.18.5 + github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.16.3 + github.com/aws/aws-sdk-go-v2/service/ses v1.15.2 + github.com/aws/aws-sdk-go-v2/service/sfn v1.17.4 + github.com/aws/aws-sdk-go-v2/service/shield v1.18.3 + github.com/aws/aws-sdk-go-v2/service/sms v1.13.3 + github.com/aws/aws-sdk-go-v2/service/snowball v1.18.2 + github.com/aws/aws-sdk-go-v2/service/sns v1.20.3 + github.com/aws/aws-sdk-go-v2/service/sqs v1.20.3 + github.com/aws/aws-sdk-go-v2/service/ssm v1.35.4 + github.com/aws/aws-sdk-go-v2/service/sts v1.18.4 + github.com/aws/aws-sdk-go-v2/service/support v1.14.3 + github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.15.3 + github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.9.3 + github.com/aws/aws-sdk-go-v2/service/waf v1.12.3 + github.com/aws/aws-sdk-go-v2/service/wafregional v1.13.4 + github.com/aws/aws-sdk-go-v2/service/wafv2 v1.25.2 + github.com/aws/aws-sdk-go-v2/service/workspaces v1.28.4 github.com/aws/smithy-go v1.13.5 github.com/google/go-cmp v0.5.8 ) diff --git a/service/internal/presigned-url/CHANGELOG.md b/service/internal/presigned-url/CHANGELOG.md index 37d72a51e3e..aed3e8c0927 100644 --- a/service/internal/presigned-url/CHANGELOG.md +++ b/service/internal/presigned-url/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.23 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.22 (2023-02-03) * **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 568ed10a164..b598aabd0c0 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 + github.com/aws/aws-sdk-go-v2 v1.17.5 github.com/aws/smithy-go v1.13.5 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 494ae82fcf4..5a43e1386b4 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.9.22" +const goModuleVersion = "1.9.23" diff --git a/service/internal/s3shared/CHANGELOG.md b/service/internal/s3shared/CHANGELOG.md index 484bbcb44a7..e33c92c136c 100644 --- a/service/internal/s3shared/CHANGELOG.md +++ b/service/internal/s3shared/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.23 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.22 (2023-02-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/s3shared/go.mod b/service/internal/s3shared/go.mod index 987bbef2874..13cbf715ccd 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 + github.com/aws/aws-sdk-go-v2 v1.17.5 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/internal/s3shared/go_module_metadata.go b/service/internal/s3shared/go_module_metadata.go index a595d6a6033..ab8ad9f53d0 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.13.22" +const goModuleVersion = "1.13.23" diff --git a/service/iot/CHANGELOG.md b/service/iot/CHANGELOG.md index f3ae7d28220..49ddc28a64c 100644 --- a/service/iot/CHANGELOG.md +++ b/service/iot/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/iot/go.mod b/service/iot/go.mod index 8b3cf8387c5..1f1acbd01e2 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/iot/go_module_metadata.go b/service/iot/go_module_metadata.go index d8ba0883f4c..1963750b43b 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.34.2" +const goModuleVersion = "1.34.3" diff --git a/service/iot1clickdevicesservice/CHANGELOG.md b/service/iot1clickdevicesservice/CHANGELOG.md index 9948178739e..34a12d3166f 100644 --- a/service/iot1clickdevicesservice/CHANGELOG.md +++ b/service/iot1clickdevicesservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/iot1clickdevicesservice/go.mod b/service/iot1clickdevicesservice/go.mod index 38964e69706..5eb4867e024 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/iot1clickdevicesservice/go_module_metadata.go b/service/iot1clickdevicesservice/go_module_metadata.go index fbe12cbe175..02a1a16e59d 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.11.2" +const goModuleVersion = "1.11.3" diff --git a/service/iot1clickprojects/CHANGELOG.md b/service/iot1clickprojects/CHANGELOG.md index c1f018b7ac0..16f2e0f2339 100644 --- a/service/iot1clickprojects/CHANGELOG.md +++ b/service/iot1clickprojects/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/iot1clickprojects/go.mod b/service/iot1clickprojects/go.mod index 95639f29b6c..96962366f70 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/iot1clickprojects/go_module_metadata.go b/service/iot1clickprojects/go_module_metadata.go index 929551b7e16..77350074735 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.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/iotanalytics/CHANGELOG.md b/service/iotanalytics/CHANGELOG.md index 161e3d7438b..456b25a34ed 100644 --- a/service/iotanalytics/CHANGELOG.md +++ b/service/iotanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/iotanalytics/go.mod b/service/iotanalytics/go.mod index f7f9731a9dd..0f2726d4e1f 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/iotanalytics/go_module_metadata.go b/service/iotanalytics/go_module_metadata.go index d16160c3c71..0e7ee20a54c 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/iotdataplane/CHANGELOG.md b/service/iotdataplane/CHANGELOG.md index 54e4d319e15..da951ae8005 100644 --- a/service/iotdataplane/CHANGELOG.md +++ b/service/iotdataplane/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/iotdataplane/go.mod b/service/iotdataplane/go.mod index a6c6424cbc6..9de6cf05994 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/iotdataplane/go_module_metadata.go b/service/iotdataplane/go_module_metadata.go index eae5ce9d2d9..73b9c226704 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/iotdeviceadvisor/CHANGELOG.md b/service/iotdeviceadvisor/CHANGELOG.md index edd4267aaa6..059d3461d92 100644 --- a/service/iotdeviceadvisor/CHANGELOG.md +++ b/service/iotdeviceadvisor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/iotdeviceadvisor/go.mod b/service/iotdeviceadvisor/go.mod index 17133b59b46..53448531b89 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/iotdeviceadvisor/go_module_metadata.go b/service/iotdeviceadvisor/go_module_metadata.go index 81f5f1c25b7..ababbbff7b4 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/iotevents/CHANGELOG.md b/service/iotevents/CHANGELOG.md index 57cf8115b26..db4ba9c12c1 100644 --- a/service/iotevents/CHANGELOG.md +++ b/service/iotevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/iotevents/go.mod b/service/iotevents/go.mod index 1ccc29f7de7..0da9cebe0c1 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/iotevents/go_module_metadata.go b/service/iotevents/go_module_metadata.go index 1255c935209..5d5d458ad8d 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/ioteventsdata/CHANGELOG.md b/service/ioteventsdata/CHANGELOG.md index 3fbd0158d74..4f6fe5bd00f 100644 --- a/service/ioteventsdata/CHANGELOG.md +++ b/service/ioteventsdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/ioteventsdata/go.mod b/service/ioteventsdata/go.mod index fdb7b05ab2e..8654c756776 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/ioteventsdata/go_module_metadata.go b/service/ioteventsdata/go_module_metadata.go index 9f763349a91..4515f5606dd 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/iotfleethub/CHANGELOG.md b/service/iotfleethub/CHANGELOG.md index a9b5bb41436..f2dd6b538f6 100644 --- a/service/iotfleethub/CHANGELOG.md +++ b/service/iotfleethub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/iotfleethub/go.mod b/service/iotfleethub/go.mod index 3cc614c7f9e..d7ce23465f8 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/iotfleethub/go_module_metadata.go b/service/iotfleethub/go_module_metadata.go index 9fdce0bc183..1b3f5823c12 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/iotfleetwise/CHANGELOG.md b/service/iotfleetwise/CHANGELOG.md index 97ab91a3b07..8d44631ef5c 100644 --- a/service/iotfleetwise/CHANGELOG.md +++ b/service/iotfleetwise/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/iotfleetwise/go.mod b/service/iotfleetwise/go.mod index dd50ce72656..e130e268be4 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/iotfleetwise/go_module_metadata.go b/service/iotfleetwise/go_module_metadata.go index 1b85ca5cb24..74c69da8e8e 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.3.2" +const goModuleVersion = "1.3.3" diff --git a/service/iotjobsdataplane/CHANGELOG.md b/service/iotjobsdataplane/CHANGELOG.md index 9fdd68e280d..7d074fba4da 100644 --- a/service/iotjobsdataplane/CHANGELOG.md +++ b/service/iotjobsdataplane/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/iotjobsdataplane/go.mod b/service/iotjobsdataplane/go.mod index fd8860908f0..129874baca0 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/iotjobsdataplane/go_module_metadata.go b/service/iotjobsdataplane/go_module_metadata.go index 290222394d1..f943824c060 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.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/iotroborunner/CHANGELOG.md b/service/iotroborunner/CHANGELOG.md index 89a41aa1c8e..b47a509a02b 100644 --- a/service/iotroborunner/CHANGELOG.md +++ b/service/iotroborunner/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/iotroborunner/go.mod b/service/iotroborunner/go.mod index 610bbbbb7fa..9359e165294 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/iotroborunner/go_module_metadata.go b/service/iotroborunner/go_module_metadata.go index 701d7100756..03ed8b28610 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.1.2" +const goModuleVersion = "1.1.3" diff --git a/service/iotsecuretunneling/CHANGELOG.md b/service/iotsecuretunneling/CHANGELOG.md index 77c5bd4223f..79e967a01d3 100644 --- a/service/iotsecuretunneling/CHANGELOG.md +++ b/service/iotsecuretunneling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/iotsecuretunneling/go.mod b/service/iotsecuretunneling/go.mod index a2e4dfd1259..38ffe79ea56 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/iotsecuretunneling/go_module_metadata.go b/service/iotsecuretunneling/go_module_metadata.go index 47f1b2fe71e..f117d9432c2 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/iotsitewise/CHANGELOG.md b/service/iotsitewise/CHANGELOG.md index 0c5d6239c92..219c87ffe39 100644 --- a/service/iotsitewise/CHANGELOG.md +++ b/service/iotsitewise/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/iotsitewise/go.mod b/service/iotsitewise/go.mod index d68e8bf9090..3c09ab56f64 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 155d8234d30..ce0aa196576 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.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/iotthingsgraph/CHANGELOG.md b/service/iotthingsgraph/CHANGELOG.md index 3dc428fffd3..1c91315701d 100644 --- a/service/iotthingsgraph/CHANGELOG.md +++ b/service/iotthingsgraph/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/iotthingsgraph/go.mod b/service/iotthingsgraph/go.mod index 6d52905740e..d58a8123e1d 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/iotthingsgraph/go_module_metadata.go b/service/iotthingsgraph/go_module_metadata.go index fa09c05d09d..834df620d2e 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/iottwinmaker/CHANGELOG.md b/service/iottwinmaker/CHANGELOG.md index 3162698c8d0..85020f87d1d 100644 --- a/service/iottwinmaker/CHANGELOG.md +++ b/service/iottwinmaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/iottwinmaker/go.mod b/service/iottwinmaker/go.mod index fe84826bc8c..b84a421096b 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/iottwinmaker/go_module_metadata.go b/service/iottwinmaker/go_module_metadata.go index 21a5137ba43..1223d07a7b3 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.10.2" +const goModuleVersion = "1.10.3" diff --git a/service/iotwireless/CHANGELOG.md b/service/iotwireless/CHANGELOG.md index 471b6c304dc..b981d7ae9a5 100644 --- a/service/iotwireless/CHANGELOG.md +++ b/service/iotwireless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/iotwireless/go.mod b/service/iotwireless/go.mod index 3a36dcdf7df..a3ef0f3521d 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/iotwireless/go_module_metadata.go b/service/iotwireless/go_module_metadata.go index b12876072ca..175e94ba2b8 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.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/ivs/CHANGELOG.md b/service/ivs/CHANGELOG.md index a1239f34b69..1677730bb1b 100644 --- a/service/ivs/CHANGELOG.md +++ b/service/ivs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.3 (2023-02-16) * **Documentation**: Doc-only update. Updated text description in DeleteChannel, Stream, and StreamSummary. diff --git a/service/ivs/go.mod b/service/ivs/go.mod index a13541e9f30..aaf161274a9 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/ivs/go_module_metadata.go b/service/ivs/go_module_metadata.go index 040d993cb85..1d5848dcb7f 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.20.3" +const goModuleVersion = "1.20.4" diff --git a/service/ivschat/CHANGELOG.md b/service/ivschat/CHANGELOG.md index 5f09e59603d..ad6d5bc0da6 100644 --- a/service/ivschat/CHANGELOG.md +++ b/service/ivschat/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/ivschat/go.mod b/service/ivschat/go.mod index bc96435656a..401ae3e2c4f 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/ivschat/go_module_metadata.go b/service/ivschat/go_module_metadata.go index 98083bd59b8..4ad5403ff5e 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.3.2" +const goModuleVersion = "1.3.3" diff --git a/service/kafka/CHANGELOG.md b/service/kafka/CHANGELOG.md index b47a005eedf..57958ee1be6 100644 --- a/service/kafka/CHANGELOG.md +++ b/service/kafka/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/kafka/go.mod b/service/kafka/go.mod index 5f3c01a7886..99eae7aa641 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/kafka/go_module_metadata.go b/service/kafka/go_module_metadata.go index 74f5334b256..6ff10d0ac3f 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/kafkaconnect/CHANGELOG.md b/service/kafkaconnect/CHANGELOG.md index 57861e73e1f..a2e87dccba1 100644 --- a/service/kafkaconnect/CHANGELOG.md +++ b/service/kafkaconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/kafkaconnect/go.mod b/service/kafkaconnect/go.mod index c9cdb58734f..98fd1705b2b 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/kafkaconnect/go_module_metadata.go b/service/kafkaconnect/go_module_metadata.go index fcafe68f4b3..67ca09df9a9 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.9.2" +const goModuleVersion = "1.9.3" diff --git a/service/kendra/CHANGELOG.md b/service/kendra/CHANGELOG.md index c63b5cb9318..f31d9c0fb52 100644 --- a/service/kendra/CHANGELOG.md +++ b/service/kendra/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.38.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/kendra/go.mod b/service/kendra/go.mod index 00b7f6c8284..bce7d236fd2 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/kendra/go_module_metadata.go b/service/kendra/go_module_metadata.go index 476a2453efc..627c1098494 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.38.3" +const goModuleVersion = "1.38.4" diff --git a/service/kendraranking/CHANGELOG.md b/service/kendraranking/CHANGELOG.md index fa59879a4f0..e2257924d14 100644 --- a/service/kendraranking/CHANGELOG.md +++ b/service/kendraranking/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.6 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.5 (2023-02-16) * No change notes available for this release. diff --git a/service/kendraranking/go.mod b/service/kendraranking/go.mod index 838901f6870..8add9dac97b 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/kendraranking/go_module_metadata.go b/service/kendraranking/go_module_metadata.go index 75d8e2de217..54672699bc4 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.0.5" +const goModuleVersion = "1.0.6" diff --git a/service/keyspaces/CHANGELOG.md b/service/keyspaces/CHANGELOG.md index bcc40f9013c..424e7f7198a 100644 --- a/service/keyspaces/CHANGELOG.md +++ b/service/keyspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/keyspaces/go.mod b/service/keyspaces/go.mod index fb0fb07c81f..6f67055bd3a 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/keyspaces/go_module_metadata.go b/service/keyspaces/go_module_metadata.go index df5fd21fc59..84d884bceec 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.1.2" +const goModuleVersion = "1.1.3" diff --git a/service/kinesis/CHANGELOG.md b/service/kinesis/CHANGELOG.md index 4f4a07da90e..daf841dff35 100644 --- a/service/kinesis/CHANGELOG.md +++ b/service/kinesis/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.5 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.4 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/kinesis/go.mod b/service/kinesis/go.mod index 3376cbbe3d0..fa3f0724200 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 + github.com/aws/aws-sdk-go-v2 v1.17.5 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 1af2e725d6f..0d6a68309ca 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.17.4" +const goModuleVersion = "1.17.5" diff --git a/service/kinesis/internal/testing/go.mod b/service/kinesis/internal/testing/go.mod index d35b47a9fbb..5753f1904bf 100644 --- a/service/kinesis/internal/testing/go.mod +++ b/service/kinesis/internal/testing/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/kinesis/internal/testing go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 + github.com/aws/aws-sdk-go-v2 v1.17.5 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.52 - github.com/aws/aws-sdk-go-v2/service/kinesis v1.17.4 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.53 + github.com/aws/aws-sdk-go-v2/service/kinesis v1.17.5 github.com/aws/smithy-go v1.13.5 github.com/google/go-cmp v0.5.8 ) diff --git a/service/kinesisanalytics/CHANGELOG.md b/service/kinesisanalytics/CHANGELOG.md index d4895e6204b..30e019bd78e 100644 --- a/service/kinesisanalytics/CHANGELOG.md +++ b/service/kinesisanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/kinesisanalytics/go.mod b/service/kinesisanalytics/go.mod index d05f989b610..6834996e25c 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/kinesisanalytics/go_module_metadata.go b/service/kinesisanalytics/go_module_metadata.go index 6edae331080..e84e99a02dc 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/kinesisanalyticsv2/CHANGELOG.md b/service/kinesisanalyticsv2/CHANGELOG.md index e36f2289f57..4969a00e50e 100644 --- a/service/kinesisanalyticsv2/CHANGELOG.md +++ b/service/kinesisanalyticsv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/kinesisanalyticsv2/go.mod b/service/kinesisanalyticsv2/go.mod index 79dfac669c8..a1e2688fe56 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/kinesisanalyticsv2/go_module_metadata.go b/service/kinesisanalyticsv2/go_module_metadata.go index 10273636fb5..1c60212d735 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/kinesisvideo/CHANGELOG.md b/service/kinesisvideo/CHANGELOG.md index 91598be6e80..dfcbcf91475 100644 --- a/service/kinesisvideo/CHANGELOG.md +++ b/service/kinesisvideo/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/kinesisvideo/go.mod b/service/kinesisvideo/go.mod index 27bd819aa4e..4c9aae63ade 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/kinesisvideo/go_module_metadata.go b/service/kinesisvideo/go_module_metadata.go index d01f1faf0a8..0620323f3a9 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.15.3" +const goModuleVersion = "1.15.4" diff --git a/service/kinesisvideoarchivedmedia/CHANGELOG.md b/service/kinesisvideoarchivedmedia/CHANGELOG.md index 2b2846427c4..ca63e1f471a 100644 --- a/service/kinesisvideoarchivedmedia/CHANGELOG.md +++ b/service/kinesisvideoarchivedmedia/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/kinesisvideoarchivedmedia/go.mod b/service/kinesisvideoarchivedmedia/go.mod index d150b493d7e..583978dff41 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/kinesisvideoarchivedmedia/go_module_metadata.go b/service/kinesisvideoarchivedmedia/go_module_metadata.go index d555e834d82..1d590263cf9 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.14.3" +const goModuleVersion = "1.14.4" diff --git a/service/kinesisvideomedia/CHANGELOG.md b/service/kinesisvideomedia/CHANGELOG.md index a6fba2ba2b5..2583ebfac18 100644 --- a/service/kinesisvideomedia/CHANGELOG.md +++ b/service/kinesisvideomedia/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/kinesisvideomedia/go.mod b/service/kinesisvideomedia/go.mod index 5f727a98116..be1110942b2 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/kinesisvideomedia/go_module_metadata.go b/service/kinesisvideomedia/go_module_metadata.go index 71d6b77acd6..269dc735923 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.11.3" +const goModuleVersion = "1.11.4" diff --git a/service/kinesisvideosignaling/CHANGELOG.md b/service/kinesisvideosignaling/CHANGELOG.md index a6fba2ba2b5..2583ebfac18 100644 --- a/service/kinesisvideosignaling/CHANGELOG.md +++ b/service/kinesisvideosignaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/kinesisvideosignaling/go.mod b/service/kinesisvideosignaling/go.mod index 86a58148195..0c6fdcc7a7f 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/kinesisvideosignaling/go_module_metadata.go b/service/kinesisvideosignaling/go_module_metadata.go index e6db7bb6eea..c387dd711a6 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.11.3" +const goModuleVersion = "1.11.4" diff --git a/service/kinesisvideowebrtcstorage/CHANGELOG.md b/service/kinesisvideowebrtcstorage/CHANGELOG.md index 35a2ef5ce0a..ee6836b5548 100644 --- a/service/kinesisvideowebrtcstorage/CHANGELOG.md +++ b/service/kinesisvideowebrtcstorage/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/kinesisvideowebrtcstorage/go.mod b/service/kinesisvideowebrtcstorage/go.mod index 60cce3e9471..36cddbe429f 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/kinesisvideowebrtcstorage/go_module_metadata.go b/service/kinesisvideowebrtcstorage/go_module_metadata.go index 538d5af1db4..100270d4db7 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.2.3" +const goModuleVersion = "1.2.4" diff --git a/service/kms/CHANGELOG.md b/service/kms/CHANGELOG.md index 0936f229a6d..f703e7bf0ca 100644 --- a/service/kms/CHANGELOG.md +++ b/service/kms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/kms/go.mod b/service/kms/go.mod index de0fa9fae2d..63e7cd48018 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/kms/go_module_metadata.go b/service/kms/go_module_metadata.go index f74a176f6ce..c9b574356d8 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.20.3" +const goModuleVersion = "1.20.4" diff --git a/service/lakeformation/CHANGELOG.md b/service/lakeformation/CHANGELOG.md index 480d5f9ae00..7b1a7d26a5e 100644 --- a/service/lakeformation/CHANGELOG.md +++ b/service/lakeformation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/lakeformation/go.mod b/service/lakeformation/go.mod index dccc1b69c43..60936924bee 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/lakeformation/go_module_metadata.go b/service/lakeformation/go_module_metadata.go index 7d34afd62ec..023d2c6c340 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/lambda/CHANGELOG.md b/service/lambda/CHANGELOG.md index 37cf54be725..fc9b89f2151 100644 --- a/service/lambda/CHANGELOG.md +++ b/service/lambda/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/lambda/go.mod b/service/lambda/go.mod index a976c19fa8c..0dc2a4eda6e 100644 --- a/service/lambda/go.mod +++ b/service/lambda/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/lambda go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 d3e938df4a3..da777e624b5 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.29.2" +const goModuleVersion = "1.29.3" diff --git a/service/lexmodelbuildingservice/CHANGELOG.md b/service/lexmodelbuildingservice/CHANGELOG.md index dd2d076a97c..0465984bd93 100644 --- a/service/lexmodelbuildingservice/CHANGELOG.md +++ b/service/lexmodelbuildingservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/lexmodelbuildingservice/go.mod b/service/lexmodelbuildingservice/go.mod index bfd6298bdc8..cb5ad358452 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/lexmodelbuildingservice/go_module_metadata.go b/service/lexmodelbuildingservice/go_module_metadata.go index 1a25fb43ec3..157d4fdcdcf 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/lexmodelsv2/CHANGELOG.md b/service/lexmodelsv2/CHANGELOG.md index 1a4620f10ad..1709f0e5027 100644 --- a/service/lexmodelsv2/CHANGELOG.md +++ b/service/lexmodelsv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.2 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.1 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/lexmodelsv2/go.mod b/service/lexmodelsv2/go.mod index 519bcd347e5..c04dd9a22b3 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 c70b292d37a..572544badec 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.28.1" +const goModuleVersion = "1.28.2" diff --git a/service/lexruntimeservice/CHANGELOG.md b/service/lexruntimeservice/CHANGELOG.md index 44e62e88724..1645cc7fe49 100644 --- a/service/lexruntimeservice/CHANGELOG.md +++ b/service/lexruntimeservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/lexruntimeservice/go.mod b/service/lexruntimeservice/go.mod index 8e060359444..49f679e3e38 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/lexruntimeservice/go_module_metadata.go b/service/lexruntimeservice/go_module_metadata.go index ad3bbb1fa60..27faee13638 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/lexruntimev2/CHANGELOG.md b/service/lexruntimev2/CHANGELOG.md index 2af197f3385..71ccacee9f8 100644 --- a/service/lexruntimev2/CHANGELOG.md +++ b/service/lexruntimev2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.2 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.1 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/lexruntimev2/go.mod b/service/lexruntimev2/go.mod index 6f1fe47dfca..9d09903dc83 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 + github.com/aws/aws-sdk-go-v2 v1.17.5 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/lexruntimev2/go_module_metadata.go b/service/lexruntimev2/go_module_metadata.go index 51219260cd6..1b1721ce20a 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.17.1" +const goModuleVersion = "1.17.2" diff --git a/service/licensemanager/CHANGELOG.md b/service/licensemanager/CHANGELOG.md index 1021d152a26..de7331dfc0b 100644 --- a/service/licensemanager/CHANGELOG.md +++ b/service/licensemanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/licensemanager/go.mod b/service/licensemanager/go.mod index b1fae5e50d7..6c1939a16f9 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/licensemanager/go_module_metadata.go b/service/licensemanager/go_module_metadata.go index e18132d2fef..e9725bb213e 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/licensemanagerlinuxsubscriptions/CHANGELOG.md b/service/licensemanagerlinuxsubscriptions/CHANGELOG.md index 6486dffd5da..fabadb7e562 100644 --- a/service/licensemanagerlinuxsubscriptions/CHANGELOG.md +++ b/service/licensemanagerlinuxsubscriptions/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/licensemanagerlinuxsubscriptions/go.mod b/service/licensemanagerlinuxsubscriptions/go.mod index 73cf9321a8e..7f7d5c55071 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/licensemanagerlinuxsubscriptions/go_module_metadata.go b/service/licensemanagerlinuxsubscriptions/go_module_metadata.go index b10bb1e70ee..4182b8221cb 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.1.2" +const goModuleVersion = "1.1.3" diff --git a/service/licensemanagerusersubscriptions/CHANGELOG.md b/service/licensemanagerusersubscriptions/CHANGELOG.md index b4d06302fdf..c3d06e2c9c3 100644 --- a/service/licensemanagerusersubscriptions/CHANGELOG.md +++ b/service/licensemanagerusersubscriptions/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/licensemanagerusersubscriptions/go.mod b/service/licensemanagerusersubscriptions/go.mod index 2d8427efc03..04d65816847 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/licensemanagerusersubscriptions/go_module_metadata.go b/service/licensemanagerusersubscriptions/go_module_metadata.go index efc0ca27c52..dfc46a83978 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.2.2" +const goModuleVersion = "1.2.3" diff --git a/service/lightsail/CHANGELOG.md b/service/lightsail/CHANGELOG.md index 3b140b55a87..69d571d303a 100644 --- a/service/lightsail/CHANGELOG.md +++ b/service/lightsail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/lightsail/go.mod b/service/lightsail/go.mod index a41029559e6..f8edeabe38d 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/lightsail/go_module_metadata.go b/service/lightsail/go_module_metadata.go index 1854fa5c687..4763847006b 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.25.3" +const goModuleVersion = "1.25.4" diff --git a/service/location/CHANGELOG.md b/service/location/CHANGELOG.md index d6e28771d30..d7e8cd4ed14 100644 --- a/service/location/CHANGELOG.md +++ b/service/location/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/location/go.mod b/service/location/go.mod index e4e4ac6b6af..4df3fc7485f 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/location/go_module_metadata.go b/service/location/go_module_metadata.go index ad92299b0e5..ee6c05d538b 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/lookoutequipment/CHANGELOG.md b/service/lookoutequipment/CHANGELOG.md index 4bf4f985773..f1104926550 100644 --- a/service/lookoutequipment/CHANGELOG.md +++ b/service/lookoutequipment/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/lookoutequipment/go.mod b/service/lookoutequipment/go.mod index f39699a962b..3ea02091bde 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/lookoutequipment/go_module_metadata.go b/service/lookoutequipment/go_module_metadata.go index 6149651ff13..87a8aab92d3 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/lookoutmetrics/CHANGELOG.md b/service/lookoutmetrics/CHANGELOG.md index def4289d215..622b77f74a5 100644 --- a/service/lookoutmetrics/CHANGELOG.md +++ b/service/lookoutmetrics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/lookoutmetrics/go.mod b/service/lookoutmetrics/go.mod index f7524df5c77..6b84315159c 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/lookoutmetrics/go_module_metadata.go b/service/lookoutmetrics/go_module_metadata.go index ca94ac4f595..f446a354a63 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/lookoutvision/CHANGELOG.md b/service/lookoutvision/CHANGELOG.md index 52c076f6012..4a0da7dea9b 100644 --- a/service/lookoutvision/CHANGELOG.md +++ b/service/lookoutvision/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/lookoutvision/go.mod b/service/lookoutvision/go.mod index 685bbe16cdc..29cef8191b4 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/lookoutvision/go_module_metadata.go b/service/lookoutvision/go_module_metadata.go index 090bd5774bd..fe1a9c24c59 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/m2/CHANGELOG.md b/service/m2/CHANGELOG.md index 0630d48a7dd..e29b8a39529 100644 --- a/service/m2/CHANGELOG.md +++ b/service/m2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/m2/go.mod b/service/m2/go.mod index ee16ad868fa..9e540cf5e02 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/m2/go_module_metadata.go b/service/m2/go_module_metadata.go index 7523e3dce79..3aef7c5739d 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.4.2" +const goModuleVersion = "1.4.3" diff --git a/service/machinelearning/CHANGELOG.md b/service/machinelearning/CHANGELOG.md index 2f1493d6168..e7e92e239d4 100644 --- a/service/machinelearning/CHANGELOG.md +++ b/service/machinelearning/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/machinelearning/go.mod b/service/machinelearning/go.mod index b8b6a2799b3..48e27012d15 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 8bb59213d24..313ada4209b 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/macie/CHANGELOG.md b/service/macie/CHANGELOG.md index 51f05343a00..9a035f874e3 100644 --- a/service/macie/CHANGELOG.md +++ b/service/macie/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/macie/go.mod b/service/macie/go.mod index cc35962c53f..542f886ff06 100644 --- a/service/macie/go.mod +++ b/service/macie/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/macie go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/macie/go_module_metadata.go b/service/macie/go_module_metadata.go index 7ad240623d7..2ae8dd327cc 100644 --- a/service/macie/go_module_metadata.go +++ b/service/macie/go_module_metadata.go @@ -3,4 +3,4 @@ package macie // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/macie2/CHANGELOG.md b/service/macie2/CHANGELOG.md index 0e6d3634a6b..28c64f7eae6 100644 --- a/service/macie2/CHANGELOG.md +++ b/service/macie2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/macie2/go.mod b/service/macie2/go.mod index db6fd249323..4302aa6b2fb 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 a5a8dd35b01..ff7889cbe18 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.26.2" +const goModuleVersion = "1.26.3" diff --git a/service/managedblockchain/CHANGELOG.md b/service/managedblockchain/CHANGELOG.md index c090940d189..07a6f18f0d0 100644 --- a/service/managedblockchain/CHANGELOG.md +++ b/service/managedblockchain/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/managedblockchain/go.mod b/service/managedblockchain/go.mod index c43cd94375e..5e46eba05b0 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/managedblockchain/go_module_metadata.go b/service/managedblockchain/go_module_metadata.go index d7b384ed996..f9a2af4174b 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/marketplacecatalog/CHANGELOG.md b/service/marketplacecatalog/CHANGELOG.md index 0730649d9f4..01ff9234d47 100644 --- a/service/marketplacecatalog/CHANGELOG.md +++ b/service/marketplacecatalog/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/marketplacecatalog/go.mod b/service/marketplacecatalog/go.mod index 386d039dff4..c95e64e8a8b 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/marketplacecatalog/go_module_metadata.go b/service/marketplacecatalog/go_module_metadata.go index 3c89b8e4d4e..11f5921ac62 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/marketplacecommerceanalytics/CHANGELOG.md b/service/marketplacecommerceanalytics/CHANGELOG.md index 97f849b342e..e94e4bb39b1 100644 --- a/service/marketplacecommerceanalytics/CHANGELOG.md +++ b/service/marketplacecommerceanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/marketplacecommerceanalytics/go.mod b/service/marketplacecommerceanalytics/go.mod index 66c585bc18a..53b735e7b24 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/marketplacecommerceanalytics/go_module_metadata.go b/service/marketplacecommerceanalytics/go_module_metadata.go index 019cc104f4b..c115488407d 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.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/marketplaceentitlementservice/CHANGELOG.md b/service/marketplaceentitlementservice/CHANGELOG.md index 9b4694786f7..3bf9c019465 100644 --- a/service/marketplaceentitlementservice/CHANGELOG.md +++ b/service/marketplaceentitlementservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/marketplaceentitlementservice/go.mod b/service/marketplaceentitlementservice/go.mod index 9d52da90be7..cb89c58d893 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/marketplaceentitlementservice/go_module_metadata.go b/service/marketplaceentitlementservice/go_module_metadata.go index badb16618d7..4c0eebb2013 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.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/marketplacemetering/CHANGELOG.md b/service/marketplacemetering/CHANGELOG.md index 4a135347e51..bc8abc91e17 100644 --- a/service/marketplacemetering/CHANGELOG.md +++ b/service/marketplacemetering/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/marketplacemetering/go.mod b/service/marketplacemetering/go.mod index be04a92aceb..54c505a81b1 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/marketplacemetering/go_module_metadata.go b/service/marketplacemetering/go_module_metadata.go index 2843e2d204a..b6c26bb960e 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.14.3" +const goModuleVersion = "1.14.4" diff --git a/service/mediaconnect/CHANGELOG.md b/service/mediaconnect/CHANGELOG.md index bbee7386872..815b1008cfc 100644 --- a/service/mediaconnect/CHANGELOG.md +++ b/service/mediaconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/mediaconnect/go.mod b/service/mediaconnect/go.mod index 30bb45e8384..6fd0aaefd47 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 7ee134106a1..c75231f28b4 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/mediaconvert/CHANGELOG.md b/service/mediaconvert/CHANGELOG.md index 1acb08697b9..fe3dec044e3 100644 --- a/service/mediaconvert/CHANGELOG.md +++ b/service/mediaconvert/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.2 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.31.1 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/mediaconvert/go.mod b/service/mediaconvert/go.mod index 427546cab52..2f93707912c 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/mediaconvert/go_module_metadata.go b/service/mediaconvert/go_module_metadata.go index 8c5ec6eefc1..b1015727f88 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.31.1" +const goModuleVersion = "1.31.2" diff --git a/service/medialive/CHANGELOG.md b/service/medialive/CHANGELOG.md index 7af496b95cb..afea3fd3faf 100644 --- a/service/medialive/CHANGELOG.md +++ b/service/medialive/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/medialive/go.mod b/service/medialive/go.mod index adfa4131d2d..4d43666f252 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 0260e7fd0ae..11a8d80f86b 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.29.2" +const goModuleVersion = "1.29.3" diff --git a/service/mediapackage/CHANGELOG.md b/service/mediapackage/CHANGELOG.md index e4977b92395..b48125763d4 100644 --- a/service/mediapackage/CHANGELOG.md +++ b/service/mediapackage/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/mediapackage/go.mod b/service/mediapackage/go.mod index 3111c63b336..b3064d07810 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/mediapackage/go_module_metadata.go b/service/mediapackage/go_module_metadata.go index 1a6429956aa..378b3f7e174 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.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/mediapackagevod/CHANGELOG.md b/service/mediapackagevod/CHANGELOG.md index d24d842e6c3..4805d3b1bd1 100644 --- a/service/mediapackagevod/CHANGELOG.md +++ b/service/mediapackagevod/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/mediapackagevod/go.mod b/service/mediapackagevod/go.mod index 8457457cf5f..39deba66fdc 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/mediapackagevod/go_module_metadata.go b/service/mediapackagevod/go_module_metadata.go index 92eff20be3a..bf51ce7c68b 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/mediastore/CHANGELOG.md b/service/mediastore/CHANGELOG.md index ac8cb449bf1..85ba1932488 100644 --- a/service/mediastore/CHANGELOG.md +++ b/service/mediastore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/mediastore/go.mod b/service/mediastore/go.mod index 5683de14cda..942f7a1a564 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/mediastore/go_module_metadata.go b/service/mediastore/go_module_metadata.go index 6cbdd2c3073..2ee35fbc514 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/mediastoredata/CHANGELOG.md b/service/mediastoredata/CHANGELOG.md index 6082a2f2e4e..45ac751ad5a 100644 --- a/service/mediastoredata/CHANGELOG.md +++ b/service/mediastoredata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/mediastoredata/go.mod b/service/mediastoredata/go.mod index f17f46521e2..5aa19ee812b 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/mediastoredata/go_module_metadata.go b/service/mediastoredata/go_module_metadata.go index 00b1884bd02..a958bb36eeb 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/mediatailor/CHANGELOG.md b/service/mediatailor/CHANGELOG.md index fc5b5d0b0d2..8285a7e7938 100644 --- a/service/mediatailor/CHANGELOG.md +++ b/service/mediatailor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/mediatailor/go.mod b/service/mediatailor/go.mod index 325c108ef12..2f0ca249fff 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/mediatailor/go_module_metadata.go b/service/mediatailor/go_module_metadata.go index d0459386c67..4c44076e175 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.22.2" +const goModuleVersion = "1.22.3" diff --git a/service/memorydb/CHANGELOG.md b/service/memorydb/CHANGELOG.md index 88d7c033afd..858b841be20 100644 --- a/service/memorydb/CHANGELOG.md +++ b/service/memorydb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/memorydb/go.mod b/service/memorydb/go.mod index 0e073102fea..638acf897e7 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/memorydb/go_module_metadata.go b/service/memorydb/go_module_metadata.go index cc70c3cb6ea..7a3d1c2cd25 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.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/mgn/CHANGELOG.md b/service/mgn/CHANGELOG.md index 1baf0e92952..20a69a16f56 100644 --- a/service/mgn/CHANGELOG.md +++ b/service/mgn/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/mgn/go.mod b/service/mgn/go.mod index 095a843fd3d..7b4bd8b5880 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/mgn/go_module_metadata.go b/service/mgn/go_module_metadata.go index 3172759bc26..38489c59d95 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/migrationhub/CHANGELOG.md b/service/migrationhub/CHANGELOG.md index ac8cb449bf1..85ba1932488 100644 --- a/service/migrationhub/CHANGELOG.md +++ b/service/migrationhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/migrationhub/go.mod b/service/migrationhub/go.mod index f023bcb8cc2..3e74c2b8202 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/migrationhub/go_module_metadata.go b/service/migrationhub/go_module_metadata.go index 28fa96a25ca..ae8a8b03fe5 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/migrationhubconfig/CHANGELOG.md b/service/migrationhubconfig/CHANGELOG.md index ac8cb449bf1..85ba1932488 100644 --- a/service/migrationhubconfig/CHANGELOG.md +++ b/service/migrationhubconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/migrationhubconfig/go.mod b/service/migrationhubconfig/go.mod index 72f2621dd90..ecb8aa0d785 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/migrationhubconfig/go_module_metadata.go b/service/migrationhubconfig/go_module_metadata.go index 5d74c8f16ee..6da81565ea7 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/migrationhuborchestrator/CHANGELOG.md b/service/migrationhuborchestrator/CHANGELOG.md index 49a2f6bf0b1..8334a49edee 100644 --- a/service/migrationhuborchestrator/CHANGELOG.md +++ b/service/migrationhuborchestrator/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/migrationhuborchestrator/go.mod b/service/migrationhuborchestrator/go.mod index 26a8d48ffdf..7a32390b164 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/migrationhuborchestrator/go_module_metadata.go b/service/migrationhuborchestrator/go_module_metadata.go index 6d02264c612..8fe8f698001 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.1.2" +const goModuleVersion = "1.1.3" diff --git a/service/migrationhubrefactorspaces/CHANGELOG.md b/service/migrationhubrefactorspaces/CHANGELOG.md index da11e6088ca..8f6b56fb527 100644 --- a/service/migrationhubrefactorspaces/CHANGELOG.md +++ b/service/migrationhubrefactorspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.2 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.1 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/migrationhubrefactorspaces/go.mod b/service/migrationhubrefactorspaces/go.mod index b7bb7818773..68254164f31 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/migrationhubrefactorspaces/go_module_metadata.go b/service/migrationhubrefactorspaces/go_module_metadata.go index 2fadc244f86..668f9508ffb 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.9.1" +const goModuleVersion = "1.9.2" diff --git a/service/migrationhubstrategy/CHANGELOG.md b/service/migrationhubstrategy/CHANGELOG.md index 02ca5c175a6..e3b084c3d10 100644 --- a/service/migrationhubstrategy/CHANGELOG.md +++ b/service/migrationhubstrategy/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/migrationhubstrategy/go.mod b/service/migrationhubstrategy/go.mod index 27872a5a962..c3920cee3b6 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/migrationhubstrategy/go_module_metadata.go b/service/migrationhubstrategy/go_module_metadata.go index be334853bf4..b5323ff6df8 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.7.2" +const goModuleVersion = "1.7.3" diff --git a/service/mobile/CHANGELOG.md b/service/mobile/CHANGELOG.md index 06e17ae9941..69c29f7004e 100644 --- a/service/mobile/CHANGELOG.md +++ b/service/mobile/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/mobile/go.mod b/service/mobile/go.mod index 23001602d11..9e641ea4627 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/mobile/go_module_metadata.go b/service/mobile/go_module_metadata.go index 090f34f9de7..b0b402a1d57 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.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/mq/CHANGELOG.md b/service/mq/CHANGELOG.md index 7cd1bc2e9db..bf2cacae0c2 100644 --- a/service/mq/CHANGELOG.md +++ b/service/mq/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/mq/go.mod b/service/mq/go.mod index 099845ba76d..6551baf2140 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/mq/go_module_metadata.go b/service/mq/go_module_metadata.go index 0d15f8bcc95..ff5e1284187 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/mturk/CHANGELOG.md b/service/mturk/CHANGELOG.md index 872cae7f263..afb5d638217 100644 --- a/service/mturk/CHANGELOG.md +++ b/service/mturk/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/mturk/go.mod b/service/mturk/go.mod index 037923dec90..d55182314f5 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/mturk/go_module_metadata.go b/service/mturk/go_module_metadata.go index 7bd58c25f95..8c100a00272 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/mwaa/CHANGELOG.md b/service/mwaa/CHANGELOG.md index 4a5c3f115e4..508435001c4 100644 --- a/service/mwaa/CHANGELOG.md +++ b/service/mwaa/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/mwaa/go.mod b/service/mwaa/go.mod index 0b7b7a5034c..27d849991dc 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/mwaa/go_module_metadata.go b/service/mwaa/go_module_metadata.go index 9a8e2a0bcd2..028fba6068b 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/neptune/CHANGELOG.md b/service/neptune/CHANGELOG.md index 91ce080def1..68888524116 100644 --- a/service/neptune/CHANGELOG.md +++ b/service/neptune/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-02-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/neptune/go.mod b/service/neptune/go.mod index 64b3fb62a08..045e1adfba6 100644 --- a/service/neptune/go.mod +++ b/service/neptune/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/neptune go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.23 github.com/aws/smithy-go v1.13.5 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 13261686c94..74edfe4d256 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/networkfirewall/CHANGELOG.md b/service/networkfirewall/CHANGELOG.md index 57509d50724..27dfb383d54 100644 --- a/service/networkfirewall/CHANGELOG.md +++ b/service/networkfirewall/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/networkfirewall/go.mod b/service/networkfirewall/go.mod index 9227e11334c..916840fbf70 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/networkfirewall/go_module_metadata.go b/service/networkfirewall/go_module_metadata.go index 5d31c496607..de3284f54e1 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.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/networkmanager/CHANGELOG.md b/service/networkmanager/CHANGELOG.md index dc15625e439..511dfdd1636 100644 --- a/service/networkmanager/CHANGELOG.md +++ b/service/networkmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/networkmanager/go.mod b/service/networkmanager/go.mod index 2cf3223abfe..4fa72998e68 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/networkmanager/go_module_metadata.go b/service/networkmanager/go_module_metadata.go index 7c930918b03..c515907c3ca 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/nimble/CHANGELOG.md b/service/nimble/CHANGELOG.md index f46337b87bf..dfa621d49d0 100644 --- a/service/nimble/CHANGELOG.md +++ b/service/nimble/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/nimble/go.mod b/service/nimble/go.mod index 4b79b70c3cb..dfbc0b69d76 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 be76c271bb9..86812af7429 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/oam/CHANGELOG.md b/service/oam/CHANGELOG.md index 058961d8b8f..7cade4c9e9d 100644 --- a/service/oam/CHANGELOG.md +++ b/service/oam/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/oam/go.mod b/service/oam/go.mod index 06aed3ccb31..9a4a6c0ae15 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/oam/go_module_metadata.go b/service/oam/go_module_metadata.go index 2906e3233ee..2966acd2e9d 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.1.3" +const goModuleVersion = "1.1.4" diff --git a/service/omics/CHANGELOG.md b/service/omics/CHANGELOG.md index 418fdaadefc..570500e02f8 100644 --- a/service/omics/CHANGELOG.md +++ b/service/omics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/omics/go.mod b/service/omics/go.mod index f7fc541c48d..80d9bbf751e 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 18fadbd4fdd..7539c58ff92 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.1.2" +const goModuleVersion = "1.1.3" diff --git a/service/opensearch/CHANGELOG.md b/service/opensearch/CHANGELOG.md index f58707c98a7..ba5671dc1c0 100644 --- a/service/opensearch/CHANGELOG.md +++ b/service/opensearch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/opensearch/go.mod b/service/opensearch/go.mod index 16821559947..06c4e52df8e 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/opensearch/go_module_metadata.go b/service/opensearch/go_module_metadata.go index 75d0e01a5a5..3dd18972bb4 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/opensearchserverless/CHANGELOG.md b/service/opensearchserverless/CHANGELOG.md index 6aee3a9956d..fefbd1fa82a 100644 --- a/service/opensearchserverless/CHANGELOG.md +++ b/service/opensearchserverless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/opensearchserverless/go.mod b/service/opensearchserverless/go.mod index e3e738240a1..7a233a0a62d 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/opensearchserverless/go_module_metadata.go b/service/opensearchserverless/go_module_metadata.go index 09f315c7326..90f62a08122 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.1.3" +const goModuleVersion = "1.1.4" diff --git a/service/opsworks/CHANGELOG.md b/service/opsworks/CHANGELOG.md index 25522a759ee..ed5a0ba63d0 100644 --- a/service/opsworks/CHANGELOG.md +++ b/service/opsworks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/opsworks/go.mod b/service/opsworks/go.mod index 7dcd7d7230b..3b65e4aeedc 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 81f1c719b0e..7722a36ee8a 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/opsworkscm/CHANGELOG.md b/service/opsworkscm/CHANGELOG.md index e35e11cff71..657b75fb618 100644 --- a/service/opsworkscm/CHANGELOG.md +++ b/service/opsworkscm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/opsworkscm/go.mod b/service/opsworkscm/go.mod index 69172a0b575..09b511e06f9 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 1a7215282e4..bb598440eab 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/organizations/CHANGELOG.md b/service/organizations/CHANGELOG.md index 4ea3a0d043a..62893c810d8 100644 --- a/service/organizations/CHANGELOG.md +++ b/service/organizations/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/organizations/go.mod b/service/organizations/go.mod index 1613880c3cb..0acdf0d4d30 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/organizations/go_module_metadata.go b/service/organizations/go_module_metadata.go index 8004bfbe100..d65e1c20471 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/outposts/CHANGELOG.md b/service/outposts/CHANGELOG.md index 12830d55bd7..a5d715f6b68 100644 --- a/service/outposts/CHANGELOG.md +++ b/service/outposts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/outposts/go.mod b/service/outposts/go.mod index f7d81896853..763e84a74bc 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/outposts/go_module_metadata.go b/service/outposts/go_module_metadata.go index 678923dc396..193354c7944 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.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/panorama/CHANGELOG.md b/service/panorama/CHANGELOG.md index a3cff1268c8..a546a662ae4 100644 --- a/service/panorama/CHANGELOG.md +++ b/service/panorama/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/panorama/go.mod b/service/panorama/go.mod index 830171ef72b..8e1cebae687 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/panorama/go_module_metadata.go b/service/panorama/go_module_metadata.go index 8f48da43d56..8b220b4caf4 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.11.2" +const goModuleVersion = "1.11.3" diff --git a/service/personalize/CHANGELOG.md b/service/personalize/CHANGELOG.md index c8990e2e8ff..d95d74865e5 100644 --- a/service/personalize/CHANGELOG.md +++ b/service/personalize/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/personalize/go.mod b/service/personalize/go.mod index f92bfab6cf2..753ef41f0e0 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/personalize/go_module_metadata.go b/service/personalize/go_module_metadata.go index be69fd79c3e..cf40dde3842 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.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/personalizeevents/CHANGELOG.md b/service/personalizeevents/CHANGELOG.md index bdeecf1abe7..5170599eb93 100644 --- a/service/personalizeevents/CHANGELOG.md +++ b/service/personalizeevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/personalizeevents/go.mod b/service/personalizeevents/go.mod index 69161ae37cb..dfc648fc983 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/personalizeevents/go_module_metadata.go b/service/personalizeevents/go_module_metadata.go index fd123f2873e..fdb492d357f 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/personalizeruntime/CHANGELOG.md b/service/personalizeruntime/CHANGELOG.md index 6e1a11b2402..701026003dc 100644 --- a/service/personalizeruntime/CHANGELOG.md +++ b/service/personalizeruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/personalizeruntime/go.mod b/service/personalizeruntime/go.mod index 0731c134fab..fb52450165d 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/personalizeruntime/go_module_metadata.go b/service/personalizeruntime/go_module_metadata.go index 489247bbc21..3de14c21dc9 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/pi/CHANGELOG.md b/service/pi/CHANGELOG.md index 58fed59fecb..d7b9f253afd 100644 --- a/service/pi/CHANGELOG.md +++ b/service/pi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/pi/go.mod b/service/pi/go.mod index 93625027a43..64aca45689e 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/pi/go_module_metadata.go b/service/pi/go_module_metadata.go index 77db5796234..c0154558296 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.16.3" +const goModuleVersion = "1.16.4" diff --git a/service/pinpoint/CHANGELOG.md b/service/pinpoint/CHANGELOG.md index 599cbd39a28..5e46b365a85 100644 --- a/service/pinpoint/CHANGELOG.md +++ b/service/pinpoint/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/pinpoint/go.mod b/service/pinpoint/go.mod index 0f65abec47a..4b16c2047ff 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/pinpoint/go_module_metadata.go b/service/pinpoint/go_module_metadata.go index c6efcef74c3..41a36628022 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/pinpointemail/CHANGELOG.md b/service/pinpointemail/CHANGELOG.md index 32f4070358a..457614723ec 100644 --- a/service/pinpointemail/CHANGELOG.md +++ b/service/pinpointemail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/pinpointemail/go.mod b/service/pinpointemail/go.mod index 1e4a3c500f5..c1e2d57b43e 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/pinpointemail/go_module_metadata.go b/service/pinpointemail/go_module_metadata.go index c85e3d0617a..18d36cda81f 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.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/pinpointsmsvoice/CHANGELOG.md b/service/pinpointsmsvoice/CHANGELOG.md index 9948178739e..34a12d3166f 100644 --- a/service/pinpointsmsvoice/CHANGELOG.md +++ b/service/pinpointsmsvoice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/pinpointsmsvoice/go.mod b/service/pinpointsmsvoice/go.mod index f7a4cc76c3b..9d0d66aa34b 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/pinpointsmsvoice/go_module_metadata.go b/service/pinpointsmsvoice/go_module_metadata.go index 28c4150c0d7..7210f9c88c8 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.11.2" +const goModuleVersion = "1.11.3" diff --git a/service/pinpointsmsvoicev2/CHANGELOG.md b/service/pinpointsmsvoicev2/CHANGELOG.md index e77d8746836..b2a5dc3d3d5 100644 --- a/service/pinpointsmsvoicev2/CHANGELOG.md +++ b/service/pinpointsmsvoicev2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/pinpointsmsvoicev2/go.mod b/service/pinpointsmsvoicev2/go.mod index 1a9ae02c6f2..25d91bc377d 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/pinpointsmsvoicev2/go_module_metadata.go b/service/pinpointsmsvoicev2/go_module_metadata.go index 9a289d2f235..5d19b8b317b 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.1.2" +const goModuleVersion = "1.1.3" diff --git a/service/pipes/CHANGELOG.md b/service/pipes/CHANGELOG.md index 38c7ac27ca4..db36ff6e029 100644 --- a/service/pipes/CHANGELOG.md +++ b/service/pipes/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/pipes/go.mod b/service/pipes/go.mod index 00bedc4ffd2..653e4fff1f2 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/pipes/go_module_metadata.go b/service/pipes/go_module_metadata.go index ebb7d40f114..acb2e26b8ad 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.1.2" +const goModuleVersion = "1.1.3" diff --git a/service/polly/CHANGELOG.md b/service/polly/CHANGELOG.md index 8ed71033e49..03e064e1e3c 100644 --- a/service/polly/CHANGELOG.md +++ b/service/polly/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.2 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.1 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/polly/go.mod b/service/polly/go.mod index 6ddae72bd84..6b76bf20dfa 100644 --- a/service/polly/go.mod +++ b/service/polly/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/polly go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/polly/go_module_metadata.go b/service/polly/go_module_metadata.go index 50cd9d7db07..dc88c44970c 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.25.1" +const goModuleVersion = "1.25.2" diff --git a/service/pricing/CHANGELOG.md b/service/pricing/CHANGELOG.md index a784e5454a5..53e3e99b420 100644 --- a/service/pricing/CHANGELOG.md +++ b/service/pricing/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/pricing/go.mod b/service/pricing/go.mod index 46909b6bdda..e6ac102d20e 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/pricing/go_module_metadata.go b/service/pricing/go_module_metadata.go index 7f72791e172..81a7a964718 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/privatenetworks/CHANGELOG.md b/service/privatenetworks/CHANGELOG.md index db3397c78d2..fc926200d02 100644 --- a/service/privatenetworks/CHANGELOG.md +++ b/service/privatenetworks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/privatenetworks/go.mod b/service/privatenetworks/go.mod index 522e37fe8f8..9d76592f980 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/privatenetworks/go_module_metadata.go b/service/privatenetworks/go_module_metadata.go index 357c9a39c1b..bf02228a100 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/proton/CHANGELOG.md b/service/proton/CHANGELOG.md index cd0066504dc..a87c01f7392 100644 --- a/service/proton/CHANGELOG.md +++ b/service/proton/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.2 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.1 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/proton/go.mod b/service/proton/go.mod index d8ddb18408a..76b59c69b3c 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 805a3b18f9e..4a5e292c9de 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.20.1" +const goModuleVersion = "1.20.2" diff --git a/service/qldb/CHANGELOG.md b/service/qldb/CHANGELOG.md index 6252d2ed904..3c96263f623 100644 --- a/service/qldb/CHANGELOG.md +++ b/service/qldb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/qldb/go.mod b/service/qldb/go.mod index 0620bf49534..657a110dd94 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/qldb/go_module_metadata.go b/service/qldb/go_module_metadata.go index b16caf5643b..1ad7490f4f9 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/qldbsession/CHANGELOG.md b/service/qldbsession/CHANGELOG.md index ec9369133d7..3d24cdf914e 100644 --- a/service/qldbsession/CHANGELOG.md +++ b/service/qldbsession/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/qldbsession/go.mod b/service/qldbsession/go.mod index 970eccd8bcf..3455eff150c 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/qldbsession/go_module_metadata.go b/service/qldbsession/go_module_metadata.go index 31825f6de58..79b8255b2ab 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/quicksight/CHANGELOG.md b/service/quicksight/CHANGELOG.md index 938d8c9fe8d..ad655321f1e 100644 --- a/service/quicksight/CHANGELOG.md +++ b/service/quicksight/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.31.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/quicksight/go.mod b/service/quicksight/go.mod index c6821b3a27d..96c75eb89af 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/quicksight/go_module_metadata.go b/service/quicksight/go_module_metadata.go index 0b1570db915..2d712fc9f04 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.31.2" +const goModuleVersion = "1.31.3" diff --git a/service/ram/CHANGELOG.md b/service/ram/CHANGELOG.md index bbb2cba1788..848a7c8c2b9 100644 --- a/service/ram/CHANGELOG.md +++ b/service/ram/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.5 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.4 (2023-02-16) * No change notes available for this release. diff --git a/service/ram/go.mod b/service/ram/go.mod index 9d1f5a0c8af..0aae22b9044 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/ram/go_module_metadata.go b/service/ram/go_module_metadata.go index d76b2d98424..0ce64c30452 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.17.4" +const goModuleVersion = "1.17.5" diff --git a/service/rbin/CHANGELOG.md b/service/rbin/CHANGELOG.md index f27d7a666af..6fe1b0ccdf8 100644 --- a/service/rbin/CHANGELOG.md +++ b/service/rbin/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/rbin/go.mod b/service/rbin/go.mod index f218d9a6cee..dc6df295ce8 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/rbin/go_module_metadata.go b/service/rbin/go_module_metadata.go index 69ca5072375..07a24604261 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.8.3" +const goModuleVersion = "1.8.4" diff --git a/service/rds/CHANGELOG.md b/service/rds/CHANGELOG.md index 1071e2d98ad..ee7e1734911 100644 --- a/service/rds/CHANGELOG.md +++ b/service/rds/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.40.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.40.3 (2023-02-15) * **Documentation**: Database Activity Stream support for RDS for SQL Server. diff --git a/service/rds/go.mod b/service/rds/go.mod index 938f215f1cf..21620eb4313 100644 --- a/service/rds/go.mod +++ b/service/rds/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/rds go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.23 github.com/aws/smithy-go v1.13.5 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 369c5992e05..c542ba0340c 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.40.3" +const goModuleVersion = "1.40.4" diff --git a/service/rdsdata/CHANGELOG.md b/service/rdsdata/CHANGELOG.md index 520103f3eb9..a716a077583 100644 --- a/service/rdsdata/CHANGELOG.md +++ b/service/rdsdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/rdsdata/go.mod b/service/rdsdata/go.mod index 7b42a203554..3d43ed4dd35 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/rdsdata/go_module_metadata.go b/service/rdsdata/go_module_metadata.go index 5f36adfb57f..aef94cd81f9 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/redshift/CHANGELOG.md b/service/redshift/CHANGELOG.md index 36d0e4997fc..de97b047f74 100644 --- a/service/redshift/CHANGELOG.md +++ b/service/redshift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.2 (2023-02-03) * **Documentation**: Corrects descriptions of the parameters for the API operations RestoreFromClusterSnapshot, RestoreTableFromClusterSnapshot, and CreateCluster. diff --git a/service/redshift/go.mod b/service/redshift/go.mod index 0350a34ce9c..fb7fec7b4a9 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 8a3ead4fa00..f3d4e774f89 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.27.2" +const goModuleVersion = "1.27.3" diff --git a/service/redshiftdata/CHANGELOG.md b/service/redshiftdata/CHANGELOG.md index 0de662974b1..7594b0b025d 100644 --- a/service/redshiftdata/CHANGELOG.md +++ b/service/redshiftdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/redshiftdata/go.mod b/service/redshiftdata/go.mod index f40502c3be1..c8b795bd7d7 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/redshiftdata/go_module_metadata.go b/service/redshiftdata/go_module_metadata.go index 726333879c9..257b5b60c8f 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/redshiftserverless/CHANGELOG.md b/service/redshiftserverless/CHANGELOG.md index 54d5bff6dc7..66d01b215da 100644 --- a/service/redshiftserverless/CHANGELOG.md +++ b/service/redshiftserverless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/redshiftserverless/go.mod b/service/redshiftserverless/go.mod index 0acfeaccf1d..ed42342c973 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/redshiftserverless/go_module_metadata.go b/service/redshiftserverless/go_module_metadata.go index a3d8316f737..c0b6b64ee5e 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.4.3" +const goModuleVersion = "1.4.4" diff --git a/service/rekognition/CHANGELOG.md b/service/rekognition/CHANGELOG.md index af1b0b4ff4f..2eae349c4e8 100644 --- a/service/rekognition/CHANGELOG.md +++ b/service/rekognition/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/rekognition/go.mod b/service/rekognition/go.mod index 18306d7c2fd..d08a6a03a1e 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 6412dd4ad3f..58cdb04b5a3 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.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/resiliencehub/CHANGELOG.md b/service/resiliencehub/CHANGELOG.md index 7e616379482..13c63a1cd94 100644 --- a/service/resiliencehub/CHANGELOG.md +++ b/service/resiliencehub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/resiliencehub/go.mod b/service/resiliencehub/go.mod index 93b5f1204ea..bf881f60426 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/resiliencehub/go_module_metadata.go b/service/resiliencehub/go_module_metadata.go index af1b0856443..cff670e8884 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.8.2" +const goModuleVersion = "1.8.3" diff --git a/service/resourceexplorer2/CHANGELOG.md b/service/resourceexplorer2/CHANGELOG.md index 8740440dd2c..9d6b5a7718c 100644 --- a/service/resourceexplorer2/CHANGELOG.md +++ b/service/resourceexplorer2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/resourceexplorer2/go.mod b/service/resourceexplorer2/go.mod index d798e7c808e..fdcc1efcd59 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/resourceexplorer2/go_module_metadata.go b/service/resourceexplorer2/go_module_metadata.go index e8fb95f9374..71857fe1510 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.2.3" +const goModuleVersion = "1.2.4" diff --git a/service/resourcegroups/CHANGELOG.md b/service/resourcegroups/CHANGELOG.md index 6b99d38730f..d003eb6a026 100644 --- a/service/resourcegroups/CHANGELOG.md +++ b/service/resourcegroups/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/resourcegroups/go.mod b/service/resourcegroups/go.mod index 6aed7307fc4..ddc95727de5 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/resourcegroups/go_module_metadata.go b/service/resourcegroups/go_module_metadata.go index 47720edfded..7d7206a249f 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.14.3" +const goModuleVersion = "1.14.4" diff --git a/service/resourcegroupstaggingapi/CHANGELOG.md b/service/resourcegroupstaggingapi/CHANGELOG.md index e28e2aa8fd8..c8106379f3d 100644 --- a/service/resourcegroupstaggingapi/CHANGELOG.md +++ b/service/resourcegroupstaggingapi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/resourcegroupstaggingapi/go.mod b/service/resourcegroupstaggingapi/go.mod index dc0793f69d4..f192c668f62 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/resourcegroupstaggingapi/go_module_metadata.go b/service/resourcegroupstaggingapi/go_module_metadata.go index 3eed2ca4917..12dddacd5b3 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.14.3" +const goModuleVersion = "1.14.4" diff --git a/service/robomaker/CHANGELOG.md b/service/robomaker/CHANGELOG.md index ae622dc18e2..99afda1ad7b 100644 --- a/service/robomaker/CHANGELOG.md +++ b/service/robomaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/robomaker/go.mod b/service/robomaker/go.mod index 60dd4e0bec6..d3521b5f213 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/robomaker/go_module_metadata.go b/service/robomaker/go_module_metadata.go index d717f193369..12a5e20a610 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/rolesanywhere/CHANGELOG.md b/service/rolesanywhere/CHANGELOG.md index 5b0d2fd40c9..42edbda1404 100644 --- a/service/rolesanywhere/CHANGELOG.md +++ b/service/rolesanywhere/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/rolesanywhere/go.mod b/service/rolesanywhere/go.mod index 8c3efaf1dd5..b62ffc6da13 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/rolesanywhere/go_module_metadata.go b/service/rolesanywhere/go_module_metadata.go index b5c701368c9..3eb2e40480d 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.1.2" +const goModuleVersion = "1.1.3" diff --git a/service/route53/CHANGELOG.md b/service/route53/CHANGELOG.md index 0a580a836ae..fad7a021ec9 100644 --- a/service/route53/CHANGELOG.md +++ b/service/route53/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.2 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.1 (2023-02-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53/go.mod b/service/route53/go.mod index 47b16f9d531..0d255a3417b 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 3655c6efbac..e665790c021 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.27.1" +const goModuleVersion = "1.27.2" diff --git a/service/route53domains/CHANGELOG.md b/service/route53domains/CHANGELOG.md index 8f9ca1e7dc1..345687b7ee3 100644 --- a/service/route53domains/CHANGELOG.md +++ b/service/route53domains/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/route53domains/go.mod b/service/route53domains/go.mod index fcd8c2805da..0e9e8a76a1f 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/route53domains/go_module_metadata.go b/service/route53domains/go_module_metadata.go index 67d1c877ab3..296707bd36a 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/route53recoverycluster/CHANGELOG.md b/service/route53recoverycluster/CHANGELOG.md index 6252166ab81..61f26b87846 100644 --- a/service/route53recoverycluster/CHANGELOG.md +++ b/service/route53recoverycluster/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/route53recoverycluster/go.mod b/service/route53recoverycluster/go.mod index b76621768d5..7bcf8d43a36 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/route53recoverycluster/go_module_metadata.go b/service/route53recoverycluster/go_module_metadata.go index a6c319b68b1..4bf6e768333 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.11.2" +const goModuleVersion = "1.11.3" diff --git a/service/route53recoverycontrolconfig/CHANGELOG.md b/service/route53recoverycontrolconfig/CHANGELOG.md index 7353b35e9ec..77974d54af9 100644 --- a/service/route53recoverycontrolconfig/CHANGELOG.md +++ b/service/route53recoverycontrolconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/route53recoverycontrolconfig/go.mod b/service/route53recoverycontrolconfig/go.mod index 50955e65206..f63489dc28b 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 34d5866fdbb..e3ea2acf059 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.11.2" +const goModuleVersion = "1.11.3" diff --git a/service/route53recoveryreadiness/CHANGELOG.md b/service/route53recoveryreadiness/CHANGELOG.md index 0a6a7c827d5..9ad9762ac38 100644 --- a/service/route53recoveryreadiness/CHANGELOG.md +++ b/service/route53recoveryreadiness/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/route53recoveryreadiness/go.mod b/service/route53recoveryreadiness/go.mod index d314f3b506b..beb523767b7 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/route53recoveryreadiness/go_module_metadata.go b/service/route53recoveryreadiness/go_module_metadata.go index db7be238d0e..fd297e9aaea 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.9.2" +const goModuleVersion = "1.9.3" diff --git a/service/route53resolver/CHANGELOG.md b/service/route53resolver/CHANGELOG.md index 1e3fb45d766..825682e4f5f 100644 --- a/service/route53resolver/CHANGELOG.md +++ b/service/route53resolver/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/route53resolver/go.mod b/service/route53resolver/go.mod index f839d1a7cd4..77e0db97e86 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/route53resolver/go_module_metadata.go b/service/route53resolver/go_module_metadata.go index a84e98de7d7..f145a9c0b1a 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.16.3" +const goModuleVersion = "1.16.4" diff --git a/service/rum/CHANGELOG.md b/service/rum/CHANGELOG.md index e1328fe9d0a..6d62b7d1a06 100644 --- a/service/rum/CHANGELOG.md +++ b/service/rum/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/rum/go.mod b/service/rum/go.mod index 2fa6b654a55..94ae24b34d9 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/rum/go_module_metadata.go b/service/rum/go_module_metadata.go index 7884d3e78f0..703130309ee 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.9.2" +const goModuleVersion = "1.9.3" diff --git a/service/s3/CHANGELOG.md b/service/s3/CHANGELOG.md index 72f7f82dc58..0f29bc17158 100644 --- a/service/s3/CHANGELOG.md +++ b/service/s3/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.3 (2023-02-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/s3/go.mod b/service/s3/go.mod index f43b7c89c2e..f4d780b5ebc 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 + github.com/aws/aws-sdk-go-v2 v1.17.5 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 - github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.20 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 + github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.21 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.11 - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.23 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.22 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.22 + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.24 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.23 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.23 github.com/aws/smithy-go v1.13.5 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 29d5745930c..79a52af52ed 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.30.3" +const goModuleVersion = "1.30.4" diff --git a/service/s3/internal/configtesting/go.mod b/service/s3/internal/configtesting/go.mod index b13311f3f71..72a2ef596c3 100644 --- a/service/s3/internal/configtesting/go.mod +++ b/service/s3/internal/configtesting/go.mod @@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/service/s3/internal/configtesting go 1.15 require ( - github.com/aws/aws-sdk-go-v2/config v1.18.13 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.22 + github.com/aws/aws-sdk-go-v2/config v1.18.14 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.23 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/service/s3control/CHANGELOG.md b/service/s3control/CHANGELOG.md index 7b7eae6198f..4f4b23e36cc 100644 --- a/service/s3control/CHANGELOG.md +++ b/service/s3control/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.2 (2023-02-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/s3control/go.mod b/service/s3control/go.mod index 3f69703e813..c8874ba25d6 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/s3control/go_module_metadata.go b/service/s3control/go_module_metadata.go index 8ba75011a90..18c31e1c92e 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.29.2" +const goModuleVersion = "1.29.3" diff --git a/service/s3outposts/CHANGELOG.md b/service/s3outposts/CHANGELOG.md index bdb2157d56c..d83787f7176 100644 --- a/service/s3outposts/CHANGELOG.md +++ b/service/s3outposts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/s3outposts/go.mod b/service/s3outposts/go.mod index 8762a46a77a..00e3ce0e292 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/s3outposts/go_module_metadata.go b/service/s3outposts/go_module_metadata.go index 3d0d9ec8fb2..195a5a36d90 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/sagemaker/CHANGELOG.md b/service/sagemaker/CHANGELOG.md index 36ccaf2d7f3..5ef22decc6f 100644 --- a/service/sagemaker/CHANGELOG.md +++ b/service/sagemaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.68.2 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.68.1 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/sagemaker/go.mod b/service/sagemaker/go.mod index b7fc1dc41bf..f98ca563e29 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 62254e0882e..afed859824b 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.68.1" +const goModuleVersion = "1.68.2" diff --git a/service/sagemakera2iruntime/CHANGELOG.md b/service/sagemakera2iruntime/CHANGELOG.md index 7f75f95ee7d..e11084e5723 100644 --- a/service/sagemakera2iruntime/CHANGELOG.md +++ b/service/sagemakera2iruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/sagemakera2iruntime/go.mod b/service/sagemakera2iruntime/go.mod index 22a1895d78c..6860a57119e 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/sagemakera2iruntime/go_module_metadata.go b/service/sagemakera2iruntime/go_module_metadata.go index f5ddba1fa04..fe31d2f3b67 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/sagemakeredge/CHANGELOG.md b/service/sagemakeredge/CHANGELOG.md index d9272ed4ac3..148e75f89af 100644 --- a/service/sagemakeredge/CHANGELOG.md +++ b/service/sagemakeredge/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/sagemakeredge/go.mod b/service/sagemakeredge/go.mod index 5416b4530e2..7b13dae997e 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/sagemakeredge/go_module_metadata.go b/service/sagemakeredge/go_module_metadata.go index 6d3004c3882..3fb6921c783 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/sagemakerfeaturestoreruntime/CHANGELOG.md b/service/sagemakerfeaturestoreruntime/CHANGELOG.md index cdc9b0f0810..55ab6b08952 100644 --- a/service/sagemakerfeaturestoreruntime/CHANGELOG.md +++ b/service/sagemakerfeaturestoreruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/sagemakerfeaturestoreruntime/go.mod b/service/sagemakerfeaturestoreruntime/go.mod index fa7d1bd8735..5f6a296501b 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/sagemakerfeaturestoreruntime/go_module_metadata.go b/service/sagemakerfeaturestoreruntime/go_module_metadata.go index 52e078cf20e..e4bb845020b 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/sagemakergeospatial/CHANGELOG.md b/service/sagemakergeospatial/CHANGELOG.md index 985abb3d409..87d89d5f375 100644 --- a/service/sagemakergeospatial/CHANGELOG.md +++ b/service/sagemakergeospatial/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/sagemakergeospatial/go.mod b/service/sagemakergeospatial/go.mod index 8f8a90300e5..619124aa2fd 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/sagemakergeospatial/go_module_metadata.go b/service/sagemakergeospatial/go_module_metadata.go index 40f7ab6ad6b..5de84b48831 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.1.2" +const goModuleVersion = "1.1.3" diff --git a/service/sagemakermetrics/CHANGELOG.md b/service/sagemakermetrics/CHANGELOG.md index 5f5fb9d801a..8bdcf5d0d2d 100644 --- a/service/sagemakermetrics/CHANGELOG.md +++ b/service/sagemakermetrics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.6 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.5 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/sagemakermetrics/go.mod b/service/sagemakermetrics/go.mod index 494a46f7f59..a90f0f82876 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/sagemakermetrics/go_module_metadata.go b/service/sagemakermetrics/go_module_metadata.go index 2c6a99e2c92..9fb682eac39 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.0.5" +const goModuleVersion = "1.0.6" diff --git a/service/sagemakerruntime/CHANGELOG.md b/service/sagemakerruntime/CHANGELOG.md index e837b7af502..259d7234d6f 100644 --- a/service/sagemakerruntime/CHANGELOG.md +++ b/service/sagemakerruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/sagemakerruntime/go.mod b/service/sagemakerruntime/go.mod index 6db21cbddeb..58911bca70f 100644 --- a/service/sagemakerruntime/go.mod +++ b/service/sagemakerruntime/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sagemakerruntime go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/sagemakerruntime/go_module_metadata.go b/service/sagemakerruntime/go_module_metadata.go index de5422d4aba..e2c9e4e0fcb 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.18.3" +const goModuleVersion = "1.18.4" diff --git a/service/savingsplans/CHANGELOG.md b/service/savingsplans/CHANGELOG.md index 7fd49bc7176..65a7e0ad3d5 100644 --- a/service/savingsplans/CHANGELOG.md +++ b/service/savingsplans/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/savingsplans/go.mod b/service/savingsplans/go.mod index e9feb38d49f..d4ec7ade06f 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/savingsplans/go_module_metadata.go b/service/savingsplans/go_module_metadata.go index 26e919c1be6..142f7544bda 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.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/scheduler/CHANGELOG.md b/service/scheduler/CHANGELOG.md index 7514d6859aa..ca06d3eadca 100644 --- a/service/scheduler/CHANGELOG.md +++ b/service/scheduler/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/scheduler/go.mod b/service/scheduler/go.mod index bad124ef7b2..7e1ef26a728 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/scheduler/go_module_metadata.go b/service/scheduler/go_module_metadata.go index 3ba1a98d333..270d57cb332 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.1.2" +const goModuleVersion = "1.1.3" diff --git a/service/schemas/CHANGELOG.md b/service/schemas/CHANGELOG.md index 37ff09412a5..3aa48485e35 100644 --- a/service/schemas/CHANGELOG.md +++ b/service/schemas/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/schemas/go.mod b/service/schemas/go.mod index fd151c0e08b..752311cc072 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 1b5de200c99..4f5cf13fc6f 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/secretsmanager/CHANGELOG.md b/service/secretsmanager/CHANGELOG.md index 1d8deb9f5ee..e786ad387bd 100644 --- a/service/secretsmanager/CHANGELOG.md +++ b/service/secretsmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.5 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.4 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/secretsmanager/go.mod b/service/secretsmanager/go.mod index b14711d4df9..f745771cda7 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/secretsmanager/go_module_metadata.go b/service/secretsmanager/go_module_metadata.go index 0dc515c511e..b2b360255f6 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.18.4" +const goModuleVersion = "1.18.5" diff --git a/service/securityhub/CHANGELOG.md b/service/securityhub/CHANGELOG.md index e555ae2650c..d7550373b39 100644 --- a/service/securityhub/CHANGELOG.md +++ b/service/securityhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/securityhub/go.mod b/service/securityhub/go.mod index 425c0b787df..f0fd075631a 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/securityhub/go_module_metadata.go b/service/securityhub/go_module_metadata.go index f63e7c71d6d..411918eadee 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.28.2" +const goModuleVersion = "1.28.3" diff --git a/service/securitylake/CHANGELOG.md b/service/securitylake/CHANGELOG.md index 8a42b5323fa..4ec7d82f0a8 100644 --- a/service/securitylake/CHANGELOG.md +++ b/service/securitylake/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/securitylake/go.mod b/service/securitylake/go.mod index 5cc3beda34b..e38b4863ee6 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/securitylake/go_module_metadata.go b/service/securitylake/go_module_metadata.go index a6eba8a84ae..7f4c49c6a20 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.2.2" +const goModuleVersion = "1.2.3" diff --git a/service/serverlessapplicationrepository/CHANGELOG.md b/service/serverlessapplicationrepository/CHANGELOG.md index c1f018b7ac0..16f2e0f2339 100644 --- a/service/serverlessapplicationrepository/CHANGELOG.md +++ b/service/serverlessapplicationrepository/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/serverlessapplicationrepository/go.mod b/service/serverlessapplicationrepository/go.mod index 35978af1d90..5d3599e0589 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/serverlessapplicationrepository/go_module_metadata.go b/service/serverlessapplicationrepository/go_module_metadata.go index ad8184504e9..7999bfb0529 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.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/servicecatalog/CHANGELOG.md b/service/servicecatalog/CHANGELOG.md index 55ee4169910..235cdc294f4 100644 --- a/service/servicecatalog/CHANGELOG.md +++ b/service/servicecatalog/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/servicecatalog/go.mod b/service/servicecatalog/go.mod index cab74d0b3ab..1586f6ff43e 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/servicecatalog/go_module_metadata.go b/service/servicecatalog/go_module_metadata.go index e5a2ac3747d..42d3867af85 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/servicecatalogappregistry/CHANGELOG.md b/service/servicecatalogappregistry/CHANGELOG.md index 75c4dd58cc3..930c20f0e53 100644 --- a/service/servicecatalogappregistry/CHANGELOG.md +++ b/service/servicecatalogappregistry/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/servicecatalogappregistry/go.mod b/service/servicecatalogappregistry/go.mod index fe506952d12..1febfd415ec 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/servicecatalogappregistry/go_module_metadata.go b/service/servicecatalogappregistry/go_module_metadata.go index 3add7261b91..f860c8aa34a 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.16.3" +const goModuleVersion = "1.16.4" diff --git a/service/servicediscovery/CHANGELOG.md b/service/servicediscovery/CHANGELOG.md index bfba617d89d..0e4640730b4 100644 --- a/service/servicediscovery/CHANGELOG.md +++ b/service/servicediscovery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/servicediscovery/go.mod b/service/servicediscovery/go.mod index e847a8d8cc3..8b6d16eec10 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/servicediscovery/go_module_metadata.go b/service/servicediscovery/go_module_metadata.go index f375be71ad4..b807281d9c3 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/servicequotas/CHANGELOG.md b/service/servicequotas/CHANGELOG.md index 1fc519091b6..7a4bb567760 100644 --- a/service/servicequotas/CHANGELOG.md +++ b/service/servicequotas/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/servicequotas/go.mod b/service/servicequotas/go.mod index e1f1d6b5b78..0248cda577a 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/servicequotas/go_module_metadata.go b/service/servicequotas/go_module_metadata.go index 53343ef4da4..fedd4299cad 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.14.3" +const goModuleVersion = "1.14.4" diff --git a/service/ses/CHANGELOG.md b/service/ses/CHANGELOG.md index 8a2032de131..265809c0c97 100644 --- a/service/ses/CHANGELOG.md +++ b/service/ses/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.2 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.1 (2023-02-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ses/go.mod b/service/ses/go.mod index e346f5ec02a..64c045a1a6d 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 6f30bd496c2..109e4bf662b 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.15.1" +const goModuleVersion = "1.15.2" diff --git a/service/sesv2/CHANGELOG.md b/service/sesv2/CHANGELOG.md index 83e9321e238..e80c7cf68c5 100644 --- a/service/sesv2/CHANGELOG.md +++ b/service/sesv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/sesv2/go.mod b/service/sesv2/go.mod index 936cf821e79..5a7f5a860bf 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/sesv2/go_module_metadata.go b/service/sesv2/go_module_metadata.go index eea2c21a13d..ee9b036202f 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/sfn/CHANGELOG.md b/service/sfn/CHANGELOG.md index 2afc4b08f09..996c504e4dd 100644 --- a/service/sfn/CHANGELOG.md +++ b/service/sfn/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/sfn/go.mod b/service/sfn/go.mod index 9a142e49365..76589c7ed56 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/sfn/go_module_metadata.go b/service/sfn/go_module_metadata.go index d64531ab8bf..f3d2ffbb92a 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.17.3" +const goModuleVersion = "1.17.4" diff --git a/service/shield/CHANGELOG.md b/service/shield/CHANGELOG.md index 7852ce2630c..35968018bf4 100644 --- a/service/shield/CHANGELOG.md +++ b/service/shield/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/shield/go.mod b/service/shield/go.mod index e86d77b81a0..956fb981f3e 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/shield/go_module_metadata.go b/service/shield/go_module_metadata.go index ec29557994b..0b902074e80 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/signer/CHANGELOG.md b/service/signer/CHANGELOG.md index 7d072895652..6d13c40af28 100644 --- a/service/signer/CHANGELOG.md +++ b/service/signer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/signer/go.mod b/service/signer/go.mod index d2ee27de96c..c4e4726dc91 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 1186f818869..eb4575ae61e 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/simspaceweaver/CHANGELOG.md b/service/simspaceweaver/CHANGELOG.md index d338e52c518..bf21a3f0ea6 100644 --- a/service/simspaceweaver/CHANGELOG.md +++ b/service/simspaceweaver/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/simspaceweaver/go.mod b/service/simspaceweaver/go.mod index 509c26c30d1..e08ee1eeca7 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/simspaceweaver/go_module_metadata.go b/service/simspaceweaver/go_module_metadata.go index 0a079ef04be..de27e70764c 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.1.2" +const goModuleVersion = "1.1.3" diff --git a/service/sms/CHANGELOG.md b/service/sms/CHANGELOG.md index f88efc119d1..45ba49d4e88 100644 --- a/service/sms/CHANGELOG.md +++ b/service/sms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/sms/go.mod b/service/sms/go.mod index 4d3117cd0af..3afd8439c18 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/sms/go_module_metadata.go b/service/sms/go_module_metadata.go index 30318e78cb3..8f47788df32 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/snowball/CHANGELOG.md b/service/snowball/CHANGELOG.md index dad36b19eed..f9173ead3d5 100644 --- a/service/snowball/CHANGELOG.md +++ b/service/snowball/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.2 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.1 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/snowball/go.mod b/service/snowball/go.mod index bf052f473d9..d73486a9979 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/snowball/go_module_metadata.go b/service/snowball/go_module_metadata.go index bc6ba79f31c..3715e464624 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.18.1" +const goModuleVersion = "1.18.2" diff --git a/service/snowdevicemanagement/CHANGELOG.md b/service/snowdevicemanagement/CHANGELOG.md index 57fd9ed7255..666ef885c7e 100644 --- a/service/snowdevicemanagement/CHANGELOG.md +++ b/service/snowdevicemanagement/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/snowdevicemanagement/go.mod b/service/snowdevicemanagement/go.mod index 96c92a3dd59..c530db96f23 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/snowdevicemanagement/go_module_metadata.go b/service/snowdevicemanagement/go_module_metadata.go index 09db360acab..b24c4ea5fba 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.9.2" +const goModuleVersion = "1.9.3" diff --git a/service/sns/CHANGELOG.md b/service/sns/CHANGELOG.md index 72b6572eb72..a9c20f5ad2a 100644 --- a/service/sns/CHANGELOG.md +++ b/service/sns/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2023-02-10) * **Documentation**: This release adds support for SNS X-Ray active tracing as well as other updates. diff --git a/service/sns/go.mod b/service/sns/go.mod index ff2774d83a3..4e3498ee2e7 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/sns/go_module_metadata.go b/service/sns/go_module_metadata.go index 106b79b8953..1e9a1aa553d 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.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/sqs/CHANGELOG.md b/service/sqs/CHANGELOG.md index a0bfd0eba76..baabc9c926f 100644 --- a/service/sqs/CHANGELOG.md +++ b/service/sqs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2023-02-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sqs/go.mod b/service/sqs/go.mod index f447980bc02..9b925531fc7 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/sqs/go_module_metadata.go b/service/sqs/go_module_metadata.go index b721f5f133f..2b11ae65372 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.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/ssm/CHANGELOG.md b/service/ssm/CHANGELOG.md index 0fdb9573820..d214cd03250 100644 --- a/service/ssm/CHANGELOG.md +++ b/service/ssm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.35.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.35.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/ssm/go.mod b/service/ssm/go.mod index 155e0f450cf..bcb56b4e317 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 d69eed94fe5..91ced8a780b 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.35.3" +const goModuleVersion = "1.35.4" diff --git a/service/ssmcontacts/CHANGELOG.md b/service/ssmcontacts/CHANGELOG.md index 91a2682f4ae..4053fd150fe 100644 --- a/service/ssmcontacts/CHANGELOG.md +++ b/service/ssmcontacts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/ssmcontacts/go.mod b/service/ssmcontacts/go.mod index 05b9f73c91a..fbef0db3da2 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/ssmcontacts/go_module_metadata.go b/service/ssmcontacts/go_module_metadata.go index c2019dac9d7..cbc281896d1 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/ssmincidents/CHANGELOG.md b/service/ssmincidents/CHANGELOG.md index 645c519a4ee..ef0aaa8bf4f 100644 --- a/service/ssmincidents/CHANGELOG.md +++ b/service/ssmincidents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/ssmincidents/go.mod b/service/ssmincidents/go.mod index f7ea620f047..3dea0838dfc 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 4ad227dd33f..8a173f2f7cf 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.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/ssmsap/CHANGELOG.md b/service/ssmsap/CHANGELOG.md index c0e3cb3be9a..5fb6cfdae9f 100644 --- a/service/ssmsap/CHANGELOG.md +++ b/service/ssmsap/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/ssmsap/go.mod b/service/ssmsap/go.mod index dacaab2666d..86018c0cbeb 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/ssmsap/go_module_metadata.go b/service/ssmsap/go_module_metadata.go index 81b8b4435dd..f7598b331af 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.2.2" +const goModuleVersion = "1.2.3" diff --git a/service/sso/CHANGELOG.md b/service/sso/CHANGELOG.md index 5dfbb825ffa..813302fdde3 100644 --- a/service/sso/CHANGELOG.md +++ b/service/sso/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/sso/go.mod b/service/sso/go.mod index e102c9e591b..58bc1adab52 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/sso/go_module_metadata.go b/service/sso/go_module_metadata.go index 5642479ffc9..7df0ea98a52 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.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/ssoadmin/CHANGELOG.md b/service/ssoadmin/CHANGELOG.md index a716a4a6dcd..58c38d5a33d 100644 --- a/service/ssoadmin/CHANGELOG.md +++ b/service/ssoadmin/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/ssoadmin/go.mod b/service/ssoadmin/go.mod index cf55c230797..ed108dc822b 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/ssoadmin/go_module_metadata.go b/service/ssoadmin/go_module_metadata.go index 1039f2ccfdf..5b953a3e282 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/ssooidc/CHANGELOG.md b/service/ssooidc/CHANGELOG.md index 5cf95de4e18..edd5146665a 100644 --- a/service/ssooidc/CHANGELOG.md +++ b/service/ssooidc/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/ssooidc/go.mod b/service/ssooidc/go.mod index 3d81a2cbce6..5c5255695d1 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/ssooidc/go_module_metadata.go b/service/ssooidc/go_module_metadata.go index 405e5a8127a..deae1307a7d 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/storagegateway/CHANGELOG.md b/service/storagegateway/CHANGELOG.md index 45dc996ab98..a7b6080db9b 100644 --- a/service/storagegateway/CHANGELOG.md +++ b/service/storagegateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/storagegateway/go.mod b/service/storagegateway/go.mod index 3057d15c282..19681563ebb 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/storagegateway/go_module_metadata.go b/service/storagegateway/go_module_metadata.go index 6d91c37ebdd..d72f7855a06 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.18.3" +const goModuleVersion = "1.18.4" diff --git a/service/sts/CHANGELOG.md b/service/sts/CHANGELOG.md index a9ed5300f01..4de81eabaae 100644 --- a/service/sts/CHANGELOG.md +++ b/service/sts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.3 (2023-02-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sts/go.mod b/service/sts/go.mod index a7dab0f4c43..b18c8b61761 100644 --- a/service/sts/go.mod +++ b/service/sts/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/sts go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/sts/go_module_metadata.go b/service/sts/go_module_metadata.go index dc11195eca2..e20d49607b2 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.18.3" +const goModuleVersion = "1.18.4" diff --git a/service/support/CHANGELOG.md b/service/support/CHANGELOG.md index 2f3d3eaf286..00c1326e351 100644 --- a/service/support/CHANGELOG.md +++ b/service/support/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/support/go.mod b/service/support/go.mod index 53bc2d015ca..84b4b5044b5 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/support/go_module_metadata.go b/service/support/go_module_metadata.go index e1b67a59d13..904206069f1 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/supportapp/CHANGELOG.md b/service/supportapp/CHANGELOG.md index 7d1138b69d1..3126025b5ac 100644 --- a/service/supportapp/CHANGELOG.md +++ b/service/supportapp/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/supportapp/go.mod b/service/supportapp/go.mod index 820400b1d5b..247986a70b4 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/supportapp/go_module_metadata.go b/service/supportapp/go_module_metadata.go index 11626e75ebc..6c1c2987378 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.2.2" +const goModuleVersion = "1.2.3" diff --git a/service/swf/CHANGELOG.md b/service/swf/CHANGELOG.md index c4574979622..ac7458e8bba 100644 --- a/service/swf/CHANGELOG.md +++ b/service/swf/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.5 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.4 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/swf/go.mod b/service/swf/go.mod index e240b0f7b50..132b9fc8928 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/swf/go_module_metadata.go b/service/swf/go_module_metadata.go index ca7c0a8a22a..54656290039 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.14.4" +const goModuleVersion = "1.14.5" diff --git a/service/synthetics/CHANGELOG.md b/service/synthetics/CHANGELOG.md index 95ae84fdde1..e7afa5e57a1 100644 --- a/service/synthetics/CHANGELOG.md +++ b/service/synthetics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/synthetics/go.mod b/service/synthetics/go.mod index b4c66d72370..3e76845dfa0 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/synthetics/go_module_metadata.go b/service/synthetics/go_module_metadata.go index 7edfcf425c4..88677cf052c 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.17.3" +const goModuleVersion = "1.17.4" diff --git a/service/textract/CHANGELOG.md b/service/textract/CHANGELOG.md index d48cdbb871a..84ed26cb5fa 100644 --- a/service/textract/CHANGELOG.md +++ b/service/textract/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/textract/go.mod b/service/textract/go.mod index cd6e8550388..2faeae00e80 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/textract/go_module_metadata.go b/service/textract/go_module_metadata.go index 8aba7cf1e49..9499f362118 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.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/timestreamquery/CHANGELOG.md b/service/timestreamquery/CHANGELOG.md index 39ea3199f77..0a64b3ab642 100644 --- a/service/timestreamquery/CHANGELOG.md +++ b/service/timestreamquery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/timestreamquery/go.mod b/service/timestreamquery/go.mod index 22d0208aa11..8c03838438a 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/timestreamquery/go_module_metadata.go b/service/timestreamquery/go_module_metadata.go index 473bc06529f..748e96636f9 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/timestreamwrite/CHANGELOG.md b/service/timestreamwrite/CHANGELOG.md index a563be441ab..67417f467fb 100644 --- a/service/timestreamwrite/CHANGELOG.md +++ b/service/timestreamwrite/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/timestreamwrite/go.mod b/service/timestreamwrite/go.mod index 691edee9a06..2aebb7a7dc8 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/timestreamwrite/go_module_metadata.go b/service/timestreamwrite/go_module_metadata.go index 3d222595d67..656f4dd26f3 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/transcribe/CHANGELOG.md b/service/transcribe/CHANGELOG.md index 9bcd00054d9..1ad84fe750f 100644 --- a/service/transcribe/CHANGELOG.md +++ b/service/transcribe/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/transcribe/go.mod b/service/transcribe/go.mod index 0541ce2ca37..301df32d36e 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/transcribe/go_module_metadata.go b/service/transcribe/go_module_metadata.go index 872f304470c..b35863ab256 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.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/transcribestreaming/CHANGELOG.md b/service/transcribestreaming/CHANGELOG.md index 27205fe7bf7..0c9ab07b5ff 100644 --- a/service/transcribestreaming/CHANGELOG.md +++ b/service/transcribestreaming/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/transcribestreaming/go.mod b/service/transcribestreaming/go.mod index b9a069f9f55..24a022901df 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 + github.com/aws/aws-sdk-go-v2 v1.17.5 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/transcribestreaming/go_module_metadata.go b/service/transcribestreaming/go_module_metadata.go index 14a1692dbaa..3f164a065f4 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.9.2" +const goModuleVersion = "1.9.3" diff --git a/service/transcribestreaming/internal/testing/go.mod b/service/transcribestreaming/internal/testing/go.mod index 0de6aebbfb0..6edd311869b 100644 --- a/service/transcribestreaming/internal/testing/go.mod +++ b/service/transcribestreaming/internal/testing/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/transcribestreaming/internal/testing go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 + github.com/aws/aws-sdk-go-v2 v1.17.5 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.52 - github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.9.2 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.53 + github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.9.3 github.com/aws/smithy-go v1.13.5 github.com/google/go-cmp v0.5.8 ) diff --git a/service/transfer/CHANGELOG.md b/service/transfer/CHANGELOG.md index d7b036e2c35..696bad1df6a 100644 --- a/service/transfer/CHANGELOG.md +++ b/service/transfer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/transfer/go.mod b/service/transfer/go.mod index 4603b66e19c..6f1dbcc2fa4 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 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 84d32b6a900..a89f7f6af34 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.28.3" +const goModuleVersion = "1.28.4" diff --git a/service/translate/CHANGELOG.md b/service/translate/CHANGELOG.md index f88d87ab22c..75bcd34309f 100644 --- a/service/translate/CHANGELOG.md +++ b/service/translate/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/translate/go.mod b/service/translate/go.mod index 362b569e816..c7c385b7003 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/translate/go_module_metadata.go b/service/translate/go_module_metadata.go index 23d561a56f6..3c10edb722c 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/voiceid/CHANGELOG.md b/service/voiceid/CHANGELOG.md index c0be53270ef..5d81aad1df7 100644 --- a/service/voiceid/CHANGELOG.md +++ b/service/voiceid/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/voiceid/go.mod b/service/voiceid/go.mod index 88652d54428..2078f98b912 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/voiceid/go_module_metadata.go b/service/voiceid/go_module_metadata.go index 4f843330ad4..978479512cb 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.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/waf/CHANGELOG.md b/service/waf/CHANGELOG.md index e24fe877511..e254479a70b 100644 --- a/service/waf/CHANGELOG.md +++ b/service/waf/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/waf/go.mod b/service/waf/go.mod index 16c1ad0006c..842d8f55f5d 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/waf/go_module_metadata.go b/service/waf/go_module_metadata.go index 49ea5634908..9354b5ab9d2 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.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/wafregional/CHANGELOG.md b/service/wafregional/CHANGELOG.md index ac7f9342aa8..e0b3b5515b7 100644 --- a/service/wafregional/CHANGELOG.md +++ b/service/wafregional/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/wafregional/go.mod b/service/wafregional/go.mod index 12d2b256886..d069ce16923 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/wafregional/go_module_metadata.go b/service/wafregional/go_module_metadata.go index c5dd3b164d9..cc8743b12bd 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.13.3" +const goModuleVersion = "1.13.4" diff --git a/service/wafv2/CHANGELOG.md b/service/wafv2/CHANGELOG.md index 4e67df12d01..baad992320e 100644 --- a/service/wafv2/CHANGELOG.md +++ b/service/wafv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.2 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.1 (2023-02-16) * **Documentation**: Added a notice for account takeover prevention (ATP). The interface incorrectly lets you to configure ATP response inspection in regional web ACLs in Region US East (N. Virginia), without returning an error. ATP response inspection is only available in web ACLs that protect CloudFront distributions. diff --git a/service/wafv2/go.mod b/service/wafv2/go.mod index f538ae2248c..8fc8096bc7e 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/wafv2/go_module_metadata.go b/service/wafv2/go_module_metadata.go index f44f0e6fbb8..f139c21b670 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.25.1" +const goModuleVersion = "1.25.2" diff --git a/service/wellarchitected/CHANGELOG.md b/service/wellarchitected/CHANGELOG.md index 2724f3d758e..b72b46cf810 100644 --- a/service/wellarchitected/CHANGELOG.md +++ b/service/wellarchitected/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/wellarchitected/go.mod b/service/wellarchitected/go.mod index 74352d353e4..870311fcbc1 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/wellarchitected/go_module_metadata.go b/service/wellarchitected/go_module_metadata.go index 8507b2bdfc9..33f6278a2bd 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/wisdom/CHANGELOG.md b/service/wisdom/CHANGELOG.md index 8ad536cdd99..ca8530969d4 100644 --- a/service/wisdom/CHANGELOG.md +++ b/service/wisdom/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/wisdom/go.mod b/service/wisdom/go.mod index 1e300ce90e0..832e144fa4e 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/wisdom/go_module_metadata.go b/service/wisdom/go_module_metadata.go index 2f6f35ad553..9c4e5305808 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.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/workdocs/CHANGELOG.md b/service/workdocs/CHANGELOG.md index 4940869cea9..3251dd85304 100644 --- a/service/workdocs/CHANGELOG.md +++ b/service/workdocs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/workdocs/go.mod b/service/workdocs/go.mod index 0f03e1fb073..637f802d7ae 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/workdocs/go_module_metadata.go b/service/workdocs/go_module_metadata.go index b384d721cfe..3e8382a19ed 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.13.3" +const goModuleVersion = "1.13.4" diff --git a/service/worklink/CHANGELOG.md b/service/worklink/CHANGELOG.md index e05c553edd1..66f6d4e66c3 100644 --- a/service/worklink/CHANGELOG.md +++ b/service/worklink/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/worklink/go.mod b/service/worklink/go.mod index c0f17b9c8ca..f890fac0ef7 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/worklink/go_module_metadata.go b/service/worklink/go_module_metadata.go index bab81f11e7a..76571f7596b 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/workmail/CHANGELOG.md b/service/workmail/CHANGELOG.md index 36e37ccc014..def5098232f 100644 --- a/service/workmail/CHANGELOG.md +++ b/service/workmail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/workmail/go.mod b/service/workmail/go.mod index 1638eeb348e..d1651248218 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/workmail/go_module_metadata.go b/service/workmail/go_module_metadata.go index 82d553d5ced..e28aa785185 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/workmailmessageflow/CHANGELOG.md b/service/workmailmessageflow/CHANGELOG.md index 26959b8d953..02b10d27b39 100644 --- a/service/workmailmessageflow/CHANGELOG.md +++ b/service/workmailmessageflow/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/workmailmessageflow/go.mod b/service/workmailmessageflow/go.mod index 5c8c08bb161..f6f698f6883 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/workmailmessageflow/go_module_metadata.go b/service/workmailmessageflow/go_module_metadata.go index 2bff81886ad..c7d02b8e5c8 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.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/workspaces/CHANGELOG.md b/service/workspaces/CHANGELOG.md index afd47ff719f..f7de2e47c29 100644 --- a/service/workspaces/CHANGELOG.md +++ b/service/workspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/workspaces/go.mod b/service/workspaces/go.mod index f3afae92f9b..be915c95b51 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/workspaces/go_module_metadata.go b/service/workspaces/go_module_metadata.go index bf6caff0c39..18dd5e7002c 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.28.3" +const goModuleVersion = "1.28.4" diff --git a/service/workspacesweb/CHANGELOG.md b/service/workspacesweb/CHANGELOG.md index bbd813a1c2f..b4e83e6ba75 100644 --- a/service/workspacesweb/CHANGELOG.md +++ b/service/workspacesweb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.3 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.2 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/workspacesweb/go.mod b/service/workspacesweb/go.mod index 481828245b2..09387c04512 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/workspacesweb/go_module_metadata.go b/service/workspacesweb/go_module_metadata.go index 528da4a51a8..9ff0adbc8c2 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.9.2" +const goModuleVersion = "1.9.3" diff --git a/service/xray/CHANGELOG.md b/service/xray/CHANGELOG.md index 78f03d11bc0..29c324e87f9 100644 --- a/service/xray/CHANGELOG.md +++ b/service/xray/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.4 (2023-02-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.3 (2023-02-15) * **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910. diff --git a/service/xray/go.mod b/service/xray/go.mod index 28b5659d7df..bda25a49f0b 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.15 require ( - github.com/aws/aws-sdk-go-v2 v1.17.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.28 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.22 + github.com/aws/aws-sdk-go-v2 v1.17.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.29 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.23 github.com/aws/smithy-go v1.13.5 ) diff --git a/service/xray/go_module_metadata.go b/service/xray/go_module_metadata.go index 69f3badaf14..654e711dddd 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.16.3" +const goModuleVersion = "1.16.4"