diff --git a/.changelog/3810af4b2d774e73a80dd0ed90dbd2c4.json b/.changelog/3810af4b2d774e73a80dd0ed90dbd2c4.json deleted file mode 100644 index 25ddc778186..00000000000 --- a/.changelog/3810af4b2d774e73a80dd0ed90dbd2c4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "3810af4b-2d77-4e73-a80d-d0ed90dbd2c4", - "type": "feature", - "description": "This release introduces 2 updates to the Audit Manager API. The roleType and roleArn attributes are now required when you use the CreateAssessment or UpdateAssessment operation. We also added a throttling exception to the RegisterAccount API operation.", - "modules": [ - "service/auditmanager" - ] -} \ No newline at end of file diff --git a/.changelog/74780aa11bc349da9af2425bc277201a.json b/.changelog/74780aa11bc349da9af2425bc277201a.json deleted file mode 100644 index 70901113147..00000000000 --- a/.changelog/74780aa11bc349da9af2425bc277201a.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "74780aa1-1bc3-49da-9af2-425bc277201a", - "type": "feature", - "description": "Added two new APIs to support cost allocation tags operations: ListCostAllocationTags, UpdateCostAllocationTagsStatus.", - "modules": [ - "service/costexplorer" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4818b5ce59c..59f004d9cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Release (2022-06-07) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/auditmanager`: [v1.19.0](service/auditmanager/CHANGELOG.md#v1190-2022-06-07) + * **Feature**: This release introduces 2 updates to the Audit Manager API. The roleType and roleArn attributes are now required when you use the CreateAssessment or UpdateAssessment operation. We also added a throttling exception to the RegisterAccount API operation. +* `github.com/aws/aws-sdk-go-v2/service/costexplorer`: [v1.19.0](service/costexplorer/CHANGELOG.md#v1190-2022-06-07) + * **Feature**: Added two new APIs to support cost allocation tags operations: ListCostAllocationTags, UpdateCostAllocationTagsStatus. + # Release (2022-06-06) ## Module Highlights diff --git a/aws/go_module_metadata.go b/aws/go_module_metadata.go index 38b5470df85..4f24b157b7e 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.16.4" +const goModuleVersion = "1.16.5" diff --git a/aws/protocol/eventstream/CHANGELOG.md b/aws/protocol/eventstream/CHANGELOG.md index 46ff9e511dd..b0a1826baa4 100644 --- a/aws/protocol/eventstream/CHANGELOG.md +++ b/aws/protocol/eventstream/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.2 (2022-06-07) + +* No change notes available for this release. + # v1.4.1 (2022-03-24) * No change notes available for this release. diff --git a/aws/protocol/eventstream/go_module_metadata.go b/aws/protocol/eventstream/go_module_metadata.go index bdf01173fdb..7121c6e6dc3 100644 --- a/aws/protocol/eventstream/go_module_metadata.go +++ b/aws/protocol/eventstream/go_module_metadata.go @@ -3,4 +3,4 @@ package eventstream // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.4.1" +const goModuleVersion = "1.4.2" diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index f40572d11d3..a50ad10fa22 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.10 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.9 (2022-05-26) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/config/go.mod b/config/go.mod index c86145bf357..346dcca8a0b 100644 --- a/config/go.mod +++ b/config/go.mod @@ -3,12 +3,12 @@ module github.com/aws/aws-sdk-go-v2/config go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.4 - github.com/aws/aws-sdk-go-v2/credentials v1.12.4 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.5 - github.com/aws/aws-sdk-go-v2/internal/ini v1.3.12 - github.com/aws/aws-sdk-go-v2/service/sso v1.11.7 - github.com/aws/aws-sdk-go-v2/service/sts v1.16.6 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/credentials v1.12.5 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.6 + github.com/aws/aws-sdk-go-v2/internal/ini v1.3.13 + github.com/aws/aws-sdk-go-v2/service/sso v1.11.8 + github.com/aws/aws-sdk-go-v2/service/sts v1.16.7 github.com/aws/smithy-go v1.11.3 github.com/google/go-cmp v0.5.8 ) diff --git a/config/go_module_metadata.go b/config/go_module_metadata.go index aa6ee7151b5..b987f2c9ef8 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.15.9" +const goModuleVersion = "1.15.10" diff --git a/credentials/CHANGELOG.md b/credentials/CHANGELOG.md index 10409bc7f1e..20e0fa9ba22 100644 --- a/credentials/CHANGELOG.md +++ b/credentials/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-05-26) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/credentials/go.mod b/credentials/go.mod index be569f2e204..d8e4459139e 100644 --- a/credentials/go.mod +++ b/credentials/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/credentials go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.4 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.5 - github.com/aws/aws-sdk-go-v2/service/sso v1.11.7 - github.com/aws/aws-sdk-go-v2/service/sts v1.16.6 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.6 + github.com/aws/aws-sdk-go-v2/service/sso v1.11.8 + github.com/aws/aws-sdk-go-v2/service/sts v1.16.7 github.com/aws/smithy-go v1.11.3 github.com/google/go-cmp v0.5.8 ) diff --git a/credentials/go_module_metadata.go b/credentials/go_module_metadata.go index 3ca7e7badb9..7f5d5354eea 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.12.4" +const goModuleVersion = "1.12.5" diff --git a/example/service/dynamodb/createTable/go.mod b/example/service/dynamodb/createTable/go.mod index a4f456748c4..fca322740ad 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.16.4 - github.com/aws/aws-sdk-go-v2/config v1.15.9 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/config v1.15.10 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.6 ) 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 0c24ae5e794..acd8c736f91 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.16.4 - github.com/aws/aws-sdk-go-v2/config v1.15.9 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.2 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/config v1.15.10 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.3 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.6 ) 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 0f5afe8f6f1..4fa90c989e2 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.15.9 - github.com/aws/aws-sdk-go-v2/service/s3 v1.26.10 + github.com/aws/aws-sdk-go-v2/config v1.15.10 + github.com/aws/aws-sdk-go-v2/service/s3 v1.26.11 ) 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 0686a71c303..bbca3b2a6ff 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.16.4 - github.com/aws/aws-sdk-go-v2/config v1.15.9 - github.com/aws/aws-sdk-go-v2/service/s3 v1.26.10 - github.com/aws/aws-sdk-go-v2/service/s3control v1.21.6 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/config v1.15.10 + github.com/aws/aws-sdk-go-v2/service/s3 v1.26.11 + github.com/aws/aws-sdk-go-v2/service/s3control v1.21.7 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/feature/cloudfront/sign/CHANGELOG.md b/feature/cloudfront/sign/CHANGELOG.md index 9253757ff91..b475b5c671c 100644 --- a/feature/cloudfront/sign/CHANGELOG.md +++ b/feature/cloudfront/sign/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.19 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.18 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/cloudfront/sign/go.mod b/feature/cloudfront/sign/go.mod index 0e3be87c113..37a6aa72d4a 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.16.4 +require github.com/aws/aws-sdk-go-v2 v1.16.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 d0577896944..a0287262a0d 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.18" +const goModuleVersion = "1.3.19" diff --git a/feature/dynamodb/attributevalue/CHANGELOG.md b/feature/dynamodb/attributevalue/CHANGELOG.md index b93320680b9..ed1da43b916 100644 --- a/feature/dynamodb/attributevalue/CHANGELOG.md +++ b/feature/dynamodb/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/attributevalue/go.mod b/feature/dynamodb/attributevalue/go.mod index 095414ff3d8..d6606ccf61d 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.16.4 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.5 - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.6 + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.6 github.com/aws/smithy-go v1.11.3 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 429f842ec31..bdbab787f1e 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.9.2" +const goModuleVersion = "1.9.3" diff --git a/feature/dynamodb/expression/CHANGELOG.md b/feature/dynamodb/expression/CHANGELOG.md index cb4dc3c19ea..6613b5d7a16 100644 --- a/feature/dynamodb/expression/CHANGELOG.md +++ b/feature/dynamodb/expression/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.9 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.8 (2022-05-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 45ee02af2fe..bba0c2d749f 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.16.4 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.2 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.3 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.6 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 00070f4891a..ac07b40868f 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.8" +const goModuleVersion = "1.4.9" diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index bd4c714e973..cf3bc0a6c70 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodbstreams/attributevalue/go.mod b/feature/dynamodbstreams/attributevalue/go.mod index d6dd4c3c262..bb6e387f7b8 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.16.4 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.5 - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.6 + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.6 github.com/aws/smithy-go v1.11.3 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 429f842ec31..bdbab787f1e 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.9.2" +const goModuleVersion = "1.9.3" diff --git a/feature/ec2/imds/CHANGELOG.md b/feature/ec2/imds/CHANGELOG.md index f8724c2b371..c1289c39e03 100644 --- a/feature/ec2/imds/CHANGELOG.md +++ b/feature/ec2/imds/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/ec2/imds/go.mod b/feature/ec2/imds/go.mod index 90c45d5260b..2fa79d5d6a6 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.16.4 + github.com/aws/aws-sdk-go-v2 v1.16.5 github.com/aws/smithy-go v1.11.3 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 f728ff9538b..3b6ed647d14 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.5" +const goModuleVersion = "1.12.6" diff --git a/feature/ec2/imds/internal/configtesting/go.mod b/feature/ec2/imds/internal/configtesting/go.mod index 58d89dddf90..78cf7465541 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.15.9 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.5 + github.com/aws/aws-sdk-go-v2/config v1.15.10 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.6 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../../ diff --git a/feature/rds/auth/CHANGELOG.md b/feature/rds/auth/CHANGELOG.md index d4db20934ec..8da8fb9ba2f 100644 --- a/feature/rds/auth/CHANGELOG.md +++ b/feature/rds/auth/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.22 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.21 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/rds/auth/go.mod b/feature/rds/auth/go.mod index 8723cf5c5ed..810f360c722 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.16.4 +require github.com/aws/aws-sdk-go-v2 v1.16.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 7e5bf8262b2..f3165baf90c 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.1.21" +const goModuleVersion = "1.1.22" diff --git a/feature/s3/manager/CHANGELOG.md b/feature/s3/manager/CHANGELOG.md index 69637011b6a..529f43a2e0f 100644 --- a/feature/s3/manager/CHANGELOG.md +++ b/feature/s3/manager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.15 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.14 (2022-05-26) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index c8633acf226..0575d5c3976 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.16.4 - github.com/aws/aws-sdk-go-v2/config v1.15.9 - github.com/aws/aws-sdk-go-v2/service/s3 v1.26.10 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/config v1.15.10 + github.com/aws/aws-sdk-go-v2/service/s3 v1.26.11 github.com/aws/smithy-go v1.11.3 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 8dad148b2ee..9fa0095538b 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.14" +const goModuleVersion = "1.11.15" diff --git a/internal/configsources/CHANGELOG.md b/internal/configsources/CHANGELOG.md index 1a400177a9e..ded19397084 100644 --- a/internal/configsources/CHANGELOG.md +++ b/internal/configsources/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.12 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.11 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/configsources/configtesting/go.mod b/internal/configsources/configtesting/go.mod index 3ec2eda3957..15cd983ba5e 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.15.9 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/config v1.15.10 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 ) replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/internal/configsources/go.mod b/internal/configsources/go.mod index 844bb41cc9d..7f52e70111d 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.16.4 +require github.com/aws/aws-sdk-go-v2 v1.16.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 b2bf7ec2dab..edd39d5666b 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.11" +const goModuleVersion = "1.1.12" diff --git a/internal/endpoints/v2/CHANGELOG.md b/internal/endpoints/v2/CHANGELOG.md index b1581794d8d..9ee12e5c65c 100644 --- a/internal/endpoints/v2/CHANGELOG.md +++ b/internal/endpoints/v2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v2.4.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v2.4.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/endpoints/v2/go.mod b/internal/endpoints/v2/go.mod index 7566361796c..a8be1ae7e61 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.16.4 + github.com/aws/aws-sdk-go-v2 v1.16.5 github.com/aws/smithy-go v1.11.3 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 af9b7541c78..f50f5d2b475 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.5" +const goModuleVersion = "2.4.6" diff --git a/internal/ini/CHANGELOG.md b/internal/ini/CHANGELOG.md index 1829254a31f..08807b39286 100644 --- a/internal/ini/CHANGELOG.md +++ b/internal/ini/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.13 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.12 (2022-05-17) * **Bug Fix**: Removes the fuzz testing files from the module, as they are invalid and not used. diff --git a/internal/ini/go.mod b/internal/ini/go.mod index ac382fcc8b8..e996c244136 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.16.4 +require github.com/aws/aws-sdk-go-v2 v1.16.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 245bea0b9b1..44c2ed9a623 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.12" +const goModuleVersion = "1.3.13" diff --git a/internal/protocoltest/awsrestjson/go.mod b/internal/protocoltest/awsrestjson/go.mod index a830e89b748..9479b725ae8 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/protocoltest/ec2query/go.mod b/internal/protocoltest/ec2query/go.mod index 87a72d4a910..4a2ab925009 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/protocoltest/jsonrpc/go.mod b/internal/protocoltest/jsonrpc/go.mod index 979933f2632..9264e4d33e9 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/protocoltest/jsonrpc10/go.mod b/internal/protocoltest/jsonrpc10/go.mod index 8530d401ae3..ed7925ab951 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/protocoltest/query/go.mod b/internal/protocoltest/query/go.mod index f84c84021fe..e139de15ac2 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/protocoltest/restxml/go.mod b/internal/protocoltest/restxml/go.mod index 764e3d77220..f118f6108bd 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/protocoltest/restxmlwithnamespace/go.mod b/internal/protocoltest/restxmlwithnamespace/go.mod index 1675cc4f87c..6bed8a7f985 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/v4a/CHANGELOG.md b/internal/v4a/CHANGELOG.md index 5adbc3e98e3..c66345b8d68 100644 --- a/internal/v4a/CHANGELOG.md +++ b/internal/v4a/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/v4a/go.mod b/internal/v4a/go.mod index 6100f309c6d..e3d96d7f72f 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.16.4 + github.com/aws/aws-sdk-go-v2 v1.16.5 github.com/aws/smithy-go v1.11.3 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 c9edce66e15..3e2a161af25 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.2" +const goModuleVersion = "1.0.3" diff --git a/service/accessanalyzer/CHANGELOG.md b/service/accessanalyzer/CHANGELOG.md index 29676e13cdc..058c812f7de 100644 --- a/service/accessanalyzer/CHANGELOG.md +++ b/service/accessanalyzer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/accessanalyzer/go.mod b/service/accessanalyzer/go.mod index e5f131ac518..1b80e4566f4 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/accessanalyzer/go_module_metadata.go b/service/accessanalyzer/go_module_metadata.go index 126e63b9ab5..507c14b4835 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.15.5" +const goModuleVersion = "1.15.6" diff --git a/service/account/CHANGELOG.md b/service/account/CHANGELOG.md index 5652084a95a..82e9572cfd6 100644 --- a/service/account/CHANGELOG.md +++ b/service/account/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/account/go.mod b/service/account/go.mod index c0c8d962384..df887b25d32 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/account/go_module_metadata.go b/service/account/go_module_metadata.go index d53d14aaad6..2972b29e9ad 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.6.5" +const goModuleVersion = "1.6.6" diff --git a/service/acm/CHANGELOG.md b/service/acm/CHANGELOG.md index 0fe9728c11b..4044b60da60 100644 --- a/service/acm/CHANGELOG.md +++ b/service/acm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/acm/go.mod b/service/acm/go.mod index ed8077882a3..a7e03456dc4 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 e8143a5d8a4..898cc962ef7 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.14.5" +const goModuleVersion = "1.14.6" diff --git a/service/acmpca/CHANGELOG.md b/service/acmpca/CHANGELOG.md index fc4bd9e5efa..1c90eda50eb 100644 --- a/service/acmpca/CHANGELOG.md +++ b/service/acmpca/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.8 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.7 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/acmpca/go.mod b/service/acmpca/go.mod index 08bf31e0478..a3341fc695f 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 a60047f7015..6090f3d17fc 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.17.7" +const goModuleVersion = "1.17.8" diff --git a/service/alexaforbusiness/CHANGELOG.md b/service/alexaforbusiness/CHANGELOG.md index b0903223b78..3a7ddbda22f 100644 --- a/service/alexaforbusiness/CHANGELOG.md +++ b/service/alexaforbusiness/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/alexaforbusiness/go.mod b/service/alexaforbusiness/go.mod index 2db9af89a77..14af6dc8609 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/alexaforbusiness/go_module_metadata.go b/service/alexaforbusiness/go_module_metadata.go index 8344f952a46..34e2c5f217b 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.14.5" +const goModuleVersion = "1.14.6" diff --git a/service/amp/CHANGELOG.md b/service/amp/CHANGELOG.md index c2878ec94e7..42cef3da72c 100644 --- a/service/amp/CHANGELOG.md +++ b/service/amp/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/amp/go.mod b/service/amp/go.mod index 83157460af6..448e33d0b96 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 0920f822552..0e69d171701 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.14.6" +const goModuleVersion = "1.14.7" diff --git a/service/amplify/CHANGELOG.md b/service/amplify/CHANGELOG.md index 296780074b0..a4e92eb32e8 100644 --- a/service/amplify/CHANGELOG.md +++ b/service/amplify/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/amplify/go.mod b/service/amplify/go.mod index a65d493fd87..168d894017b 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/amplify/go_module_metadata.go b/service/amplify/go_module_metadata.go index 8e40e88b74f..6359a87940d 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.11.6" +const goModuleVersion = "1.11.7" diff --git a/service/amplifybackend/CHANGELOG.md b/service/amplifybackend/CHANGELOG.md index 70c2f8500f8..d5759f3c732 100644 --- a/service/amplifybackend/CHANGELOG.md +++ b/service/amplifybackend/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/amplifybackend/go.mod b/service/amplifybackend/go.mod index 26022e4ea71..1122e298c29 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/amplifybackend/go_module_metadata.go b/service/amplifybackend/go_module_metadata.go index e2e36396fca..1e9adebae86 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/amplifyuibuilder/CHANGELOG.md b/service/amplifyuibuilder/CHANGELOG.md index 51e3b2547bb..3f6b6f0c1cd 100644 --- a/service/amplifyuibuilder/CHANGELOG.md +++ b/service/amplifyuibuilder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/amplifyuibuilder/go.mod b/service/amplifyuibuilder/go.mod index 6fb4dcc3c2a..d21ac13b4ba 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/amplifyuibuilder/go_module_metadata.go b/service/amplifyuibuilder/go_module_metadata.go index 0f9b8b5d7df..9b60d057b81 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.6.2" +const goModuleVersion = "1.6.3" diff --git a/service/apigateway/CHANGELOG.md b/service/apigateway/CHANGELOG.md index f8a0e591d7e..b132a5aaa61 100644 --- a/service/apigateway/CHANGELOG.md +++ b/service/apigateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.6 (2022-05-25) * **Documentation**: Documentation updates for Amazon API Gateway diff --git a/service/apigateway/go.mod b/service/apigateway/go.mod index a785e2eed1b..00f896a529d 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/apigateway/go_module_metadata.go b/service/apigateway/go_module_metadata.go index 2dc88316ea7..dbf667ad0f5 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.15.6" +const goModuleVersion = "1.15.7" diff --git a/service/apigatewaymanagementapi/CHANGELOG.md b/service/apigatewaymanagementapi/CHANGELOG.md index 2e326cddbfc..2036cf78231 100644 --- a/service/apigatewaymanagementapi/CHANGELOG.md +++ b/service/apigatewaymanagementapi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apigatewaymanagementapi/go.mod b/service/apigatewaymanagementapi/go.mod index 94fc28d443e..87ba40e0d3d 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/apigatewaymanagementapi/go_module_metadata.go b/service/apigatewaymanagementapi/go_module_metadata.go index d5d246f9d5b..2223bc48987 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.10.5" +const goModuleVersion = "1.10.6" diff --git a/service/apigatewayv2/CHANGELOG.md b/service/apigatewayv2/CHANGELOG.md index 112c265144e..0b7563c358a 100644 --- a/service/apigatewayv2/CHANGELOG.md +++ b/service/apigatewayv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apigatewayv2/go.mod b/service/apigatewayv2/go.mod index e57f71541f3..87dd8b5ec7f 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/apigatewayv2/go_module_metadata.go b/service/apigatewayv2/go_module_metadata.go index 451cb4f3d0d..5489a6d8f33 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/appconfig/CHANGELOG.md b/service/appconfig/CHANGELOG.md index ecd3b0336f2..542a29d84f0 100644 --- a/service/appconfig/CHANGELOG.md +++ b/service/appconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appconfig/go.mod b/service/appconfig/go.mod index 4f332024f7a..8538eef7379 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/appconfig/go_module_metadata.go b/service/appconfig/go_module_metadata.go index 6f5351a490e..fd4efdf3567 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/appconfigdata/CHANGELOG.md b/service/appconfigdata/CHANGELOG.md index b718860db0b..937dc208e31 100644 --- a/service/appconfigdata/CHANGELOG.md +++ b/service/appconfigdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.6 (2022-05-19) * No change notes available for this release. diff --git a/service/appconfigdata/go.mod b/service/appconfigdata/go.mod index 86ced3cb8ea..ee0754f5e39 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/appconfigdata/go_module_metadata.go b/service/appconfigdata/go_module_metadata.go index c05733637c6..b4ee00271b9 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.4.6" +const goModuleVersion = "1.4.7" diff --git a/service/appflow/CHANGELOG.md b/service/appflow/CHANGELOG.md index 6613ba085f8..aa39ef8407e 100644 --- a/service/appflow/CHANGELOG.md +++ b/service/appflow/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.0 (2022-05-27) * **Feature**: Adding the following features/changes: Parquet output that preserves typing from the source connector, Failed executions threshold before deactivation for scheduled flows, increasing max size of access and refresh token from 2048 to 4096 diff --git a/service/appflow/go.mod b/service/appflow/go.mod index 9205008730e..1ab3a3dcfbd 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/appflow/go_module_metadata.go b/service/appflow/go_module_metadata.go index f7790487342..bbf3e1eb803 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.16.0" +const goModuleVersion = "1.16.1" diff --git a/service/appintegrations/CHANGELOG.md b/service/appintegrations/CHANGELOG.md index 39fedf9ad9c..993fb204bb8 100644 --- a/service/appintegrations/CHANGELOG.md +++ b/service/appintegrations/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.6 (2022-05-31) * No change notes available for this release. diff --git a/service/appintegrations/go.mod b/service/appintegrations/go.mod index cea461cf20a..6218d8453cb 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/appintegrations/go_module_metadata.go b/service/appintegrations/go_module_metadata.go index eac55703fce..e8c620c2293 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.13.6" +const goModuleVersion = "1.13.7" diff --git a/service/applicationautoscaling/CHANGELOG.md b/service/applicationautoscaling/CHANGELOG.md index 37f0e1f3e69..1c138183428 100644 --- a/service/applicationautoscaling/CHANGELOG.md +++ b/service/applicationautoscaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationautoscaling/go.mod b/service/applicationautoscaling/go.mod index b76007c2fa9..51614a89bc2 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/applicationautoscaling/go_module_metadata.go b/service/applicationautoscaling/go_module_metadata.go index ff2580eb737..d9f11434887 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.15.5" +const goModuleVersion = "1.15.6" diff --git a/service/applicationcostprofiler/CHANGELOG.md b/service/applicationcostprofiler/CHANGELOG.md index eac755f5c5f..b9c06568704 100644 --- a/service/applicationcostprofiler/CHANGELOG.md +++ b/service/applicationcostprofiler/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationcostprofiler/go.mod b/service/applicationcostprofiler/go.mod index 18ae57657e5..78e3074db21 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/applicationcostprofiler/go_module_metadata.go b/service/applicationcostprofiler/go_module_metadata.go index c30616825cb..80136f323d3 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.9.5" +const goModuleVersion = "1.9.6" diff --git a/service/applicationdiscoveryservice/CHANGELOG.md b/service/applicationdiscoveryservice/CHANGELOG.md index 9f58bffbe5f..62debf26288 100644 --- a/service/applicationdiscoveryservice/CHANGELOG.md +++ b/service/applicationdiscoveryservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationdiscoveryservice/go.mod b/service/applicationdiscoveryservice/go.mod index 919637561b0..9e117c79dfc 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/applicationdiscoveryservice/go_module_metadata.go b/service/applicationdiscoveryservice/go_module_metadata.go index d6cd9f8fe46..61da0761b99 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.13.1" +const goModuleVersion = "1.13.2" diff --git a/service/applicationinsights/CHANGELOG.md b/service/applicationinsights/CHANGELOG.md index ed759a1af1d..a2db591a4a5 100644 --- a/service/applicationinsights/CHANGELOG.md +++ b/service/applicationinsights/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.0 (2022-06-02) * **Feature**: Provide Account Level onboarding support through CFN/CLI diff --git a/service/applicationinsights/go.mod b/service/applicationinsights/go.mod index a5b98ea1946..ca3301fd435 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/applicationinsights/go_module_metadata.go b/service/applicationinsights/go_module_metadata.go index 7a7c7cf0593..3eeb6d897a0 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.16.0" +const goModuleVersion = "1.16.1" diff --git a/service/appmesh/CHANGELOG.md b/service/appmesh/CHANGELOG.md index a17e984c0ff..0ddc7ece4fe 100644 --- a/service/appmesh/CHANGELOG.md +++ b/service/appmesh/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.0 (2022-05-18) * **Feature**: This release updates the existing Create and Update APIs for meshes and virtual nodes by adding a new IP preference field. This new IP preference field can be used to control the IP versions being used with the mesh and allows for IPv6 support within App Mesh. diff --git a/service/appmesh/go.mod b/service/appmesh/go.mod index fde2b370244..149b295b9d8 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/appmesh/go_module_metadata.go b/service/appmesh/go_module_metadata.go index f0388f74346..f4aef2abc8b 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.14.0" +const goModuleVersion = "1.14.1" diff --git a/service/apprunner/CHANGELOG.md b/service/apprunner/CHANGELOG.md index 477a91f98bd..1a37a87944e 100644 --- a/service/apprunner/CHANGELOG.md +++ b/service/apprunner/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.4 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.3 (2022-05-25) * **Documentation**: Documentation-only update added for CodeConfiguration. diff --git a/service/apprunner/go.mod b/service/apprunner/go.mod index a895dc4144c..1ccffa8de28 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/apprunner/go_module_metadata.go b/service/apprunner/go_module_metadata.go index b5e57869c8d..92bfaa7dd3a 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.12.3" +const goModuleVersion = "1.12.4" diff --git a/service/appstream/CHANGELOG.md b/service/appstream/CHANGELOG.md index d1dc5c03b6c..62c43266291 100644 --- a/service/appstream/CHANGELOG.md +++ b/service/appstream/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appstream/go.mod b/service/appstream/go.mod index f689c135838..ad37b86c6c7 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 2516350591c..d9fb83ed770 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/appsync/CHANGELOG.md b/service/appsync/CHANGELOG.md index 672534d9989..72c6b5964ee 100644 --- a/service/appsync/CHANGELOG.md +++ b/service/appsync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appsync/go.mod b/service/appsync/go.mod index e94e19176e6..66a29d41bf3 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/appsync/go_module_metadata.go b/service/appsync/go_module_metadata.go index 3f5defd36c4..4422ac99fbf 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.14.5" +const goModuleVersion = "1.14.6" diff --git a/service/athena/CHANGELOG.md b/service/athena/CHANGELOG.md index f0f39b75068..2add38b0879 100644 --- a/service/athena/CHANGELOG.md +++ b/service/athena/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/athena/go.mod b/service/athena/go.mod index 3e6dd66bda2..34aecdeb4ca 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/athena/go_module_metadata.go b/service/athena/go_module_metadata.go index 5a83f810472..87150bc8ac0 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/auditmanager/CHANGELOG.md b/service/auditmanager/CHANGELOG.md index 05eb7d1a6ce..00bb8e1cc81 100644 --- a/service/auditmanager/CHANGELOG.md +++ b/service/auditmanager/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.19.0 (2022-06-07) + +* **Feature**: This release introduces 2 updates to the Audit Manager API. The roleType and roleArn attributes are now required when you use the CreateAssessment or UpdateAssessment operation. We also added a throttling exception to the RegisterAccount API operation. +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/auditmanager/go.mod b/service/auditmanager/go.mod index 7ee87d9992f..6a234c0fd78 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/auditmanager/go_module_metadata.go b/service/auditmanager/go_module_metadata.go index 75035b00ca7..aad9babcc91 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.18.6" +const goModuleVersion = "1.19.0" diff --git a/service/autoscaling/CHANGELOG.md b/service/autoscaling/CHANGELOG.md index fbd4149f5df..436355a2a86 100644 --- a/service/autoscaling/CHANGELOG.md +++ b/service/autoscaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/autoscaling/go.mod b/service/autoscaling/go.mod index 8c3cd252857..2e1d6a2dbf1 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 4bb459486d7..af7c6a290e1 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.23.2" +const goModuleVersion = "1.23.3" diff --git a/service/autoscalingplans/CHANGELOG.md b/service/autoscalingplans/CHANGELOG.md index 0b1ee002bb6..442bbf25311 100644 --- a/service/autoscalingplans/CHANGELOG.md +++ b/service/autoscalingplans/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/autoscalingplans/go.mod b/service/autoscalingplans/go.mod index 48b5d8add35..315d65ab766 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/autoscalingplans/go_module_metadata.go b/service/autoscalingplans/go_module_metadata.go index 05d8d6c082e..f707dda1d43 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/backup/CHANGELOG.md b/service/backup/CHANGELOG.md index 73ffeccaf51..b15b7dd332f 100644 --- a/service/backup/CHANGELOG.md +++ b/service/backup/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/backup/go.mod b/service/backup/go.mod index 3a7466ffeec..e23a75866e2 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/backup/go_module_metadata.go b/service/backup/go_module_metadata.go index fd5cfe5c660..05cc8544613 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.16.1" +const goModuleVersion = "1.16.2" diff --git a/service/backupgateway/CHANGELOG.md b/service/backupgateway/CHANGELOG.md index 56842bb53ea..0abfae971a1 100644 --- a/service/backupgateway/CHANGELOG.md +++ b/service/backupgateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.0 (2022-06-01) * **Feature**: Adds GetGateway and UpdateGatewaySoftwareNow API and adds hypervisor name to UpdateHypervisor API diff --git a/service/backupgateway/go.mod b/service/backupgateway/go.mod index f0a45f7645f..943157a76a1 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/backupgateway/go_module_metadata.go b/service/backupgateway/go_module_metadata.go index cf69989da65..714cf268836 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.6.0" +const goModuleVersion = "1.6.1" diff --git a/service/batch/CHANGELOG.md b/service/batch/CHANGELOG.md index 89f1c9bd6b2..433c24ef321 100644 --- a/service/batch/CHANGELOG.md +++ b/service/batch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.5 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.4 (2022-05-27) * No change notes available for this release. diff --git a/service/batch/go.mod b/service/batch/go.mod index f21ec85be94..ba3c2107144 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/batch/go_module_metadata.go b/service/batch/go_module_metadata.go index 0754531605e..51e1d9f1b09 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.18.4" +const goModuleVersion = "1.18.5" diff --git a/service/billingconductor/CHANGELOG.md b/service/billingconductor/CHANGELOG.md index 1ae74605c29..565f541729a 100644 --- a/service/billingconductor/CHANGELOG.md +++ b/service/billingconductor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/billingconductor/go.mod b/service/billingconductor/go.mod index cd97e3f9081..0f17777dd59 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/billingconductor/go_module_metadata.go b/service/billingconductor/go_module_metadata.go index a20ee61af06..df8d2503a4b 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.0.5" +const goModuleVersion = "1.0.6" diff --git a/service/braket/CHANGELOG.md b/service/braket/CHANGELOG.md index f7b6cf398ac..3d4fbc91988 100644 --- a/service/braket/CHANGELOG.md +++ b/service/braket/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/braket/go.mod b/service/braket/go.mod index bec8299e040..28ffcd7b7da 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/braket/go_module_metadata.go b/service/braket/go_module_metadata.go index e387394d00d..74912426c7e 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.16.1" +const goModuleVersion = "1.16.2" diff --git a/service/budgets/CHANGELOG.md b/service/budgets/CHANGELOG.md index 3c611ea93f1..2a4d2f68315 100644 --- a/service/budgets/CHANGELOG.md +++ b/service/budgets/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/budgets/go.mod b/service/budgets/go.mod index b0fb9d2a700..e15d4ccda39 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/budgets/go_module_metadata.go b/service/budgets/go_module_metadata.go index 25de3162137..e8e748b049c 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/chime/CHANGELOG.md b/service/chime/CHANGELOG.md index d8300992737..e6c2439d1f3 100644 --- a/service/chime/CHANGELOG.md +++ b/service/chime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chime/go.mod b/service/chime/go.mod index f0430cade47..ecd52815280 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/chime/go_module_metadata.go b/service/chime/go_module_metadata.go index 79f84b7d9aa..4b47da83b92 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.20.5" +const goModuleVersion = "1.20.6" diff --git a/service/chimesdkidentity/CHANGELOG.md b/service/chimesdkidentity/CHANGELOG.md index 10c63b16fe2..87590f6e92b 100644 --- a/service/chimesdkidentity/CHANGELOG.md +++ b/service/chimesdkidentity/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkidentity/go.mod b/service/chimesdkidentity/go.mod index c46e020ce5e..ae0701ce437 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/chimesdkidentity/go_module_metadata.go b/service/chimesdkidentity/go_module_metadata.go index 6c874c05764..0fe59d80fae 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.9.6" +const goModuleVersion = "1.9.7" diff --git a/service/chimesdkmediapipelines/CHANGELOG.md b/service/chimesdkmediapipelines/CHANGELOG.md index 68a33a7cca3..38ceeb77ccb 100644 --- a/service/chimesdkmediapipelines/CHANGELOG.md +++ b/service/chimesdkmediapipelines/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkmediapipelines/go.mod b/service/chimesdkmediapipelines/go.mod index f1296fbecd3..e705c2cd5a7 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/chimesdkmediapipelines/go_module_metadata.go b/service/chimesdkmediapipelines/go_module_metadata.go index 5c16f1ec61d..4f0076faee7 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.0.2" +const goModuleVersion = "1.0.3" diff --git a/service/chimesdkmeetings/CHANGELOG.md b/service/chimesdkmeetings/CHANGELOG.md index 1a3ed251534..894bcdc9e87 100644 --- a/service/chimesdkmeetings/CHANGELOG.md +++ b/service/chimesdkmeetings/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.0 (2022-06-01) * **Feature**: Adds support for centrally controlling each participant's ability to send and receive audio, video and screen share within a WebRTC session. Attendee capabilities can be specified when the attendee is created and updated during the session with the new BatchUpdateAttendeeCapabilitiesExcept API. diff --git a/service/chimesdkmeetings/go.mod b/service/chimesdkmeetings/go.mod index 9852bf5fcb8..cfdc8afcc1d 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/chimesdkmeetings/go_module_metadata.go b/service/chimesdkmeetings/go_module_metadata.go index 742ba7e7cc5..b635f0457df 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.10.0" +const goModuleVersion = "1.10.1" diff --git a/service/chimesdkmessaging/CHANGELOG.md b/service/chimesdkmessaging/CHANGELOG.md index f7224755f59..1dce1361d64 100644 --- a/service/chimesdkmessaging/CHANGELOG.md +++ b/service/chimesdkmessaging/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.0 (2022-06-06) * **Feature**: This release adds support for searching channels by members via the SearchChannels API, removes required restrictions for Name and Mode in UpdateChannel API and enhances CreateChannel API by exposing member and moderator list as well as channel id as optional parameters. diff --git a/service/chimesdkmessaging/go.mod b/service/chimesdkmessaging/go.mod index 123e4dfa4ad..531ca389cc3 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/chimesdkmessaging/go_module_metadata.go b/service/chimesdkmessaging/go_module_metadata.go index 1b90924e9e7..d23c95a2ed4 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.10.0" +const goModuleVersion = "1.10.1" diff --git a/service/cloud9/CHANGELOG.md b/service/cloud9/CHANGELOG.md index daa422dc1ea..f7b947689d4 100644 --- a/service/cloud9/CHANGELOG.md +++ b/service/cloud9/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloud9/go.mod b/service/cloud9/go.mod index f11fa71a849..fe2212aa37b 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/cloud9/go_module_metadata.go b/service/cloud9/go_module_metadata.go index 3e4a7c46430..3ae749be8c0 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.16.5" +const goModuleVersion = "1.16.6" diff --git a/service/cloudcontrol/CHANGELOG.md b/service/cloudcontrol/CHANGELOG.md index be83e96053d..8a7944b61df 100644 --- a/service/cloudcontrol/CHANGELOG.md +++ b/service/cloudcontrol/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudcontrol/go.mod b/service/cloudcontrol/go.mod index b467d092f74..20a560ffea0 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 0f723dd0fba..c7bf71090a3 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.10.1" +const goModuleVersion = "1.10.2" diff --git a/service/clouddirectory/CHANGELOG.md b/service/clouddirectory/CHANGELOG.md index e2750ff0f0f..de7ba132355 100644 --- a/service/clouddirectory/CHANGELOG.md +++ b/service/clouddirectory/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/clouddirectory/go.mod b/service/clouddirectory/go.mod index d6dbb24b69b..2e8b1af079e 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/clouddirectory/go_module_metadata.go b/service/clouddirectory/go_module_metadata.go index ae6f794d9d2..a9e45733ab3 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/cloudformation/CHANGELOG.md b/service/cloudformation/CHANGELOG.md index 7ff5aacf97d..a49b8bee225 100644 --- a/service/cloudformation/CHANGELOG.md +++ b/service/cloudformation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.0 (2022-05-25) * **Feature**: Add a new parameter statusReason to DescribeStackSetOperation output for additional details diff --git a/service/cloudformation/go.mod b/service/cloudformation/go.mod index 9a113aeae1d..4bbc13951e2 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 16af0c4c818..d0315e71fcf 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.21.0" +const goModuleVersion = "1.21.1" diff --git a/service/cloudfront/CHANGELOG.md b/service/cloudfront/CHANGELOG.md index 8f41b2b8363..1c8d92202a7 100644 --- a/service/cloudfront/CHANGELOG.md +++ b/service/cloudfront/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudfront/go.mod b/service/cloudfront/go.mod index 1d1372dfaea..acbffd1bb6e 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 b0171687e59..03a556e22d3 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.18.1" +const goModuleVersion = "1.18.2" diff --git a/service/cloudhsm/CHANGELOG.md b/service/cloudhsm/CHANGELOG.md index cb19e13562f..6d1c2ee4eb8 100644 --- a/service/cloudhsm/CHANGELOG.md +++ b/service/cloudhsm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudhsm/go.mod b/service/cloudhsm/go.mod index 3718b390ccf..5bd54e4260c 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/cloudhsm/go_module_metadata.go b/service/cloudhsm/go_module_metadata.go index 85d5154e0a9..5ace6f81761 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.12.6" +const goModuleVersion = "1.12.7" diff --git a/service/cloudhsmv2/CHANGELOG.md b/service/cloudhsmv2/CHANGELOG.md index 4b156c5eee7..d167278171e 100644 --- a/service/cloudhsmv2/CHANGELOG.md +++ b/service/cloudhsmv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudhsmv2/go.mod b/service/cloudhsmv2/go.mod index 61ec055e6a5..a91dffddfff 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/cloudhsmv2/go_module_metadata.go b/service/cloudhsmv2/go_module_metadata.go index b265d22102c..4e7dfb6d469 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/cloudsearch/CHANGELOG.md b/service/cloudsearch/CHANGELOG.md index 3f2979207e2..8795b7a4d42 100644 --- a/service/cloudsearch/CHANGELOG.md +++ b/service/cloudsearch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudsearch/go.mod b/service/cloudsearch/go.mod index ce816585de4..fbe3a6f36a0 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/cloudsearch/go_module_metadata.go b/service/cloudsearch/go_module_metadata.go index abdf3ce9c17..80dafe12dd4 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/cloudsearchdomain/CHANGELOG.md b/service/cloudsearchdomain/CHANGELOG.md index 90f30d824d3..5a749b3f491 100644 --- a/service/cloudsearchdomain/CHANGELOG.md +++ b/service/cloudsearchdomain/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudsearchdomain/go.mod b/service/cloudsearchdomain/go.mod index 8f7b515c944..8eb92855e16 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/cloudsearchdomain/go_module_metadata.go b/service/cloudsearchdomain/go_module_metadata.go index 31b7087a379..3459bb54cd3 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.11.5" +const goModuleVersion = "1.11.6" diff --git a/service/cloudtrail/CHANGELOG.md b/service/cloudtrail/CHANGELOG.md index 484fbc0ec43..0fb8a6142f8 100644 --- a/service/cloudtrail/CHANGELOG.md +++ b/service/cloudtrail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudtrail/go.mod b/service/cloudtrail/go.mod index d4e2e6e4dc8..9ff6bdff587 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/cloudtrail/go_module_metadata.go b/service/cloudtrail/go_module_metadata.go index decb93b4fce..1c780c7db2e 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.16.1" +const goModuleVersion = "1.16.2" diff --git a/service/cloudwatch/CHANGELOG.md b/service/cloudwatch/CHANGELOG.md index 821b0ed08e9..68a3b29cc3a 100644 --- a/service/cloudwatch/CHANGELOG.md +++ b/service/cloudwatch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.4 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.3 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudwatch/go.mod b/service/cloudwatch/go.mod index 1578db66d38..1a0a8116c34 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 8db8e4550d3..edba3ee33af 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.18.3" +const goModuleVersion = "1.18.4" diff --git a/service/cloudwatchevents/CHANGELOG.md b/service/cloudwatchevents/CHANGELOG.md index 0b80875fc4f..291bff7baef 100644 --- a/service/cloudwatchevents/CHANGELOG.md +++ b/service/cloudwatchevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudwatchevents/go.mod b/service/cloudwatchevents/go.mod index 9a1905cb4d0..9650bda0666 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/cloudwatchevents/go_module_metadata.go b/service/cloudwatchevents/go_module_metadata.go index d53747c50f9..65d13ce333c 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.14.6" +const goModuleVersion = "1.14.7" diff --git a/service/cloudwatchlogs/CHANGELOG.md b/service/cloudwatchlogs/CHANGELOG.md index 949ff243806..7d1e27a6e52 100644 --- a/service/cloudwatchlogs/CHANGELOG.md +++ b/service/cloudwatchlogs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.8 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.7 (2022-05-20) * **Documentation**: Doc-only update to publish the new valid values for log retention diff --git a/service/cloudwatchlogs/go.mod b/service/cloudwatchlogs/go.mod index 6b922c18753..8cab5211f26 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/cloudwatchlogs/go_module_metadata.go b/service/cloudwatchlogs/go_module_metadata.go index 0fee0e38a1c..567dd9653b4 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.15.7" +const goModuleVersion = "1.15.8" diff --git a/service/codeartifact/CHANGELOG.md b/service/codeartifact/CHANGELOG.md index f8fffd070a7..eb8d9cfd428 100644 --- a/service/codeartifact/CHANGELOG.md +++ b/service/codeartifact/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.6 (2022-06-02) * **Documentation**: Documentation updates for CodeArtifact diff --git a/service/codeartifact/go.mod b/service/codeartifact/go.mod index 398f6c4288c..bbad016e585 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/codeartifact/go_module_metadata.go b/service/codeartifact/go_module_metadata.go index 8d8d57116b3..61b8416ad89 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.12.6" +const goModuleVersion = "1.12.7" diff --git a/service/codebuild/CHANGELOG.md b/service/codebuild/CHANGELOG.md index df5a1747711..ad6d6219b95 100644 --- a/service/codebuild/CHANGELOG.md +++ b/service/codebuild/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codebuild/go.mod b/service/codebuild/go.mod index 63ab5a2adda..278e3c59520 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/codebuild/go_module_metadata.go b/service/codebuild/go_module_metadata.go index 2abdb7ceb89..6437b3fcb5e 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.19.5" +const goModuleVersion = "1.19.6" diff --git a/service/codecommit/CHANGELOG.md b/service/codecommit/CHANGELOG.md index 5418e7fa2e6..4f89ad0547c 100644 --- a/service/codecommit/CHANGELOG.md +++ b/service/codecommit/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codecommit/go.mod b/service/codecommit/go.mod index e7b221e315f..5d257a098bf 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/codecommit/go_module_metadata.go b/service/codecommit/go_module_metadata.go index f08af3a7fcf..750e4ca11f2 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/codedeploy/CHANGELOG.md b/service/codedeploy/CHANGELOG.md index 378244ede22..71a55b4daad 100644 --- a/service/codedeploy/CHANGELOG.md +++ b/service/codedeploy/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codedeploy/go.mod b/service/codedeploy/go.mod index c0ebf20c0c8..4c3b68780a7 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 d25f3703ebf..558eb8b131a 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.14.5" +const goModuleVersion = "1.14.6" diff --git a/service/codeguruprofiler/CHANGELOG.md b/service/codeguruprofiler/CHANGELOG.md index 54cd5b24c51..067c5aaf3fa 100644 --- a/service/codeguruprofiler/CHANGELOG.md +++ b/service/codeguruprofiler/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codeguruprofiler/go.mod b/service/codeguruprofiler/go.mod index 1f02caead87..e62f2167012 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/codeguruprofiler/go_module_metadata.go b/service/codeguruprofiler/go_module_metadata.go index 01ffe6e5da7..3cbc8fb45d8 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/codegurureviewer/CHANGELOG.md b/service/codegurureviewer/CHANGELOG.md index 369249b62b2..f34bb0e2a40 100644 --- a/service/codegurureviewer/CHANGELOG.md +++ b/service/codegurureviewer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codegurureviewer/go.mod b/service/codegurureviewer/go.mod index ffffb725a79..6ee4f4af178 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 1a4e360b5a0..87706f93279 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.16.1" +const goModuleVersion = "1.16.2" diff --git a/service/codepipeline/CHANGELOG.md b/service/codepipeline/CHANGELOG.md index 9523eb33da5..90538163b89 100644 --- a/service/codepipeline/CHANGELOG.md +++ b/service/codepipeline/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codepipeline/go.mod b/service/codepipeline/go.mod index 2295154d4f3..d9ab9f20b01 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/codepipeline/go_module_metadata.go b/service/codepipeline/go_module_metadata.go index e3ffef3b216..18aece83bbf 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/codestar/CHANGELOG.md b/service/codestar/CHANGELOG.md index 527db45b18a..486e47532f5 100644 --- a/service/codestar/CHANGELOG.md +++ b/service/codestar/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codestar/go.mod b/service/codestar/go.mod index 3bd4c26daca..9476bf8d3e2 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/codestar/go_module_metadata.go b/service/codestar/go_module_metadata.go index 0077d8c4515..3c42a8bf5ca 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.11.5" +const goModuleVersion = "1.11.6" diff --git a/service/codestarconnections/CHANGELOG.md b/service/codestarconnections/CHANGELOG.md index 9523eb33da5..90538163b89 100644 --- a/service/codestarconnections/CHANGELOG.md +++ b/service/codestarconnections/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codestarconnections/go.mod b/service/codestarconnections/go.mod index 0ad60c28b93..d917b6320d1 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/codestarconnections/go_module_metadata.go b/service/codestarconnections/go_module_metadata.go index 2b943138dd8..64bdf760b7c 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/codestarnotifications/CHANGELOG.md b/service/codestarnotifications/CHANGELOG.md index e70533e0fa9..199cebbf0b1 100644 --- a/service/codestarnotifications/CHANGELOG.md +++ b/service/codestarnotifications/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codestarnotifications/go.mod b/service/codestarnotifications/go.mod index bda088d6ada..2905468b580 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/codestarnotifications/go_module_metadata.go b/service/codestarnotifications/go_module_metadata.go index 43648b53be5..aced0524b08 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.11.5" +const goModuleVersion = "1.11.6" diff --git a/service/cognitoidentity/CHANGELOG.md b/service/cognitoidentity/CHANGELOG.md index 30a7ad88ec7..8cf6be65646 100644 --- a/service/cognitoidentity/CHANGELOG.md +++ b/service/cognitoidentity/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cognitoidentity/go.mod b/service/cognitoidentity/go.mod index f16c8449603..41e6d3faa59 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/cognitoidentity/go_module_metadata.go b/service/cognitoidentity/go_module_metadata.go index d9f64cec1ff..7e04ae8c4ff 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/cognitoidentityprovider/CHANGELOG.md b/service/cognitoidentityprovider/CHANGELOG.md index ce6ef74ba1d..134dd2d70d6 100644 --- a/service/cognitoidentityprovider/CHANGELOG.md +++ b/service/cognitoidentityprovider/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.0 (2022-05-31) * **Feature**: Amazon Cognito now supports IP Address propagation for all unauthenticated APIs (e.g. SignUp, ForgotPassword). diff --git a/service/cognitoidentityprovider/go.mod b/service/cognitoidentityprovider/go.mod index 0c39134f21d..e2f9eae6171 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/cognitoidentityprovider/go_module_metadata.go b/service/cognitoidentityprovider/go_module_metadata.go index c26a233b2f9..24d65e3fd0d 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.17.0" +const goModuleVersion = "1.17.1" diff --git a/service/cognitosync/CHANGELOG.md b/service/cognitosync/CHANGELOG.md index 90f30d824d3..5a749b3f491 100644 --- a/service/cognitosync/CHANGELOG.md +++ b/service/cognitosync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cognitosync/go.mod b/service/cognitosync/go.mod index afc95427159..7d1c9a03d10 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/cognitosync/go_module_metadata.go b/service/cognitosync/go_module_metadata.go index cd99816a351..fc07c3e0850 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.11.5" +const goModuleVersion = "1.11.6" diff --git a/service/comprehend/CHANGELOG.md b/service/comprehend/CHANGELOG.md index 7e532d6fb54..61339f0129c 100644 --- a/service/comprehend/CHANGELOG.md +++ b/service/comprehend/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.0 (2022-05-20) * **Feature**: Comprehend releases 14 new entity types for DetectPiiEntities and ContainsPiiEntities APIs. diff --git a/service/comprehend/go.mod b/service/comprehend/go.mod index 2efbb86c465..32c55e9e0ef 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/comprehend/go_module_metadata.go b/service/comprehend/go_module_metadata.go index 212aa9df699..5cce7eddab9 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.18.0" +const goModuleVersion = "1.18.1" diff --git a/service/comprehendmedical/CHANGELOG.md b/service/comprehendmedical/CHANGELOG.md index f67a43abe40..cebee1172f9 100644 --- a/service/comprehendmedical/CHANGELOG.md +++ b/service/comprehendmedical/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/comprehendmedical/go.mod b/service/comprehendmedical/go.mod index b4f7419c283..214330ef33e 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/comprehendmedical/go_module_metadata.go b/service/comprehendmedical/go_module_metadata.go index b6e84548425..8bc2306c2ef 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/computeoptimizer/CHANGELOG.md b/service/computeoptimizer/CHANGELOG.md index bffaaa56f97..6894cd5a413 100644 --- a/service/computeoptimizer/CHANGELOG.md +++ b/service/computeoptimizer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/computeoptimizer/go.mod b/service/computeoptimizer/go.mod index f336df5d997..f87c6fc9012 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/computeoptimizer/go_module_metadata.go b/service/computeoptimizer/go_module_metadata.go index 333c17364ab..dd6fab98f24 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.17.6" +const goModuleVersion = "1.17.7" diff --git a/service/configservice/CHANGELOG.md b/service/configservice/CHANGELOG.md index f9c26156545..d76d869aa7b 100644 --- a/service/configservice/CHANGELOG.md +++ b/service/configservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/configservice/go.mod b/service/configservice/go.mod index eb444d1f72e..a4cd71c35c7 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/configservice/go_module_metadata.go b/service/configservice/go_module_metadata.go index e3d49f23d40..a71be849cd9 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/connect/CHANGELOG.md b/service/connect/CHANGELOG.md index c40d87a56f0..a4d9d308d68 100644 --- a/service/connect/CHANGELOG.md +++ b/service/connect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.0 (2022-06-06) * **Feature**: This release adds a new API, GetCurrentUserData, which returns real-time details about users' current activity. diff --git a/service/connect/go.mod b/service/connect/go.mod index 29e4231c2c7..8f413acb082 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/connect/go_module_metadata.go b/service/connect/go_module_metadata.go index f9b79005240..b755e0908d8 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.26.0" +const goModuleVersion = "1.26.1" diff --git a/service/connectcontactlens/CHANGELOG.md b/service/connectcontactlens/CHANGELOG.md index c20c9233f43..750e1a1ab06 100644 --- a/service/connectcontactlens/CHANGELOG.md +++ b/service/connectcontactlens/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/connectcontactlens/go.mod b/service/connectcontactlens/go.mod index 528385aa54a..791625ea43f 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/connectcontactlens/go_module_metadata.go b/service/connectcontactlens/go_module_metadata.go index 7f017a00a88..2c31db9de11 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/connectparticipant/CHANGELOG.md b/service/connectparticipant/CHANGELOG.md index f7e79b290e9..1c5faec9998 100644 --- a/service/connectparticipant/CHANGELOG.md +++ b/service/connectparticipant/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/connectparticipant/go.mod b/service/connectparticipant/go.mod index 62aa0008cac..8b6da946d41 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/connectparticipant/go_module_metadata.go b/service/connectparticipant/go_module_metadata.go index 08c4b451e2a..1c2ac260dad 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.11.5" +const goModuleVersion = "1.11.6" diff --git a/service/costandusagereportservice/CHANGELOG.md b/service/costandusagereportservice/CHANGELOG.md index 9523eb33da5..90538163b89 100644 --- a/service/costandusagereportservice/CHANGELOG.md +++ b/service/costandusagereportservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/costandusagereportservice/go.mod b/service/costandusagereportservice/go.mod index e4a92c89494..5a8969b2617 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/costandusagereportservice/go_module_metadata.go b/service/costandusagereportservice/go_module_metadata.go index e77c2ee1097..7f407d337c6 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/costexplorer/CHANGELOG.md b/service/costexplorer/CHANGELOG.md index 571f3fc1b5b..b21e3dab0e1 100644 --- a/service/costexplorer/CHANGELOG.md +++ b/service/costexplorer/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.19.0 (2022-06-07) + +* **Feature**: Added two new APIs to support cost allocation tags operations: ListCostAllocationTags, UpdateCostAllocationTagsStatus. +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/costexplorer/go.mod b/service/costexplorer/go.mod index 27a733337dd..951ad257404 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/costexplorer/go_module_metadata.go b/service/costexplorer/go_module_metadata.go index 8f774616ac6..7c69b0c498f 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.18.5" +const goModuleVersion = "1.19.0" diff --git a/service/customerprofiles/CHANGELOG.md b/service/customerprofiles/CHANGELOG.md index e7ade94ccda..a430bd9c2eb 100644 --- a/service/customerprofiles/CHANGELOG.md +++ b/service/customerprofiles/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/customerprofiles/go.mod b/service/customerprofiles/go.mod index fb3c118e852..d1ae212c1bd 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/customerprofiles/go_module_metadata.go b/service/customerprofiles/go_module_metadata.go index b20f2a085fe..8fc0e44ec48 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.17.6" +const goModuleVersion = "1.17.7" diff --git a/service/databasemigrationservice/CHANGELOG.md b/service/databasemigrationservice/CHANGELOG.md index f9ad248c1f6..bc8b4724605 100644 --- a/service/databasemigrationservice/CHANGELOG.md +++ b/service/databasemigrationservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/databasemigrationservice/go.mod b/service/databasemigrationservice/go.mod index 0b1a3c60b5a..b2176d57063 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 c3da4bfc564..e31eb2b6e14 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.18.5" +const goModuleVersion = "1.18.6" diff --git a/service/databrew/CHANGELOG.md b/service/databrew/CHANGELOG.md index 5ed4ef267ea..c4d87f38dfe 100644 --- a/service/databrew/CHANGELOG.md +++ b/service/databrew/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/databrew/go.mod b/service/databrew/go.mod index e4e8394ad47..12aa5f73b79 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/databrew/go_module_metadata.go b/service/databrew/go_module_metadata.go index 674a1871e8b..b03fe7104b8 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.20.2" +const goModuleVersion = "1.20.3" diff --git a/service/dataexchange/CHANGELOG.md b/service/dataexchange/CHANGELOG.md index d02a242875a..f87278d02bd 100644 --- a/service/dataexchange/CHANGELOG.md +++ b/service/dataexchange/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dataexchange/go.mod b/service/dataexchange/go.mod index c26591568c6..2e685016065 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/dataexchange/go_module_metadata.go b/service/dataexchange/go_module_metadata.go index 5866f76cf7f..8cf9f735c78 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.15.5" +const goModuleVersion = "1.15.6" diff --git a/service/datapipeline/CHANGELOG.md b/service/datapipeline/CHANGELOG.md index 9523eb33da5..90538163b89 100644 --- a/service/datapipeline/CHANGELOG.md +++ b/service/datapipeline/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/datapipeline/go.mod b/service/datapipeline/go.mod index 0c5980497ab..19adee9a792 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/datapipeline/go_module_metadata.go b/service/datapipeline/go_module_metadata.go index 96605547d59..4f39a50b16b 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/datasync/CHANGELOG.md b/service/datasync/CHANGELOG.md index 10c8d4e3a81..0d45af7630d 100644 --- a/service/datasync/CHANGELOG.md +++ b/service/datasync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.0 (2022-05-27) * **Feature**: AWS DataSync now supports TLS encryption in transit, file system policies and access points for EFS locations. diff --git a/service/datasync/go.mod b/service/datasync/go.mod index 66ef85bca32..01277d33fe5 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/datasync/go_module_metadata.go b/service/datasync/go_module_metadata.go index a63c83de984..a76dbce09d3 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.17.0" +const goModuleVersion = "1.17.1" diff --git a/service/dax/CHANGELOG.md b/service/dax/CHANGELOG.md index aaab71ad948..bfb6e974de8 100644 --- a/service/dax/CHANGELOG.md +++ b/service/dax/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dax/go.mod b/service/dax/go.mod index 557aee38a95..e41bfcfe6d1 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/dax/go_module_metadata.go b/service/dax/go_module_metadata.go index ccca3fe869d..a0c7dd49eac 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.11.5" +const goModuleVersion = "1.11.6" diff --git a/service/detective/CHANGELOG.md b/service/detective/CHANGELOG.md index 2d8a7699f9d..816e16534d5 100644 --- a/service/detective/CHANGELOG.md +++ b/service/detective/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/detective/go.mod b/service/detective/go.mod index 1e7a3b4e2ec..634a94bbc56 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/detective/go_module_metadata.go b/service/detective/go_module_metadata.go index ec6cf6f97a2..d3bb581248c 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.15.5" +const goModuleVersion = "1.15.6" diff --git a/service/devicefarm/CHANGELOG.md b/service/devicefarm/CHANGELOG.md index e2377b1314a..aa8fff6e7ed 100644 --- a/service/devicefarm/CHANGELOG.md +++ b/service/devicefarm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/devicefarm/go.mod b/service/devicefarm/go.mod index 78c87c27499..84da68b1298 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/devicefarm/go_module_metadata.go b/service/devicefarm/go_module_metadata.go index c0635534e42..e572b2f0729 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/devopsguru/CHANGELOG.md b/service/devopsguru/CHANGELOG.md index ed6d1e05e42..9eb6d5fd698 100644 --- a/service/devopsguru/CHANGELOG.md +++ b/service/devopsguru/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/devopsguru/go.mod b/service/devopsguru/go.mod index 4ed38595252..ac8752c4d44 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/devopsguru/go_module_metadata.go b/service/devopsguru/go_module_metadata.go index a00c6ded71f..2e1d3b34b15 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/directconnect/CHANGELOG.md b/service/directconnect/CHANGELOG.md index 9bf238fa0c2..7591d2690c4 100644 --- a/service/directconnect/CHANGELOG.md +++ b/service/directconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/directconnect/go.mod b/service/directconnect/go.mod index a9f38c54c16..186bb4d8932 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/directconnect/go_module_metadata.go b/service/directconnect/go_module_metadata.go index cff0c325d29..b9c1a71708e 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.17.5" +const goModuleVersion = "1.17.6" diff --git a/service/directoryservice/CHANGELOG.md b/service/directoryservice/CHANGELOG.md index df46121659f..60b658b7f4b 100644 --- a/service/directoryservice/CHANGELOG.md +++ b/service/directoryservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/directoryservice/go.mod b/service/directoryservice/go.mod index 39d5d0c0706..8add87fde1e 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/directoryservice/go_module_metadata.go b/service/directoryservice/go_module_metadata.go index 52a85d9cbed..6b9a9306852 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/dlm/CHANGELOG.md b/service/dlm/CHANGELOG.md index 98c1ad2b764..9d23bd1512e 100644 --- a/service/dlm/CHANGELOG.md +++ b/service/dlm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dlm/go.mod b/service/dlm/go.mod index af5008ca7d6..8a4a3f8ee92 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/dlm/go_module_metadata.go b/service/dlm/go_module_metadata.go index b0c09e10bb1..09252f1b843 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.11.5" +const goModuleVersion = "1.11.6" diff --git a/service/docdb/CHANGELOG.md b/service/docdb/CHANGELOG.md index f81ebc43c25..6c71d5b4550 100644 --- a/service/docdb/CHANGELOG.md +++ b/service/docdb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/docdb/go.mod b/service/docdb/go.mod index d5d7bb614d4..5c74e09ee17 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.6 github.com/aws/smithy-go v1.11.3 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 f413d0835f7..9968ced690a 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/drs/CHANGELOG.md b/service/drs/CHANGELOG.md index 6624ba9ce3f..f7959a1b019 100644 --- a/service/drs/CHANGELOG.md +++ b/service/drs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.0 (2022-05-31) * **Feature**: Changed existing APIs and added new APIs to accommodate using multiple AWS accounts with AWS Elastic Disaster Recovery. diff --git a/service/drs/go.mod b/service/drs/go.mod index 6f937947d74..fd9cbc8a427 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/drs/go_module_metadata.go b/service/drs/go_module_metadata.go index 91915d7835d..d17f36ab5dd 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.6.0" +const goModuleVersion = "1.6.1" diff --git a/service/dynamodb/CHANGELOG.md b/service/dynamodb/CHANGELOG.md index 401c26076d6..5eb31cc2400 100644 --- a/service/dynamodb/CHANGELOG.md +++ b/service/dynamodb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dynamodb/go.mod b/service/dynamodb/go.mod index cb65082d916..8d08470cae9 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.1 - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.2 + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.6 github.com/aws/smithy-go v1.11.3 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 6c7fb88300a..7a77f621bd9 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.15.5" +const goModuleVersion = "1.15.6" diff --git a/service/dynamodbstreams/CHANGELOG.md b/service/dynamodbstreams/CHANGELOG.md index 2755cacc224..08a3a40d7f6 100644 --- a/service/dynamodbstreams/CHANGELOG.md +++ b/service/dynamodbstreams/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dynamodbstreams/go.mod b/service/dynamodbstreams/go.mod index 8709327e9d0..c7bac7a06c2 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/dynamodbstreams/go_module_metadata.go b/service/dynamodbstreams/go_module_metadata.go index ac13936ae9d..763bfd66beb 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/ebs/CHANGELOG.md b/service/ebs/CHANGELOG.md index e318e7b7aad..b226e01720c 100644 --- a/service/ebs/CHANGELOG.md +++ b/service/ebs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.5 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.4 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ebs/go.mod b/service/ebs/go.mod index ddb234d5222..f910120d12e 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/ebs/go_module_metadata.go b/service/ebs/go_module_metadata.go index cfe20df156f..130565fb844 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.15.4" +const goModuleVersion = "1.15.5" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index 49dda61ad36..245485c595d 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.45.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.45.0 (2022-05-26) * **Feature**: C7g instances, powered by the latest generation AWS Graviton3 processors, provide the best price performance in Amazon EC2 for compute-intensive workloads. diff --git a/service/ec2/go.mod b/service/ec2/go.mod index 598f555c679..f39253fa3ac 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.6 github.com/aws/smithy-go v1.11.3 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 15ee71d8d4e..89f73c8a0d0 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.45.0" +const goModuleVersion = "1.45.1" diff --git a/service/ec2instanceconnect/CHANGELOG.md b/service/ec2instanceconnect/CHANGELOG.md index 8aab1564d38..bfb8b2c0128 100644 --- a/service/ec2instanceconnect/CHANGELOG.md +++ b/service/ec2instanceconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ec2instanceconnect/go.mod b/service/ec2instanceconnect/go.mod index 4c7a90a598a..457ce4f7826 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/ec2instanceconnect/go_module_metadata.go b/service/ec2instanceconnect/go_module_metadata.go index e4ec2e516ff..efa390fff41 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/ecr/CHANGELOG.md b/service/ecr/CHANGELOG.md index 39cc79d8b93..e7965999ab3 100644 --- a/service/ecr/CHANGELOG.md +++ b/service/ecr/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ecr/go.mod b/service/ecr/go.mod index a9a5e17c2ac..c5ddd52bf8c 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 960fea944ff..6dd05030db0 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.17.5" +const goModuleVersion = "1.17.6" diff --git a/service/ecrpublic/CHANGELOG.md b/service/ecrpublic/CHANGELOG.md index 71bd4cdff8a..26c156062bb 100644 --- a/service/ecrpublic/CHANGELOG.md +++ b/service/ecrpublic/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ecrpublic/go.mod b/service/ecrpublic/go.mod index 2096105bdd9..ec4f4bd43c5 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/ecrpublic/go_module_metadata.go b/service/ecrpublic/go_module_metadata.go index 729e23d1d9a..3c492be3429 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/ecs/CHANGELOG.md b/service/ecs/CHANGELOG.md index 0c779ef207b..79da66d2946 100644 --- a/service/ecs/CHANGELOG.md +++ b/service/ecs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.8 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.7 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ecs/go.mod b/service/ecs/go.mod index b0413c5eabc..0266c336728 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 c38e073d2bd..a836536c956 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.18.7" +const goModuleVersion = "1.18.8" diff --git a/service/efs/CHANGELOG.md b/service/efs/CHANGELOG.md index d36e0efb7a7..61b9fce80be 100644 --- a/service/efs/CHANGELOG.md +++ b/service/efs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.4 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.3 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/efs/go.mod b/service/efs/go.mod index af911f7b8b7..594a314b77f 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/efs/go_module_metadata.go b/service/efs/go_module_metadata.go index b312af37d3c..cd7cbb5bae2 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.17.3" +const goModuleVersion = "1.17.4" diff --git a/service/eks/CHANGELOG.md b/service/eks/CHANGELOG.md index e7d372fa645..1abd1c7c5de 100644 --- a/service/eks/CHANGELOG.md +++ b/service/eks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/eks/go.mod b/service/eks/go.mod index c39a2594333..898d405647b 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 e96e89617f9..b02bc7e596d 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.21.1" +const goModuleVersion = "1.21.2" diff --git a/service/elasticache/CHANGELOG.md b/service/elasticache/CHANGELOG.md index 109d56e878b..84e4ef1abd8 100644 --- a/service/elasticache/CHANGELOG.md +++ b/service/elasticache/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.0 (2022-05-23) * **Feature**: Added support for encryption in transit for Memcached clusters. Customers can now launch Memcached cluster with encryption in transit enabled when using Memcached version 1.6.12 or later. diff --git a/service/elasticache/go.mod b/service/elasticache/go.mod index c2c73973d58..97cf58fb699 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 d1a75f1c949..8103493e87e 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.21.0" +const goModuleVersion = "1.21.1" diff --git a/service/elasticbeanstalk/CHANGELOG.md b/service/elasticbeanstalk/CHANGELOG.md index cc0eb74d5fb..c72313461b0 100644 --- a/service/elasticbeanstalk/CHANGELOG.md +++ b/service/elasticbeanstalk/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticbeanstalk/go.mod b/service/elasticbeanstalk/go.mod index 797556ea42f..08ffc06085b 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 d3ea962121d..0720cb407b9 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.14.5" +const goModuleVersion = "1.14.6" diff --git a/service/elasticinference/CHANGELOG.md b/service/elasticinference/CHANGELOG.md index d1b4269529a..a0abac976a7 100644 --- a/service/elasticinference/CHANGELOG.md +++ b/service/elasticinference/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticinference/go.mod b/service/elasticinference/go.mod index f8b61d6c3d9..97cb112791d 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/elasticinference/go_module_metadata.go b/service/elasticinference/go_module_metadata.go index b6c88db7c72..79696000411 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.11.5" +const goModuleVersion = "1.11.6" diff --git a/service/elasticloadbalancing/CHANGELOG.md b/service/elasticloadbalancing/CHANGELOG.md index 6c68cb55ec6..e5d0f225551 100644 --- a/service/elasticloadbalancing/CHANGELOG.md +++ b/service/elasticloadbalancing/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticloadbalancing/go.mod b/service/elasticloadbalancing/go.mod index 5ae119ff956..5a11a1ae36d 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 2a17674943f..10a4fcd55f5 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.14.5" +const goModuleVersion = "1.14.6" diff --git a/service/elasticloadbalancingv2/CHANGELOG.md b/service/elasticloadbalancingv2/CHANGELOG.md index d2ff9b74ad3..66bdb5693d4 100644 --- a/service/elasticloadbalancingv2/CHANGELOG.md +++ b/service/elasticloadbalancingv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticloadbalancingv2/go.mod b/service/elasticloadbalancingv2/go.mod index e7069f3666d..04006708783 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 d668244fa1d..3167f4d2e5a 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.18.5" +const goModuleVersion = "1.18.6" diff --git a/service/elasticsearchservice/CHANGELOG.md b/service/elasticsearchservice/CHANGELOG.md index e426a03eab0..89faf963c88 100644 --- a/service/elasticsearchservice/CHANGELOG.md +++ b/service/elasticsearchservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticsearchservice/go.mod b/service/elasticsearchservice/go.mod index fb184cc166c..a6fde1ff871 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/elasticsearchservice/go_module_metadata.go b/service/elasticsearchservice/go_module_metadata.go index 0486dff40ad..a5a8d81e91d 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.15.5" +const goModuleVersion = "1.15.6" diff --git a/service/elastictranscoder/CHANGELOG.md b/service/elastictranscoder/CHANGELOG.md index 021d5107d70..ffc83b714c3 100644 --- a/service/elastictranscoder/CHANGELOG.md +++ b/service/elastictranscoder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elastictranscoder/go.mod b/service/elastictranscoder/go.mod index 40a07b4952a..7f06ec58c9a 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 90360b28306..424e624e4c1 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/emr/CHANGELOG.md b/service/emr/CHANGELOG.md index 1d090d7b130..ae75d6e089a 100644 --- a/service/emr/CHANGELOG.md +++ b/service/emr/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/emr/go.mod b/service/emr/go.mod index 79b0224e5c9..f1df89acb9d 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 46e42096015..a60eaf80e55 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.18.1" +const goModuleVersion = "1.18.2" diff --git a/service/emrcontainers/CHANGELOG.md b/service/emrcontainers/CHANGELOG.md index 258077c92c5..a43c3035ab6 100644 --- a/service/emrcontainers/CHANGELOG.md +++ b/service/emrcontainers/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/emrcontainers/go.mod b/service/emrcontainers/go.mod index 7ad0a27d60d..cfc4b983c71 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/emrcontainers/go_module_metadata.go b/service/emrcontainers/go_module_metadata.go index 8895e0103a3..0011c06a835 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/emrserverless/CHANGELOG.md b/service/emrserverless/CHANGELOG.md index ffd578212f2..dff03e5dc06 100644 --- a/service/emrserverless/CHANGELOG.md +++ b/service/emrserverless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.0 (2022-05-27) * **Feature**: This release adds support for Amazon EMR Serverless, a serverless runtime environment that simplifies running analytics applications using the latest open source frameworks such as Apache Spark and Apache Hive. diff --git a/service/emrserverless/go.mod b/service/emrserverless/go.mod index 3310d27ff87..5d18671764b 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/emrserverless/go_module_metadata.go b/service/emrserverless/go_module_metadata.go index c3897bd80ad..0895b96f3f0 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.1.0" +const goModuleVersion = "1.1.1" diff --git a/service/eventbridge/CHANGELOG.md b/service/eventbridge/CHANGELOG.md index 045a55dbed6..8d0070ff820 100644 --- a/service/eventbridge/CHANGELOG.md +++ b/service/eventbridge/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/eventbridge/go.mod b/service/eventbridge/go.mod index 42bc2d4e090..cafdb69a6c8 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 - github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.2 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 + github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.3 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/eventbridge/go_module_metadata.go b/service/eventbridge/go_module_metadata.go index b88baccebe7..f8e44277b0d 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.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/evidently/CHANGELOG.md b/service/evidently/CHANGELOG.md index 598ee58fe6d..5b1cc609a96 100644 --- a/service/evidently/CHANGELOG.md +++ b/service/evidently/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/evidently/go.mod b/service/evidently/go.mod index 236ce9dd93e..a699817168f 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/evidently/go_module_metadata.go b/service/evidently/go_module_metadata.go index 430c577f982..3b18000379a 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.7.1" +const goModuleVersion = "1.7.2" diff --git a/service/finspace/CHANGELOG.md b/service/finspace/CHANGELOG.md index f56699c1350..bbd449519bd 100644 --- a/service/finspace/CHANGELOG.md +++ b/service/finspace/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/finspace/go.mod b/service/finspace/go.mod index 3cb0718b405..a1334fa2e04 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/finspace/go_module_metadata.go b/service/finspace/go_module_metadata.go index 2387c9c36a7..6e8279da577 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.8.5" +const goModuleVersion = "1.8.6" diff --git a/service/finspacedata/CHANGELOG.md b/service/finspacedata/CHANGELOG.md index 4895203babc..af7c9f858fd 100644 --- a/service/finspacedata/CHANGELOG.md +++ b/service/finspacedata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/finspacedata/go.mod b/service/finspacedata/go.mod index fd55cd079e5..654d05eb8e5 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/finspacedata/go_module_metadata.go b/service/finspacedata/go_module_metadata.go index c07da0ad622..cdd2bd50d8a 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.10.6" +const goModuleVersion = "1.10.7" diff --git a/service/firehose/CHANGELOG.md b/service/firehose/CHANGELOG.md index df1c2ce85c7..b856eb6377a 100644 --- a/service/firehose/CHANGELOG.md +++ b/service/firehose/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/firehose/go.mod b/service/firehose/go.mod index 614b614fdc2..d2e4238ba12 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/firehose/go_module_metadata.go b/service/firehose/go_module_metadata.go index 5acf05dfdee..ab6a6026ab1 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.14.6" +const goModuleVersion = "1.14.7" diff --git a/service/fis/CHANGELOG.md b/service/fis/CHANGELOG.md index 86b5f002c54..683f584939a 100644 --- a/service/fis/CHANGELOG.md +++ b/service/fis/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/fis/go.mod b/service/fis/go.mod index 3e3ff050200..a66f1387acf 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/fis/go_module_metadata.go b/service/fis/go_module_metadata.go index 7cd347324ce..4f7c9bc072b 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/fms/CHANGELOG.md b/service/fms/CHANGELOG.md index d58f12b5eb1..2e1f6a0586e 100644 --- a/service/fms/CHANGELOG.md +++ b/service/fms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/fms/go.mod b/service/fms/go.mod index 732e0f7b9ae..8e1abf02d83 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/fms/go_module_metadata.go b/service/fms/go_module_metadata.go index 9d6a5133f50..6e0d8056566 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/forecast/CHANGELOG.md b/service/forecast/CHANGELOG.md index f4af7051699..619988c70fa 100644 --- a/service/forecast/CHANGELOG.md +++ b/service/forecast/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.0 (2022-06-01) * **Feature**: Added Format field to Import and Export APIs in Amazon Forecast. Added TimeSeriesSelector to Create Forecast API. diff --git a/service/forecast/go.mod b/service/forecast/go.mod index 5d0f60b6d0c..2e972c49e96 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/forecast/go_module_metadata.go b/service/forecast/go_module_metadata.go index cfa498abf26..8f724095546 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.22.0" +const goModuleVersion = "1.22.1" diff --git a/service/forecastquery/CHANGELOG.md b/service/forecastquery/CHANGELOG.md index 667819d34e4..80ccdc16a5d 100644 --- a/service/forecastquery/CHANGELOG.md +++ b/service/forecastquery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/forecastquery/go.mod b/service/forecastquery/go.mod index 42a619f6f4f..43f83d1ee35 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/forecastquery/go_module_metadata.go b/service/forecastquery/go_module_metadata.go index 27f0c9c34b2..3e6350bf35e 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.11.5" +const goModuleVersion = "1.11.6" diff --git a/service/frauddetector/CHANGELOG.md b/service/frauddetector/CHANGELOG.md index 020736c5220..44ad7889a2b 100644 --- a/service/frauddetector/CHANGELOG.md +++ b/service/frauddetector/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/frauddetector/go.mod b/service/frauddetector/go.mod index c986c10f406..37d96dde90c 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/frauddetector/go_module_metadata.go b/service/frauddetector/go_module_metadata.go index 50f943810dc..e8bbf56f9b2 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.19.5" +const goModuleVersion = "1.19.6" diff --git a/service/fsx/CHANGELOG.md b/service/fsx/CHANGELOG.md index 5637926a4b1..2aed02c5849 100644 --- a/service/fsx/CHANGELOG.md +++ b/service/fsx/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.0 (2022-05-25) * **Feature**: This release adds root squash support to FSx for Lustre to restrict root level access from clients by mapping root users to a less-privileged user/group with limited permissions. diff --git a/service/fsx/go.mod b/service/fsx/go.mod index 4d5f0107620..26c3a35d68e 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/fsx/go_module_metadata.go b/service/fsx/go_module_metadata.go index 9fc008ca19f..dc28ba865ee 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.24.0" +const goModuleVersion = "1.24.1" diff --git a/service/gamelift/CHANGELOG.md b/service/gamelift/CHANGELOG.md index 2571157dab6..f976176ee12 100644 --- a/service/gamelift/CHANGELOG.md +++ b/service/gamelift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/gamelift/go.mod b/service/gamelift/go.mod index 3374e32d5ff..375a8608cbc 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/gamelift/go_module_metadata.go b/service/gamelift/go_module_metadata.go index 4e8db4514f5..039eb60fac0 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.14.5" +const goModuleVersion = "1.14.6" diff --git a/service/gamesparks/CHANGELOG.md b/service/gamesparks/CHANGELOG.md index 1a1a97869e1..1d23c2a117d 100644 --- a/service/gamesparks/CHANGELOG.md +++ b/service/gamesparks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.0 (2022-05-19) * **Feature**: This release adds an optional DeploymentResult field in the responses of GetStageDeploymentIntegrationTests and ListStageDeploymentIntegrationTests APIs. diff --git a/service/gamesparks/go.mod b/service/gamesparks/go.mod index ea1a7944a30..96c3ace4ea8 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/gamesparks/go_module_metadata.go b/service/gamesparks/go_module_metadata.go index bc7f09a0773..7954e7a0919 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.1.0" +const goModuleVersion = "1.1.1" diff --git a/service/glacier/CHANGELOG.md b/service/glacier/CHANGELOG.md index 8786a9223ca..1bc7a082250 100644 --- a/service/glacier/CHANGELOG.md +++ b/service/glacier/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/glacier/go.mod b/service/glacier/go.mod index 18bc2008f7d..119fb9caf2f 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/glacier/go_module_metadata.go b/service/glacier/go_module_metadata.go index b8200e3e0bf..70d76cea542 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/globalaccelerator/CHANGELOG.md b/service/globalaccelerator/CHANGELOG.md index 9523eb33da5..90538163b89 100644 --- a/service/globalaccelerator/CHANGELOG.md +++ b/service/globalaccelerator/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/globalaccelerator/go.mod b/service/globalaccelerator/go.mod index d467755d5f0..379b690e877 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/globalaccelerator/go_module_metadata.go b/service/globalaccelerator/go_module_metadata.go index f8fadfcf1c5..868c0545c36 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/glue/CHANGELOG.md b/service/glue/CHANGELOG.md index ac0a3b87725..cbf5396a2af 100644 --- a/service/glue/CHANGELOG.md +++ b/service/glue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.0 (2022-05-17) * **Feature**: This release adds a new optional parameter called codeGenNodeConfiguration to CRUD job APIs that allows users to manage visual jobs via APIs. The updated CreateJob and UpdateJob will create jobs that can be viewed in Glue Studio as a visual graph. GetJob can be used to get codeGenNodeConfiguration. diff --git a/service/glue/go.mod b/service/glue/go.mod index 2318ac67fe0..12ea5dcf270 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/glue/go_module_metadata.go b/service/glue/go_module_metadata.go index 30acead0b1b..cdb22146210 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.25.0" +const goModuleVersion = "1.25.1" diff --git a/service/grafana/CHANGELOG.md b/service/grafana/CHANGELOG.md index e0205f60ec7..386d40b3781 100644 --- a/service/grafana/CHANGELOG.md +++ b/service/grafana/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/grafana/go.mod b/service/grafana/go.mod index a00e2c2b942..f6c138ae749 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/grafana/go_module_metadata.go b/service/grafana/go_module_metadata.go index 86663252458..c0148149693 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.9.1" +const goModuleVersion = "1.9.2" diff --git a/service/greengrass/CHANGELOG.md b/service/greengrass/CHANGELOG.md index 815e1ac58e0..79520d0c125 100644 --- a/service/greengrass/CHANGELOG.md +++ b/service/greengrass/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/greengrass/go.mod b/service/greengrass/go.mod index 2567272e4d5..191d3839b1f 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/greengrass/go_module_metadata.go b/service/greengrass/go_module_metadata.go index f558e465f35..406f5d41c72 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/greengrassv2/CHANGELOG.md b/service/greengrassv2/CHANGELOG.md index c38919a87e8..de0dcd3c8c4 100644 --- a/service/greengrassv2/CHANGELOG.md +++ b/service/greengrassv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.0 (2022-05-18) * **Feature**: This release adds the new DeleteDeployment API operation that you can use to delete deployment resources. This release also adds support for discontinued AWS-provided components, so AWS can communicate when a component has any issues that you should consider before you deploy it. diff --git a/service/greengrassv2/go.mod b/service/greengrassv2/go.mod index 0d31b42f8c8..19fa154c2fd 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/greengrassv2/go_module_metadata.go b/service/greengrassv2/go_module_metadata.go index c8883813b81..d144d9b3da0 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.16.0" +const goModuleVersion = "1.16.1" diff --git a/service/groundstation/CHANGELOG.md b/service/groundstation/CHANGELOG.md index fd74cd2c9cf..853673d4786 100644 --- a/service/groundstation/CHANGELOG.md +++ b/service/groundstation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/groundstation/go.mod b/service/groundstation/go.mod index d3acc87c203..74a4294ca56 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/groundstation/go_module_metadata.go b/service/groundstation/go_module_metadata.go index 02a325c7ada..882066eb682 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/guardduty/CHANGELOG.md b/service/guardduty/CHANGELOG.md index feb3851c805..9ea779c81b0 100644 --- a/service/guardduty/CHANGELOG.md +++ b/service/guardduty/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/guardduty/go.mod b/service/guardduty/go.mod index f41e9b9addd..39673dc31fc 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/guardduty/go_module_metadata.go b/service/guardduty/go_module_metadata.go index c1c5041867a..1213f887182 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.13.6" +const goModuleVersion = "1.13.7" diff --git a/service/health/CHANGELOG.md b/service/health/CHANGELOG.md index 03e6b5a31b6..5a168d816d2 100644 --- a/service/health/CHANGELOG.md +++ b/service/health/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.8 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.7 (2022-05-26) * No change notes available for this release. diff --git a/service/health/go.mod b/service/health/go.mod index 00af5d12f8a..539c86d99a4 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/health/go_module_metadata.go b/service/health/go_module_metadata.go index 8c2b75c9575..625eef7e569 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.15.7" +const goModuleVersion = "1.15.8" diff --git a/service/healthlake/CHANGELOG.md b/service/healthlake/CHANGELOG.md index ef77d5dc97d..3ebabfd63bb 100644 --- a/service/healthlake/CHANGELOG.md +++ b/service/healthlake/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/healthlake/go.mod b/service/healthlake/go.mod index ed7128b39b8..d27ee3365b6 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/healthlake/go_module_metadata.go b/service/healthlake/go_module_metadata.go index 586460bec3f..d3ef0771f1d 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.14.5" +const goModuleVersion = "1.14.6" diff --git a/service/honeycode/CHANGELOG.md b/service/honeycode/CHANGELOG.md index 79d90e6a02a..47bc8b2acfe 100644 --- a/service/honeycode/CHANGELOG.md +++ b/service/honeycode/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/honeycode/go.mod b/service/honeycode/go.mod index 490010c0a6d..5ba645682bd 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/honeycode/go_module_metadata.go b/service/honeycode/go_module_metadata.go index 482e6e9bda1..5e7a138cdac 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/iam/CHANGELOG.md b/service/iam/CHANGELOG.md index e397df6c63c..de36a8bd393 100644 --- a/service/iam/CHANGELOG.md +++ b/service/iam/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iam/go.mod b/service/iam/go.mod index 5ba3c767989..6e245595948 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/iam/go_module_metadata.go b/service/iam/go_module_metadata.go index 0f9bf827ab6..9006f1350b9 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.18.5" +const goModuleVersion = "1.18.6" diff --git a/service/identitystore/CHANGELOG.md b/service/identitystore/CHANGELOG.md index e0366993053..aa0bed7c223 100644 --- a/service/identitystore/CHANGELOG.md +++ b/service/identitystore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/identitystore/go.mod b/service/identitystore/go.mod index 084dbf26345..4f075a04395 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/identitystore/go_module_metadata.go b/service/identitystore/go_module_metadata.go index 55928db57b3..ded90998e4f 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.14.5" +const goModuleVersion = "1.14.6" diff --git a/service/imagebuilder/CHANGELOG.md b/service/imagebuilder/CHANGELOG.md index 8722a19adde..1d71f02c5e9 100644 --- a/service/imagebuilder/CHANGELOG.md +++ b/service/imagebuilder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/imagebuilder/go.mod b/service/imagebuilder/go.mod index b0048dcfa0b..b7f640aac6b 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/imagebuilder/go_module_metadata.go b/service/imagebuilder/go_module_metadata.go index 37bb425698a..13514ada841 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.19.5" +const goModuleVersion = "1.19.6" diff --git a/service/inspector/CHANGELOG.md b/service/inspector/CHANGELOG.md index 3c611ea93f1..2a4d2f68315 100644 --- a/service/inspector/CHANGELOG.md +++ b/service/inspector/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/inspector/go.mod b/service/inspector/go.mod index 5ca8b3bf56a..b030ab99856 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/inspector/go_module_metadata.go b/service/inspector/go_module_metadata.go index 357882b574a..2cba273c5e8 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/inspector2/CHANGELOG.md b/service/inspector2/CHANGELOG.md index d02a8a8c90c..014ee25ac3e 100644 --- a/service/inspector2/CHANGELOG.md +++ b/service/inspector2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/inspector2/go.mod b/service/inspector2/go.mod index 833e9c22baa..c17a2147765 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/inspector2/go_module_metadata.go b/service/inspector2/go_module_metadata.go index 7bd7f9c8890..b44dcee77b2 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.6.5" +const goModuleVersion = "1.6.6" diff --git a/service/internal/accept-encoding/CHANGELOG.md b/service/internal/accept-encoding/CHANGELOG.md index 7cc42a1936a..6ebd41d1ec6 100644 --- a/service/internal/accept-encoding/CHANGELOG.md +++ b/service/internal/accept-encoding/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.2 (2022-06-07) + +* No change notes available for this release. + # v1.9.1 (2022-03-24) * No change notes available for this release. diff --git a/service/internal/accept-encoding/go_module_metadata.go b/service/internal/accept-encoding/go_module_metadata.go index af9bc67b3e3..4db9310f8d2 100644 --- a/service/internal/accept-encoding/go_module_metadata.go +++ b/service/internal/accept-encoding/go_module_metadata.go @@ -3,4 +3,4 @@ package acceptencoding // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.1" +const goModuleVersion = "1.9.2" diff --git a/service/internal/benchmark/go.mod b/service/internal/benchmark/go.mod index 82ab4b1c81c..fea403a5003 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.16.4 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.5 - github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.12.5 - github.com/aws/aws-sdk-go-v2/service/s3 v1.26.10 - github.com/aws/aws-sdk-go-v2/service/schemas v1.14.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.6 + github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.12.6 + github.com/aws/aws-sdk-go-v2/service/s3 v1.26.11 + github.com/aws/aws-sdk-go-v2/service/schemas v1.14.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/internal/checksum/CHANGELOG.md b/service/internal/checksum/CHANGELOG.md index 02e27d44173..3162c276fc5 100644 --- a/service/internal/checksum/CHANGELOG.md +++ b/service/internal/checksum/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/checksum/go.mod b/service/internal/checksum/go.mod index a425e61c84b..3b13e5bedc2 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.16.4 + github.com/aws/aws-sdk-go-v2 v1.16.5 github.com/aws/smithy-go v1.11.3 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 4273075ebe8..5e5f48ec732 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.6" +const goModuleVersion = "1.1.7" diff --git a/service/internal/endpoint-discovery/CHANGELOG.md b/service/internal/endpoint-discovery/CHANGELOG.md index 3a077c04299..8036e688f75 100644 --- a/service/internal/endpoint-discovery/CHANGELOG.md +++ b/service/internal/endpoint-discovery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.5 (2022-05-17) * **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 43847ed3af4..863600069e6 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.16.4 + github.com/aws/aws-sdk-go-v2 v1.16.5 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/internal/endpoint-discovery/go_module_metadata.go b/service/internal/endpoint-discovery/go_module_metadata.go index 17b40150220..79e45b00904 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.5" +const goModuleVersion = "1.7.6" diff --git a/service/internal/eventstreamtesting/CHANGELOG.md b/service/internal/eventstreamtesting/CHANGELOG.md index e97dfd51096..b0324afe00c 100644 --- a/service/internal/eventstreamtesting/CHANGELOG.md +++ b/service/internal/eventstreamtesting/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.18 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.17 (2022-05-26) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/eventstreamtesting/go.mod b/service/internal/eventstreamtesting/go.mod index 3e6d07997ac..6890c0fa0e3 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.16.4 - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.1 - github.com/aws/aws-sdk-go-v2/credentials v1.12.4 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.2 + github.com/aws/aws-sdk-go-v2/credentials v1.12.5 golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd ) diff --git a/service/internal/eventstreamtesting/go_module_metadata.go b/service/internal/eventstreamtesting/go_module_metadata.go index c1077f10ae1..941e0cc09a4 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.17" +const goModuleVersion = "1.0.18" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index d8acebb20d2..b29c50b3d3b 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.16.4 - github.com/aws/aws-sdk-go-v2/config v1.15.9 - github.com/aws/aws-sdk-go-v2/service/acm v1.14.5 - github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.6 - github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.15.5 - github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.13.1 - github.com/aws/aws-sdk-go-v2/service/appstream v1.16.2 - github.com/aws/aws-sdk-go-v2/service/athena v1.15.2 - github.com/aws/aws-sdk-go-v2/service/autoscaling v1.23.2 - github.com/aws/aws-sdk-go-v2/service/batch v1.18.4 - github.com/aws/aws-sdk-go-v2/service/cloudformation v1.21.0 - github.com/aws/aws-sdk-go-v2/service/cloudfront v1.18.1 - github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.5 - github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.13.5 - github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.16.1 - github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.18.3 - github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.5 - github.com/aws/aws-sdk-go-v2/service/codecommit v1.13.5 - github.com/aws/aws-sdk-go-v2/service/codedeploy v1.14.5 - github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.5 - github.com/aws/aws-sdk-go-v2/service/codestar v1.11.5 - github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.17.0 - github.com/aws/aws-sdk-go-v2/service/configservice v1.21.2 - github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.13.5 - github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.18.5 - github.com/aws/aws-sdk-go-v2/service/devicefarm v1.13.5 - github.com/aws/aws-sdk-go-v2/service/directconnect v1.17.5 - github.com/aws/aws-sdk-go-v2/service/directoryservice v1.13.5 - github.com/aws/aws-sdk-go-v2/service/docdb v1.18.2 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.5 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.45.0 - github.com/aws/aws-sdk-go-v2/service/ecr v1.17.5 - github.com/aws/aws-sdk-go-v2/service/ecs v1.18.7 - github.com/aws/aws-sdk-go-v2/service/efs v1.17.3 - github.com/aws/aws-sdk-go-v2/service/elasticache v1.21.0 - github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.5 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.5 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.5 - github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.15.5 - github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.13.5 - github.com/aws/aws-sdk-go-v2/service/emr v1.18.1 - github.com/aws/aws-sdk-go-v2/service/eventbridge v1.16.2 - github.com/aws/aws-sdk-go-v2/service/firehose v1.14.6 - github.com/aws/aws-sdk-go-v2/service/gamelift v1.14.5 - github.com/aws/aws-sdk-go-v2/service/glacier v1.13.5 - github.com/aws/aws-sdk-go-v2/service/glue v1.25.0 - github.com/aws/aws-sdk-go-v2/service/health v1.15.7 - github.com/aws/aws-sdk-go-v2/service/iam v1.18.5 - github.com/aws/aws-sdk-go-v2/service/inspector v1.12.5 - github.com/aws/aws-sdk-go-v2/service/iot v1.25.2 - github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.6 - github.com/aws/aws-sdk-go-v2/service/kms v1.17.2 - github.com/aws/aws-sdk-go-v2/service/lambda v1.23.1 - github.com/aws/aws-sdk-go-v2/service/lightsail v1.22.0 - github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.11.5 - github.com/aws/aws-sdk-go-v2/service/neptune v1.16.5 - github.com/aws/aws-sdk-go-v2/service/opsworks v1.13.5 - github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.11.6 - github.com/aws/aws-sdk-go-v2/service/polly v1.15.2 - github.com/aws/aws-sdk-go-v2/service/rds v1.21.2 - github.com/aws/aws-sdk-go-v2/service/redshift v1.24.1 - github.com/aws/aws-sdk-go-v2/service/rekognition v1.18.2 - github.com/aws/aws-sdk-go-v2/service/route53 v1.21.0 - github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.5 - github.com/aws/aws-sdk-go-v2/service/route53resolver v1.15.6 - github.com/aws/aws-sdk-go-v2/service/s3 v1.26.10 - github.com/aws/aws-sdk-go-v2/service/s3control v1.21.6 - github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.15.9 - github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.3 - github.com/aws/aws-sdk-go-v2/service/ses v1.14.6 - github.com/aws/aws-sdk-go-v2/service/sfn v1.13.5 - github.com/aws/aws-sdk-go-v2/service/shield v1.16.5 - github.com/aws/aws-sdk-go-v2/service/sms v1.12.6 - github.com/aws/aws-sdk-go-v2/service/snowball v1.15.5 - github.com/aws/aws-sdk-go-v2/service/sns v1.17.6 - github.com/aws/aws-sdk-go-v2/service/sqs v1.18.5 - github.com/aws/aws-sdk-go-v2/service/ssm v1.27.1 - github.com/aws/aws-sdk-go-v2/service/sts v1.16.6 - github.com/aws/aws-sdk-go-v2/service/support v1.13.5 - github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.13.5 - github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.6.6 - github.com/aws/aws-sdk-go-v2/service/waf v1.11.5 - github.com/aws/aws-sdk-go-v2/service/wafregional v1.12.6 - github.com/aws/aws-sdk-go-v2/service/wafv2 v1.20.1 - github.com/aws/aws-sdk-go-v2/service/workspaces v1.18.2 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/config v1.15.10 + github.com/aws/aws-sdk-go-v2/service/acm v1.14.6 + github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.7 + github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.15.6 + github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.13.2 + github.com/aws/aws-sdk-go-v2/service/appstream v1.16.3 + github.com/aws/aws-sdk-go-v2/service/athena v1.15.3 + github.com/aws/aws-sdk-go-v2/service/autoscaling v1.23.3 + github.com/aws/aws-sdk-go-v2/service/batch v1.18.5 + github.com/aws/aws-sdk-go-v2/service/cloudformation v1.21.1 + github.com/aws/aws-sdk-go-v2/service/cloudfront v1.18.2 + github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.6 + github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.13.6 + github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.16.2 + github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.18.4 + github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.6 + github.com/aws/aws-sdk-go-v2/service/codecommit v1.13.6 + github.com/aws/aws-sdk-go-v2/service/codedeploy v1.14.6 + github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.6 + github.com/aws/aws-sdk-go-v2/service/codestar v1.11.6 + github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.17.1 + github.com/aws/aws-sdk-go-v2/service/configservice v1.21.3 + github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.13.6 + github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.18.6 + github.com/aws/aws-sdk-go-v2/service/devicefarm v1.13.6 + github.com/aws/aws-sdk-go-v2/service/directconnect v1.17.6 + github.com/aws/aws-sdk-go-v2/service/directoryservice v1.13.6 + github.com/aws/aws-sdk-go-v2/service/docdb v1.18.3 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.6 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.45.1 + github.com/aws/aws-sdk-go-v2/service/ecr v1.17.6 + github.com/aws/aws-sdk-go-v2/service/ecs v1.18.8 + github.com/aws/aws-sdk-go-v2/service/efs v1.17.4 + github.com/aws/aws-sdk-go-v2/service/elasticache v1.21.1 + github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.6 + github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.6 + github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.6 + github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.15.6 + github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.13.6 + github.com/aws/aws-sdk-go-v2/service/emr v1.18.2 + github.com/aws/aws-sdk-go-v2/service/eventbridge v1.16.3 + github.com/aws/aws-sdk-go-v2/service/firehose v1.14.7 + github.com/aws/aws-sdk-go-v2/service/gamelift v1.14.6 + github.com/aws/aws-sdk-go-v2/service/glacier v1.13.6 + github.com/aws/aws-sdk-go-v2/service/glue v1.25.1 + github.com/aws/aws-sdk-go-v2/service/health v1.15.8 + github.com/aws/aws-sdk-go-v2/service/iam v1.18.6 + github.com/aws/aws-sdk-go-v2/service/inspector v1.12.6 + github.com/aws/aws-sdk-go-v2/service/iot v1.25.3 + github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.7 + github.com/aws/aws-sdk-go-v2/service/kms v1.17.3 + github.com/aws/aws-sdk-go-v2/service/lambda v1.23.2 + github.com/aws/aws-sdk-go-v2/service/lightsail v1.22.1 + github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.11.6 + github.com/aws/aws-sdk-go-v2/service/neptune v1.16.6 + github.com/aws/aws-sdk-go-v2/service/opsworks v1.13.6 + github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.11.7 + github.com/aws/aws-sdk-go-v2/service/polly v1.15.3 + github.com/aws/aws-sdk-go-v2/service/rds v1.21.3 + github.com/aws/aws-sdk-go-v2/service/redshift v1.24.2 + github.com/aws/aws-sdk-go-v2/service/rekognition v1.18.3 + github.com/aws/aws-sdk-go-v2/service/route53 v1.21.1 + github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.6 + github.com/aws/aws-sdk-go-v2/service/route53resolver v1.15.7 + github.com/aws/aws-sdk-go-v2/service/s3 v1.26.11 + github.com/aws/aws-sdk-go-v2/service/s3control v1.21.7 + github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.15.10 + github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.4 + github.com/aws/aws-sdk-go-v2/service/ses v1.14.7 + github.com/aws/aws-sdk-go-v2/service/sfn v1.13.6 + github.com/aws/aws-sdk-go-v2/service/shield v1.16.6 + github.com/aws/aws-sdk-go-v2/service/sms v1.12.7 + github.com/aws/aws-sdk-go-v2/service/snowball v1.15.6 + github.com/aws/aws-sdk-go-v2/service/sns v1.17.7 + github.com/aws/aws-sdk-go-v2/service/sqs v1.18.6 + github.com/aws/aws-sdk-go-v2/service/ssm v1.27.2 + github.com/aws/aws-sdk-go-v2/service/sts v1.16.7 + github.com/aws/aws-sdk-go-v2/service/support v1.13.6 + github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.13.6 + github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.6.7 + github.com/aws/aws-sdk-go-v2/service/waf v1.11.6 + github.com/aws/aws-sdk-go-v2/service/wafregional v1.12.7 + github.com/aws/aws-sdk-go-v2/service/wafv2 v1.20.2 + github.com/aws/aws-sdk-go-v2/service/workspaces v1.18.3 github.com/aws/smithy-go v1.11.3 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 66704c2e7b5..15abe58b3b1 100644 --- a/service/internal/presigned-url/CHANGELOG.md +++ b/service/internal/presigned-url/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.5 (2022-05-17) * **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 de88257a182..3fb71f6757c 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.16.4 + github.com/aws/aws-sdk-go-v2 v1.16.5 github.com/aws/smithy-go v1.11.3 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 2d41ce5e8fa..016b482387b 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.5" +const goModuleVersion = "1.9.6" diff --git a/service/internal/s3shared/CHANGELOG.md b/service/internal/s3shared/CHANGELOG.md index 19e47ea3ede..1f7bf464863 100644 --- a/service/internal/s3shared/CHANGELOG.md +++ b/service/internal/s3shared/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/s3shared/go.mod b/service/internal/s3shared/go.mod index 9ea803b3332..63dfb426855 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.16.4 + github.com/aws/aws-sdk-go-v2 v1.16.5 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/internal/s3shared/go_module_metadata.go b/service/internal/s3shared/go_module_metadata.go index 32b60faadb7..3f73133a49b 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.5" +const goModuleVersion = "1.13.6" diff --git a/service/iot/CHANGELOG.md b/service/iot/CHANGELOG.md index 563b8aa4f2c..db37a0ef90e 100644 --- a/service/iot/CHANGELOG.md +++ b/service/iot/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iot/go.mod b/service/iot/go.mod index 27ecf4bdbce..7302728b30f 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/iot/go_module_metadata.go b/service/iot/go_module_metadata.go index 693a7c8785b..228354fafe1 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.25.2" +const goModuleVersion = "1.25.3" diff --git a/service/iot1clickdevicesservice/CHANGELOG.md b/service/iot1clickdevicesservice/CHANGELOG.md index 2e326cddbfc..2036cf78231 100644 --- a/service/iot1clickdevicesservice/CHANGELOG.md +++ b/service/iot1clickdevicesservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iot1clickdevicesservice/go.mod b/service/iot1clickdevicesservice/go.mod index 68ad847257e..db49267b6d2 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/iot1clickdevicesservice/go_module_metadata.go b/service/iot1clickdevicesservice/go_module_metadata.go index fcd520ac76c..bf1fd1a43f7 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.10.5" +const goModuleVersion = "1.10.6" diff --git a/service/iot1clickprojects/CHANGELOG.md b/service/iot1clickprojects/CHANGELOG.md index d1b4269529a..a0abac976a7 100644 --- a/service/iot1clickprojects/CHANGELOG.md +++ b/service/iot1clickprojects/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iot1clickprojects/go.mod b/service/iot1clickprojects/go.mod index 9d75d83eb6d..bdcaf7c6ff6 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/iot1clickprojects/go_module_metadata.go b/service/iot1clickprojects/go_module_metadata.go index cbbe1054622..2dfd111f58b 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.11.5" +const goModuleVersion = "1.11.6" diff --git a/service/iotanalytics/CHANGELOG.md b/service/iotanalytics/CHANGELOG.md index dd981cc4c48..c299d7c8ead 100644 --- a/service/iotanalytics/CHANGELOG.md +++ b/service/iotanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotanalytics/go.mod b/service/iotanalytics/go.mod index ce87fc85094..26ca237574c 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/iotanalytics/go_module_metadata.go b/service/iotanalytics/go_module_metadata.go index c3c96046c1b..7cd75243a7c 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/iotdataplane/CHANGELOG.md b/service/iotdataplane/CHANGELOG.md index b7b60465c0d..91e61c25933 100644 --- a/service/iotdataplane/CHANGELOG.md +++ b/service/iotdataplane/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.4 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.3 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotdataplane/go.mod b/service/iotdataplane/go.mod index d900600e7c7..3f1ef392129 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/iotdataplane/go_module_metadata.go b/service/iotdataplane/go_module_metadata.go index 9a09646b2af..e119a19203e 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.12.3" +const goModuleVersion = "1.12.4" diff --git a/service/iotdeviceadvisor/CHANGELOG.md b/service/iotdeviceadvisor/CHANGELOG.md index f0f4016679c..d8065c1e777 100644 --- a/service/iotdeviceadvisor/CHANGELOG.md +++ b/service/iotdeviceadvisor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotdeviceadvisor/go.mod b/service/iotdeviceadvisor/go.mod index 2e88d465e68..89bf7464691 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/iotdeviceadvisor/go_module_metadata.go b/service/iotdeviceadvisor/go_module_metadata.go index 8d9231a0494..e37ceaa1875 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.14.5" +const goModuleVersion = "1.14.6" diff --git a/service/iotevents/CHANGELOG.md b/service/iotevents/CHANGELOG.md index a00775d6443..877f2d165bb 100644 --- a/service/iotevents/CHANGELOG.md +++ b/service/iotevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.6 (2022-06-06) * No change notes available for this release. diff --git a/service/iotevents/go.mod b/service/iotevents/go.mod index 2d3d5a962ab..bcf15e4e893 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/iotevents/go_module_metadata.go b/service/iotevents/go_module_metadata.go index b0c36028a2b..00c4de6b911 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.14.6" +const goModuleVersion = "1.14.7" diff --git a/service/ioteventsdata/CHANGELOG.md b/service/ioteventsdata/CHANGELOG.md index 8f3530fb328..fb882bd2145 100644 --- a/service/ioteventsdata/CHANGELOG.md +++ b/service/ioteventsdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.0 (2022-05-18) * **Feature**: Introducing new API for deleting detectors: BatchDeleteDetector. diff --git a/service/ioteventsdata/go.mod b/service/ioteventsdata/go.mod index 00c30a0097b..9483dc89130 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/ioteventsdata/go_module_metadata.go b/service/ioteventsdata/go_module_metadata.go index ec7d86445b9..ed63c1cb364 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.12.0" +const goModuleVersion = "1.12.1" diff --git a/service/iotfleethub/CHANGELOG.md b/service/iotfleethub/CHANGELOG.md index 14a3694f9dd..99ddc950769 100644 --- a/service/iotfleethub/CHANGELOG.md +++ b/service/iotfleethub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotfleethub/go.mod b/service/iotfleethub/go.mod index 0ecece6467a..14243afc1f3 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/iotfleethub/go_module_metadata.go b/service/iotfleethub/go_module_metadata.go index 5a9a55719a1..9b79250033e 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/iotjobsdataplane/CHANGELOG.md b/service/iotjobsdataplane/CHANGELOG.md index 0a444747c9b..3d0f6b2e3fa 100644 --- a/service/iotjobsdataplane/CHANGELOG.md +++ b/service/iotjobsdataplane/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotjobsdataplane/go.mod b/service/iotjobsdataplane/go.mod index 5fe9cb73354..a8cfb812434 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/iotjobsdataplane/go_module_metadata.go b/service/iotjobsdataplane/go_module_metadata.go index ff7ff79e944..893fabbd298 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.11.5" +const goModuleVersion = "1.11.6" diff --git a/service/iotsecuretunneling/CHANGELOG.md b/service/iotsecuretunneling/CHANGELOG.md index f1a1c31cfac..5e9da7f890f 100644 --- a/service/iotsecuretunneling/CHANGELOG.md +++ b/service/iotsecuretunneling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.1 (2022-05-17) * **Bug Fix**: Fixes iotsecuretunneling and mobile API clients to use the correct name for signing requests, Fixes [#1686](https://github.com/aws/aws-sdk-go-v2/issues/1686). diff --git a/service/iotsecuretunneling/go.mod b/service/iotsecuretunneling/go.mod index 327a53f05fb..8b02618c524 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/iotsecuretunneling/go_module_metadata.go b/service/iotsecuretunneling/go_module_metadata.go index 439efd20643..a9af27fed32 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.13.1" +const goModuleVersion = "1.13.2" diff --git a/service/iotsitewise/CHANGELOG.md b/service/iotsitewise/CHANGELOG.md index 09cfaa6fc23..d85fcc07588 100644 --- a/service/iotsitewise/CHANGELOG.md +++ b/service/iotsitewise/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.1 (2022-06-06) * No change notes available for this release. diff --git a/service/iotsitewise/go.mod b/service/iotsitewise/go.mod index c645467ed54..ecbbe5e7e8a 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 46eba23465a..a0dab757fb3 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.22.1" +const goModuleVersion = "1.22.2" diff --git a/service/iotthingsgraph/CHANGELOG.md b/service/iotthingsgraph/CHANGELOG.md index 3c611ea93f1..2a4d2f68315 100644 --- a/service/iotthingsgraph/CHANGELOG.md +++ b/service/iotthingsgraph/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotthingsgraph/go.mod b/service/iotthingsgraph/go.mod index edc688d952e..833d4068dd7 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/iotthingsgraph/go_module_metadata.go b/service/iotthingsgraph/go_module_metadata.go index 1b9c3f5afe8..d812e658da5 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/iottwinmaker/CHANGELOG.md b/service/iottwinmaker/CHANGELOG.md index 9968a91f178..e774d8d9d4f 100644 --- a/service/iottwinmaker/CHANGELOG.md +++ b/service/iottwinmaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iottwinmaker/go.mod b/service/iottwinmaker/go.mod index 962356a3d95..043ceee8972 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/iottwinmaker/go_module_metadata.go b/service/iottwinmaker/go_module_metadata.go index d302d79e514..7c8d0979aef 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.7.2" +const goModuleVersion = "1.7.3" diff --git a/service/iotwireless/CHANGELOG.md b/service/iotwireless/CHANGELOG.md index 3eb350765d9..b8fba0a8a31 100644 --- a/service/iotwireless/CHANGELOG.md +++ b/service/iotwireless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotwireless/go.mod b/service/iotwireless/go.mod index 762e46afc8d..7abfe0d3633 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/iotwireless/go_module_metadata.go b/service/iotwireless/go_module_metadata.go index a6df279abf1..f1881b6b5d7 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.19.1" +const goModuleVersion = "1.19.2" diff --git a/service/ivs/CHANGELOG.md b/service/ivs/CHANGELOG.md index 8d417b91e1c..be9fb01c638 100644 --- a/service/ivs/CHANGELOG.md +++ b/service/ivs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ivs/go.mod b/service/ivs/go.mod index fa7daa5a3ef..cc82256fa59 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/ivs/go_module_metadata.go b/service/ivs/go_module_metadata.go index 89645459ecc..709dc68fc6b 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.16.6" +const goModuleVersion = "1.16.7" diff --git a/service/ivschat/CHANGELOG.md b/service/ivschat/CHANGELOG.md index 8da58b79df8..c4069904961 100644 --- a/service/ivschat/CHANGELOG.md +++ b/service/ivschat/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.5 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.4 (2022-05-24) * **Documentation**: Doc-only update. For MessageReviewHandler structure, added timeout period in the description of the fallbackResult field diff --git a/service/ivschat/go.mod b/service/ivschat/go.mod index 27a2087f3e7..1f94e30eb3b 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/ivschat/go_module_metadata.go b/service/ivschat/go_module_metadata.go index 2740bb83495..84470f6000c 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.0.4" +const goModuleVersion = "1.0.5" diff --git a/service/kafka/CHANGELOG.md b/service/kafka/CHANGELOG.md index 409254bcbb6..759dac1508d 100644 --- a/service/kafka/CHANGELOG.md +++ b/service/kafka/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kafka/go.mod b/service/kafka/go.mod index 848c81fa9da..0d93f299996 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/kafka/go_module_metadata.go b/service/kafka/go_module_metadata.go index 14f37bdb5d3..996ac03eae8 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.17.5" +const goModuleVersion = "1.17.6" diff --git a/service/kafkaconnect/CHANGELOG.md b/service/kafkaconnect/CHANGELOG.md index b76e6e8a62a..61640099b9a 100644 --- a/service/kafkaconnect/CHANGELOG.md +++ b/service/kafkaconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kafkaconnect/go.mod b/service/kafkaconnect/go.mod index dc3fb515dca..22023217062 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/kafkaconnect/go_module_metadata.go b/service/kafkaconnect/go_module_metadata.go index 876b880faec..5be91922b8a 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.8.5" +const goModuleVersion = "1.8.6" diff --git a/service/kendra/CHANGELOG.md b/service/kendra/CHANGELOG.md index ed0a274280e..bb87965cdaa 100644 --- a/service/kendra/CHANGELOG.md +++ b/service/kendra/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.0 (2022-06-02) * **Feature**: Amazon Kendra now provides a data source connector for GitHub. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-github.html diff --git a/service/kendra/go.mod b/service/kendra/go.mod index 3f2796c6afd..ec3658609e9 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/kendra/go_module_metadata.go b/service/kendra/go_module_metadata.go index f1161791943..4b00617bd72 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.28.0" +const goModuleVersion = "1.28.1" diff --git a/service/keyspaces/CHANGELOG.md b/service/keyspaces/CHANGELOG.md index 8007e6c713b..79ed9bffc04 100644 --- a/service/keyspaces/CHANGELOG.md +++ b/service/keyspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.8 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.7 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/keyspaces/go.mod b/service/keyspaces/go.mod index 6ae05f4454d..6d814281682 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/keyspaces/go_module_metadata.go b/service/keyspaces/go_module_metadata.go index 81723655581..31b29f73c9e 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.0.7" +const goModuleVersion = "1.0.8" diff --git a/service/kinesis/CHANGELOG.md b/service/kinesis/CHANGELOG.md index a76a01d27dd..7856ab33cf0 100644 --- a/service/kinesis/CHANGELOG.md +++ b/service/kinesis/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesis/go.mod b/service/kinesis/go.mod index 89948743103..d064871d591 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.16.4 - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.1 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.2 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 96e2f5424a3..8dcc2880a9e 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.15.6" +const goModuleVersion = "1.15.7" diff --git a/service/kinesis/internal/testing/go.mod b/service/kinesis/internal/testing/go.mod index 542e94e1eb6..fab07b7e0f1 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.16.4 - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.1 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.17 - github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.6 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.2 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.18 + github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.7 github.com/aws/smithy-go v1.11.3 github.com/google/go-cmp v0.5.8 ) diff --git a/service/kinesisanalytics/CHANGELOG.md b/service/kinesisanalytics/CHANGELOG.md index 75e3186dfd0..9c0512a3e43 100644 --- a/service/kinesisanalytics/CHANGELOG.md +++ b/service/kinesisanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisanalytics/go.mod b/service/kinesisanalytics/go.mod index 229ded5bc26..1073d41b5f2 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/kinesisanalytics/go_module_metadata.go b/service/kinesisanalytics/go_module_metadata.go index 70c3bb8bf4a..0b135cdf3f4 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/kinesisanalyticsv2/CHANGELOG.md b/service/kinesisanalyticsv2/CHANGELOG.md index 34e2ba09da4..c8820447e15 100644 --- a/service/kinesisanalyticsv2/CHANGELOG.md +++ b/service/kinesisanalyticsv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisanalyticsv2/go.mod b/service/kinesisanalyticsv2/go.mod index 6bfe03bf9ca..2a5e41fc5b5 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/kinesisanalyticsv2/go_module_metadata.go b/service/kinesisanalyticsv2/go_module_metadata.go index ebd87cd31da..58beef4c19c 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.14.5" +const goModuleVersion = "1.14.6" diff --git a/service/kinesisvideo/CHANGELOG.md b/service/kinesisvideo/CHANGELOG.md index 56618102321..e471dcc9004 100644 --- a/service/kinesisvideo/CHANGELOG.md +++ b/service/kinesisvideo/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideo/go.mod b/service/kinesisvideo/go.mod index 8bdff193e8c..a00d87ebbdd 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/kinesisvideo/go_module_metadata.go b/service/kinesisvideo/go_module_metadata.go index a811d948792..f04d350a14b 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.12.1" +const goModuleVersion = "1.12.2" diff --git a/service/kinesisvideoarchivedmedia/CHANGELOG.md b/service/kinesisvideoarchivedmedia/CHANGELOG.md index 3ccb9d503e1..7a31a94615e 100644 --- a/service/kinesisvideoarchivedmedia/CHANGELOG.md +++ b/service/kinesisvideoarchivedmedia/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideoarchivedmedia/go.mod b/service/kinesisvideoarchivedmedia/go.mod index 5b17a594399..0cbab32a0c4 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/kinesisvideoarchivedmedia/go_module_metadata.go b/service/kinesisvideoarchivedmedia/go_module_metadata.go index 453b57d974b..b4b9d415ab9 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.13.1" +const goModuleVersion = "1.13.2" diff --git a/service/kinesisvideomedia/CHANGELOG.md b/service/kinesisvideomedia/CHANGELOG.md index 6c70e84dabe..2c1ccd12a36 100644 --- a/service/kinesisvideomedia/CHANGELOG.md +++ b/service/kinesisvideomedia/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideomedia/go.mod b/service/kinesisvideomedia/go.mod index dfe39c1900c..3ce2c5f0901 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/kinesisvideomedia/go_module_metadata.go b/service/kinesisvideomedia/go_module_metadata.go index 6fbe6764839..d43a7c7b868 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.10.5" +const goModuleVersion = "1.10.6" diff --git a/service/kinesisvideosignaling/CHANGELOG.md b/service/kinesisvideosignaling/CHANGELOG.md index 6c70e84dabe..2c1ccd12a36 100644 --- a/service/kinesisvideosignaling/CHANGELOG.md +++ b/service/kinesisvideosignaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideosignaling/go.mod b/service/kinesisvideosignaling/go.mod index a76fccc9de5..1460d1f2957 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/kinesisvideosignaling/go_module_metadata.go b/service/kinesisvideosignaling/go_module_metadata.go index 4356a79b432..f907518616d 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.10.5" +const goModuleVersion = "1.10.6" diff --git a/service/kms/CHANGELOG.md b/service/kms/CHANGELOG.md index 8133e8d48cf..a851607ca2c 100644 --- a/service/kms/CHANGELOG.md +++ b/service/kms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2022-05-17) * **Documentation**: Add HMAC best practice tip, annual rotation of AWS managed keys. diff --git a/service/kms/go.mod b/service/kms/go.mod index d942b1b8260..1fb65b18559 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/kms/go_module_metadata.go b/service/kms/go_module_metadata.go index b3f3cf19e87..252f2216976 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/lakeformation/CHANGELOG.md b/service/lakeformation/CHANGELOG.md index 8de557df803..54425d0e6e4 100644 --- a/service/lakeformation/CHANGELOG.md +++ b/service/lakeformation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lakeformation/go.mod b/service/lakeformation/go.mod index 535683f641d..40076964d70 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/lakeformation/go_module_metadata.go b/service/lakeformation/go_module_metadata.go index 911985b2cdd..e5be4d0d544 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.16.5" +const goModuleVersion = "1.16.6" diff --git a/service/lambda/CHANGELOG.md b/service/lambda/CHANGELOG.md index 6f8c337c8b2..3c29f76888f 100644 --- a/service/lambda/CHANGELOG.md +++ b/service/lambda/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lambda/go.mod b/service/lambda/go.mod index 6625d631720..9ccaafd9827 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 d6aedaf4f7e..7d32d771074 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.23.1" +const goModuleVersion = "1.23.2" diff --git a/service/lexmodelbuildingservice/CHANGELOG.md b/service/lexmodelbuildingservice/CHANGELOG.md index c834b334b02..2b22fafbf16 100644 --- a/service/lexmodelbuildingservice/CHANGELOG.md +++ b/service/lexmodelbuildingservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexmodelbuildingservice/go.mod b/service/lexmodelbuildingservice/go.mod index bf55e22d94a..762c846d101 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/lexmodelbuildingservice/go_module_metadata.go b/service/lexmodelbuildingservice/go_module_metadata.go index 00d92bed8fb..5b5c62242f1 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.16.5" +const goModuleVersion = "1.16.6" diff --git a/service/lexmodelsv2/CHANGELOG.md b/service/lexmodelsv2/CHANGELOG.md index 9d4f631de77..b5379eaa016 100644 --- a/service/lexmodelsv2/CHANGELOG.md +++ b/service/lexmodelsv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexmodelsv2/go.mod b/service/lexmodelsv2/go.mod index 40331e29694..378e2eb4f36 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 ac914850090..9c329643b0c 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.20.5" +const goModuleVersion = "1.20.6" diff --git a/service/lexruntimeservice/CHANGELOG.md b/service/lexruntimeservice/CHANGELOG.md index 919cb6db6ca..b167937293f 100644 --- a/service/lexruntimeservice/CHANGELOG.md +++ b/service/lexruntimeservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexruntimeservice/go.mod b/service/lexruntimeservice/go.mod index a405161e2fe..dd2020a8e73 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/lexruntimeservice/go_module_metadata.go b/service/lexruntimeservice/go_module_metadata.go index 8d88d68fbce..74e6e2fb175 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/lexruntimev2/CHANGELOG.md b/service/lexruntimev2/CHANGELOG.md index 8de2fcecbf9..e5eec3c241f 100644 --- a/service/lexruntimev2/CHANGELOG.md +++ b/service/lexruntimev2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexruntimev2/go.mod b/service/lexruntimev2/go.mod index 067fb6841cd..1a6beed83c9 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.16.4 - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.1 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.2 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/lexruntimev2/go_module_metadata.go b/service/lexruntimev2/go_module_metadata.go index 2b84ae58dfa..82b2f4e7908 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.14.6" +const goModuleVersion = "1.14.7" diff --git a/service/licensemanager/CHANGELOG.md b/service/licensemanager/CHANGELOG.md index 76e6a422e70..8128fd762c2 100644 --- a/service/licensemanager/CHANGELOG.md +++ b/service/licensemanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/licensemanager/go.mod b/service/licensemanager/go.mod index 3eab7a2c7f1..20587345d5c 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/licensemanager/go_module_metadata.go b/service/licensemanager/go_module_metadata.go index 9eac3e31b20..82b830b29d1 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.15.6" +const goModuleVersion = "1.15.7" diff --git a/service/lightsail/CHANGELOG.md b/service/lightsail/CHANGELOG.md index f221654facf..8dd2e3bba01 100644 --- a/service/lightsail/CHANGELOG.md +++ b/service/lightsail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.0 (2022-05-26) * **Feature**: Amazon Lightsail now supports the ability to configure a Lightsail Container Service to pull images from Amazon ECR private repositories in your account. diff --git a/service/lightsail/go.mod b/service/lightsail/go.mod index 83f4b7d1847..a09e61ef0b6 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/lightsail/go_module_metadata.go b/service/lightsail/go_module_metadata.go index c5cd14a6745..0b9b4c08cfc 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.22.0" +const goModuleVersion = "1.22.1" diff --git a/service/location/CHANGELOG.md b/service/location/CHANGELOG.md index 301a2b90d88..10470025e85 100644 --- a/service/location/CHANGELOG.md +++ b/service/location/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/location/go.mod b/service/location/go.mod index c1b39ada3c5..239f70f96e9 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/location/go_module_metadata.go b/service/location/go_module_metadata.go index 00eef9663c1..bb10d7774ec 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.17.1" +const goModuleVersion = "1.17.2" diff --git a/service/lookoutequipment/CHANGELOG.md b/service/lookoutequipment/CHANGELOG.md index 671e40e3888..c8f34e9e438 100644 --- a/service/lookoutequipment/CHANGELOG.md +++ b/service/lookoutequipment/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lookoutequipment/go.mod b/service/lookoutequipment/go.mod index e3df0236818..235f99e5c05 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/lookoutequipment/go_module_metadata.go b/service/lookoutequipment/go_module_metadata.go index 4deb4f5b86c..0f070cc3355 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.13.1" +const goModuleVersion = "1.13.2" diff --git a/service/lookoutmetrics/CHANGELOG.md b/service/lookoutmetrics/CHANGELOG.md index 3b64c93d034..57a6322a85e 100644 --- a/service/lookoutmetrics/CHANGELOG.md +++ b/service/lookoutmetrics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.0 (2022-05-31) * **Feature**: Adding backtest mode to detectors using the Cloudwatch data source. diff --git a/service/lookoutmetrics/go.mod b/service/lookoutmetrics/go.mod index aa5605fdf2a..bb474272b43 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/lookoutmetrics/go_module_metadata.go b/service/lookoutmetrics/go_module_metadata.go index 03ec543822c..7eff6ea80d7 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.15.0" +const goModuleVersion = "1.15.1" diff --git a/service/lookoutvision/CHANGELOG.md b/service/lookoutvision/CHANGELOG.md index 5656ff576cb..f4fd60c2cf2 100644 --- a/service/lookoutvision/CHANGELOG.md +++ b/service/lookoutvision/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lookoutvision/go.mod b/service/lookoutvision/go.mod index 63317d431d4..d203fcb7997 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/lookoutvision/go_module_metadata.go b/service/lookoutvision/go_module_metadata.go index 77d44af1811..6362e9cefc4 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/machinelearning/CHANGELOG.md b/service/machinelearning/CHANGELOG.md index 030fa55a7a4..8240a2570fd 100644 --- a/service/machinelearning/CHANGELOG.md +++ b/service/machinelearning/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/machinelearning/go.mod b/service/machinelearning/go.mod index 326113315ea..0e22966dea8 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 42bfd120272..92737bd4dcf 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.14.5" +const goModuleVersion = "1.14.6" diff --git a/service/macie/CHANGELOG.md b/service/macie/CHANGELOG.md index 9c2cc335d1b..a12f53a51af 100644 --- a/service/macie/CHANGELOG.md +++ b/service/macie/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/macie/go.mod b/service/macie/go.mod index bc719fde0b3..a162e7ae214 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/macie/go_module_metadata.go b/service/macie/go_module_metadata.go index cbcdeeb83ef..497cf01c5e5 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.14.5" +const goModuleVersion = "1.14.6" diff --git a/service/macie2/CHANGELOG.md b/service/macie2/CHANGELOG.md index e564cfd66d2..feeb0d0c9ae 100644 --- a/service/macie2/CHANGELOG.md +++ b/service/macie2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/macie2/go.mod b/service/macie2/go.mod index bb67d7cc260..25974896fc1 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/macie2/go_module_metadata.go b/service/macie2/go_module_metadata.go index 15ea1636904..ba15febf138 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/managedblockchain/CHANGELOG.md b/service/managedblockchain/CHANGELOG.md index d10314d7bee..0bf0507e4cc 100644 --- a/service/managedblockchain/CHANGELOG.md +++ b/service/managedblockchain/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/managedblockchain/go.mod b/service/managedblockchain/go.mod index defc125b0ee..1ead57ea258 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/managedblockchain/go_module_metadata.go b/service/managedblockchain/go_module_metadata.go index cc413bf8b39..ddab3eee33a 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/marketplacecatalog/CHANGELOG.md b/service/marketplacecatalog/CHANGELOG.md index 16dca12fd89..c3630fa183e 100644 --- a/service/marketplacecatalog/CHANGELOG.md +++ b/service/marketplacecatalog/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacecatalog/go.mod b/service/marketplacecatalog/go.mod index ffa97e8321c..31e3dbd6260 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/marketplacecatalog/go_module_metadata.go b/service/marketplacecatalog/go_module_metadata.go index b0480479d76..a2bfdd99291 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/marketplacecommerceanalytics/CHANGELOG.md b/service/marketplacecommerceanalytics/CHANGELOG.md index 527db45b18a..486e47532f5 100644 --- a/service/marketplacecommerceanalytics/CHANGELOG.md +++ b/service/marketplacecommerceanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacecommerceanalytics/go.mod b/service/marketplacecommerceanalytics/go.mod index 3a4a813fa88..e2aa5adef72 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/marketplacecommerceanalytics/go_module_metadata.go b/service/marketplacecommerceanalytics/go_module_metadata.go index 4b1eaae17c2..2c0a6f13960 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.11.5" +const goModuleVersion = "1.11.6" diff --git a/service/marketplaceentitlementservice/CHANGELOG.md b/service/marketplaceentitlementservice/CHANGELOG.md index 527db45b18a..486e47532f5 100644 --- a/service/marketplaceentitlementservice/CHANGELOG.md +++ b/service/marketplaceentitlementservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplaceentitlementservice/go.mod b/service/marketplaceentitlementservice/go.mod index a5a40f6b863..d6920f53f2d 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/marketplaceentitlementservice/go_module_metadata.go b/service/marketplaceentitlementservice/go_module_metadata.go index 2c989f56bdf..c7ca8b59c53 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.11.5" +const goModuleVersion = "1.11.6" diff --git a/service/marketplacemetering/CHANGELOG.md b/service/marketplacemetering/CHANGELOG.md index 25a6b290852..802e796c96f 100644 --- a/service/marketplacemetering/CHANGELOG.md +++ b/service/marketplacemetering/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacemetering/go.mod b/service/marketplacemetering/go.mod index 2d575e92bb4..6538cd5feb5 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/marketplacemetering/go_module_metadata.go b/service/marketplacemetering/go_module_metadata.go index 623753c77e0..4bd22c8af1d 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/mediaconnect/CHANGELOG.md b/service/mediaconnect/CHANGELOG.md index 113fc5dc976..166a5fc93f3 100644 --- a/service/mediaconnect/CHANGELOG.md +++ b/service/mediaconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediaconnect/go.mod b/service/mediaconnect/go.mod index f257c0d1dcc..3dee3e9c04e 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 fc4765f1309..3d63bf656b3 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.16.5" +const goModuleVersion = "1.16.6" diff --git a/service/mediaconvert/CHANGELOG.md b/service/mediaconvert/CHANGELOG.md index a967a0817c6..84720ffbba5 100644 --- a/service/mediaconvert/CHANGELOG.md +++ b/service/mediaconvert/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.0 (2022-05-24) * **Feature**: AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders. diff --git a/service/mediaconvert/go.mod b/service/mediaconvert/go.mod index 2977604cdf3..a685c63d1bb 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/mediaconvert/go_module_metadata.go b/service/mediaconvert/go_module_metadata.go index bd93d227789..c7554f889ee 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.24.0" +const goModuleVersion = "1.24.1" diff --git a/service/medialive/CHANGELOG.md b/service/medialive/CHANGELOG.md index 80074f67934..666bc218ae9 100644 --- a/service/medialive/CHANGELOG.md +++ b/service/medialive/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.4 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.3 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/medialive/go.mod b/service/medialive/go.mod index 7350698602c..d2fb747a2f3 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 3bd28354f93..a493d8b2020 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.20.3" +const goModuleVersion = "1.20.4" diff --git a/service/mediapackage/CHANGELOG.md b/service/mediapackage/CHANGELOG.md index deae440c617..49b67121762 100644 --- a/service/mediapackage/CHANGELOG.md +++ b/service/mediapackage/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediapackage/go.mod b/service/mediapackage/go.mod index 81b791eb2cd..f69adc5abc0 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/mediapackage/go_module_metadata.go b/service/mediapackage/go_module_metadata.go index e76cdf74c8f..72c366c07f6 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.16.1" +const goModuleVersion = "1.16.2" diff --git a/service/mediapackagevod/CHANGELOG.md b/service/mediapackagevod/CHANGELOG.md index 54402cf04b3..cdab25e3e4a 100644 --- a/service/mediapackagevod/CHANGELOG.md +++ b/service/mediapackagevod/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediapackagevod/go.mod b/service/mediapackagevod/go.mod index 324e89119a6..2a40f8f5161 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/mediapackagevod/go_module_metadata.go b/service/mediapackagevod/go_module_metadata.go index 787e14aab1d..42dc3e0a873 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/mediastore/CHANGELOG.md b/service/mediastore/CHANGELOG.md index 3c611ea93f1..2a4d2f68315 100644 --- a/service/mediastore/CHANGELOG.md +++ b/service/mediastore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediastore/go.mod b/service/mediastore/go.mod index e1193a7cd54..1114752a527 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/mediastore/go_module_metadata.go b/service/mediastore/go_module_metadata.go index 0dcb3c8c12b..055a4a46721 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/mediastoredata/CHANGELOG.md b/service/mediastoredata/CHANGELOG.md index 16dca12fd89..c3630fa183e 100644 --- a/service/mediastoredata/CHANGELOG.md +++ b/service/mediastoredata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediastoredata/go.mod b/service/mediastoredata/go.mod index 84795aefeb4..6202a5a1dcc 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/mediastoredata/go_module_metadata.go b/service/mediastoredata/go_module_metadata.go index 39e6b171fe4..d8a48dfb559 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/mediatailor/CHANGELOG.md b/service/mediatailor/CHANGELOG.md index 2335df2cefe..6a55f0b1469 100644 --- a/service/mediatailor/CHANGELOG.md +++ b/service/mediatailor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediatailor/go.mod b/service/mediatailor/go.mod index 1d572aac3e4..b12f4d31f76 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/mediatailor/go_module_metadata.go b/service/mediatailor/go_module_metadata.go index 87a7aef1498..a845064cf3e 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/memorydb/CHANGELOG.md b/service/memorydb/CHANGELOG.md index 3092b811f58..d9000c09e63 100644 --- a/service/memorydb/CHANGELOG.md +++ b/service/memorydb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.6 (2022-06-06) * No change notes available for this release. diff --git a/service/memorydb/go.mod b/service/memorydb/go.mod index fd77e1ca28a..750997b843e 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/memorydb/go_module_metadata.go b/service/memorydb/go_module_metadata.go index 0a765d24756..4afd5567080 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.9.6" +const goModuleVersion = "1.9.7" diff --git a/service/mgn/CHANGELOG.md b/service/mgn/CHANGELOG.md index 98b4920ca1c..3111c8cd9cc 100644 --- a/service/mgn/CHANGELOG.md +++ b/service/mgn/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mgn/go.mod b/service/mgn/go.mod index e0d2c047826..b7307733097 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/mgn/go_module_metadata.go b/service/mgn/go_module_metadata.go index 1d1b7f57ddc..d7ac9e3e6fd 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.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/migrationhub/CHANGELOG.md b/service/migrationhub/CHANGELOG.md index 3c611ea93f1..2a4d2f68315 100644 --- a/service/migrationhub/CHANGELOG.md +++ b/service/migrationhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhub/go.mod b/service/migrationhub/go.mod index 6c4e49b334d..617e4c84cfa 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/migrationhub/go_module_metadata.go b/service/migrationhub/go_module_metadata.go index 3364eb0c275..207b4ddac02 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/migrationhubconfig/CHANGELOG.md b/service/migrationhubconfig/CHANGELOG.md index 3c611ea93f1..2a4d2f68315 100644 --- a/service/migrationhubconfig/CHANGELOG.md +++ b/service/migrationhubconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhubconfig/go.mod b/service/migrationhubconfig/go.mod index 7bd87927253..40bed6b7ace 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/migrationhubconfig/go_module_metadata.go b/service/migrationhubconfig/go_module_metadata.go index 14daa669e18..66ede4410b2 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/migrationhubrefactorspaces/CHANGELOG.md b/service/migrationhubrefactorspaces/CHANGELOG.md index 44950832830..07993c5d044 100644 --- a/service/migrationhubrefactorspaces/CHANGELOG.md +++ b/service/migrationhubrefactorspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhubrefactorspaces/go.mod b/service/migrationhubrefactorspaces/go.mod index 0b7c76f8a5a..d860899ac47 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/migrationhubrefactorspaces/go_module_metadata.go b/service/migrationhubrefactorspaces/go_module_metadata.go index 20668604523..2afcd6407b8 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.5.6" +const goModuleVersion = "1.5.7" diff --git a/service/migrationhubstrategy/CHANGELOG.md b/service/migrationhubstrategy/CHANGELOG.md index 8878cb26c6e..f079801f1a0 100644 --- a/service/migrationhubstrategy/CHANGELOG.md +++ b/service/migrationhubstrategy/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhubstrategy/go.mod b/service/migrationhubstrategy/go.mod index 37cb759015d..f95749ebb0c 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/migrationhubstrategy/go_module_metadata.go b/service/migrationhubstrategy/go_module_metadata.go index b8e54fe5bf8..70b7a3aa9d0 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.5.5" +const goModuleVersion = "1.5.6" diff --git a/service/mobile/CHANGELOG.md b/service/mobile/CHANGELOG.md index 389f0d99465..a8a0814ca53 100644 --- a/service/mobile/CHANGELOG.md +++ b/service/mobile/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.5 (2022-05-17) * **Bug Fix**: Fixes iotsecuretunneling and mobile API clients to use the correct name for signing requests, Fixes [#1686](https://github.com/aws/aws-sdk-go-v2/issues/1686). diff --git a/service/mobile/go.mod b/service/mobile/go.mod index 175a8f947ad..8773f6823e6 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/mobile/go_module_metadata.go b/service/mobile/go_module_metadata.go index 45faed9c5d7..a5cd84de1d7 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.11.5" +const goModuleVersion = "1.11.6" diff --git a/service/mq/CHANGELOG.md b/service/mq/CHANGELOG.md index 197f7b0c96f..41327b3754f 100644 --- a/service/mq/CHANGELOG.md +++ b/service/mq/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mq/go.mod b/service/mq/go.mod index 7360e9771d9..36854fc190e 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/mq/go_module_metadata.go b/service/mq/go_module_metadata.go index cd66fb342bc..c3dab4c57cd 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.13.1" +const goModuleVersion = "1.13.2" diff --git a/service/mturk/CHANGELOG.md b/service/mturk/CHANGELOG.md index 9523eb33da5..90538163b89 100644 --- a/service/mturk/CHANGELOG.md +++ b/service/mturk/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mturk/go.mod b/service/mturk/go.mod index 1a7ce3a33ad..dc2f382614a 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/mturk/go_module_metadata.go b/service/mturk/go_module_metadata.go index 91222404d60..8b7b24768d1 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/mwaa/CHANGELOG.md b/service/mwaa/CHANGELOG.md index cb776cde519..1b5c39e3249 100644 --- a/service/mwaa/CHANGELOG.md +++ b/service/mwaa/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mwaa/go.mod b/service/mwaa/go.mod index 6273f1c406d..b8a94f5356f 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/mwaa/go_module_metadata.go b/service/mwaa/go_module_metadata.go index bba3a6bbfbb..7533f64bbce 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/neptune/CHANGELOG.md b/service/neptune/CHANGELOG.md index fb5f4642334..62eb16775fe 100644 --- a/service/neptune/CHANGELOG.md +++ b/service/neptune/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/neptune/go.mod b/service/neptune/go.mod index 5cf47fd421c..041de48ebc5 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.6 github.com/aws/smithy-go v1.11.3 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 4b8b1c908d3..8287615d551 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.16.5" +const goModuleVersion = "1.16.6" diff --git a/service/networkfirewall/CHANGELOG.md b/service/networkfirewall/CHANGELOG.md index d8058c3ebba..15459a79ca2 100644 --- a/service/networkfirewall/CHANGELOG.md +++ b/service/networkfirewall/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/networkfirewall/go.mod b/service/networkfirewall/go.mod index 9d57c5332e6..0b4b3168396 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/networkfirewall/go_module_metadata.go b/service/networkfirewall/go_module_metadata.go index a3c483c7cda..cd280f901d3 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.17.1" +const goModuleVersion = "1.17.2" diff --git a/service/networkmanager/CHANGELOG.md b/service/networkmanager/CHANGELOG.md index a23cde68ab8..ed2fcb39aee 100644 --- a/service/networkmanager/CHANGELOG.md +++ b/service/networkmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.0 (2022-05-24) * **Feature**: This release adds Multi Account API support for a TGW Global Network, to enable and disable AWSServiceAccess with AwsOrganizations for Network Manager service and dependency CloudFormation StackSets service. diff --git a/service/networkmanager/go.mod b/service/networkmanager/go.mod index 57ef24f70b8..6544309084e 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/networkmanager/go_module_metadata.go b/service/networkmanager/go_module_metadata.go index 411472b45ca..540e5e1bcac 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.13.0" +const goModuleVersion = "1.13.1" diff --git a/service/nimble/CHANGELOG.md b/service/nimble/CHANGELOG.md index b518e841db0..e2a5065bd58 100644 --- a/service/nimble/CHANGELOG.md +++ b/service/nimble/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/nimble/go.mod b/service/nimble/go.mod index e7c9aaef0d6..3592e9572da 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 b8d353cb8a9..ec613d62997 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.12.6" +const goModuleVersion = "1.12.7" diff --git a/service/opensearch/CHANGELOG.md b/service/opensearch/CHANGELOG.md index 9b3c9de5661..fc01aacd971 100644 --- a/service/opensearch/CHANGELOG.md +++ b/service/opensearch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opensearch/go.mod b/service/opensearch/go.mod index a0eb236c054..829f01185b0 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/opensearch/go_module_metadata.go b/service/opensearch/go_module_metadata.go index 16365ef37b4..c4476aaa5b6 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.9.5" +const goModuleVersion = "1.9.6" diff --git a/service/opsworks/CHANGELOG.md b/service/opsworks/CHANGELOG.md index 11998029d2b..597536c4210 100644 --- a/service/opsworks/CHANGELOG.md +++ b/service/opsworks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opsworks/go.mod b/service/opsworks/go.mod index e1f20fb0a1f..c84720d3fa9 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 ddc697ffc83..eb3fb44491a 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/opsworkscm/CHANGELOG.md b/service/opsworkscm/CHANGELOG.md index 867a266dc33..71165bf78c4 100644 --- a/service/opsworkscm/CHANGELOG.md +++ b/service/opsworkscm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opsworkscm/go.mod b/service/opsworkscm/go.mod index cd88684dd70..ce90af07fef 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 c3de2915c40..1a49bfb272b 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.14.5" +const goModuleVersion = "1.14.6" diff --git a/service/organizations/CHANGELOG.md b/service/organizations/CHANGELOG.md index ffe3f5d1204..bece566ddc8 100644 --- a/service/organizations/CHANGELOG.md +++ b/service/organizations/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/organizations/go.mod b/service/organizations/go.mod index 5f1057cf432..9d4ed3f77b6 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/organizations/go_module_metadata.go b/service/organizations/go_module_metadata.go index aa692993061..7062e6b17ff 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.16.1" +const goModuleVersion = "1.16.2" diff --git a/service/outposts/CHANGELOG.md b/service/outposts/CHANGELOG.md index 93265ede113..f4517b5929a 100644 --- a/service/outposts/CHANGELOG.md +++ b/service/outposts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/outposts/go.mod b/service/outposts/go.mod index d1876a37cc4..becb168cd9d 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/outposts/go_module_metadata.go b/service/outposts/go_module_metadata.go index 8db14e73022..dcb1534d672 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/panorama/CHANGELOG.md b/service/panorama/CHANGELOG.md index e1475907e74..a6369d02b22 100644 --- a/service/panorama/CHANGELOG.md +++ b/service/panorama/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/panorama/go.mod b/service/panorama/go.mod index 04a847518c5..928745598ac 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/panorama/go_module_metadata.go b/service/panorama/go_module_metadata.go index d7b343299fb..878b4e0fcb8 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.7.2" +const goModuleVersion = "1.7.3" diff --git a/service/personalize/CHANGELOG.md b/service/personalize/CHANGELOG.md index 7b1a6bb16b8..0f6f32a7d6e 100644 --- a/service/personalize/CHANGELOG.md +++ b/service/personalize/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.0 (2022-05-23) * **Feature**: Adding modelMetrics as part of DescribeRecommender API response for Personalize. diff --git a/service/personalize/go.mod b/service/personalize/go.mod index 9b2ac0dd0ae..5820ab2745b 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/personalize/go_module_metadata.go b/service/personalize/go_module_metadata.go index e1993cc07fb..c84b7eb531f 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.20.0" +const goModuleVersion = "1.20.1" diff --git a/service/personalizeevents/CHANGELOG.md b/service/personalizeevents/CHANGELOG.md index 90f30d824d3..5a749b3f491 100644 --- a/service/personalizeevents/CHANGELOG.md +++ b/service/personalizeevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/personalizeevents/go.mod b/service/personalizeevents/go.mod index b6d0e8ac13e..d7f94c1ce2c 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/personalizeevents/go_module_metadata.go b/service/personalizeevents/go_module_metadata.go index 499074f25ce..13c13d73119 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.11.5" +const goModuleVersion = "1.11.6" diff --git a/service/personalizeruntime/CHANGELOG.md b/service/personalizeruntime/CHANGELOG.md index 1eff1adfa09..297348d500e 100644 --- a/service/personalizeruntime/CHANGELOG.md +++ b/service/personalizeruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/personalizeruntime/go.mod b/service/personalizeruntime/go.mod index 2b8998b8ae7..e233cf48015 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/personalizeruntime/go_module_metadata.go b/service/personalizeruntime/go_module_metadata.go index 39536d22a79..117b639a150 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.11.5" +const goModuleVersion = "1.11.6" diff --git a/service/pi/CHANGELOG.md b/service/pi/CHANGELOG.md index ae0c5fef0ac..904a12a3a7a 100644 --- a/service/pi/CHANGELOG.md +++ b/service/pi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pi/go.mod b/service/pi/go.mod index 40afc5d0dfd..9342d827ac0 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/pi/go_module_metadata.go b/service/pi/go_module_metadata.go index 669ade4c791..b51bde3a623 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.14.6" +const goModuleVersion = "1.14.7" diff --git a/service/pinpoint/CHANGELOG.md b/service/pinpoint/CHANGELOG.md index fda192eed0c..229c06f6640 100644 --- a/service/pinpoint/CHANGELOG.md +++ b/service/pinpoint/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpoint/go.mod b/service/pinpoint/go.mod index 4b387362afa..f0423f2a94d 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/pinpoint/go_module_metadata.go b/service/pinpoint/go_module_metadata.go index 2c5b8182cf0..8c9a58d5b4d 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.16.5" +const goModuleVersion = "1.16.6" diff --git a/service/pinpointemail/CHANGELOG.md b/service/pinpointemail/CHANGELOG.md index 6bb060369fe..73d5f3d1edc 100644 --- a/service/pinpointemail/CHANGELOG.md +++ b/service/pinpointemail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.6 (2022-05-24) * No change notes available for this release. diff --git a/service/pinpointemail/go.mod b/service/pinpointemail/go.mod index 6e868cd9db7..bad4b182e18 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/pinpointemail/go_module_metadata.go b/service/pinpointemail/go_module_metadata.go index a607ffff6eb..33d07ae2642 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.11.6" +const goModuleVersion = "1.11.7" diff --git a/service/pinpointsmsvoice/CHANGELOG.md b/service/pinpointsmsvoice/CHANGELOG.md index 2e326cddbfc..2036cf78231 100644 --- a/service/pinpointsmsvoice/CHANGELOG.md +++ b/service/pinpointsmsvoice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpointsmsvoice/go.mod b/service/pinpointsmsvoice/go.mod index 6de78ae044e..bd52672e329 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/pinpointsmsvoice/go_module_metadata.go b/service/pinpointsmsvoice/go_module_metadata.go index 234f1e31546..ab17004a88b 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.10.5" +const goModuleVersion = "1.10.6" diff --git a/service/pinpointsmsvoicev2/CHANGELOG.md b/service/pinpointsmsvoicev2/CHANGELOG.md index 625f77e2087..56d561631da 100644 --- a/service/pinpointsmsvoicev2/CHANGELOG.md +++ b/service/pinpointsmsvoicev2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.4 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.3 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpointsmsvoicev2/go.mod b/service/pinpointsmsvoicev2/go.mod index dc0adc651a4..ec7d3dd0fe4 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/pinpointsmsvoicev2/go_module_metadata.go b/service/pinpointsmsvoicev2/go_module_metadata.go index 3019ebb9674..59215024bee 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.0.3" +const goModuleVersion = "1.0.4" diff --git a/service/polly/CHANGELOG.md b/service/polly/CHANGELOG.md index d80cf088bd0..d2dec5dbcc6 100644 --- a/service/polly/CHANGELOG.md +++ b/service/polly/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/polly/go.mod b/service/polly/go.mod index 4e563616707..dd11df290b0 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/polly/go_module_metadata.go b/service/polly/go_module_metadata.go index 116ac7d64dd..935207f05de 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/pricing/CHANGELOG.md b/service/pricing/CHANGELOG.md index 2e32a87ca78..5dd83b04af0 100644 --- a/service/pricing/CHANGELOG.md +++ b/service/pricing/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pricing/go.mod b/service/pricing/go.mod index 8dfa0e6ebea..27911101492 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/pricing/go_module_metadata.go b/service/pricing/go_module_metadata.go index a05c3582fd1..62a4a2003bf 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.14.6" +const goModuleVersion = "1.14.7" diff --git a/service/proton/CHANGELOG.md b/service/proton/CHANGELOG.md index 1f0caf1ce59..6d185ad5483 100644 --- a/service/proton/CHANGELOG.md +++ b/service/proton/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.0 (2022-06-02) * **Feature**: Add new "Components" API to enable users to Create, Delete and Update AWS Proton components. diff --git a/service/proton/go.mod b/service/proton/go.mod index f5055633ecb..dba386cb8ab 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 e843be31739..be3a7c91239 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.14.0" +const goModuleVersion = "1.14.1" diff --git a/service/qldb/CHANGELOG.md b/service/qldb/CHANGELOG.md index d20971bdbb2..58663ce1d58 100644 --- a/service/qldb/CHANGELOG.md +++ b/service/qldb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/qldb/go.mod b/service/qldb/go.mod index 6341c09ec3b..102dd754628 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/qldb/go_module_metadata.go b/service/qldb/go_module_metadata.go index f5d243acc36..94d0f9257fb 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.14.6" +const goModuleVersion = "1.14.7" diff --git a/service/qldbsession/CHANGELOG.md b/service/qldbsession/CHANGELOG.md index dc399695f19..72270c7eaeb 100644 --- a/service/qldbsession/CHANGELOG.md +++ b/service/qldbsession/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/qldbsession/go.mod b/service/qldbsession/go.mod index 4861be819f8..c333859fbd0 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/qldbsession/go_module_metadata.go b/service/qldbsession/go_module_metadata.go index 9ef87e82dd3..7efc6811870 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/quicksight/CHANGELOG.md b/service/quicksight/CHANGELOG.md index 16ebd140f77..b3c71b93af6 100644 --- a/service/quicksight/CHANGELOG.md +++ b/service/quicksight/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.0 (2022-05-18) * **Feature**: API UpdatePublicSharingSettings enables IAM admins to enable/disable account level setting for public access of dashboards. When enabled, owners/co-owners for dashboards can enable public access on their dashboards. These dashboards can only be accessed through share link or embedding. diff --git a/service/quicksight/go.mod b/service/quicksight/go.mod index f7d20f8e2b6..932a63eec01 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/quicksight/go_module_metadata.go b/service/quicksight/go_module_metadata.go index 41c21428161..02deae929fe 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.22.0" +const goModuleVersion = "1.22.1" diff --git a/service/ram/CHANGELOG.md b/service/ram/CHANGELOG.md index eb30992ca9b..3cbd0dc01b8 100644 --- a/service/ram/CHANGELOG.md +++ b/service/ram/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.9 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.8 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ram/go.mod b/service/ram/go.mod index b6c3f6eb37e..45379c154d9 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/ram/go_module_metadata.go b/service/ram/go_module_metadata.go index 30fb243bbfb..c3f06933511 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.16.8" +const goModuleVersion = "1.16.9" diff --git a/service/rbin/CHANGELOG.md b/service/rbin/CHANGELOG.md index d02a8a8c90c..014ee25ac3e 100644 --- a/service/rbin/CHANGELOG.md +++ b/service/rbin/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rbin/go.mod b/service/rbin/go.mod index b447d6fd330..74c44303b31 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/rbin/go_module_metadata.go b/service/rbin/go_module_metadata.go index 59658661f38..53695c4be10 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.6.5" +const goModuleVersion = "1.6.6" diff --git a/service/rds/CHANGELOG.md b/service/rds/CHANGELOG.md index 992969ef637..52afaebe067 100644 --- a/service/rds/CHANGELOG.md +++ b/service/rds/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rds/go.mod b/service/rds/go.mod index 97c3ee0cb01..93f83fd4c2c 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.6 github.com/aws/smithy-go v1.11.3 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 376fafa4a8c..f38a95dc30d 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/rdsdata/CHANGELOG.md b/service/rdsdata/CHANGELOG.md index 8f43d4c7154..30d2fd9f784 100644 --- a/service/rdsdata/CHANGELOG.md +++ b/service/rdsdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rdsdata/go.mod b/service/rdsdata/go.mod index 349c07ddf25..b328b9da3b3 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/rdsdata/go_module_metadata.go b/service/rdsdata/go_module_metadata.go index a7a6f28c7fb..95dd8df74ba 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.12.1" +const goModuleVersion = "1.12.2" diff --git a/service/redshift/CHANGELOG.md b/service/redshift/CHANGELOG.md index e6a142a71c3..2eaa76c5f11 100644 --- a/service/redshift/CHANGELOG.md +++ b/service/redshift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/redshift/go.mod b/service/redshift/go.mod index 8d1d1a4af43..7fac1a22c5f 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 bc7710e2dc9..e514a3eb0c1 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.24.1" +const goModuleVersion = "1.24.2" diff --git a/service/redshiftdata/CHANGELOG.md b/service/redshiftdata/CHANGELOG.md index 8689d98663c..b11cd906788 100644 --- a/service/redshiftdata/CHANGELOG.md +++ b/service/redshiftdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/redshiftdata/go.mod b/service/redshiftdata/go.mod index d6db68e822a..3b96507788e 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/redshiftdata/go_module_metadata.go b/service/redshiftdata/go_module_metadata.go index d72815ec110..2882989932a 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.15.5" +const goModuleVersion = "1.15.6" diff --git a/service/rekognition/CHANGELOG.md b/service/rekognition/CHANGELOG.md index 0bbc2cf8178..523c497a3fa 100644 --- a/service/rekognition/CHANGELOG.md +++ b/service/rekognition/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rekognition/go.mod b/service/rekognition/go.mod index 537a16fb9a8..ebcc2ecdf5b 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 1d1cfb61150..506992e4c92 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/resiliencehub/CHANGELOG.md b/service/resiliencehub/CHANGELOG.md index 27dcc9f7b6a..6dc5d4793f5 100644 --- a/service/resiliencehub/CHANGELOG.md +++ b/service/resiliencehub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.2 (2022-05-18) * No change notes available for this release. diff --git a/service/resiliencehub/go.mod b/service/resiliencehub/go.mod index daae41291a6..3a648396cd4 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/resiliencehub/go_module_metadata.go b/service/resiliencehub/go_module_metadata.go index 22f694bd821..18b5009a8f9 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.6.2" +const goModuleVersion = "1.6.3" diff --git a/service/resourcegroups/CHANGELOG.md b/service/resourcegroups/CHANGELOG.md index 405767cc15e..7fd8b360ec1 100644 --- a/service/resourcegroups/CHANGELOG.md +++ b/service/resourcegroups/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/resourcegroups/go.mod b/service/resourcegroups/go.mod index 3408786e53b..58d6e9bca8e 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/resourcegroups/go_module_metadata.go b/service/resourcegroups/go_module_metadata.go index 16d83e92184..5e6de41292a 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/resourcegroupstaggingapi/CHANGELOG.md b/service/resourcegroupstaggingapi/CHANGELOG.md index 92f678b5317..0d48188016d 100644 --- a/service/resourcegroupstaggingapi/CHANGELOG.md +++ b/service/resourcegroupstaggingapi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/resourcegroupstaggingapi/go.mod b/service/resourcegroupstaggingapi/go.mod index 1a833b890a4..a483fae75a3 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/resourcegroupstaggingapi/go_module_metadata.go b/service/resourcegroupstaggingapi/go_module_metadata.go index 54c4f9ebe6e..83deb00bea6 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.13.6" +const goModuleVersion = "1.13.7" diff --git a/service/robomaker/CHANGELOG.md b/service/robomaker/CHANGELOG.md index 797de00b036..e0ef74bcfff 100644 --- a/service/robomaker/CHANGELOG.md +++ b/service/robomaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/robomaker/go.mod b/service/robomaker/go.mod index 520ba13e28f..1c0c7a1dbec 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/robomaker/go_module_metadata.go b/service/robomaker/go_module_metadata.go index 09a033f3bf4..fd9f2497e1b 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.17.6" +const goModuleVersion = "1.17.7" diff --git a/service/route53/CHANGELOG.md b/service/route53/CHANGELOG.md index 7c5bf50bd97..7d55981347d 100644 --- a/service/route53/CHANGELOG.md +++ b/service/route53/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.0 (2022-06-01) * **Feature**: Add new APIs to support Route 53 IP Based Routing diff --git a/service/route53/go.mod b/service/route53/go.mod index 82977f35b32..19c2f0a9977 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 9b81f5b5ccb..1a3d1473560 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.21.0" +const goModuleVersion = "1.21.1" diff --git a/service/route53domains/CHANGELOG.md b/service/route53domains/CHANGELOG.md index 33d3fdaba17..15d86d1b724 100644 --- a/service/route53domains/CHANGELOG.md +++ b/service/route53domains/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53domains/go.mod b/service/route53domains/go.mod index c8c4e8af5de..69825786e46 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/route53domains/go_module_metadata.go b/service/route53domains/go_module_metadata.go index 38b05d8f9a8..1102e6ee2ff 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/route53recoverycluster/CHANGELOG.md b/service/route53recoverycluster/CHANGELOG.md index 29110b8b1a7..4b5f3991b3f 100644 --- a/service/route53recoverycluster/CHANGELOG.md +++ b/service/route53recoverycluster/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53recoverycluster/go.mod b/service/route53recoverycluster/go.mod index b19876fe407..d8a2057e085 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/route53recoverycluster/go_module_metadata.go b/service/route53recoverycluster/go_module_metadata.go index 648510229ba..bc0cb826f4b 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.9.2" +const goModuleVersion = "1.9.3" diff --git a/service/route53recoverycontrolconfig/CHANGELOG.md b/service/route53recoverycontrolconfig/CHANGELOG.md index a5b71afdb17..6383de3024d 100644 --- a/service/route53recoverycontrolconfig/CHANGELOG.md +++ b/service/route53recoverycontrolconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53recoverycontrolconfig/go.mod b/service/route53recoverycontrolconfig/go.mod index 5035ccaff13..b06632beee4 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 e8c61c4fe59..e02445e7b51 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.9.5" +const goModuleVersion = "1.9.6" diff --git a/service/route53recoveryreadiness/CHANGELOG.md b/service/route53recoveryreadiness/CHANGELOG.md index aaef9008a6f..4069ae674e9 100644 --- a/service/route53recoveryreadiness/CHANGELOG.md +++ b/service/route53recoveryreadiness/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53recoveryreadiness/go.mod b/service/route53recoveryreadiness/go.mod index bc08deec434..a6619cd06d8 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/route53recoveryreadiness/go_module_metadata.go b/service/route53recoveryreadiness/go_module_metadata.go index 57ed07911c5..1c6dd08e2eb 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.8.5" +const goModuleVersion = "1.8.6" diff --git a/service/route53resolver/CHANGELOG.md b/service/route53resolver/CHANGELOG.md index 779cb95b00e..f3d829b40ea 100644 --- a/service/route53resolver/CHANGELOG.md +++ b/service/route53resolver/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53resolver/go.mod b/service/route53resolver/go.mod index 4fd93223cf6..83fc82702eb 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/route53resolver/go_module_metadata.go b/service/route53resolver/go_module_metadata.go index 1d9c560555a..db6719c5829 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.15.6" +const goModuleVersion = "1.15.7" diff --git a/service/rum/CHANGELOG.md b/service/rum/CHANGELOG.md index d02a8a8c90c..014ee25ac3e 100644 --- a/service/rum/CHANGELOG.md +++ b/service/rum/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rum/go.mod b/service/rum/go.mod index 3f82515a317..95e19743330 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/rum/go_module_metadata.go b/service/rum/go_module_metadata.go index 4ae73abc6cd..6ecd2c4d4ad 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.6.5" +const goModuleVersion = "1.6.6" diff --git a/service/s3/CHANGELOG.md b/service/s3/CHANGELOG.md index 0967bdbe8d0..7366b555c59 100644 --- a/service/s3/CHANGELOG.md +++ b/service/s3/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.11 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.10 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/s3/go.mod b/service/s3/go.mod index 2f6c2ee7bad..b1355ac5770 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.16.4 - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.1 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 - github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.2 - github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.1 - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.6 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.5 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.2 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 + github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.3 + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.2 + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.7 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.6 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.6 github.com/aws/smithy-go v1.11.3 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 97547277fa6..c31f2634f9a 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.26.10" +const goModuleVersion = "1.26.11" diff --git a/service/s3/internal/configtesting/go.mod b/service/s3/internal/configtesting/go.mod index df911ff4172..79b0218a9f7 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.15.9 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.5 + github.com/aws/aws-sdk-go-v2/config v1.15.10 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.6 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/service/s3control/CHANGELOG.md b/service/s3control/CHANGELOG.md index 34f132e36ec..9b7e9289a5a 100644 --- a/service/s3control/CHANGELOG.md +++ b/service/s3control/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/s3control/go.mod b/service/s3control/go.mod index 7e278e24e6c..665a4c8c656 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/s3control/go_module_metadata.go b/service/s3control/go_module_metadata.go index 428738046dc..17d78a1d8aa 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.21.6" +const goModuleVersion = "1.21.7" diff --git a/service/s3outposts/CHANGELOG.md b/service/s3outposts/CHANGELOG.md index ded55fe6b64..3580c735b61 100644 --- a/service/s3outposts/CHANGELOG.md +++ b/service/s3outposts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/s3outposts/go.mod b/service/s3outposts/go.mod index baeacd94219..096b58bcb6f 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/s3outposts/go_module_metadata.go b/service/s3outposts/go_module_metadata.go index 55fd1c2e598..6f85b982fc2 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/sagemaker/CHANGELOG.md b/service/sagemaker/CHANGELOG.md index 28a13c9d019..cf4565b1dd2 100644 --- a/service/sagemaker/CHANGELOG.md +++ b/service/sagemaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.32.0 (2022-05-27) * **Feature**: Amazon SageMaker Notebook Instances now allows configuration of Instance Metadata Service version and Amazon SageMaker Studio now supports G5 instance types. diff --git a/service/sagemaker/go.mod b/service/sagemaker/go.mod index f578a41c22c..dfbb7486aa8 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 74edf60e713..2e920523cc4 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.32.0" +const goModuleVersion = "1.32.1" diff --git a/service/sagemakera2iruntime/CHANGELOG.md b/service/sagemakera2iruntime/CHANGELOG.md index c6820578a4f..334e798957e 100644 --- a/service/sagemakera2iruntime/CHANGELOG.md +++ b/service/sagemakera2iruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakera2iruntime/go.mod b/service/sagemakera2iruntime/go.mod index 25901aad093..97a341be158 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/sagemakera2iruntime/go_module_metadata.go b/service/sagemakera2iruntime/go_module_metadata.go index 3fa20081347..7ec422e0ea6 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/sagemakeredge/CHANGELOG.md b/service/sagemakeredge/CHANGELOG.md index 90f30d824d3..5a749b3f491 100644 --- a/service/sagemakeredge/CHANGELOG.md +++ b/service/sagemakeredge/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakeredge/go.mod b/service/sagemakeredge/go.mod index c3d7f5911b1..fa0e315f812 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/sagemakeredge/go_module_metadata.go b/service/sagemakeredge/go_module_metadata.go index 994efbe78c6..51e3910156f 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.11.5" +const goModuleVersion = "1.11.6" diff --git a/service/sagemakerfeaturestoreruntime/CHANGELOG.md b/service/sagemakerfeaturestoreruntime/CHANGELOG.md index f9621aaf101..7b2812713b9 100644 --- a/service/sagemakerfeaturestoreruntime/CHANGELOG.md +++ b/service/sagemakerfeaturestoreruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakerfeaturestoreruntime/go.mod b/service/sagemakerfeaturestoreruntime/go.mod index e5802fcbd5e..0dbfadcda85 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/sagemakerfeaturestoreruntime/go_module_metadata.go b/service/sagemakerfeaturestoreruntime/go_module_metadata.go index 8a1875c0990..eaa368f9fae 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.11.5" +const goModuleVersion = "1.11.6" diff --git a/service/sagemakerruntime/CHANGELOG.md b/service/sagemakerruntime/CHANGELOG.md index ebdc551753d..62e4bc7577c 100644 --- a/service/sagemakerruntime/CHANGELOG.md +++ b/service/sagemakerruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakerruntime/go.mod b/service/sagemakerruntime/go.mod index 3804d42fc35..ec615589ee1 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/sagemakerruntime/go_module_metadata.go b/service/sagemakerruntime/go_module_metadata.go index c1594eddd10..a9f21bb5f42 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.15.5" +const goModuleVersion = "1.15.6" diff --git a/service/savingsplans/CHANGELOG.md b/service/savingsplans/CHANGELOG.md index 5ebafdb3b4b..49dd8975e6a 100644 --- a/service/savingsplans/CHANGELOG.md +++ b/service/savingsplans/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/savingsplans/go.mod b/service/savingsplans/go.mod index 524f8b7afa5..066a328db38 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/savingsplans/go_module_metadata.go b/service/savingsplans/go_module_metadata.go index bde7f3e5e89..436fb43432e 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.11.5" +const goModuleVersion = "1.11.6" diff --git a/service/schemas/CHANGELOG.md b/service/schemas/CHANGELOG.md index 23c46792358..299a0575e14 100644 --- a/service/schemas/CHANGELOG.md +++ b/service/schemas/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/schemas/go.mod b/service/schemas/go.mod index 332b9748473..53270e83a34 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 84264dc18ba..0cba4293e95 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.14.5" +const goModuleVersion = "1.14.6" diff --git a/service/secretsmanager/CHANGELOG.md b/service/secretsmanager/CHANGELOG.md index ca70cae49dd..67591717f52 100644 --- a/service/secretsmanager/CHANGELOG.md +++ b/service/secretsmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.10 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.9 (2022-05-25) * **Documentation**: Documentation updates for Secrets Manager diff --git a/service/secretsmanager/go.mod b/service/secretsmanager/go.mod index 6188d9dcd04..1ec1c806c77 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/secretsmanager/go_module_metadata.go b/service/secretsmanager/go_module_metadata.go index cc9e359f078..18a09cfd3ad 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.15.9" +const goModuleVersion = "1.15.10" diff --git a/service/securityhub/CHANGELOG.md b/service/securityhub/CHANGELOG.md index 66f19b4026b..f89df5dc129 100644 --- a/service/securityhub/CHANGELOG.md +++ b/service/securityhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/securityhub/go.mod b/service/securityhub/go.mod index b1feb867dbc..acfe3696f38 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/securityhub/go_module_metadata.go b/service/securityhub/go_module_metadata.go index 111e72b3050..d9a5267de04 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.21.2" +const goModuleVersion = "1.21.3" diff --git a/service/serverlessapplicationrepository/CHANGELOG.md b/service/serverlessapplicationrepository/CHANGELOG.md index d1b4269529a..a0abac976a7 100644 --- a/service/serverlessapplicationrepository/CHANGELOG.md +++ b/service/serverlessapplicationrepository/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/serverlessapplicationrepository/go.mod b/service/serverlessapplicationrepository/go.mod index edfe944286d..e54ad54f99c 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/serverlessapplicationrepository/go_module_metadata.go b/service/serverlessapplicationrepository/go_module_metadata.go index d418e7a08df..9ad9958d0b2 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.11.5" +const goModuleVersion = "1.11.6" diff --git a/service/servicecatalog/CHANGELOG.md b/service/servicecatalog/CHANGELOG.md index d6830262d56..01ed4714c71 100644 --- a/service/servicecatalog/CHANGELOG.md +++ b/service/servicecatalog/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.4 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.3 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicecatalog/go.mod b/service/servicecatalog/go.mod index f7132b4a7fa..d84442e4b0d 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/servicecatalog/go_module_metadata.go b/service/servicecatalog/go_module_metadata.go index 6263b952f2d..c046963f41e 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.14.3" +const goModuleVersion = "1.14.4" diff --git a/service/servicecatalogappregistry/CHANGELOG.md b/service/servicecatalogappregistry/CHANGELOG.md index 8054cc03459..429aecda8b8 100644 --- a/service/servicecatalogappregistry/CHANGELOG.md +++ b/service/servicecatalogappregistry/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.8 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.7 (2022-06-06) * No change notes available for this release. diff --git a/service/servicecatalogappregistry/go.mod b/service/servicecatalogappregistry/go.mod index 4b57359a9ac..9c7a6d7f811 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/servicecatalogappregistry/go_module_metadata.go b/service/servicecatalogappregistry/go_module_metadata.go index 8a8b8190817..6e53b249bfe 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.12.7" +const goModuleVersion = "1.12.8" diff --git a/service/servicediscovery/CHANGELOG.md b/service/servicediscovery/CHANGELOG.md index 1c85f4c1935..7c73c91d5dd 100644 --- a/service/servicediscovery/CHANGELOG.md +++ b/service/servicediscovery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicediscovery/go.mod b/service/servicediscovery/go.mod index 6fdac7172fe..2fe26aaafcb 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/servicediscovery/go_module_metadata.go b/service/servicediscovery/go_module_metadata.go index 66df4e1b58b..119dd4a8e7c 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.17.5" +const goModuleVersion = "1.17.6" diff --git a/service/servicequotas/CHANGELOG.md b/service/servicequotas/CHANGELOG.md index d8bf7f74e0d..c803b15cafd 100644 --- a/service/servicequotas/CHANGELOG.md +++ b/service/servicequotas/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicequotas/go.mod b/service/servicequotas/go.mod index 029e75b1851..8348ce1fc5c 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/servicequotas/go_module_metadata.go b/service/servicequotas/go_module_metadata.go index 50edb84a9a1..185cd3fbd08 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.13.6" +const goModuleVersion = "1.13.7" diff --git a/service/ses/CHANGELOG.md b/service/ses/CHANGELOG.md index d56db7a7f5e..7172cc14369 100644 --- a/service/ses/CHANGELOG.md +++ b/service/ses/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.6 (2022-05-24) * No change notes available for this release. diff --git a/service/ses/go.mod b/service/ses/go.mod index da2bef6b703..3860fe74aff 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 b9820cda188..4edae552c06 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.14.6" +const goModuleVersion = "1.14.7" diff --git a/service/sesv2/CHANGELOG.md b/service/sesv2/CHANGELOG.md index af273c7e2ae..6911ea351f8 100644 --- a/service/sesv2/CHANGELOG.md +++ b/service/sesv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.6 (2022-05-24) * No change notes available for this release. diff --git a/service/sesv2/go.mod b/service/sesv2/go.mod index 2d013f9e7a8..b3cefc8db9a 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/sesv2/go_module_metadata.go b/service/sesv2/go_module_metadata.go index cd3fbba9599..c2228ad79fb 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.13.6" +const goModuleVersion = "1.13.7" diff --git a/service/sfn/CHANGELOG.md b/service/sfn/CHANGELOG.md index ad4bb3e4f38..3f1343431fc 100644 --- a/service/sfn/CHANGELOG.md +++ b/service/sfn/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sfn/go.mod b/service/sfn/go.mod index 2d43ff2d46e..4d815859fb2 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/sfn/go_module_metadata.go b/service/sfn/go_module_metadata.go index 10aef933d0e..eda4005ea48 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/shield/CHANGELOG.md b/service/shield/CHANGELOG.md index 73f2130b895..4ab9499bb61 100644 --- a/service/shield/CHANGELOG.md +++ b/service/shield/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/shield/go.mod b/service/shield/go.mod index 5ec267f9c80..db92158d9e2 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/shield/go_module_metadata.go b/service/shield/go_module_metadata.go index 154e9c22ba1..95e893e505a 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.16.5" +const goModuleVersion = "1.16.6" diff --git a/service/signer/CHANGELOG.md b/service/signer/CHANGELOG.md index 953f1aff3af..c9bf88de0fb 100644 --- a/service/signer/CHANGELOG.md +++ b/service/signer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/signer/go.mod b/service/signer/go.mod index db00128a6fb..b131798e220 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 4cae9866f29..a162bba3b7c 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/sms/CHANGELOG.md b/service/sms/CHANGELOG.md index 451f0d77c53..85375826ffe 100644 --- a/service/sms/CHANGELOG.md +++ b/service/sms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sms/go.mod b/service/sms/go.mod index 245cf86852f..9bc437cf6b9 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/sms/go_module_metadata.go b/service/sms/go_module_metadata.go index d31d2e2affe..07b290ad45f 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.12.6" +const goModuleVersion = "1.12.7" diff --git a/service/snowball/CHANGELOG.md b/service/snowball/CHANGELOG.md index f7508e93687..ca6390f18a9 100644 --- a/service/snowball/CHANGELOG.md +++ b/service/snowball/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/snowball/go.mod b/service/snowball/go.mod index e8e33325d12..a798f621b65 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/snowball/go_module_metadata.go b/service/snowball/go_module_metadata.go index 237b2191d9f..62420a16a8e 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.15.5" +const goModuleVersion = "1.15.6" diff --git a/service/snowdevicemanagement/CHANGELOG.md b/service/snowdevicemanagement/CHANGELOG.md index 74a796511fc..ad220f80bd5 100644 --- a/service/snowdevicemanagement/CHANGELOG.md +++ b/service/snowdevicemanagement/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/snowdevicemanagement/go.mod b/service/snowdevicemanagement/go.mod index 7ba1b6820d0..7ad9ab018cb 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/snowdevicemanagement/go_module_metadata.go b/service/snowdevicemanagement/go_module_metadata.go index 52436148c98..679e8221d96 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.8.5" +const goModuleVersion = "1.8.6" diff --git a/service/sns/CHANGELOG.md b/service/sns/CHANGELOG.md index 7e4349df455..eea18d8e707 100644 --- a/service/sns/CHANGELOG.md +++ b/service/sns/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sns/go.mod b/service/sns/go.mod index c3153d1b84e..ec3ec12feb9 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/sns/go_module_metadata.go b/service/sns/go_module_metadata.go index 78bec5c5592..b82867948b9 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.17.6" +const goModuleVersion = "1.17.7" diff --git a/service/sqs/CHANGELOG.md b/service/sqs/CHANGELOG.md index a5738bd88c5..ccc3c7a5518 100644 --- a/service/sqs/CHANGELOG.md +++ b/service/sqs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sqs/go.mod b/service/sqs/go.mod index 7e3ddb34764..f053d0c4547 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/sqs/go_module_metadata.go b/service/sqs/go_module_metadata.go index f579475bfab..fdb8fbff57d 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.18.5" +const goModuleVersion = "1.18.6" diff --git a/service/ssm/CHANGELOG.md b/service/ssm/CHANGELOG.md index aae98fcd636..6514c86f8c0 100644 --- a/service/ssm/CHANGELOG.md +++ b/service/ssm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssm/go.mod b/service/ssm/go.mod index 7bad8e789d4..3c9f45e3003 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 e5ee56e5649..8a5f6404667 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.27.1" +const goModuleVersion = "1.27.2" diff --git a/service/ssmcontacts/CHANGELOG.md b/service/ssmcontacts/CHANGELOG.md index 65470037861..d53cbbf162b 100644 --- a/service/ssmcontacts/CHANGELOG.md +++ b/service/ssmcontacts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssmcontacts/go.mod b/service/ssmcontacts/go.mod index fb092725ca5..ba6941ecd92 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/ssmcontacts/go_module_metadata.go b/service/ssmcontacts/go_module_metadata.go index 507f26eb1e5..ebad70e0bda 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.13.6" +const goModuleVersion = "1.13.7" diff --git a/service/ssmincidents/CHANGELOG.md b/service/ssmincidents/CHANGELOG.md index b3e8151d510..1f6c47147a2 100644 --- a/service/ssmincidents/CHANGELOG.md +++ b/service/ssmincidents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssmincidents/go.mod b/service/ssmincidents/go.mod index 32561289993..2fbb8085dc0 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 f1e018bc61a..db7e21bd768 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.14.1" +const goModuleVersion = "1.14.2" diff --git a/service/sso/CHANGELOG.md b/service/sso/CHANGELOG.md index e76ed79b853..37995d2bb9e 100644 --- a/service/sso/CHANGELOG.md +++ b/service/sso/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.8 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.7 (2022-05-26) * No change notes available for this release. diff --git a/service/sso/go.mod b/service/sso/go.mod index 5c0ad8606e5..f8b68b55ce8 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/sso/go_module_metadata.go b/service/sso/go_module_metadata.go index a71e3d4132b..ba731443c7f 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.11.7" +const goModuleVersion = "1.11.8" diff --git a/service/ssoadmin/CHANGELOG.md b/service/ssoadmin/CHANGELOG.md index 4dede39ffcf..017a5163c9c 100644 --- a/service/ssoadmin/CHANGELOG.md +++ b/service/ssoadmin/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssoadmin/go.mod b/service/ssoadmin/go.mod index aa666670d0d..0ac807e003e 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/ssoadmin/go_module_metadata.go b/service/ssoadmin/go_module_metadata.go index 1283065b4b0..f602e88ab54 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.14.5" +const goModuleVersion = "1.14.6" diff --git a/service/ssooidc/CHANGELOG.md b/service/ssooidc/CHANGELOG.md index ba45dd4c343..5c83b5646e1 100644 --- a/service/ssooidc/CHANGELOG.md +++ b/service/ssooidc/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.6 (2022-05-27) * No change notes available for this release. diff --git a/service/ssooidc/go.mod b/service/ssooidc/go.mod index 3f6eccddf6f..8670b67e375 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/ssooidc/go_module_metadata.go b/service/ssooidc/go_module_metadata.go index eda3e0a02b6..09d283e997c 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.12.6" +const goModuleVersion = "1.12.7" diff --git a/service/storagegateway/CHANGELOG.md b/service/storagegateway/CHANGELOG.md index 736298482b3..947b5f86f3c 100644 --- a/service/storagegateway/CHANGELOG.md +++ b/service/storagegateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/storagegateway/go.mod b/service/storagegateway/go.mod index 6431e688f1d..ad69a86631f 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/storagegateway/go_module_metadata.go b/service/storagegateway/go_module_metadata.go index a3d0d782e60..1b8bb0803dc 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.17.2" +const goModuleVersion = "1.17.3" diff --git a/service/sts/CHANGELOG.md b/service/sts/CHANGELOG.md index 13acc5e3214..433e39c63e1 100644 --- a/service/sts/CHANGELOG.md +++ b/service/sts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sts/go.mod b/service/sts/go.mod index a5a098d7adf..6f4f8427651 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/sts/go_module_metadata.go b/service/sts/go_module_metadata.go index 2e8132e2ede..f169e953b6c 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.16.6" +const goModuleVersion = "1.16.7" diff --git a/service/support/CHANGELOG.md b/service/support/CHANGELOG.md index b85d9f78169..edb1463f3cc 100644 --- a/service/support/CHANGELOG.md +++ b/service/support/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/support/go.mod b/service/support/go.mod index c44b2c39170..ad02acd825d 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/support/go_module_metadata.go b/service/support/go_module_metadata.go index d2f5c160410..f4a6f5d8dd0 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/swf/CHANGELOG.md b/service/swf/CHANGELOG.md index ad4bb3e4f38..3f1343431fc 100644 --- a/service/swf/CHANGELOG.md +++ b/service/swf/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/swf/go.mod b/service/swf/go.mod index 629f9baf7c1..d3af034e4d6 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/swf/go_module_metadata.go b/service/swf/go_module_metadata.go index 35c5278f6ec..21bd419cc40 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/synthetics/CHANGELOG.md b/service/synthetics/CHANGELOG.md index 6db04a18da3..1efbd97e5db 100644 --- a/service/synthetics/CHANGELOG.md +++ b/service/synthetics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/synthetics/go.mod b/service/synthetics/go.mod index 55112d5ad4b..c5ee1f75b65 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/synthetics/go_module_metadata.go b/service/synthetics/go_module_metadata.go index b76e030ed4a..2a674afa6ff 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/textract/CHANGELOG.md b/service/textract/CHANGELOG.md index c9dcba0f367..f99861a476f 100644 --- a/service/textract/CHANGELOG.md +++ b/service/textract/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/textract/go.mod b/service/textract/go.mod index 201d4c43761..06835ac9f48 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/textract/go_module_metadata.go b/service/textract/go_module_metadata.go index ae487ca5749..be3e3de24e6 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.15.2" +const goModuleVersion = "1.15.3" diff --git a/service/timestreamquery/CHANGELOG.md b/service/timestreamquery/CHANGELOG.md index 56302c06585..84d89902704 100644 --- a/service/timestreamquery/CHANGELOG.md +++ b/service/timestreamquery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/timestreamquery/go.mod b/service/timestreamquery/go.mod index 4a48124d2f2..774827905b4 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/timestreamquery/go_module_metadata.go b/service/timestreamquery/go_module_metadata.go index f02e3d8e655..4e8bcab39ec 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.14.5" +const goModuleVersion = "1.14.6" diff --git a/service/timestreamwrite/CHANGELOG.md b/service/timestreamwrite/CHANGELOG.md index 24a0357a4dd..9afd190e290 100644 --- a/service/timestreamwrite/CHANGELOG.md +++ b/service/timestreamwrite/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/timestreamwrite/go.mod b/service/timestreamwrite/go.mod index 224d7b4113d..e9f2bb3c37c 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/timestreamwrite/go_module_metadata.go b/service/timestreamwrite/go_module_metadata.go index 04388669db3..49d9f66238c 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/transcribe/CHANGELOG.md b/service/transcribe/CHANGELOG.md index 35961773ba9..c68683661ab 100644 --- a/service/transcribe/CHANGELOG.md +++ b/service/transcribe/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.0 (2022-05-31) * **Feature**: Amazon Transcribe now supports automatic language identification for multi-lingual audio in batch mode. diff --git a/service/transcribe/go.mod b/service/transcribe/go.mod index b517c353381..8b46871c508 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/transcribe/go_module_metadata.go b/service/transcribe/go_module_metadata.go index bdfa2f4956e..ce71fc48c03 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.20.0" +const goModuleVersion = "1.20.1" diff --git a/service/transcribestreaming/CHANGELOG.md b/service/transcribestreaming/CHANGELOG.md index d0eeabe6c50..1fa4fb9e51d 100644 --- a/service/transcribestreaming/CHANGELOG.md +++ b/service/transcribestreaming/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/transcribestreaming/go.mod b/service/transcribestreaming/go.mod index b40ab0b131e..0b5ed90c740 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.16.4 - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.1 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.2 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/transcribestreaming/go_module_metadata.go b/service/transcribestreaming/go_module_metadata.go index 3d71c2ec943..8338c9141ae 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.6.6" +const goModuleVersion = "1.6.7" diff --git a/service/transcribestreaming/internal/testing/go.mod b/service/transcribestreaming/internal/testing/go.mod index 8168025eff3..aff930bf2aa 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.16.4 - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.1 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.17 - github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.6.6 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.2 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.18 + github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.6.7 github.com/aws/smithy-go v1.11.3 github.com/google/go-cmp v0.5.8 ) diff --git a/service/transfer/CHANGELOG.md b/service/transfer/CHANGELOG.md index 175caee8b97..cf1a88f7f56 100644 --- a/service/transfer/CHANGELOG.md +++ b/service/transfer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.0 (2022-05-18) * **Feature**: AWS Transfer Family now supports SetStat server configuration option, which provides the ability to ignore SetStat command issued by file transfer clients, enabling customers to upload files without any errors. diff --git a/service/transfer/go.mod b/service/transfer/go.mod index a067e6ea3a6..d1f2039d4f8 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 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 7091c9d3265..68152e9cdf8 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.19.0" +const goModuleVersion = "1.19.1" diff --git a/service/translate/CHANGELOG.md b/service/translate/CHANGELOG.md index f4d675f2ede..87c56f4d98a 100644 --- a/service/translate/CHANGELOG.md +++ b/service/translate/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/translate/go.mod b/service/translate/go.mod index c51c96c3075..b83b7130c2f 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/translate/go_module_metadata.go b/service/translate/go_module_metadata.go index 3d6104bb50a..4a6a8fec1d4 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/voiceid/CHANGELOG.md b/service/voiceid/CHANGELOG.md index 514d54b4401..5647b459e50 100644 --- a/service/voiceid/CHANGELOG.md +++ b/service/voiceid/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.1 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.0 (2022-06-02) * **Feature**: Added a new attribute ServerSideEncryptionUpdateDetails to Domain and DomainSummary. diff --git a/service/voiceid/go.mod b/service/voiceid/go.mod index 400c4a62b03..2ae35fc89fc 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/voiceid/go_module_metadata.go b/service/voiceid/go_module_metadata.go index dc76e40ac6f..ee8120e72c9 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.10.0" +const goModuleVersion = "1.10.1" diff --git a/service/waf/CHANGELOG.md b/service/waf/CHANGELOG.md index 27c2647f1b3..e7c91e8007b 100644 --- a/service/waf/CHANGELOG.md +++ b/service/waf/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/waf/go.mod b/service/waf/go.mod index 12e16f6e94b..8289f066edb 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/waf/go_module_metadata.go b/service/waf/go_module_metadata.go index a1b4073f767..739a10b34bd 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.11.5" +const goModuleVersion = "1.11.6" diff --git a/service/wafregional/CHANGELOG.md b/service/wafregional/CHANGELOG.md index aaa07d620b3..a56f1fa9ae5 100644 --- a/service/wafregional/CHANGELOG.md +++ b/service/wafregional/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/wafregional/go.mod b/service/wafregional/go.mod index d3bd1b4a65e..7794e1b8257 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/wafregional/go_module_metadata.go b/service/wafregional/go_module_metadata.go index df49a15c769..868a92916e3 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.12.6" +const goModuleVersion = "1.12.7" diff --git a/service/wafv2/CHANGELOG.md b/service/wafv2/CHANGELOG.md index 2eed6085727..efe68646aa8 100644 --- a/service/wafv2/CHANGELOG.md +++ b/service/wafv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/wafv2/go.mod b/service/wafv2/go.mod index 7d0b0da3661..87c509b90b1 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/wafv2/go_module_metadata.go b/service/wafv2/go_module_metadata.go index e3b37ddbbbd..76958842e6e 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.20.1" +const goModuleVersion = "1.20.2" diff --git a/service/wellarchitected/CHANGELOG.md b/service/wellarchitected/CHANGELOG.md index 1bcffaa8f95..019ef9cdfb1 100644 --- a/service/wellarchitected/CHANGELOG.md +++ b/service/wellarchitected/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.6 (2022-05-23) * No change notes available for this release. diff --git a/service/wellarchitected/go.mod b/service/wellarchitected/go.mod index def77eabf52..6f45fd6e262 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/wellarchitected/go_module_metadata.go b/service/wellarchitected/go_module_metadata.go index 867982cabd4..f4ce884bab9 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.14.6" +const goModuleVersion = "1.14.7" diff --git a/service/wisdom/CHANGELOG.md b/service/wisdom/CHANGELOG.md index 901e3730765..f0b622b8227 100644 --- a/service/wisdom/CHANGELOG.md +++ b/service/wisdom/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/wisdom/go.mod b/service/wisdom/go.mod index d57e54b5116..475b298f667 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/wisdom/go_module_metadata.go b/service/wisdom/go_module_metadata.go index 87e8941ed2e..b2f6d1918d0 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.8.2" +const goModuleVersion = "1.8.3" diff --git a/service/workdocs/CHANGELOG.md b/service/workdocs/CHANGELOG.md index d1b4269529a..a0abac976a7 100644 --- a/service/workdocs/CHANGELOG.md +++ b/service/workdocs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workdocs/go.mod b/service/workdocs/go.mod index 795c8443824..f574f5f08d2 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/workdocs/go_module_metadata.go b/service/workdocs/go_module_metadata.go index 00979fe3dc8..c7d5f657310 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.11.5" +const goModuleVersion = "1.11.6" diff --git a/service/worklink/CHANGELOG.md b/service/worklink/CHANGELOG.md index 6056d5d00f4..43375e59507 100644 --- a/service/worklink/CHANGELOG.md +++ b/service/worklink/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/worklink/go.mod b/service/worklink/go.mod index 323ab894b1f..3f895745c0c 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/worklink/go_module_metadata.go b/service/worklink/go_module_metadata.go index 06adf69eed3..916d0fea6e3 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.12.2" +const goModuleVersion = "1.12.3" diff --git a/service/workmail/CHANGELOG.md b/service/workmail/CHANGELOG.md index 77aee6651a8..6fbf6371b83 100644 --- a/service/workmail/CHANGELOG.md +++ b/service/workmail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workmail/go.mod b/service/workmail/go.mod index a2f7de243ce..d20012d801a 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/workmail/go_module_metadata.go b/service/workmail/go_module_metadata.go index 585aa698055..171cc32910d 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.15.5" +const goModuleVersion = "1.15.6" diff --git a/service/workmailmessageflow/CHANGELOG.md b/service/workmailmessageflow/CHANGELOG.md index 90f30d824d3..5a749b3f491 100644 --- a/service/workmailmessageflow/CHANGELOG.md +++ b/service/workmailmessageflow/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.6 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.5 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workmailmessageflow/go.mod b/service/workmailmessageflow/go.mod index 0c62747081e..34ff8a0ef6e 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/workmailmessageflow/go_module_metadata.go b/service/workmailmessageflow/go_module_metadata.go index 6c8cd5908d0..553fa16a563 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.11.5" +const goModuleVersion = "1.11.6" diff --git a/service/workspaces/CHANGELOG.md b/service/workspaces/CHANGELOG.md index a9aa6f0199a..9b99f9b537f 100644 --- a/service/workspaces/CHANGELOG.md +++ b/service/workspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workspaces/go.mod b/service/workspaces/go.mod index 2b9597d0575..7cd73965720 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/workspaces/go_module_metadata.go b/service/workspaces/go_module_metadata.go index c9ae7f24ae1..d3748278f93 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/workspacesweb/CHANGELOG.md b/service/workspacesweb/CHANGELOG.md index 25a51646275..254581ae7fe 100644 --- a/service/workspacesweb/CHANGELOG.md +++ b/service/workspacesweb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.2 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.1 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workspacesweb/go.mod b/service/workspacesweb/go.mod index d209d22cf6e..0ae5162a626 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/workspacesweb/go_module_metadata.go b/service/workspacesweb/go_module_metadata.go index f0ec1bac2e4..f3e6fea9ec0 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.6.1" +const goModuleVersion = "1.6.2" diff --git a/service/xray/CHANGELOG.md b/service/xray/CHANGELOG.md index 130e4d248d7..7ae1a48c77f 100644 --- a/service/xray/CHANGELOG.md +++ b/service/xray/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.7 (2022-06-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.6 (2022-05-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/xray/go.mod b/service/xray/go.mod index 9e3003a2620..65184b14d85 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.16.4 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 + github.com/aws/aws-sdk-go-v2 v1.16.5 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.12 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.6 github.com/aws/smithy-go v1.11.3 ) diff --git a/service/xray/go_module_metadata.go b/service/xray/go_module_metadata.go index 838ac384a78..fb9fd5eed63 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.13.6" +const goModuleVersion = "1.13.7"