diff --git a/.changelog/537aef9ca15d4ca7aa67b58fbe1a9d72.json b/.changelog/537aef9ca15d4ca7aa67b58fbe1a9d72.json deleted file mode 100644 index b051972b01d..00000000000 --- a/.changelog/537aef9ca15d4ca7aa67b58fbe1a9d72.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "537aef9c-a15d-4ca7-aa67-b58fbe1a9d72", - "type": "feature", - "description": "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.", - "modules": [ - "service/glue" - ] -} \ No newline at end of file diff --git a/.changelog/8836e2ebea6a43259f1cc2a00d9acc03.json b/.changelog/8836e2ebea6a43259f1cc2a00d9acc03.json deleted file mode 100644 index 36e1a072734..00000000000 --- a/.changelog/8836e2ebea6a43259f1cc2a00d9acc03.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "8836e2eb-ea6a-4325-9f1c-c2a00d9acc03", - "type": "bugfix", - "description": "Removes the fuzz testing files from the module, as they are invalid and not used.", - "modules": [ - "internal/ini" - ] -} \ No newline at end of file diff --git a/.changelog/d3160f1bb154487cbbe536a266fa1904.json b/.changelog/d3160f1bb154487cbbe536a266fa1904.json deleted file mode 100644 index bd56cc15832..00000000000 --- a/.changelog/d3160f1bb154487cbbe536a266fa1904.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "d3160f1b-b154-487c-bbe5-36a266fa1904", - "type": "documentation", - "description": "Add HMAC best practice tip, annual rotation of AWS managed keys.", - "modules": [ - "service/kms" - ] -} \ No newline at end of file diff --git a/.changelog/e4cddb5c443e4c7ab265dd02f294fbde.json b/.changelog/e4cddb5c443e4c7ab265dd02f294fbde.json deleted file mode 100644 index c304fce4e90..00000000000 --- a/.changelog/e4cddb5c443e4c7ab265dd02f294fbde.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "id": "e4cddb5c-443e-4c7a-b265-dd02f294fbde", - "type": "bugfix", - "description": "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).", - "modules": [ - "service/iotsecuretunneling", - "service/mobile" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 616bad42051..6e394136176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# Release (2022-05-17) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/internal/ini`: [v1.3.12](internal/ini/CHANGELOG.md#v1312-2022-05-17) + * **Bug Fix**: Removes the fuzz testing files from the module, as they are invalid and not used. +* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.25.0](service/glue/CHANGELOG.md#v1250-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. +* `github.com/aws/aws-sdk-go-v2/service/iotsecuretunneling`: [v1.13.1](service/iotsecuretunneling/CHANGELOG.md#v1131-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). +* `github.com/aws/aws-sdk-go-v2/service/kms`: [v1.17.2](service/kms/CHANGELOG.md#v1172-2022-05-17) + * **Documentation**: Add HMAC best practice tip, annual rotation of AWS managed keys. +* `github.com/aws/aws-sdk-go-v2/service/mobile`: [v1.11.5](service/mobile/CHANGELOG.md#v1115-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). + # Release (2022-05-16) ## General Highlights diff --git a/aws/go_module_metadata.go b/aws/go_module_metadata.go index 8dd3973bf5e..38b5470df85 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.3" +const goModuleVersion = "1.16.4" diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 1acd313a20e..7feeffac6b9 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.7 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.6 (2022-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/config/go.mod b/config/go.mod index 536c224d241..fa228a08d88 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.3 - github.com/aws/aws-sdk-go-v2/credentials v1.12.1 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4 - github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11 - github.com/aws/aws-sdk-go-v2/service/sso v1.11.4 - github.com/aws/aws-sdk-go-v2/service/sts v1.16.5 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/credentials v1.12.2 + 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.5 + github.com/aws/aws-sdk-go-v2/service/sts v1.16.6 github.com/aws/smithy-go v1.11.2 github.com/google/go-cmp v0.5.7 ) diff --git a/config/go_module_metadata.go b/config/go_module_metadata.go index b376ec4d847..d81cc10a5a1 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.6" +const goModuleVersion = "1.15.7" diff --git a/credentials/CHANGELOG.md b/credentials/CHANGELOG.md index 5273aa8a186..e53f3d7f628 100644 --- a/credentials/CHANGELOG.md +++ b/credentials/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.1 (2022-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/credentials/go.mod b/credentials/go.mod index d2132eaf9c2..3381e0fb7be 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.3 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4 - github.com/aws/aws-sdk-go-v2/service/sso v1.11.4 - github.com/aws/aws-sdk-go-v2/service/sts v1.16.5 + 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.5 + github.com/aws/aws-sdk-go-v2/service/sts v1.16.6 github.com/aws/smithy-go v1.11.2 github.com/google/go-cmp v0.5.7 ) diff --git a/credentials/go_module_metadata.go b/credentials/go_module_metadata.go index 5241183083a..26e3fbcf302 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.1" +const goModuleVersion = "1.12.2" diff --git a/example/service/dynamodb/createTable/go.mod b/example/service/dynamodb/createTable/go.mod index 054db947a0c..37ed2ea1b44 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.3 - github.com/aws/aws-sdk-go-v2/config v1.15.6 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/config v1.15.7 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.5 ) 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 5f09a9577b6..2acfa4fda78 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.3 - github.com/aws/aws-sdk-go-v2/config v1.15.6 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.1 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/config v1.15.7 + 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 ) 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 869a0044911..be036fbd8c1 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.6 - github.com/aws/aws-sdk-go-v2/service/s3 v1.26.9 + github.com/aws/aws-sdk-go-v2/config v1.15.7 + github.com/aws/aws-sdk-go-v2/service/s3 v1.26.10 ) 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 03c6e257ed1..3147151531e 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.3 - github.com/aws/aws-sdk-go-v2/config v1.15.6 - github.com/aws/aws-sdk-go-v2/service/s3 v1.26.9 - github.com/aws/aws-sdk-go-v2/service/s3control v1.21.5 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/config v1.15.7 + github.com/aws/aws-sdk-go-v2/service/s3 v1.26.10 + github.com/aws/aws-sdk-go-v2/service/s3control v1.21.6 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/feature/cloudfront/sign/CHANGELOG.md b/feature/cloudfront/sign/CHANGELOG.md index 1307f09f764..9253757ff91 100644 --- a/feature/cloudfront/sign/CHANGELOG.md +++ b/feature/cloudfront/sign/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.18 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.17 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/cloudfront/sign/go.mod b/feature/cloudfront/sign/go.mod index c0adfb4083f..0e3be87c113 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.3 +require github.com/aws/aws-sdk-go-v2 v1.16.4 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 ac174f61c62..d0577896944 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.17" +const goModuleVersion = "1.3.18" diff --git a/feature/dynamodb/attributevalue/CHANGELOG.md b/feature/dynamodb/attributevalue/CHANGELOG.md index 847193fa09e..b93320680b9 100644 --- a/feature/dynamodb/attributevalue/CHANGELOG.md +++ b/feature/dynamodb/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/attributevalue/go.mod b/feature/dynamodb/attributevalue/go.mod index 952bbcb5ebe..d626cf9983e 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.3 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.4 - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.4 + 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/smithy-go v1.11.2 github.com/google/go-cmp v0.5.7 ) diff --git a/feature/dynamodb/attributevalue/go_module_metadata.go b/feature/dynamodb/attributevalue/go_module_metadata.go index 43a3f1311d7..429f842ec31 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.1" +const goModuleVersion = "1.9.2" diff --git a/feature/dynamodb/expression/CHANGELOG.md b/feature/dynamodb/expression/CHANGELOG.md index 945c4281e8f..cb4dc3c19ea 100644 --- a/feature/dynamodb/expression/CHANGELOG.md +++ b/feature/dynamodb/expression/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.8 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.7 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/expression/go.mod b/feature/dynamodb/expression/go.mod index fbbf4b0ef0b..71c53b5be87 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.3 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.1 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.4 + 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/google/go-cmp v0.5.7 ) diff --git a/feature/dynamodb/expression/go_module_metadata.go b/feature/dynamodb/expression/go_module_metadata.go index b3104ac5c19..00070f4891a 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.7" +const goModuleVersion = "1.4.8" diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 4f6042a5d19..bd4c714e973 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodbstreams/attributevalue/go.mod b/feature/dynamodbstreams/attributevalue/go.mod index de27b9216c5..879dee03b71 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.3 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.4 - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.4 + 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/smithy-go v1.11.2 github.com/google/go-cmp v0.5.7 ) diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index 43a3f1311d7..429f842ec31 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.1" +const goModuleVersion = "1.9.2" diff --git a/feature/ec2/imds/CHANGELOG.md b/feature/ec2/imds/CHANGELOG.md index 6f36dfd4305..f8724c2b371 100644 --- a/feature/ec2/imds/CHANGELOG.md +++ b/feature/ec2/imds/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/ec2/imds/go.mod b/feature/ec2/imds/go.mod index 1ee756c4f5a..5c0bc70a047 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.3 + github.com/aws/aws-sdk-go-v2 v1.16.4 github.com/aws/smithy-go v1.11.2 github.com/google/go-cmp v0.5.7 ) diff --git a/feature/ec2/imds/go_module_metadata.go b/feature/ec2/imds/go_module_metadata.go index 249787c83b1..f728ff9538b 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.4" +const goModuleVersion = "1.12.5" diff --git a/feature/ec2/imds/internal/configtesting/go.mod b/feature/ec2/imds/internal/configtesting/go.mod index f0e4fa80225..7f51a75ccac 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.6 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4 + github.com/aws/aws-sdk-go-v2/config v1.15.7 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.5 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../../ diff --git a/feature/rds/auth/CHANGELOG.md b/feature/rds/auth/CHANGELOG.md index cf5420fcd05..d4db20934ec 100644 --- a/feature/rds/auth/CHANGELOG.md +++ b/feature/rds/auth/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.21 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.20 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/rds/auth/go.mod b/feature/rds/auth/go.mod index ffe516b19ab..8723cf5c5ed 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.3 +require github.com/aws/aws-sdk-go-v2 v1.16.4 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 76d81feda84..7e5bf8262b2 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.20" +const goModuleVersion = "1.1.21" diff --git a/feature/s3/manager/CHANGELOG.md b/feature/s3/manager/CHANGELOG.md index dcde7d926e5..baaa16378f3 100644 --- a/feature/s3/manager/CHANGELOG.md +++ b/feature/s3/manager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.12 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.11 (2022-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index 54b2999bf70..3aa84d33625 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.3 - github.com/aws/aws-sdk-go-v2/config v1.15.6 - github.com/aws/aws-sdk-go-v2/service/s3 v1.26.9 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/config v1.15.7 + github.com/aws/aws-sdk-go-v2/service/s3 v1.26.10 github.com/aws/smithy-go v1.11.2 github.com/google/go-cmp v0.5.7 ) diff --git a/feature/s3/manager/go_module_metadata.go b/feature/s3/manager/go_module_metadata.go index b52541a53ed..27c0e0fd283 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.11" +const goModuleVersion = "1.11.12" diff --git a/internal/configsources/CHANGELOG.md b/internal/configsources/CHANGELOG.md index 3ab362b4243..1a400177a9e 100644 --- a/internal/configsources/CHANGELOG.md +++ b/internal/configsources/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.11 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.10 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/configsources/configtesting/go.mod b/internal/configsources/configtesting/go.mod index 6fd9158d358..aec059ef85c 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.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 + github.com/aws/aws-sdk-go-v2/config v1.15.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 ) replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/internal/configsources/go.mod b/internal/configsources/go.mod index 026966c738e..844bb41cc9d 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.3 +require github.com/aws/aws-sdk-go-v2 v1.16.4 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 23ed79f5163..b2bf7ec2dab 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.10" +const goModuleVersion = "1.1.11" diff --git a/internal/endpoints/v2/CHANGELOG.md b/internal/endpoints/v2/CHANGELOG.md index ff627acb0c3..b1581794d8d 100644 --- a/internal/endpoints/v2/CHANGELOG.md +++ b/internal/endpoints/v2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v2.4.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v2.4.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/endpoints/v2/go.mod b/internal/endpoints/v2/go.mod index 36aaa62a122..1dabb50b613 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.3 + github.com/aws/aws-sdk-go-v2 v1.16.4 github.com/aws/smithy-go v1.11.2 github.com/google/go-cmp v0.5.7 ) diff --git a/internal/endpoints/v2/go_module_metadata.go b/internal/endpoints/v2/go_module_metadata.go index 79bdc8efdfa..af9b7541c78 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.4" +const goModuleVersion = "2.4.5" diff --git a/internal/ini/CHANGELOG.md b/internal/ini/CHANGELOG.md index 8a68f756772..1829254a31f 100644 --- a/internal/ini/CHANGELOG.md +++ b/internal/ini/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.3.12 (2022-05-17) + +* **Bug Fix**: Removes the fuzz testing files from the module, as they are invalid and not used. +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.11 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/ini/go.mod b/internal/ini/go.mod index 19b5432d66f..ac382fcc8b8 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.3 +require github.com/aws/aws-sdk-go-v2 v1.16.4 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 f54018f1dcf..245bea0b9b1 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.11" +const goModuleVersion = "1.3.12" diff --git a/internal/protocoltest/awsrestjson/go.mod b/internal/protocoltest/awsrestjson/go.mod index 3feb34b0b81..a8a8e95c542 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 github.com/google/go-cmp v0.5.7 ) diff --git a/internal/protocoltest/ec2query/go.mod b/internal/protocoltest/ec2query/go.mod index b415953ee9d..f73da97390e 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 github.com/google/go-cmp v0.5.7 ) diff --git a/internal/protocoltest/jsonrpc/go.mod b/internal/protocoltest/jsonrpc/go.mod index 40318650272..6c7b3012d64 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 github.com/google/go-cmp v0.5.7 ) diff --git a/internal/protocoltest/jsonrpc10/go.mod b/internal/protocoltest/jsonrpc10/go.mod index 5e989974487..78e2be382a1 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 github.com/google/go-cmp v0.5.7 ) diff --git a/internal/protocoltest/query/go.mod b/internal/protocoltest/query/go.mod index 633c2aeb5ee..0f9dcff2ade 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 github.com/google/go-cmp v0.5.7 ) diff --git a/internal/protocoltest/restxml/go.mod b/internal/protocoltest/restxml/go.mod index 0fc28b97464..1fee5443bca 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 github.com/google/go-cmp v0.5.7 ) diff --git a/internal/protocoltest/restxmlwithnamespace/go.mod b/internal/protocoltest/restxmlwithnamespace/go.mod index c1470fd6b71..5ae97873864 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 github.com/google/go-cmp v0.5.7 ) diff --git a/internal/v4a/CHANGELOG.md b/internal/v4a/CHANGELOG.md index 50369c9eced..5adbc3e98e3 100644 --- a/internal/v4a/CHANGELOG.md +++ b/internal/v4a/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/v4a/go.mod b/internal/v4a/go.mod index 678080098b2..1a173dfc43f 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.3 + github.com/aws/aws-sdk-go-v2 v1.16.4 github.com/aws/smithy-go v1.11.2 github.com/google/go-cmp v0.5.7 ) diff --git a/internal/v4a/go_module_metadata.go b/internal/v4a/go_module_metadata.go index 5ee4fc9435a..c9edce66e15 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.1" +const goModuleVersion = "1.0.2" diff --git a/service/accessanalyzer/CHANGELOG.md b/service/accessanalyzer/CHANGELOG.md index 8f6aa33432a..29676e13cdc 100644 --- a/service/accessanalyzer/CHANGELOG.md +++ b/service/accessanalyzer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/accessanalyzer/go.mod b/service/accessanalyzer/go.mod index 55b3b7fa064..6db783b1434 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/accessanalyzer/go_module_metadata.go b/service/accessanalyzer/go_module_metadata.go index 4e6a1e7201a..126e63b9ab5 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.4" +const goModuleVersion = "1.15.5" diff --git a/service/account/CHANGELOG.md b/service/account/CHANGELOG.md index 9fe5b0fd7fe..5652084a95a 100644 --- a/service/account/CHANGELOG.md +++ b/service/account/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/account/go.mod b/service/account/go.mod index d9cc2c22f87..4449fbfc9d0 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/account/go_module_metadata.go b/service/account/go_module_metadata.go index ce0033b8626..d53d14aaad6 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.4" +const goModuleVersion = "1.6.5" diff --git a/service/acm/CHANGELOG.md b/service/acm/CHANGELOG.md index 52d998ca2b0..0fe9728c11b 100644 --- a/service/acm/CHANGELOG.md +++ b/service/acm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/acm/go.mod b/service/acm/go.mod index d4ffe1dc6b0..9e43e0297f1 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 d38f0280873..e8143a5d8a4 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.4" +const goModuleVersion = "1.14.5" diff --git a/service/acmpca/CHANGELOG.md b/service/acmpca/CHANGELOG.md index 1c55c725cda..fc4bd9e5efa 100644 --- a/service/acmpca/CHANGELOG.md +++ b/service/acmpca/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.7 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.6 (2022-05-05) * No change notes available for this release. diff --git a/service/acmpca/go.mod b/service/acmpca/go.mod index 7c503bedad2..86f87c7cf98 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 c02ad1f9528..a60047f7015 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.6" +const goModuleVersion = "1.17.7" diff --git a/service/alexaforbusiness/CHANGELOG.md b/service/alexaforbusiness/CHANGELOG.md index 22e5e374f68..b0903223b78 100644 --- a/service/alexaforbusiness/CHANGELOG.md +++ b/service/alexaforbusiness/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/alexaforbusiness/go.mod b/service/alexaforbusiness/go.mod index ab510d1f7de..107acf0070c 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/alexaforbusiness/go_module_metadata.go b/service/alexaforbusiness/go_module_metadata.go index bd710524a52..8344f952a46 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.4" +const goModuleVersion = "1.14.5" diff --git a/service/amp/CHANGELOG.md b/service/amp/CHANGELOG.md index 8d45983917b..c2878ec94e7 100644 --- a/service/amp/CHANGELOG.md +++ b/service/amp/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.5 (2022-05-05) * No change notes available for this release. diff --git a/service/amp/go.mod b/service/amp/go.mod index ee86d7a46ce..a67229a4acc 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 92e9e419078..0920f822552 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.5" +const goModuleVersion = "1.14.6" diff --git a/service/amplify/CHANGELOG.md b/service/amplify/CHANGELOG.md index bd98756469f..296780074b0 100644 --- a/service/amplify/CHANGELOG.md +++ b/service/amplify/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.5 (2022-04-27) * **Documentation**: Documentation only update to support the Amplify GitHub App feature launch diff --git a/service/amplify/go.mod b/service/amplify/go.mod index ec7bcdd37fa..4c86153ea29 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/amplify/go_module_metadata.go b/service/amplify/go_module_metadata.go index 909e23e7097..8e40e88b74f 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.5" +const goModuleVersion = "1.11.6" diff --git a/service/amplifybackend/CHANGELOG.md b/service/amplifybackend/CHANGELOG.md index ed38f42fa60..70c2f8500f8 100644 --- a/service/amplifybackend/CHANGELOG.md +++ b/service/amplifybackend/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/amplifybackend/go.mod b/service/amplifybackend/go.mod index 1688f613860..dbac9d80b2a 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/amplifybackend/go_module_metadata.go b/service/amplifybackend/go_module_metadata.go index baed29cfe9f..e2e36396fca 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/amplifyuibuilder/CHANGELOG.md b/service/amplifyuibuilder/CHANGELOG.md index ecf650dcfdf..51e3b2547bb 100644 --- a/service/amplifyuibuilder/CHANGELOG.md +++ b/service/amplifyuibuilder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/amplifyuibuilder/go.mod b/service/amplifyuibuilder/go.mod index f0a33e185f1..cbe78deff8a 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/amplifyuibuilder/go_module_metadata.go b/service/amplifyuibuilder/go_module_metadata.go index 877a6a11bf3..0f9b8b5d7df 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.1" +const goModuleVersion = "1.6.2" diff --git a/service/apigateway/CHANGELOG.md b/service/apigateway/CHANGELOG.md index 832853ab52c..30ab0828bb0 100644 --- a/service/apigateway/CHANGELOG.md +++ b/service/apigateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apigateway/go.mod b/service/apigateway/go.mod index ebbdeadbc07..81464c5d9d9 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/apigateway/go_module_metadata.go b/service/apigateway/go_module_metadata.go index 6fa73a13c84..b47cec8565a 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.4" +const goModuleVersion = "1.15.5" diff --git a/service/apigatewaymanagementapi/CHANGELOG.md b/service/apigatewaymanagementapi/CHANGELOG.md index 9feff9078dc..2e326cddbfc 100644 --- a/service/apigatewaymanagementapi/CHANGELOG.md +++ b/service/apigatewaymanagementapi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apigatewaymanagementapi/go.mod b/service/apigatewaymanagementapi/go.mod index 2c6c01d54e5..d3ad842d825 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/apigatewaymanagementapi/go_module_metadata.go b/service/apigatewaymanagementapi/go_module_metadata.go index 656c9b34296..d5d246f9d5b 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.4" +const goModuleVersion = "1.10.5" diff --git a/service/apigatewayv2/CHANGELOG.md b/service/apigatewayv2/CHANGELOG.md index da0097b8233..112c265144e 100644 --- a/service/apigatewayv2/CHANGELOG.md +++ b/service/apigatewayv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apigatewayv2/go.mod b/service/apigatewayv2/go.mod index fabf159ae62..ea0e182f4c7 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/apigatewayv2/go_module_metadata.go b/service/apigatewayv2/go_module_metadata.go index eb814086e52..451cb4f3d0d 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/appconfig/CHANGELOG.md b/service/appconfig/CHANGELOG.md index fcaf9127476..ecd3b0336f2 100644 --- a/service/appconfig/CHANGELOG.md +++ b/service/appconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appconfig/go.mod b/service/appconfig/go.mod index c30fe05d08f..6f815798d75 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/appconfig/go_module_metadata.go b/service/appconfig/go_module_metadata.go index 50b1737de41..6f5351a490e 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/appconfigdata/CHANGELOG.md b/service/appconfigdata/CHANGELOG.md index f9cf0977c06..46dbc6397ce 100644 --- a/service/appconfigdata/CHANGELOG.md +++ b/service/appconfigdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appconfigdata/go.mod b/service/appconfigdata/go.mod index aedc022d0a8..a317e16c8be 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/appconfigdata/go_module_metadata.go b/service/appconfigdata/go_module_metadata.go index 67e4a377aa5..d629f5eafb2 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.4" +const goModuleVersion = "1.4.5" diff --git a/service/appflow/CHANGELOG.md b/service/appflow/CHANGELOG.md index 8cb1f4cd118..65a03bb2cd5 100644 --- a/service/appflow/CHANGELOG.md +++ b/service/appflow/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appflow/go.mod b/service/appflow/go.mod index d2939a1ae03..4e9e7536442 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/appflow/go_module_metadata.go b/service/appflow/go_module_metadata.go index c1d05ed6f75..3e1bd12abdf 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.15.1" +const goModuleVersion = "1.15.2" diff --git a/service/appintegrations/CHANGELOG.md b/service/appintegrations/CHANGELOG.md index 4c57d9a1f5c..abca8882e89 100644 --- a/service/appintegrations/CHANGELOG.md +++ b/service/appintegrations/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appintegrations/go.mod b/service/appintegrations/go.mod index 421b177a3b6..4225dc3afa3 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/appintegrations/go_module_metadata.go b/service/appintegrations/go_module_metadata.go index 9c52b820149..3ad99156808 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/applicationautoscaling/CHANGELOG.md b/service/applicationautoscaling/CHANGELOG.md index b2103402772..37f0e1f3e69 100644 --- a/service/applicationautoscaling/CHANGELOG.md +++ b/service/applicationautoscaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationautoscaling/go.mod b/service/applicationautoscaling/go.mod index f88ba34d80b..495637a8989 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/applicationautoscaling/go_module_metadata.go b/service/applicationautoscaling/go_module_metadata.go index 83089cc17a2..ff2580eb737 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.4" +const goModuleVersion = "1.15.5" diff --git a/service/applicationcostprofiler/CHANGELOG.md b/service/applicationcostprofiler/CHANGELOG.md index d3fe9c940a1..eac755f5c5f 100644 --- a/service/applicationcostprofiler/CHANGELOG.md +++ b/service/applicationcostprofiler/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationcostprofiler/go.mod b/service/applicationcostprofiler/go.mod index 7fc096eb4bd..4b9070cb176 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/applicationcostprofiler/go_module_metadata.go b/service/applicationcostprofiler/go_module_metadata.go index ed783644ce6..c30616825cb 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.4" +const goModuleVersion = "1.9.5" diff --git a/service/applicationdiscoveryservice/CHANGELOG.md b/service/applicationdiscoveryservice/CHANGELOG.md index 2cee68ebf4a..9f58bffbe5f 100644 --- a/service/applicationdiscoveryservice/CHANGELOG.md +++ b/service/applicationdiscoveryservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.0 (2022-05-16) * **Feature**: Add Migration Evaluator Collector details to the GetDiscoverySummary API response diff --git a/service/applicationdiscoveryservice/go.mod b/service/applicationdiscoveryservice/go.mod index 3d049456d6d..dfb6c2a4370 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/applicationdiscoveryservice/go_module_metadata.go b/service/applicationdiscoveryservice/go_module_metadata.go index d77c35d4d25..d6cd9f8fe46 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.0" +const goModuleVersion = "1.13.1" diff --git a/service/applicationinsights/CHANGELOG.md b/service/applicationinsights/CHANGELOG.md index 50c609281cd..733c086df63 100644 --- a/service/applicationinsights/CHANGELOG.md +++ b/service/applicationinsights/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationinsights/go.mod b/service/applicationinsights/go.mod index 1ab8f3b487e..dcec4f51823 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/applicationinsights/go_module_metadata.go b/service/applicationinsights/go_module_metadata.go index e17606ce8fd..538ecc26496 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.15.4" +const goModuleVersion = "1.15.5" diff --git a/service/appmesh/CHANGELOG.md b/service/appmesh/CHANGELOG.md index 71c9ae0cc66..625209aea95 100644 --- a/service/appmesh/CHANGELOG.md +++ b/service/appmesh/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-04) * No change notes available for this release. diff --git a/service/appmesh/go.mod b/service/appmesh/go.mod index d5282d85871..4677508cecf 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/appmesh/go_module_metadata.go b/service/appmesh/go_module_metadata.go index 233bee194fb..41a06277669 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.13.5" +const goModuleVersion = "1.13.6" diff --git a/service/apprunner/CHANGELOG.md b/service/apprunner/CHANGELOG.md index 9c39b587f32..4cdba8986a7 100644 --- a/service/apprunner/CHANGELOG.md +++ b/service/apprunner/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apprunner/go.mod b/service/apprunner/go.mod index f57b3a8ed4e..9c6342f795d 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/apprunner/go_module_metadata.go b/service/apprunner/go_module_metadata.go index fc92624e0de..0a8a563e201 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.1" +const goModuleVersion = "1.12.2" diff --git a/service/appstream/CHANGELOG.md b/service/appstream/CHANGELOG.md index 113852a3813..d1dc5c03b6c 100644 --- a/service/appstream/CHANGELOG.md +++ b/service/appstream/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appstream/go.mod b/service/appstream/go.mod index df15e606321..cd0f699dceb 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 2d76b8c1d42..2516350591c 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.1" +const goModuleVersion = "1.16.2" diff --git a/service/appsync/CHANGELOG.md b/service/appsync/CHANGELOG.md index f4ee4ea0858..672534d9989 100644 --- a/service/appsync/CHANGELOG.md +++ b/service/appsync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appsync/go.mod b/service/appsync/go.mod index ad1ebe23bd4..a015457d781 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/appsync/go_module_metadata.go b/service/appsync/go_module_metadata.go index 824fd9d10ec..3f5defd36c4 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.4" +const goModuleVersion = "1.14.5" diff --git a/service/athena/CHANGELOG.md b/service/athena/CHANGELOG.md index 342131beccd..f0f39b75068 100644 --- a/service/athena/CHANGELOG.md +++ b/service/athena/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/athena/go.mod b/service/athena/go.mod index 42f6bf4f0a6..7b8cbd86e78 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/athena/go_module_metadata.go b/service/athena/go_module_metadata.go index 2a99fb5a7f9..5a83f810472 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.1" +const goModuleVersion = "1.15.2" diff --git a/service/auditmanager/CHANGELOG.md b/service/auditmanager/CHANGELOG.md index 1173fbc65e1..05eb7d1a6ce 100644 --- a/service/auditmanager/CHANGELOG.md +++ b/service/auditmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.5 (2022-04-28) * **Documentation**: This release adds documentation updates for Audit Manager. We provided examples of how to use the Custom_ prefix for the keywordValue attribute. We also provided more details about the DeleteAssessmentReport operation. diff --git a/service/auditmanager/go.mod b/service/auditmanager/go.mod index 6309fb8042b..e87d4711de3 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/auditmanager/go_module_metadata.go b/service/auditmanager/go_module_metadata.go index 648769af6d9..75035b00ca7 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.5" +const goModuleVersion = "1.18.6" diff --git a/service/autoscaling/CHANGELOG.md b/service/autoscaling/CHANGELOG.md index 8e2f85c9ae2..fbd4149f5df 100644 --- a/service/autoscaling/CHANGELOG.md +++ b/service/autoscaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/autoscaling/go.mod b/service/autoscaling/go.mod index 03014a4a62e..281f1354676 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 2c677f2ea89..4bb459486d7 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.1" +const goModuleVersion = "1.23.2" diff --git a/service/autoscalingplans/CHANGELOG.md b/service/autoscalingplans/CHANGELOG.md index ac76bc6ab21..0b1ee002bb6 100644 --- a/service/autoscalingplans/CHANGELOG.md +++ b/service/autoscalingplans/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/autoscalingplans/go.mod b/service/autoscalingplans/go.mod index 79bed10e552..1f557dc2446 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/autoscalingplans/go_module_metadata.go b/service/autoscalingplans/go_module_metadata.go index 5bc1a532bee..05d8d6c082e 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/backup/CHANGELOG.md b/service/backup/CHANGELOG.md index 3b9110079da..73ffeccaf51 100644 --- a/service/backup/CHANGELOG.md +++ b/service/backup/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.0 (2022-05-04) * **Feature**: Adds support to 2 new filters about job complete time for 3 list jobs APIs in AWS Backup diff --git a/service/backup/go.mod b/service/backup/go.mod index 40b36d9eac6..b5042860713 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/backup/go_module_metadata.go b/service/backup/go_module_metadata.go index 820c6989428..fd5cfe5c660 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.0" +const goModuleVersion = "1.16.1" diff --git a/service/backupgateway/CHANGELOG.md b/service/backupgateway/CHANGELOG.md index 10a348b7520..da81d33dfab 100644 --- a/service/backupgateway/CHANGELOG.md +++ b/service/backupgateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/backupgateway/go.mod b/service/backupgateway/go.mod index cfdf3298067..bbb62f0725b 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/backupgateway/go_module_metadata.go b/service/backupgateway/go_module_metadata.go index 5ab63643145..a17161bb844 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.5.4" +const goModuleVersion = "1.5.5" diff --git a/service/batch/CHANGELOG.md b/service/batch/CHANGELOG.md index 8d93a348ce7..9a62cafe552 100644 --- a/service/batch/CHANGELOG.md +++ b/service/batch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/batch/go.mod b/service/batch/go.mod index d6d0787a98d..99931cd87d4 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/batch/go_module_metadata.go b/service/batch/go_module_metadata.go index b43a88a3f96..e4cb490e646 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.1" +const goModuleVersion = "1.18.2" diff --git a/service/billingconductor/CHANGELOG.md b/service/billingconductor/CHANGELOG.md index 5b35afcb612..1ae74605c29 100644 --- a/service/billingconductor/CHANGELOG.md +++ b/service/billingconductor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/billingconductor/go.mod b/service/billingconductor/go.mod index c57888384f3..1e849478da3 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/billingconductor/go_module_metadata.go b/service/billingconductor/go_module_metadata.go index 3ef64122c3c..a20ee61af06 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.4" +const goModuleVersion = "1.0.5" diff --git a/service/braket/CHANGELOG.md b/service/braket/CHANGELOG.md index a14be5a3da2..f7b6cf398ac 100644 --- a/service/braket/CHANGELOG.md +++ b/service/braket/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.0 (2022-04-28) * **Feature**: This release enables Braket Hybrid Jobs with Embedded Simulators to have multiple instances. diff --git a/service/braket/go.mod b/service/braket/go.mod index 3cbcfeede66..942a7dda6b1 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/braket/go_module_metadata.go b/service/braket/go_module_metadata.go index 8fc2d8095f5..e387394d00d 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.0" +const goModuleVersion = "1.16.1" diff --git a/service/budgets/CHANGELOG.md b/service/budgets/CHANGELOG.md index 489518e468c..3c611ea93f1 100644 --- a/service/budgets/CHANGELOG.md +++ b/service/budgets/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/budgets/go.mod b/service/budgets/go.mod index 0a5ad42e8cc..4a81a2f7f7f 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/budgets/go_module_metadata.go b/service/budgets/go_module_metadata.go index 0881cb7bea4..25de3162137 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/chime/CHANGELOG.md b/service/chime/CHANGELOG.md index cadd0d7ed8c..d8300992737 100644 --- a/service/chime/CHANGELOG.md +++ b/service/chime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chime/go.mod b/service/chime/go.mod index 49c4b36753a..2e3f9966bff 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/chime/go_module_metadata.go b/service/chime/go_module_metadata.go index c0e1c2433e7..79f84b7d9aa 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.4" +const goModuleVersion = "1.20.5" diff --git a/service/chimesdkidentity/CHANGELOG.md b/service/chimesdkidentity/CHANGELOG.md index 323090087ec..10c63b16fe2 100644 --- a/service/chimesdkidentity/CHANGELOG.md +++ b/service/chimesdkidentity/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.5 (2022-05-06) * No change notes available for this release. diff --git a/service/chimesdkidentity/go.mod b/service/chimesdkidentity/go.mod index d110ccfe216..6d5d7f99e2e 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/chimesdkidentity/go_module_metadata.go b/service/chimesdkidentity/go_module_metadata.go index 64bbee5ef3f..6c874c05764 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.5" +const goModuleVersion = "1.9.6" diff --git a/service/chimesdkmediapipelines/CHANGELOG.md b/service/chimesdkmediapipelines/CHANGELOG.md index d564d243ab3..68a33a7cca3 100644 --- a/service/chimesdkmediapipelines/CHANGELOG.md +++ b/service/chimesdkmediapipelines/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.1 (2022-05-02) * No change notes available for this release. diff --git a/service/chimesdkmediapipelines/go.mod b/service/chimesdkmediapipelines/go.mod index ef5f8531713..04e0050e945 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/chimesdkmediapipelines/go_module_metadata.go b/service/chimesdkmediapipelines/go_module_metadata.go index 63301154cc5..5c16f1ec61d 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.1" +const goModuleVersion = "1.0.2" diff --git a/service/chimesdkmeetings/CHANGELOG.md b/service/chimesdkmeetings/CHANGELOG.md index 2acf28927e1..a80f4b6cf6e 100644 --- a/service/chimesdkmeetings/CHANGELOG.md +++ b/service/chimesdkmeetings/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkmeetings/go.mod b/service/chimesdkmeetings/go.mod index 799d7d541e9..91c185a1913 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/chimesdkmeetings/go_module_metadata.go b/service/chimesdkmeetings/go_module_metadata.go index db6c42a9211..e87894caf5f 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.9.1" +const goModuleVersion = "1.9.2" diff --git a/service/chimesdkmessaging/CHANGELOG.md b/service/chimesdkmessaging/CHANGELOG.md index 248e807e617..bf0fc333985 100644 --- a/service/chimesdkmessaging/CHANGELOG.md +++ b/service/chimesdkmessaging/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.5 (2022-05-06) * No change notes available for this release. diff --git a/service/chimesdkmessaging/go.mod b/service/chimesdkmessaging/go.mod index d0625ae8421..30b7e432811 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/chimesdkmessaging/go_module_metadata.go b/service/chimesdkmessaging/go_module_metadata.go index a8854ec2650..d723fb1f0c0 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.9.5" +const goModuleVersion = "1.9.6" diff --git a/service/cloud9/CHANGELOG.md b/service/cloud9/CHANGELOG.md index 8bbbc988b76..daa422dc1ea 100644 --- a/service/cloud9/CHANGELOG.md +++ b/service/cloud9/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloud9/go.mod b/service/cloud9/go.mod index ac667c05f2c..7be66132c99 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/cloud9/go_module_metadata.go b/service/cloud9/go_module_metadata.go index 4fc327a259d..3e4a7c46430 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.4" +const goModuleVersion = "1.16.5" diff --git a/service/cloudcontrol/CHANGELOG.md b/service/cloudcontrol/CHANGELOG.md index adc30cbb187..be83e96053d 100644 --- a/service/cloudcontrol/CHANGELOG.md +++ b/service/cloudcontrol/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.0 (2022-05-09) * **Feature**: SDK release for Cloud Control API to include paginators for Python SDK. diff --git a/service/cloudcontrol/go.mod b/service/cloudcontrol/go.mod index 9e0bba4268b..144d290675c 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 435eb55cc3d..0f723dd0fba 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.0" +const goModuleVersion = "1.10.1" diff --git a/service/clouddirectory/CHANGELOG.md b/service/clouddirectory/CHANGELOG.md index 483369a7a61..e2750ff0f0f 100644 --- a/service/clouddirectory/CHANGELOG.md +++ b/service/clouddirectory/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/clouddirectory/go.mod b/service/clouddirectory/go.mod index 66b5752d8f4..9e5f8be517c 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/clouddirectory/go_module_metadata.go b/service/clouddirectory/go_module_metadata.go index 5347f37d6ac..ae6f794d9d2 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/cloudformation/CHANGELOG.md b/service/cloudformation/CHANGELOG.md index b559dd4e679..9f7bc99d647 100644 --- a/service/cloudformation/CHANGELOG.md +++ b/service/cloudformation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudformation/go.mod b/service/cloudformation/go.mod index 91e2eb02f04..d4512d27f57 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 6313a9dea8e..3aef8e685dd 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.20.4" +const goModuleVersion = "1.20.5" diff --git a/service/cloudfront/CHANGELOG.md b/service/cloudfront/CHANGELOG.md index 7cbe625f4b7..8f41b2b8363 100644 --- a/service/cloudfront/CHANGELOG.md +++ b/service/cloudfront/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.0 (2022-05-16) * **Feature**: Introduced a new error (TooLongCSPInResponseHeadersPolicy) that is returned when the value of the Content-Security-Policy header in a response headers policy exceeds the maximum allowed length. diff --git a/service/cloudfront/go.mod b/service/cloudfront/go.mod index 6df28a554eb..6b20e1f2d53 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 535e428c2b6..b0171687e59 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.0" +const goModuleVersion = "1.18.1" diff --git a/service/cloudhsm/CHANGELOG.md b/service/cloudhsm/CHANGELOG.md index ca2c1fa3321..cb19e13562f 100644 --- a/service/cloudhsm/CHANGELOG.md +++ b/service/cloudhsm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-05) * No change notes available for this release. diff --git a/service/cloudhsm/go.mod b/service/cloudhsm/go.mod index 7686f116bff..a405e2adbd6 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/cloudhsm/go_module_metadata.go b/service/cloudhsm/go_module_metadata.go index d7a61cedb62..85d5154e0a9 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.5" +const goModuleVersion = "1.12.6" diff --git a/service/cloudhsmv2/CHANGELOG.md b/service/cloudhsmv2/CHANGELOG.md index 5e6c69b3ddd..4b156c5eee7 100644 --- a/service/cloudhsmv2/CHANGELOG.md +++ b/service/cloudhsmv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudhsmv2/go.mod b/service/cloudhsmv2/go.mod index 10c39e553fa..fdb85346f3d 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/cloudhsmv2/go_module_metadata.go b/service/cloudhsmv2/go_module_metadata.go index 79f0fd0f9c4..b265d22102c 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/cloudsearch/CHANGELOG.md b/service/cloudsearch/CHANGELOG.md index 7b3c769006f..3f2979207e2 100644 --- a/service/cloudsearch/CHANGELOG.md +++ b/service/cloudsearch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudsearch/go.mod b/service/cloudsearch/go.mod index bbc4b16baf0..03bbd7a18a0 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/cloudsearch/go_module_metadata.go b/service/cloudsearch/go_module_metadata.go index 5dc99c4bcd5..abdf3ce9c17 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/cloudsearchdomain/CHANGELOG.md b/service/cloudsearchdomain/CHANGELOG.md index f6b04b93f74..90f30d824d3 100644 --- a/service/cloudsearchdomain/CHANGELOG.md +++ b/service/cloudsearchdomain/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudsearchdomain/go.mod b/service/cloudsearchdomain/go.mod index a4fdfbda0e0..68217c90818 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/cloudsearchdomain/go_module_metadata.go b/service/cloudsearchdomain/go_module_metadata.go index 39a36afcb68..31b7087a379 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/cloudtrail/CHANGELOG.md b/service/cloudtrail/CHANGELOG.md index 1a74b3271ea..484fbc0ec43 100644 --- a/service/cloudtrail/CHANGELOG.md +++ b/service/cloudtrail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.0 (2022-04-27) * **Feature**: Increases the retention period maximum to 2557 days. Deprecates unused fields of the ListEventDataStores API response. Updates documentation. diff --git a/service/cloudtrail/go.mod b/service/cloudtrail/go.mod index b1889638307..26e3bf6c063 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/cloudtrail/go_module_metadata.go b/service/cloudtrail/go_module_metadata.go index ea89f0a5995..decb93b4fce 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.0" +const goModuleVersion = "1.16.1" diff --git a/service/cloudwatch/CHANGELOG.md b/service/cloudwatch/CHANGELOG.md index fa5e9723542..821b0ed08e9 100644 --- a/service/cloudwatch/CHANGELOG.md +++ b/service/cloudwatch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudwatch/go.mod b/service/cloudwatch/go.mod index 9a61b839a33..92331f20d19 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 cc46089491a..8db8e4550d3 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.2" +const goModuleVersion = "1.18.3" diff --git a/service/cloudwatchevents/CHANGELOG.md b/service/cloudwatchevents/CHANGELOG.md index c181c55c1d7..0b80875fc4f 100644 --- a/service/cloudwatchevents/CHANGELOG.md +++ b/service/cloudwatchevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.5 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudwatchevents/go.mod b/service/cloudwatchevents/go.mod index 67697b6b235..be92762bdeb 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/cloudwatchevents/go_module_metadata.go b/service/cloudwatchevents/go_module_metadata.go index c44cb73ff07..d53747c50f9 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.5" +const goModuleVersion = "1.14.6" diff --git a/service/cloudwatchlogs/CHANGELOG.md b/service/cloudwatchlogs/CHANGELOG.md index d3d8a93cf09..ad317584a53 100644 --- a/service/cloudwatchlogs/CHANGELOG.md +++ b/service/cloudwatchlogs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.5 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudwatchlogs/go.mod b/service/cloudwatchlogs/go.mod index 10af287034f..fa6bc11d4d2 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/cloudwatchlogs/go_module_metadata.go b/service/cloudwatchlogs/go_module_metadata.go index 3491923ecf7..5a6b67efe37 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.5" +const goModuleVersion = "1.15.6" diff --git a/service/codeartifact/CHANGELOG.md b/service/codeartifact/CHANGELOG.md index f2556fc0680..9280e127022 100644 --- a/service/codeartifact/CHANGELOG.md +++ b/service/codeartifact/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codeartifact/go.mod b/service/codeartifact/go.mod index 0ee024873d0..68b7b3f21f5 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/codeartifact/go_module_metadata.go b/service/codeartifact/go_module_metadata.go index 4bb70e3d72a..a42ecb9ebbc 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/codebuild/CHANGELOG.md b/service/codebuild/CHANGELOG.md index c84ae8e79af..df5a1747711 100644 --- a/service/codebuild/CHANGELOG.md +++ b/service/codebuild/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codebuild/go.mod b/service/codebuild/go.mod index ac2447202de..6e6bba16487 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/codebuild/go_module_metadata.go b/service/codebuild/go_module_metadata.go index 82a3e84106e..2abdb7ceb89 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.4" +const goModuleVersion = "1.19.5" diff --git a/service/codecommit/CHANGELOG.md b/service/codecommit/CHANGELOG.md index 6febbe2cd17..5418e7fa2e6 100644 --- a/service/codecommit/CHANGELOG.md +++ b/service/codecommit/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codecommit/go.mod b/service/codecommit/go.mod index f97716735c9..6262111ec7e 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/codecommit/go_module_metadata.go b/service/codecommit/go_module_metadata.go index 81aa935cbe2..f08af3a7fcf 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/codedeploy/CHANGELOG.md b/service/codedeploy/CHANGELOG.md index 2cf44f94c4b..378244ede22 100644 --- a/service/codedeploy/CHANGELOG.md +++ b/service/codedeploy/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codedeploy/go.mod b/service/codedeploy/go.mod index 8bf00258b15..51a07182bc2 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 90d339139a6..d25f3703ebf 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.4" +const goModuleVersion = "1.14.5" diff --git a/service/codeguruprofiler/CHANGELOG.md b/service/codeguruprofiler/CHANGELOG.md index c2ae8db3d1f..54cd5b24c51 100644 --- a/service/codeguruprofiler/CHANGELOG.md +++ b/service/codeguruprofiler/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codeguruprofiler/go.mod b/service/codeguruprofiler/go.mod index ecbd825f5e9..0fe1ffbcd1f 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/codeguruprofiler/go_module_metadata.go b/service/codeguruprofiler/go_module_metadata.go index fce96b32242..01ffe6e5da7 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/codegurureviewer/CHANGELOG.md b/service/codegurureviewer/CHANGELOG.md index d37416422e8..369249b62b2 100644 --- a/service/codegurureviewer/CHANGELOG.md +++ b/service/codegurureviewer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.0 (2022-04-29) * **Feature**: Amazon CodeGuru Reviewer now supports suppressing recommendations from being generated on specific files and directories. diff --git a/service/codegurureviewer/go.mod b/service/codegurureviewer/go.mod index b7fad2b0ecb..1a98b834f4b 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 fd0e1b31b91..1a4e360b5a0 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.0" +const goModuleVersion = "1.16.1" diff --git a/service/codepipeline/CHANGELOG.md b/service/codepipeline/CHANGELOG.md index d2ea39f9395..9523eb33da5 100644 --- a/service/codepipeline/CHANGELOG.md +++ b/service/codepipeline/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codepipeline/go.mod b/service/codepipeline/go.mod index a6874bd1824..469365257d0 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/codepipeline/go_module_metadata.go b/service/codepipeline/go_module_metadata.go index b1810abffc4..e3ffef3b216 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/codestar/CHANGELOG.md b/service/codestar/CHANGELOG.md index daf24043c36..527db45b18a 100644 --- a/service/codestar/CHANGELOG.md +++ b/service/codestar/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codestar/go.mod b/service/codestar/go.mod index 7ce4ac03b31..872d7fd7729 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/codestar/go_module_metadata.go b/service/codestar/go_module_metadata.go index 42f48ffdb15..0077d8c4515 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/codestarconnections/CHANGELOG.md b/service/codestarconnections/CHANGELOG.md index d2ea39f9395..9523eb33da5 100644 --- a/service/codestarconnections/CHANGELOG.md +++ b/service/codestarconnections/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codestarconnections/go.mod b/service/codestarconnections/go.mod index 7eebc2606fe..6839d3032ed 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/codestarconnections/go_module_metadata.go b/service/codestarconnections/go_module_metadata.go index 25941c8c7ca..2b943138dd8 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/codestarnotifications/CHANGELOG.md b/service/codestarnotifications/CHANGELOG.md index e05a75c36aa..e70533e0fa9 100644 --- a/service/codestarnotifications/CHANGELOG.md +++ b/service/codestarnotifications/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codestarnotifications/go.mod b/service/codestarnotifications/go.mod index 0969f65a6cd..8947c2df20c 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/codestarnotifications/go_module_metadata.go b/service/codestarnotifications/go_module_metadata.go index ffa6b2be5af..43648b53be5 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/cognitoidentity/CHANGELOG.md b/service/cognitoidentity/CHANGELOG.md index 7dc3a147c7f..30a7ad88ec7 100644 --- a/service/cognitoidentity/CHANGELOG.md +++ b/service/cognitoidentity/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cognitoidentity/go.mod b/service/cognitoidentity/go.mod index 80056b1475a..c2b9fa095cc 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/cognitoidentity/go_module_metadata.go b/service/cognitoidentity/go_module_metadata.go index 5faacdfffdb..d9f64cec1ff 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/cognitoidentityprovider/CHANGELOG.md b/service/cognitoidentityprovider/CHANGELOG.md index e8b74445e11..8adcd7df77c 100644 --- a/service/cognitoidentityprovider/CHANGELOG.md +++ b/service/cognitoidentityprovider/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cognitoidentityprovider/go.mod b/service/cognitoidentityprovider/go.mod index 68f59bb3e1b..99cdc564334 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/cognitoidentityprovider/go_module_metadata.go b/service/cognitoidentityprovider/go_module_metadata.go index 339b4aaf076..6e262881dc1 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.15.4" +const goModuleVersion = "1.15.5" diff --git a/service/cognitosync/CHANGELOG.md b/service/cognitosync/CHANGELOG.md index f6b04b93f74..90f30d824d3 100644 --- a/service/cognitosync/CHANGELOG.md +++ b/service/cognitosync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cognitosync/go.mod b/service/cognitosync/go.mod index 57da4e4a28c..3d83240fec0 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/cognitosync/go_module_metadata.go b/service/cognitosync/go_module_metadata.go index 076622d955d..cd99816a351 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/comprehend/CHANGELOG.md b/service/comprehend/CHANGELOG.md index bd87af6ed42..e954168754d 100644 --- a/service/comprehend/CHANGELOG.md +++ b/service/comprehend/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/comprehend/go.mod b/service/comprehend/go.mod index 0e1a77e1b8f..c383f2a50cf 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/comprehend/go_module_metadata.go b/service/comprehend/go_module_metadata.go index ba11423ece1..e0716c12907 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.17.4" +const goModuleVersion = "1.17.5" diff --git a/service/comprehendmedical/CHANGELOG.md b/service/comprehendmedical/CHANGELOG.md index 71a110ac52a..f67a43abe40 100644 --- a/service/comprehendmedical/CHANGELOG.md +++ b/service/comprehendmedical/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/comprehendmedical/go.mod b/service/comprehendmedical/go.mod index c34eb303c0e..0c4e1a159b7 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/comprehendmedical/go_module_metadata.go b/service/comprehendmedical/go_module_metadata.go index 0503fc6c428..b6e84548425 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/computeoptimizer/CHANGELOG.md b/service/computeoptimizer/CHANGELOG.md index 45389422172..bffaaa56f97 100644 --- a/service/computeoptimizer/CHANGELOG.md +++ b/service/computeoptimizer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.5 (2022-05-10) * **Documentation**: Documentation updates for Compute Optimizer diff --git a/service/computeoptimizer/go.mod b/service/computeoptimizer/go.mod index fd4d9e67b23..2d643ba8dd9 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/computeoptimizer/go_module_metadata.go b/service/computeoptimizer/go_module_metadata.go index cfc4cfd563d..333c17364ab 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.5" +const goModuleVersion = "1.17.6" diff --git a/service/configservice/CHANGELOG.md b/service/configservice/CHANGELOG.md index d3606da94b7..f9c26156545 100644 --- a/service/configservice/CHANGELOG.md +++ b/service/configservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/configservice/go.mod b/service/configservice/go.mod index b2841be6758..dd1d0cdf82e 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/configservice/go_module_metadata.go b/service/configservice/go_module_metadata.go index 8e6bb9babef..e3d49f23d40 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.1" +const goModuleVersion = "1.21.2" diff --git a/service/connect/CHANGELOG.md b/service/connect/CHANGELOG.md index 1bcb82a87ab..df1c9e6c74e 100644 --- a/service/connect/CHANGELOG.md +++ b/service/connect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.0 (2022-04-28) * **Feature**: This release introduces an API for changing the current agent status of a user in Connect. diff --git a/service/connect/go.mod b/service/connect/go.mod index c7cec4cc085..886bdda7037 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/connect/go_module_metadata.go b/service/connect/go_module_metadata.go index 44b1749feef..c05de44659d 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.24.0" +const goModuleVersion = "1.24.1" diff --git a/service/connectcontactlens/CHANGELOG.md b/service/connectcontactlens/CHANGELOG.md index 37fd17b7d29..c20c9233f43 100644 --- a/service/connectcontactlens/CHANGELOG.md +++ b/service/connectcontactlens/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/connectcontactlens/go.mod b/service/connectcontactlens/go.mod index cd5351960ff..60bc4820bfe 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/connectcontactlens/go_module_metadata.go b/service/connectcontactlens/go_module_metadata.go index ecc5356b791..7f017a00a88 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/connectparticipant/CHANGELOG.md b/service/connectparticipant/CHANGELOG.md index 06fe78b9978..f7e79b290e9 100644 --- a/service/connectparticipant/CHANGELOG.md +++ b/service/connectparticipant/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/connectparticipant/go.mod b/service/connectparticipant/go.mod index c3ca813c1cb..2d8df487c03 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/connectparticipant/go_module_metadata.go b/service/connectparticipant/go_module_metadata.go index e6ceca99fbc..08c4b451e2a 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/costandusagereportservice/CHANGELOG.md b/service/costandusagereportservice/CHANGELOG.md index d2ea39f9395..9523eb33da5 100644 --- a/service/costandusagereportservice/CHANGELOG.md +++ b/service/costandusagereportservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/costandusagereportservice/go.mod b/service/costandusagereportservice/go.mod index 7d962d5a030..d8a3302686f 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/costandusagereportservice/go_module_metadata.go b/service/costandusagereportservice/go_module_metadata.go index 04c4d89542a..e77c2ee1097 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/costexplorer/CHANGELOG.md b/service/costexplorer/CHANGELOG.md index c974495af24..571f3fc1b5b 100644 --- a/service/costexplorer/CHANGELOG.md +++ b/service/costexplorer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/costexplorer/go.mod b/service/costexplorer/go.mod index 3f107d44827..ac752124831 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/costexplorer/go_module_metadata.go b/service/costexplorer/go_module_metadata.go index 523cb23787d..8f774616ac6 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.4" +const goModuleVersion = "1.18.5" diff --git a/service/customerprofiles/CHANGELOG.md b/service/customerprofiles/CHANGELOG.md index a58cd6bd0c5..e7ade94ccda 100644 --- a/service/customerprofiles/CHANGELOG.md +++ b/service/customerprofiles/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.5 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/customerprofiles/go.mod b/service/customerprofiles/go.mod index 18b37bbeec1..8366655dbf1 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/customerprofiles/go_module_metadata.go b/service/customerprofiles/go_module_metadata.go index 9d9574c29f1..b20f2a085fe 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.5" +const goModuleVersion = "1.17.6" diff --git a/service/databasemigrationservice/CHANGELOG.md b/service/databasemigrationservice/CHANGELOG.md index fc01c3ddd67..f9ad248c1f6 100644 --- a/service/databasemigrationservice/CHANGELOG.md +++ b/service/databasemigrationservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/databasemigrationservice/go.mod b/service/databasemigrationservice/go.mod index e6ff70a92f1..d2cf1982760 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 13693df6340..c3da4bfc564 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.4" +const goModuleVersion = "1.18.5" diff --git a/service/databrew/CHANGELOG.md b/service/databrew/CHANGELOG.md index 1f8a23aca3c..5ed4ef267ea 100644 --- a/service/databrew/CHANGELOG.md +++ b/service/databrew/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/databrew/go.mod b/service/databrew/go.mod index 6b2c9e8b949..0f64073ebaf 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/databrew/go_module_metadata.go b/service/databrew/go_module_metadata.go index 6d2ddb6ad3f..674a1871e8b 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.1" +const goModuleVersion = "1.20.2" diff --git a/service/dataexchange/CHANGELOG.md b/service/dataexchange/CHANGELOG.md index be5d2f3d425..d02a242875a 100644 --- a/service/dataexchange/CHANGELOG.md +++ b/service/dataexchange/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dataexchange/go.mod b/service/dataexchange/go.mod index bcb5c674f0f..6605dd9597c 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/dataexchange/go_module_metadata.go b/service/dataexchange/go_module_metadata.go index 9a754afd962..5866f76cf7f 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.4" +const goModuleVersion = "1.15.5" diff --git a/service/datapipeline/CHANGELOG.md b/service/datapipeline/CHANGELOG.md index d2ea39f9395..9523eb33da5 100644 --- a/service/datapipeline/CHANGELOG.md +++ b/service/datapipeline/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/datapipeline/go.mod b/service/datapipeline/go.mod index 96b6e74f8cc..87fb79ce5b7 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/datapipeline/go_module_metadata.go b/service/datapipeline/go_module_metadata.go index 1b8755d89ef..96605547d59 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/datasync/CHANGELOG.md b/service/datasync/CHANGELOG.md index b79ea308aaa..fbcfa7799a1 100644 --- a/service/datasync/CHANGELOG.md +++ b/service/datasync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.0 (2022-05-05) * **Feature**: AWS DataSync now supports a new ObjectTags Task API option that can be used to control whether Object Tags are transferred. diff --git a/service/datasync/go.mod b/service/datasync/go.mod index 5f045fb21ea..bf11b1b1827 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/datasync/go_module_metadata.go b/service/datasync/go_module_metadata.go index 3312dcd4801..7498df770bb 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.16.0" +const goModuleVersion = "1.16.1" diff --git a/service/dax/CHANGELOG.md b/service/dax/CHANGELOG.md index 25eb8527bcc..aaab71ad948 100644 --- a/service/dax/CHANGELOG.md +++ b/service/dax/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dax/go.mod b/service/dax/go.mod index 03ebdf24d24..f818938d084 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/dax/go_module_metadata.go b/service/dax/go_module_metadata.go index a9a834c3ec4..ccca3fe869d 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/detective/CHANGELOG.md b/service/detective/CHANGELOG.md index e4cd94fd6e9..2d8a7699f9d 100644 --- a/service/detective/CHANGELOG.md +++ b/service/detective/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/detective/go.mod b/service/detective/go.mod index e1899023e53..bb51fa586bb 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/detective/go_module_metadata.go b/service/detective/go_module_metadata.go index 3bfb3789b6e..ec6cf6f97a2 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.4" +const goModuleVersion = "1.15.5" diff --git a/service/devicefarm/CHANGELOG.md b/service/devicefarm/CHANGELOG.md index b7f2c791132..e2377b1314a 100644 --- a/service/devicefarm/CHANGELOG.md +++ b/service/devicefarm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/devicefarm/go.mod b/service/devicefarm/go.mod index 3f71ef652ea..878268ef00d 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/devicefarm/go_module_metadata.go b/service/devicefarm/go_module_metadata.go index 13686260ba7..c0635534e42 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/devopsguru/CHANGELOG.md b/service/devopsguru/CHANGELOG.md index 79ea54c109e..ed6d1e05e42 100644 --- a/service/devopsguru/CHANGELOG.md +++ b/service/devopsguru/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/devopsguru/go.mod b/service/devopsguru/go.mod index 9e334e215de..750ea0fe3bc 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/devopsguru/go_module_metadata.go b/service/devopsguru/go_module_metadata.go index 4563a2cb85a..a00c6ded71f 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.1" +const goModuleVersion = "1.17.2" diff --git a/service/directconnect/CHANGELOG.md b/service/directconnect/CHANGELOG.md index 6978d2be115..9bf238fa0c2 100644 --- a/service/directconnect/CHANGELOG.md +++ b/service/directconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/directconnect/go.mod b/service/directconnect/go.mod index add1290cf1b..62a7c7123b8 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/directconnect/go_module_metadata.go b/service/directconnect/go_module_metadata.go index e968ba6dce4..cff0c325d29 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.4" +const goModuleVersion = "1.17.5" diff --git a/service/directoryservice/CHANGELOG.md b/service/directoryservice/CHANGELOG.md index 2c4c9d5cbbe..df46121659f 100644 --- a/service/directoryservice/CHANGELOG.md +++ b/service/directoryservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/directoryservice/go.mod b/service/directoryservice/go.mod index ffbc749636b..b61e711ef05 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/directoryservice/go_module_metadata.go b/service/directoryservice/go_module_metadata.go index 223969a04fe..52a85d9cbed 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/dlm/CHANGELOG.md b/service/dlm/CHANGELOG.md index 19d2997fed5..98c1ad2b764 100644 --- a/service/dlm/CHANGELOG.md +++ b/service/dlm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dlm/go.mod b/service/dlm/go.mod index a313d8eb302..5c98a762c68 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/dlm/go_module_metadata.go b/service/dlm/go_module_metadata.go index 8e9c0994467..b0c09e10bb1 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/docdb/CHANGELOG.md b/service/docdb/CHANGELOG.md index a7b95eac70f..f81ebc43c25 100644 --- a/service/docdb/CHANGELOG.md +++ b/service/docdb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/docdb/go.mod b/service/docdb/go.mod index 932b71a693d..07ff1e291ad 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/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/smithy-go v1.11.2 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 c874a79dfc6..f413d0835f7 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.1" +const goModuleVersion = "1.18.2" diff --git a/service/drs/CHANGELOG.md b/service/drs/CHANGELOG.md index 2c484fa7494..8878cb26c6e 100644 --- a/service/drs/CHANGELOG.md +++ b/service/drs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/drs/go.mod b/service/drs/go.mod index 31768a6db91..1ea01a439ab 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/drs/go_module_metadata.go b/service/drs/go_module_metadata.go index 61c0185f915..2b21db16563 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.5.4" +const goModuleVersion = "1.5.5" diff --git a/service/dynamodb/CHANGELOG.md b/service/dynamodb/CHANGELOG.md index 61dce5fb44f..401c26076d6 100644 --- a/service/dynamodb/CHANGELOG.md +++ b/service/dynamodb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dynamodb/go.mod b/service/dynamodb/go.mod index c8860ed8524..9c469340da0 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/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.4 + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.5 github.com/aws/smithy-go v1.11.2 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 a9da809f0a1..6c7fb88300a 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.4" +const goModuleVersion = "1.15.5" diff --git a/service/dynamodbstreams/CHANGELOG.md b/service/dynamodbstreams/CHANGELOG.md index 7af84a5fb32..2755cacc224 100644 --- a/service/dynamodbstreams/CHANGELOG.md +++ b/service/dynamodbstreams/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dynamodbstreams/go.mod b/service/dynamodbstreams/go.mod index 7a2cefe9fa8..8bd861ae49d 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/dynamodbstreams/go_module_metadata.go b/service/dynamodbstreams/go_module_metadata.go index d594c51ae47..ac13936ae9d 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/ebs/CHANGELOG.md b/service/ebs/CHANGELOG.md index 11d0941062d..e318e7b7aad 100644 --- a/service/ebs/CHANGELOG.md +++ b/service/ebs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.4 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.3 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ebs/go.mod b/service/ebs/go.mod index a250cf326ed..8e8243220da 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/ebs/go_module_metadata.go b/service/ebs/go_module_metadata.go index ba4b117d8db..cfe20df156f 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.3" +const goModuleVersion = "1.15.4" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index c6d1c665f42..b78b583d9bc 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.43.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.43.0 (2022-05-12) * **Feature**: This release introduces a target type Gateway Load Balancer Endpoint for mirrored traffic. Customers can now specify GatewayLoadBalancerEndpoint option during the creation of a traffic mirror target. diff --git a/service/ec2/go.mod b/service/ec2/go.mod index 337504a1a44..9b5b2f37501 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/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/smithy-go v1.11.2 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 3e8301b9ec7..98b9a4e7edf 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.43.0" +const goModuleVersion = "1.43.1" diff --git a/service/ec2instanceconnect/CHANGELOG.md b/service/ec2instanceconnect/CHANGELOG.md index 40ca28d42ea..8aab1564d38 100644 --- a/service/ec2instanceconnect/CHANGELOG.md +++ b/service/ec2instanceconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ec2instanceconnect/go.mod b/service/ec2instanceconnect/go.mod index e25a9a89cdf..948d7eca45d 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/ec2instanceconnect/go_module_metadata.go b/service/ec2instanceconnect/go_module_metadata.go index f771bd17284..e4ec2e516ff 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/ecr/CHANGELOG.md b/service/ecr/CHANGELOG.md index 3363636d04c..39cc79d8b93 100644 --- a/service/ecr/CHANGELOG.md +++ b/service/ecr/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ecr/go.mod b/service/ecr/go.mod index 89c652be023..a890bab205f 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 03e6ce21354..960fea944ff 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.4" +const goModuleVersion = "1.17.5" diff --git a/service/ecrpublic/CHANGELOG.md b/service/ecrpublic/CHANGELOG.md index cba72540951..71bd4cdff8a 100644 --- a/service/ecrpublic/CHANGELOG.md +++ b/service/ecrpublic/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ecrpublic/go.mod b/service/ecrpublic/go.mod index 1b07e573942..4b6d6c11476 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/ecrpublic/go_module_metadata.go b/service/ecrpublic/go_module_metadata.go index c83548cdd6e..729e23d1d9a 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/ecs/CHANGELOG.md b/service/ecs/CHANGELOG.md index 15dfa58f616..0c779ef207b 100644 --- a/service/ecs/CHANGELOG.md +++ b/service/ecs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.7 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.6 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ecs/go.mod b/service/ecs/go.mod index 6618fd05179..f5a7ea9ad4a 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 38accee1d47..c38e073d2bd 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.6" +const goModuleVersion = "1.18.7" diff --git a/service/efs/CHANGELOG.md b/service/efs/CHANGELOG.md index a15bf5d891d..d36e0efb7a7 100644 --- a/service/efs/CHANGELOG.md +++ b/service/efs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.3 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.2 (2022-05-05) * No change notes available for this release. diff --git a/service/efs/go.mod b/service/efs/go.mod index 6d6598281ba..8887e14bae2 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/efs/go_module_metadata.go b/service/efs/go_module_metadata.go index f69795980e1..b312af37d3c 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.2" +const goModuleVersion = "1.17.3" diff --git a/service/eks/CHANGELOG.md b/service/eks/CHANGELOG.md index 9ea0c9bf133..e7d372fa645 100644 --- a/service/eks/CHANGELOG.md +++ b/service/eks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.0 (2022-05-10) * **Feature**: Adds BOTTLEROCKET_ARM_64_NVIDIA and BOTTLEROCKET_x86_64_NVIDIA AMI types to EKS managed nodegroups diff --git a/service/eks/go.mod b/service/eks/go.mod index 027ca81df3b..8d0a591bdff 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 62d4ae32516..e96e89617f9 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.0" +const goModuleVersion = "1.21.1" diff --git a/service/elasticache/CHANGELOG.md b/service/elasticache/CHANGELOG.md index b30884241bc..ccfed2317cd 100644 --- a/service/elasticache/CHANGELOG.md +++ b/service/elasticache/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.7 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.6 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticache/go.mod b/service/elasticache/go.mod index 88eecbbb581..c29154a3d27 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 c31b50b3a2e..42a37e7ec42 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.20.6" +const goModuleVersion = "1.20.7" diff --git a/service/elasticbeanstalk/CHANGELOG.md b/service/elasticbeanstalk/CHANGELOG.md index 9eda325b640..cc0eb74d5fb 100644 --- a/service/elasticbeanstalk/CHANGELOG.md +++ b/service/elasticbeanstalk/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticbeanstalk/go.mod b/service/elasticbeanstalk/go.mod index ab1c7f0597e..e07722f4f98 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 50a1ea13e7f..d3ea962121d 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.4" +const goModuleVersion = "1.14.5" diff --git a/service/elasticinference/CHANGELOG.md b/service/elasticinference/CHANGELOG.md index f89529d2d04..d1b4269529a 100644 --- a/service/elasticinference/CHANGELOG.md +++ b/service/elasticinference/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticinference/go.mod b/service/elasticinference/go.mod index 204f2026957..44c500ccaf4 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/elasticinference/go_module_metadata.go b/service/elasticinference/go_module_metadata.go index c0638745312..b6c88db7c72 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/elasticloadbalancing/CHANGELOG.md b/service/elasticloadbalancing/CHANGELOG.md index eb151864451..6c68cb55ec6 100644 --- a/service/elasticloadbalancing/CHANGELOG.md +++ b/service/elasticloadbalancing/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticloadbalancing/go.mod b/service/elasticloadbalancing/go.mod index 3e4a51c77d0..4e05df079ab 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 e24fe7dd2eb..2a17674943f 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.4" +const goModuleVersion = "1.14.5" diff --git a/service/elasticloadbalancingv2/CHANGELOG.md b/service/elasticloadbalancingv2/CHANGELOG.md index 02b3dfce142..d2ff9b74ad3 100644 --- a/service/elasticloadbalancingv2/CHANGELOG.md +++ b/service/elasticloadbalancingv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticloadbalancingv2/go.mod b/service/elasticloadbalancingv2/go.mod index a048d819beb..3605a8a3d8a 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 7b7be98b20a..d668244fa1d 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.4" +const goModuleVersion = "1.18.5" diff --git a/service/elasticsearchservice/CHANGELOG.md b/service/elasticsearchservice/CHANGELOG.md index 2a587618bc7..e426a03eab0 100644 --- a/service/elasticsearchservice/CHANGELOG.md +++ b/service/elasticsearchservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticsearchservice/go.mod b/service/elasticsearchservice/go.mod index 441581402f7..04a1824e160 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/elasticsearchservice/go_module_metadata.go b/service/elasticsearchservice/go_module_metadata.go index 8674b2f142f..0486dff40ad 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.4" +const goModuleVersion = "1.15.5" diff --git a/service/elastictranscoder/CHANGELOG.md b/service/elastictranscoder/CHANGELOG.md index 842396770ac..021d5107d70 100644 --- a/service/elastictranscoder/CHANGELOG.md +++ b/service/elastictranscoder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elastictranscoder/go.mod b/service/elastictranscoder/go.mod index dfd7aa94ee1..72fda68a36d 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 93c2ec31701..90360b28306 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/emr/CHANGELOG.md b/service/emr/CHANGELOG.md index 5607937a89e..1d090d7b130 100644 --- a/service/emr/CHANGELOG.md +++ b/service/emr/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.0 (2022-05-10) * **Feature**: This release updates the Amazon EMR ModifyInstanceGroups API to support "MERGE" type cluster reconfiguration. Also, added the ability to specify a particular Amazon Linux release for all nodes in a cluster launch request. diff --git a/service/emr/go.mod b/service/emr/go.mod index 5334bbc39f7..849e86b2a89 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 cc3159f65ff..46e42096015 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.0" +const goModuleVersion = "1.18.1" diff --git a/service/emrcontainers/CHANGELOG.md b/service/emrcontainers/CHANGELOG.md index afc17ecddbd..258077c92c5 100644 --- a/service/emrcontainers/CHANGELOG.md +++ b/service/emrcontainers/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/emrcontainers/go.mod b/service/emrcontainers/go.mod index e4ab0dc3459..706fcda96fb 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/emrcontainers/go_module_metadata.go b/service/emrcontainers/go_module_metadata.go index a68a06ef8e9..8895e0103a3 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/eventbridge/CHANGELOG.md b/service/eventbridge/CHANGELOG.md index 0588bc03b38..045a55dbed6 100644 --- a/service/eventbridge/CHANGELOG.md +++ b/service/eventbridge/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/eventbridge/go.mod b/service/eventbridge/go.mod index 558b7f2d5ea..b6c10b674c1 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 - github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.1 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/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/smithy-go v1.11.2 ) diff --git a/service/eventbridge/go_module_metadata.go b/service/eventbridge/go_module_metadata.go index 76cf60059c4..b88baccebe7 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.1" +const goModuleVersion = "1.16.2" diff --git a/service/evidently/CHANGELOG.md b/service/evidently/CHANGELOG.md index 4493f7f5b30..598ee58fe6d 100644 --- a/service/evidently/CHANGELOG.md +++ b/service/evidently/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.0 (2022-05-09) * **Feature**: Add detail message inside GetExperimentResults API response to indicate experiment result availability diff --git a/service/evidently/go.mod b/service/evidently/go.mod index da8ea3aaf7b..4e6c01a5771 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/evidently/go_module_metadata.go b/service/evidently/go_module_metadata.go index 30ac58955c3..430c577f982 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.0" +const goModuleVersion = "1.7.1" diff --git a/service/finspace/CHANGELOG.md b/service/finspace/CHANGELOG.md index 33cb6309b49..f56699c1350 100644 --- a/service/finspace/CHANGELOG.md +++ b/service/finspace/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/finspace/go.mod b/service/finspace/go.mod index bc6008a4e2b..1f82f93e8dc 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/finspace/go_module_metadata.go b/service/finspace/go_module_metadata.go index a03bb4156c7..2387c9c36a7 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.4" +const goModuleVersion = "1.8.5" diff --git a/service/finspacedata/CHANGELOG.md b/service/finspacedata/CHANGELOG.md index 1ec2204462b..4895203babc 100644 --- a/service/finspacedata/CHANGELOG.md +++ b/service/finspacedata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.5 (2022-05-12) * **Documentation**: We've now deprecated CreateSnapshot permission for creating a data view, instead use CreateDataView permission. diff --git a/service/finspacedata/go.mod b/service/finspacedata/go.mod index 10c309e418b..dc7b40ca14f 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/finspacedata/go_module_metadata.go b/service/finspacedata/go_module_metadata.go index a78d71fda4a..c07da0ad622 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.5" +const goModuleVersion = "1.10.6" diff --git a/service/firehose/CHANGELOG.md b/service/firehose/CHANGELOG.md index 577077a12f6..df1c2ce85c7 100644 --- a/service/firehose/CHANGELOG.md +++ b/service/firehose/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.5 (2022-05-09) * No change notes available for this release. diff --git a/service/firehose/go.mod b/service/firehose/go.mod index dfc8ed9e128..c5e5a45cfe5 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/firehose/go_module_metadata.go b/service/firehose/go_module_metadata.go index f7cd393e84d..5acf05dfdee 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.5" +const goModuleVersion = "1.14.6" diff --git a/service/fis/CHANGELOG.md b/service/fis/CHANGELOG.md index de4dea0577f..86b5f002c54 100644 --- a/service/fis/CHANGELOG.md +++ b/service/fis/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/fis/go.mod b/service/fis/go.mod index 7601184fbc1..31fdc66629e 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/fis/go_module_metadata.go b/service/fis/go_module_metadata.go index 3031824550f..7cd347324ce 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/fms/CHANGELOG.md b/service/fms/CHANGELOG.md index df13249ee0d..d58f12b5eb1 100644 --- a/service/fms/CHANGELOG.md +++ b/service/fms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/fms/go.mod b/service/fms/go.mod index c2eeb436c65..459ba191740 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/fms/go_module_metadata.go b/service/fms/go_module_metadata.go index 060659ab1d9..9d6a5133f50 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.1" +const goModuleVersion = "1.17.2" diff --git a/service/forecast/CHANGELOG.md b/service/forecast/CHANGELOG.md index 4992e17e777..e8e41b93313 100644 --- a/service/forecast/CHANGELOG.md +++ b/service/forecast/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/forecast/go.mod b/service/forecast/go.mod index 034c2b0ebc9..93c8ab91ff8 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/forecast/go_module_metadata.go b/service/forecast/go_module_metadata.go index 73decba10d2..ac45ab9a86b 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.19.4" +const goModuleVersion = "1.19.5" diff --git a/service/forecastquery/CHANGELOG.md b/service/forecastquery/CHANGELOG.md index e0e00262dc4..667819d34e4 100644 --- a/service/forecastquery/CHANGELOG.md +++ b/service/forecastquery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/forecastquery/go.mod b/service/forecastquery/go.mod index 66c9e35c0b6..98e188272d6 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/forecastquery/go_module_metadata.go b/service/forecastquery/go_module_metadata.go index 131a26e563a..27f0c9c34b2 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/frauddetector/CHANGELOG.md b/service/frauddetector/CHANGELOG.md index 7cb633895d9..020736c5220 100644 --- a/service/frauddetector/CHANGELOG.md +++ b/service/frauddetector/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/frauddetector/go.mod b/service/frauddetector/go.mod index 6b70b2b3c91..3a6bbb493b1 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/frauddetector/go_module_metadata.go b/service/frauddetector/go_module_metadata.go index e7e2a2a6ed0..50f943810dc 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.4" +const goModuleVersion = "1.19.5" diff --git a/service/fsx/CHANGELOG.md b/service/fsx/CHANGELOG.md index d3545dbe697..1f8ba6daba9 100644 --- a/service/fsx/CHANGELOG.md +++ b/service/fsx/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/fsx/go.mod b/service/fsx/go.mod index a07b834cb22..93665e7d679 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/fsx/go_module_metadata.go b/service/fsx/go_module_metadata.go index 8f1562e9b15..8d92d883a41 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.23.1" +const goModuleVersion = "1.23.2" diff --git a/service/gamelift/CHANGELOG.md b/service/gamelift/CHANGELOG.md index ac4452e7572..2571157dab6 100644 --- a/service/gamelift/CHANGELOG.md +++ b/service/gamelift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.4 (2022-04-25) * **Documentation**: Documentation updates for Amazon GameLift. diff --git a/service/gamelift/go.mod b/service/gamelift/go.mod index b572635f967..f1da963d166 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/gamelift/go_module_metadata.go b/service/gamelift/go_module_metadata.go index 14c0836d9c1..4e8db4514f5 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.4" +const goModuleVersion = "1.14.5" diff --git a/service/gamesparks/CHANGELOG.md b/service/gamesparks/CHANGELOG.md index b812d95df8a..1e02c12d692 100644 --- a/service/gamesparks/CHANGELOG.md +++ b/service/gamesparks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.4 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.3 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/gamesparks/go.mod b/service/gamesparks/go.mod index 8a9e05df191..69d0a5acc32 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/gamesparks/go_module_metadata.go b/service/gamesparks/go_module_metadata.go index d122d7c69ad..bad4a7be432 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.0.3" +const goModuleVersion = "1.0.4" diff --git a/service/glacier/CHANGELOG.md b/service/glacier/CHANGELOG.md index f974e1932ff..8786a9223ca 100644 --- a/service/glacier/CHANGELOG.md +++ b/service/glacier/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/glacier/go.mod b/service/glacier/go.mod index 05b9fa82e1c..0f0eb376d51 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/glacier/go_module_metadata.go b/service/glacier/go_module_metadata.go index bd08761eabf..b8200e3e0bf 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/globalaccelerator/CHANGELOG.md b/service/globalaccelerator/CHANGELOG.md index d2ea39f9395..9523eb33da5 100644 --- a/service/globalaccelerator/CHANGELOG.md +++ b/service/globalaccelerator/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/globalaccelerator/go.mod b/service/globalaccelerator/go.mod index 1abea787589..4f519cf9576 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/globalaccelerator/go_module_metadata.go b/service/globalaccelerator/go_module_metadata.go index a7e1c68c0f3..f8fadfcf1c5 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/glue/CHANGELOG.md b/service/glue/CHANGELOG.md index a9768a4fd0b..ac0a3b87725 100644 --- a/service/glue/CHANGELOG.md +++ b/service/glue/CHANGELOG.md @@ -1,3 +1,8 @@ +# 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. +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.2 (2022-04-26) * **Documentation**: This release adds documentation for the APIs to create, read, delete, list, and batch read of AWS Glue custom patterns, and for Lake Formation configuration settings in the AWS Glue crawler. diff --git a/service/glue/go.mod b/service/glue/go.mod index 3e2114ffe07..5f71219d0fe 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/glue/go_module_metadata.go b/service/glue/go_module_metadata.go index 14626e33fe8..30acead0b1b 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.24.2" +const goModuleVersion = "1.25.0" diff --git a/service/grafana/CHANGELOG.md b/service/grafana/CHANGELOG.md index 7a5d6f1187d..e0205f60ec7 100644 --- a/service/grafana/CHANGELOG.md +++ b/service/grafana/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.0 (2022-05-13) * **Feature**: This release adds APIs for creating and deleting API keys in an Amazon Managed Grafana workspace. diff --git a/service/grafana/go.mod b/service/grafana/go.mod index e3f2a2bc9ee..732b7dd62be 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/grafana/go_module_metadata.go b/service/grafana/go_module_metadata.go index ac3270459d9..86663252458 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.0" +const goModuleVersion = "1.9.1" diff --git a/service/greengrass/CHANGELOG.md b/service/greengrass/CHANGELOG.md index cf289214fdb..815e1ac58e0 100644 --- a/service/greengrass/CHANGELOG.md +++ b/service/greengrass/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/greengrass/go.mod b/service/greengrass/go.mod index cb64f129ffa..85f7a3cc6ec 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/greengrass/go_module_metadata.go b/service/greengrass/go_module_metadata.go index 25d848a1100..f558e465f35 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/greengrassv2/CHANGELOG.md b/service/greengrassv2/CHANGELOG.md index 7050f475d64..23fd9a39425 100644 --- a/service/greengrassv2/CHANGELOG.md +++ b/service/greengrassv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/greengrassv2/go.mod b/service/greengrassv2/go.mod index e73ba3c91e5..a9f20cda7e5 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/greengrassv2/go_module_metadata.go b/service/greengrassv2/go_module_metadata.go index 67e492586ba..3001f14ba75 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.15.4" +const goModuleVersion = "1.15.5" diff --git a/service/groundstation/CHANGELOG.md b/service/groundstation/CHANGELOG.md index fb7e3cbc795..fd74cd2c9cf 100644 --- a/service/groundstation/CHANGELOG.md +++ b/service/groundstation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/groundstation/go.mod b/service/groundstation/go.mod index 9a541038d9d..a65c9ff731d 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/groundstation/go_module_metadata.go b/service/groundstation/go_module_metadata.go index bbbb0a0853b..02a325c7ada 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/guardduty/CHANGELOG.md b/service/guardduty/CHANGELOG.md index a543d1b67b6..feb3851c805 100644 --- a/service/guardduty/CHANGELOG.md +++ b/service/guardduty/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-04-28) * **Documentation**: Documentation update for API description. diff --git a/service/guardduty/go.mod b/service/guardduty/go.mod index d4eae5c5f2d..2ca021a66e2 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/guardduty/go_module_metadata.go b/service/guardduty/go_module_metadata.go index 0a051dc4010..c1c5041867a 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.5" +const goModuleVersion = "1.13.6" diff --git a/service/health/CHANGELOG.md b/service/health/CHANGELOG.md index 6e31ea54c1f..32f97658c16 100644 --- a/service/health/CHANGELOG.md +++ b/service/health/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/health/go.mod b/service/health/go.mod index 3c0e5f07a73..98522925c06 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/health/go_module_metadata.go b/service/health/go_module_metadata.go index a3b22ec0427..cf4750e67a4 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.4" +const goModuleVersion = "1.15.5" diff --git a/service/healthlake/CHANGELOG.md b/service/healthlake/CHANGELOG.md index bbe3537a36c..ef77d5dc97d 100644 --- a/service/healthlake/CHANGELOG.md +++ b/service/healthlake/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/healthlake/go.mod b/service/healthlake/go.mod index a3a1158e60d..98ffa432741 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/healthlake/go_module_metadata.go b/service/healthlake/go_module_metadata.go index f349a1f88eb..586460bec3f 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.4" +const goModuleVersion = "1.14.5" diff --git a/service/honeycode/CHANGELOG.md b/service/honeycode/CHANGELOG.md index 3d0f83c5a80..79d90e6a02a 100644 --- a/service/honeycode/CHANGELOG.md +++ b/service/honeycode/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/honeycode/go.mod b/service/honeycode/go.mod index c345a93d16d..ed40246681e 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/honeycode/go_module_metadata.go b/service/honeycode/go_module_metadata.go index cedaf3eab93..482e6e9bda1 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/iam/CHANGELOG.md b/service/iam/CHANGELOG.md index d38ba3dc91b..e397df6c63c 100644 --- a/service/iam/CHANGELOG.md +++ b/service/iam/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iam/go.mod b/service/iam/go.mod index cb56d61c66d..aca16d07fff 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/iam/go_module_metadata.go b/service/iam/go_module_metadata.go index 5202d711421..0f9bf827ab6 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.4" +const goModuleVersion = "1.18.5" diff --git a/service/identitystore/CHANGELOG.md b/service/identitystore/CHANGELOG.md index b5fbbe6fe6b..e0366993053 100644 --- a/service/identitystore/CHANGELOG.md +++ b/service/identitystore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/identitystore/go.mod b/service/identitystore/go.mod index 68e018b599f..ef6e67bb5a6 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/identitystore/go_module_metadata.go b/service/identitystore/go_module_metadata.go index c2f22869e80..55928db57b3 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.4" +const goModuleVersion = "1.14.5" diff --git a/service/imagebuilder/CHANGELOG.md b/service/imagebuilder/CHANGELOG.md index 2a62939cbaf..8722a19adde 100644 --- a/service/imagebuilder/CHANGELOG.md +++ b/service/imagebuilder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/imagebuilder/go.mod b/service/imagebuilder/go.mod index 9b7bf47518d..7e5585a64c7 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/imagebuilder/go_module_metadata.go b/service/imagebuilder/go_module_metadata.go index adc8e0d11e8..37bb425698a 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.4" +const goModuleVersion = "1.19.5" diff --git a/service/inspector/CHANGELOG.md b/service/inspector/CHANGELOG.md index 489518e468c..3c611ea93f1 100644 --- a/service/inspector/CHANGELOG.md +++ b/service/inspector/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/inspector/go.mod b/service/inspector/go.mod index dae1b4ca18c..650003d9b58 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/inspector/go_module_metadata.go b/service/inspector/go_module_metadata.go index 87770251c26..357882b574a 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/inspector2/CHANGELOG.md b/service/inspector2/CHANGELOG.md index ea8c8f2ccd6..d02a8a8c90c 100644 --- a/service/inspector2/CHANGELOG.md +++ b/service/inspector2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/inspector2/go.mod b/service/inspector2/go.mod index f3dee2c4c02..20344dd878a 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/inspector2/go_module_metadata.go b/service/inspector2/go_module_metadata.go index 2353131875a..7bd7f9c8890 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.4" +const goModuleVersion = "1.6.5" diff --git a/service/internal/benchmark/go.mod b/service/internal/benchmark/go.mod index b254307786d..b047c7ebf06 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.34.33 - github.com/aws/aws-sdk-go-v2 v1.16.3 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.4 - github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.12.4 - github.com/aws/aws-sdk-go-v2/service/s3 v1.26.9 - github.com/aws/aws-sdk-go-v2/service/schemas v1.14.4 + 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/smithy-go v1.11.2 ) diff --git a/service/internal/checksum/CHANGELOG.md b/service/internal/checksum/CHANGELOG.md index b18d187019a..02e27d44173 100644 --- a/service/internal/checksum/CHANGELOG.md +++ b/service/internal/checksum/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.5 (2022-04-27) * **Bug Fix**: Fixes a bug that could cause the SigV4 payload hash to be incorrectly encoded, leading to signing errors. diff --git a/service/internal/checksum/go.mod b/service/internal/checksum/go.mod index ef06bb944ca..877dcb07cae 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.3 + github.com/aws/aws-sdk-go-v2 v1.16.4 github.com/aws/smithy-go v1.11.2 github.com/google/go-cmp v0.5.7 ) diff --git a/service/internal/checksum/go_module_metadata.go b/service/internal/checksum/go_module_metadata.go index 81ebcfcc2e3..4273075ebe8 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.5" +const goModuleVersion = "1.1.6" diff --git a/service/internal/endpoint-discovery/CHANGELOG.md b/service/internal/endpoint-discovery/CHANGELOG.md index c38acf67340..3a077c04299 100644 --- a/service/internal/endpoint-discovery/CHANGELOG.md +++ b/service/internal/endpoint-discovery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.4 (2022-04-25) * **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 e45b417771a..d88ffe54de8 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.3 + github.com/aws/aws-sdk-go-v2 v1.16.4 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/internal/endpoint-discovery/go_module_metadata.go b/service/internal/endpoint-discovery/go_module_metadata.go index c3d68e83be5..17b40150220 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.4" +const goModuleVersion = "1.7.5" diff --git a/service/internal/eventstreamtesting/CHANGELOG.md b/service/internal/eventstreamtesting/CHANGELOG.md index 9f608487b46..a38adfe7622 100644 --- a/service/internal/eventstreamtesting/CHANGELOG.md +++ b/service/internal/eventstreamtesting/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.15 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.14 (2022-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/eventstreamtesting/go.mod b/service/internal/eventstreamtesting/go.mod index 5755aae6171..5da22fa7d33 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.3 + 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.1 + github.com/aws/aws-sdk-go-v2/credentials v1.12.2 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 b13a1aac8d5..1490f5e5085 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.14" +const goModuleVersion = "1.0.15" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 5f54fc24a5e..2efdee5b39a 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.3 - github.com/aws/aws-sdk-go-v2/config v1.15.6 - github.com/aws/aws-sdk-go-v2/service/acm v1.14.4 - github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.4 - github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.15.4 - github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.13.0 - github.com/aws/aws-sdk-go-v2/service/appstream v1.16.1 - github.com/aws/aws-sdk-go-v2/service/athena v1.15.1 - github.com/aws/aws-sdk-go-v2/service/autoscaling v1.23.1 - github.com/aws/aws-sdk-go-v2/service/batch v1.18.1 - github.com/aws/aws-sdk-go-v2/service/cloudformation v1.20.4 - github.com/aws/aws-sdk-go-v2/service/cloudfront v1.18.0 - github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.4 - github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.13.4 - github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.16.0 - github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.18.2 - github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.4 - github.com/aws/aws-sdk-go-v2/service/codecommit v1.13.4 - github.com/aws/aws-sdk-go-v2/service/codedeploy v1.14.4 - github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.4 - github.com/aws/aws-sdk-go-v2/service/codestar v1.11.4 - github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.15.4 - github.com/aws/aws-sdk-go-v2/service/configservice v1.21.1 - github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.13.4 - github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.18.4 - github.com/aws/aws-sdk-go-v2/service/devicefarm v1.13.4 - github.com/aws/aws-sdk-go-v2/service/directconnect v1.17.4 - github.com/aws/aws-sdk-go-v2/service/directoryservice v1.13.4 - github.com/aws/aws-sdk-go-v2/service/docdb v1.18.1 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.4 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.43.0 - github.com/aws/aws-sdk-go-v2/service/ecr v1.17.4 - github.com/aws/aws-sdk-go-v2/service/ecs v1.18.6 - github.com/aws/aws-sdk-go-v2/service/efs v1.17.2 - github.com/aws/aws-sdk-go-v2/service/elasticache v1.20.6 - github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.4 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.4 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.4 - github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.15.4 - github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.13.4 - github.com/aws/aws-sdk-go-v2/service/emr v1.18.0 - github.com/aws/aws-sdk-go-v2/service/eventbridge v1.16.1 - github.com/aws/aws-sdk-go-v2/service/firehose v1.14.5 - github.com/aws/aws-sdk-go-v2/service/gamelift v1.14.4 - github.com/aws/aws-sdk-go-v2/service/glacier v1.13.4 - github.com/aws/aws-sdk-go-v2/service/glue v1.24.2 - github.com/aws/aws-sdk-go-v2/service/health v1.15.4 - github.com/aws/aws-sdk-go-v2/service/iam v1.18.4 - github.com/aws/aws-sdk-go-v2/service/inspector v1.12.4 - github.com/aws/aws-sdk-go-v2/service/iot v1.25.1 - github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.5 - github.com/aws/aws-sdk-go-v2/service/kms v1.17.1 - github.com/aws/aws-sdk-go-v2/service/lambda v1.23.0 - github.com/aws/aws-sdk-go-v2/service/lightsail v1.21.0 - github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.11.4 - github.com/aws/aws-sdk-go-v2/service/neptune v1.16.4 - github.com/aws/aws-sdk-go-v2/service/opsworks v1.13.4 - github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.11.4 - github.com/aws/aws-sdk-go-v2/service/polly v1.15.1 - github.com/aws/aws-sdk-go-v2/service/rds v1.21.1 - github.com/aws/aws-sdk-go-v2/service/redshift v1.24.0 - github.com/aws/aws-sdk-go-v2/service/rekognition v1.18.1 - github.com/aws/aws-sdk-go-v2/service/route53 v1.20.4 - github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.4 - github.com/aws/aws-sdk-go-v2/service/route53resolver v1.15.5 - github.com/aws/aws-sdk-go-v2/service/s3 v1.26.9 - github.com/aws/aws-sdk-go-v2/service/s3control v1.21.5 - github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.15.7 - github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.2 - github.com/aws/aws-sdk-go-v2/service/ses v1.14.4 - github.com/aws/aws-sdk-go-v2/service/sfn v1.13.4 - github.com/aws/aws-sdk-go-v2/service/shield v1.16.4 - github.com/aws/aws-sdk-go-v2/service/sms v1.12.5 - github.com/aws/aws-sdk-go-v2/service/snowball v1.15.4 - github.com/aws/aws-sdk-go-v2/service/sns v1.17.5 - github.com/aws/aws-sdk-go-v2/service/sqs v1.18.4 - github.com/aws/aws-sdk-go-v2/service/ssm v1.27.0 - github.com/aws/aws-sdk-go-v2/service/sts v1.16.5 - github.com/aws/aws-sdk-go-v2/service/support v1.13.4 - github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.13.4 - github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.6.5 - github.com/aws/aws-sdk-go-v2/service/waf v1.11.4 - github.com/aws/aws-sdk-go-v2/service/wafregional v1.12.5 - github.com/aws/aws-sdk-go-v2/service/wafv2 v1.20.0 - github.com/aws/aws-sdk-go-v2/service/workspaces v1.18.1 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/config v1.15.7 + github.com/aws/aws-sdk-go-v2/service/acm v1.14.5 + github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.5 + 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.2 + github.com/aws/aws-sdk-go-v2/service/cloudformation v1.20.5 + 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.15.5 + 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.43.1 + 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.20.7 + 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.5 + 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.21.1 + 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.5 + 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.20.5 + 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.8 + github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.3 + github.com/aws/aws-sdk-go-v2/service/ses v1.14.5 + 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/smithy-go v1.11.2 github.com/google/go-cmp v0.5.7 ) diff --git a/service/internal/presigned-url/CHANGELOG.md b/service/internal/presigned-url/CHANGELOG.md index ebcc6a461b9..66704c2e7b5 100644 --- a/service/internal/presigned-url/CHANGELOG.md +++ b/service/internal/presigned-url/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.4 (2022-04-25) * **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 82e4a9ad959..e3811e44143 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.3 + github.com/aws/aws-sdk-go-v2 v1.16.4 github.com/aws/smithy-go v1.11.2 github.com/google/go-cmp v0.5.7 ) diff --git a/service/internal/presigned-url/go_module_metadata.go b/service/internal/presigned-url/go_module_metadata.go index a312a9efa2b..2d41ce5e8fa 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.4" +const goModuleVersion = "1.9.5" diff --git a/service/internal/s3shared/CHANGELOG.md b/service/internal/s3shared/CHANGELOG.md index c101ab1e64c..19e47ea3ede 100644 --- a/service/internal/s3shared/CHANGELOG.md +++ b/service/internal/s3shared/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/s3shared/go.mod b/service/internal/s3shared/go.mod index 4fb3a526c46..549d106b6f2 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.3 + github.com/aws/aws-sdk-go-v2 v1.16.4 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/internal/s3shared/go_module_metadata.go b/service/internal/s3shared/go_module_metadata.go index 6156c285103..32b60faadb7 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/iot/CHANGELOG.md b/service/iot/CHANGELOG.md index c913ad174f5..563b8aa4f2c 100644 --- a/service/iot/CHANGELOG.md +++ b/service/iot/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.1 (2022-05-12) * **Documentation**: Documentation update for China region ListMetricValues for IoT diff --git a/service/iot/go.mod b/service/iot/go.mod index 29cdc49d657..237476c4f5f 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/iot/go_module_metadata.go b/service/iot/go_module_metadata.go index e24ab02e680..693a7c8785b 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.1" +const goModuleVersion = "1.25.2" diff --git a/service/iot1clickdevicesservice/CHANGELOG.md b/service/iot1clickdevicesservice/CHANGELOG.md index 9feff9078dc..2e326cddbfc 100644 --- a/service/iot1clickdevicesservice/CHANGELOG.md +++ b/service/iot1clickdevicesservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iot1clickdevicesservice/go.mod b/service/iot1clickdevicesservice/go.mod index 6b964fa30c3..b7a639a512c 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/iot1clickdevicesservice/go_module_metadata.go b/service/iot1clickdevicesservice/go_module_metadata.go index 03706d4d732..fcd520ac76c 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.4" +const goModuleVersion = "1.10.5" diff --git a/service/iot1clickprojects/CHANGELOG.md b/service/iot1clickprojects/CHANGELOG.md index f89529d2d04..d1b4269529a 100644 --- a/service/iot1clickprojects/CHANGELOG.md +++ b/service/iot1clickprojects/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iot1clickprojects/go.mod b/service/iot1clickprojects/go.mod index a748945aa0a..ff867be2d45 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/iot1clickprojects/go_module_metadata.go b/service/iot1clickprojects/go_module_metadata.go index 3588ef2c2d7..cbbe1054622 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/iotanalytics/CHANGELOG.md b/service/iotanalytics/CHANGELOG.md index 78617b64d41..dd981cc4c48 100644 --- a/service/iotanalytics/CHANGELOG.md +++ b/service/iotanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotanalytics/go.mod b/service/iotanalytics/go.mod index e5a3db347ab..a69081f998b 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/iotanalytics/go_module_metadata.go b/service/iotanalytics/go_module_metadata.go index 6fd5fffa2bc..c3c96046c1b 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/iotdataplane/CHANGELOG.md b/service/iotdataplane/CHANGELOG.md index 3db388140f5..b7b60465c0d 100644 --- a/service/iotdataplane/CHANGELOG.md +++ b/service/iotdataplane/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.3 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.2 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotdataplane/go.mod b/service/iotdataplane/go.mod index 4c8ff288aaa..bec1c011d85 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/iotdataplane/go_module_metadata.go b/service/iotdataplane/go_module_metadata.go index 13fbaea3d1a..9a09646b2af 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.2" +const goModuleVersion = "1.12.3" diff --git a/service/iotdeviceadvisor/CHANGELOG.md b/service/iotdeviceadvisor/CHANGELOG.md index 265959758fb..f0f4016679c 100644 --- a/service/iotdeviceadvisor/CHANGELOG.md +++ b/service/iotdeviceadvisor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotdeviceadvisor/go.mod b/service/iotdeviceadvisor/go.mod index f49093909cc..d9ca9cba5a0 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/iotdeviceadvisor/go_module_metadata.go b/service/iotdeviceadvisor/go_module_metadata.go index 23e0d43275b..8d9231a0494 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.4" +const goModuleVersion = "1.14.5" diff --git a/service/iotevents/CHANGELOG.md b/service/iotevents/CHANGELOG.md index 96ef22f3145..07e313d4fc9 100644 --- a/service/iotevents/CHANGELOG.md +++ b/service/iotevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotevents/go.mod b/service/iotevents/go.mod index e41d1e92361..043fb9ff66b 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/iotevents/go_module_metadata.go b/service/iotevents/go_module_metadata.go index f530adbf059..53870562e2e 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.4" +const goModuleVersion = "1.14.5" diff --git a/service/ioteventsdata/CHANGELOG.md b/service/ioteventsdata/CHANGELOG.md index 4a7f4f8462e..5ff658b6155 100644 --- a/service/ioteventsdata/CHANGELOG.md +++ b/service/ioteventsdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ioteventsdata/go.mod b/service/ioteventsdata/go.mod index 4fc8f05bf3e..fb5cebdbb7c 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/ioteventsdata/go_module_metadata.go b/service/ioteventsdata/go_module_metadata.go index c835d8f05a3..47b71980374 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.11.4" +const goModuleVersion = "1.11.5" diff --git a/service/iotfleethub/CHANGELOG.md b/service/iotfleethub/CHANGELOG.md index c9a74457b52..14a3694f9dd 100644 --- a/service/iotfleethub/CHANGELOG.md +++ b/service/iotfleethub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotfleethub/go.mod b/service/iotfleethub/go.mod index 9a1a2b14cbf..2d02cfcefa5 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/iotfleethub/go_module_metadata.go b/service/iotfleethub/go_module_metadata.go index 86422f96e26..5a9a55719a1 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/iotjobsdataplane/CHANGELOG.md b/service/iotjobsdataplane/CHANGELOG.md index 606eb92debd..0a444747c9b 100644 --- a/service/iotjobsdataplane/CHANGELOG.md +++ b/service/iotjobsdataplane/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotjobsdataplane/go.mod b/service/iotjobsdataplane/go.mod index 12d9119e43f..d0659d90254 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/iotjobsdataplane/go_module_metadata.go b/service/iotjobsdataplane/go_module_metadata.go index 1f0b38f63eb..ff7ff79e944 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/iotsecuretunneling/CHANGELOG.md b/service/iotsecuretunneling/CHANGELOG.md index bbb3b376422..f1a1c31cfac 100644 --- a/service/iotsecuretunneling/CHANGELOG.md +++ b/service/iotsecuretunneling/CHANGELOG.md @@ -1,3 +1,8 @@ +# 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). +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.0 (2022-05-04) * **Feature**: This release introduces a new API RotateTunnelAccessToken that allow revoking the existing tokens and generate new tokens diff --git a/service/iotsecuretunneling/go.mod b/service/iotsecuretunneling/go.mod index 1f117db73b1..e5399fa37fa 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/iotsecuretunneling/go_module_metadata.go b/service/iotsecuretunneling/go_module_metadata.go index cb3ff9a3e40..439efd20643 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.0" +const goModuleVersion = "1.13.1" diff --git a/service/iotsitewise/CHANGELOG.md b/service/iotsitewise/CHANGELOG.md index e4726d21d22..5155078ff9d 100644 --- a/service/iotsitewise/CHANGELOG.md +++ b/service/iotsitewise/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotsitewise/go.mod b/service/iotsitewise/go.mod index e35c518c1fa..7be96bfedbe 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 e22559b7407..530b8089432 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.21.1" +const goModuleVersion = "1.21.2" diff --git a/service/iotthingsgraph/CHANGELOG.md b/service/iotthingsgraph/CHANGELOG.md index 489518e468c..3c611ea93f1 100644 --- a/service/iotthingsgraph/CHANGELOG.md +++ b/service/iotthingsgraph/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotthingsgraph/go.mod b/service/iotthingsgraph/go.mod index e62ce51aa52..1120fcf7f72 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/iotthingsgraph/go_module_metadata.go b/service/iotthingsgraph/go_module_metadata.go index 235fc199956..1b9c3f5afe8 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/iottwinmaker/CHANGELOG.md b/service/iottwinmaker/CHANGELOG.md index 58b66f06b9f..9968a91f178 100644 --- a/service/iottwinmaker/CHANGELOG.md +++ b/service/iottwinmaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iottwinmaker/go.mod b/service/iottwinmaker/go.mod index cbfbe558d3a..207c0866944 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/iottwinmaker/go_module_metadata.go b/service/iottwinmaker/go_module_metadata.go index a363be7c247..d302d79e514 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.1" +const goModuleVersion = "1.7.2" diff --git a/service/iotwireless/CHANGELOG.md b/service/iotwireless/CHANGELOG.md index a95e638f3f8..3eb350765d9 100644 --- a/service/iotwireless/CHANGELOG.md +++ b/service/iotwireless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.0 (2022-04-27) * **Feature**: Add list support for event configurations, allow to get and update event configurations by resource type, support LoRaWAN events; Make NetworkAnalyzerConfiguration as a resource, add List, Create, Delete API support; Add FCntStart attribute support for ABP WirelessDevice. diff --git a/service/iotwireless/go.mod b/service/iotwireless/go.mod index 85aadc2128b..ed0646e982c 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/iotwireless/go_module_metadata.go b/service/iotwireless/go_module_metadata.go index 60ea5c77161..a6df279abf1 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.0" +const goModuleVersion = "1.19.1" diff --git a/service/ivs/CHANGELOG.md b/service/ivs/CHANGELOG.md index fa8c9e3cf1b..8d417b91e1c 100644 --- a/service/ivs/CHANGELOG.md +++ b/service/ivs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.5 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ivs/go.mod b/service/ivs/go.mod index f891298e972..6403a806b90 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/ivs/go_module_metadata.go b/service/ivs/go_module_metadata.go index 12562da30db..89645459ecc 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.5" +const goModuleVersion = "1.16.6" diff --git a/service/ivschat/CHANGELOG.md b/service/ivschat/CHANGELOG.md index 9cb520f7ed8..4b664e9a2b5 100644 --- a/service/ivschat/CHANGELOG.md +++ b/service/ivschat/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.3 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.2 (2022-05-12) * **Documentation**: Documentation-only updates for IVS Chat API Reference. diff --git a/service/ivschat/go.mod b/service/ivschat/go.mod index c5aff0215bc..acb62ef4230 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/ivschat/go_module_metadata.go b/service/ivschat/go_module_metadata.go index 9662fbda313..a11c5d9657b 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.2" +const goModuleVersion = "1.0.3" diff --git a/service/kafka/CHANGELOG.md b/service/kafka/CHANGELOG.md index 14e6970c12e..409254bcbb6 100644 --- a/service/kafka/CHANGELOG.md +++ b/service/kafka/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kafka/go.mod b/service/kafka/go.mod index 65fd3be4403..41ff37ec8c8 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/kafka/go_module_metadata.go b/service/kafka/go_module_metadata.go index 04667e12186..14f37bdb5d3 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.4" +const goModuleVersion = "1.17.5" diff --git a/service/kafkaconnect/CHANGELOG.md b/service/kafkaconnect/CHANGELOG.md index c6e3c959b00..b76e6e8a62a 100644 --- a/service/kafkaconnect/CHANGELOG.md +++ b/service/kafkaconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kafkaconnect/go.mod b/service/kafkaconnect/go.mod index dafafda764b..09ee8858a4a 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/kafkaconnect/go_module_metadata.go b/service/kafkaconnect/go_module_metadata.go index 5f50c7a290c..876b880faec 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.4" +const goModuleVersion = "1.8.5" diff --git a/service/kendra/CHANGELOG.md b/service/kendra/CHANGELOG.md index d14429681be..962b8195fb0 100644 --- a/service/kendra/CHANGELOG.md +++ b/service/kendra/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.0 (2022-05-12) * **Feature**: Amazon Kendra now provides a data source connector for Jira. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-jira.html diff --git a/service/kendra/go.mod b/service/kendra/go.mod index cd41d5f5c3b..bef1a587e59 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/kendra/go_module_metadata.go b/service/kendra/go_module_metadata.go index bccd51ee817..f9d7890e6a4 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.27.0" +const goModuleVersion = "1.27.1" diff --git a/service/keyspaces/CHANGELOG.md b/service/keyspaces/CHANGELOG.md index 8ae59677ffd..8007e6c713b 100644 --- a/service/keyspaces/CHANGELOG.md +++ b/service/keyspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.7 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.6 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/keyspaces/go.mod b/service/keyspaces/go.mod index 0e58a2797b6..29bc0f3baa6 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/keyspaces/go_module_metadata.go b/service/keyspaces/go_module_metadata.go index 52fc23f5849..81723655581 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.6" +const goModuleVersion = "1.0.7" diff --git a/service/kinesis/CHANGELOG.md b/service/kinesis/CHANGELOG.md index 74849f6f412..a76a01d27dd 100644 --- a/service/kinesis/CHANGELOG.md +++ b/service/kinesis/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.5 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesis/go.mod b/service/kinesis/go.mod index ca14ea1ed6a..20cedd6477c 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.3 + 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.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 2c98d83a125..96e2f5424a3 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.5" +const goModuleVersion = "1.15.6" diff --git a/service/kinesis/internal/testing/go.mod b/service/kinesis/internal/testing/go.mod index fa090bf6656..7c34dd8a4ad 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.3 + 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.14 - github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.5 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.15 + github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.6 github.com/aws/smithy-go v1.11.2 github.com/google/go-cmp v0.5.7 ) diff --git a/service/kinesisanalytics/CHANGELOG.md b/service/kinesisanalytics/CHANGELOG.md index 8fba0b5edb3..75e3186dfd0 100644 --- a/service/kinesisanalytics/CHANGELOG.md +++ b/service/kinesisanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisanalytics/go.mod b/service/kinesisanalytics/go.mod index bbfb96ae3c9..379523d9e38 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/kinesisanalytics/go_module_metadata.go b/service/kinesisanalytics/go_module_metadata.go index 586b8269f67..70c3bb8bf4a 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/kinesisanalyticsv2/CHANGELOG.md b/service/kinesisanalyticsv2/CHANGELOG.md index ebd32123dd0..34e2ba09da4 100644 --- a/service/kinesisanalyticsv2/CHANGELOG.md +++ b/service/kinesisanalyticsv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisanalyticsv2/go.mod b/service/kinesisanalyticsv2/go.mod index e6ea323452c..f1afbe46db6 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/kinesisanalyticsv2/go_module_metadata.go b/service/kinesisanalyticsv2/go_module_metadata.go index b448ec8d383..ebd87cd31da 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.4" +const goModuleVersion = "1.14.5" diff --git a/service/kinesisvideo/CHANGELOG.md b/service/kinesisvideo/CHANGELOG.md index dc663197745..56618102321 100644 --- a/service/kinesisvideo/CHANGELOG.md +++ b/service/kinesisvideo/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.0 (2022-05-03) * **Feature**: Add support for multiple image feature related APIs for configuring image generation and notification of a video stream. Add "GET_IMAGES" to the list of supported API names for the GetDataEndpoint API. diff --git a/service/kinesisvideo/go.mod b/service/kinesisvideo/go.mod index ad9841d899d..73db38bbece 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/kinesisvideo/go_module_metadata.go b/service/kinesisvideo/go_module_metadata.go index a2975af9f57..a811d948792 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.0" +const goModuleVersion = "1.12.1" diff --git a/service/kinesisvideoarchivedmedia/CHANGELOG.md b/service/kinesisvideoarchivedmedia/CHANGELOG.md index 9a689900013..3ccb9d503e1 100644 --- a/service/kinesisvideoarchivedmedia/CHANGELOG.md +++ b/service/kinesisvideoarchivedmedia/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.0 (2022-05-03) * **Feature**: Add support for GetImages API for retrieving images from a video stream diff --git a/service/kinesisvideoarchivedmedia/go.mod b/service/kinesisvideoarchivedmedia/go.mod index cbc86f9e965..2119d2a75c0 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/kinesisvideoarchivedmedia/go_module_metadata.go b/service/kinesisvideoarchivedmedia/go_module_metadata.go index 35efeeae44f..453b57d974b 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.0" +const goModuleVersion = "1.13.1" diff --git a/service/kinesisvideomedia/CHANGELOG.md b/service/kinesisvideomedia/CHANGELOG.md index e90d2ec00b6..6c70e84dabe 100644 --- a/service/kinesisvideomedia/CHANGELOG.md +++ b/service/kinesisvideomedia/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideomedia/go.mod b/service/kinesisvideomedia/go.mod index c7cd9a0451c..7627b26ba98 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/kinesisvideomedia/go_module_metadata.go b/service/kinesisvideomedia/go_module_metadata.go index 7455968e981..6fbe6764839 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.4" +const goModuleVersion = "1.10.5" diff --git a/service/kinesisvideosignaling/CHANGELOG.md b/service/kinesisvideosignaling/CHANGELOG.md index e90d2ec00b6..6c70e84dabe 100644 --- a/service/kinesisvideosignaling/CHANGELOG.md +++ b/service/kinesisvideosignaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideosignaling/go.mod b/service/kinesisvideosignaling/go.mod index fead86b137b..d2e8efbfbaf 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/kinesisvideosignaling/go_module_metadata.go b/service/kinesisvideosignaling/go_module_metadata.go index 5a24a463a13..4356a79b432 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.4" +const goModuleVersion = "1.10.5" diff --git a/service/kms/CHANGELOG.md b/service/kms/CHANGELOG.md index 92a1ef85acd..8133e8d48cf 100644 --- a/service/kms/CHANGELOG.md +++ b/service/kms/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.17.2 (2022-05-17) + +* **Documentation**: Add HMAC best practice tip, annual rotation of AWS managed keys. +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kms/go.mod b/service/kms/go.mod index cce882d1060..1fd58bd997d 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/kms/go_module_metadata.go b/service/kms/go_module_metadata.go index dfd14f2c033..b3f3cf19e87 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.1" +const goModuleVersion = "1.17.2" diff --git a/service/lakeformation/CHANGELOG.md b/service/lakeformation/CHANGELOG.md index f5c18f9c9cc..8de557df803 100644 --- a/service/lakeformation/CHANGELOG.md +++ b/service/lakeformation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lakeformation/go.mod b/service/lakeformation/go.mod index 43f53acfe4d..c32f26241e3 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/lakeformation/go_module_metadata.go b/service/lakeformation/go_module_metadata.go index d77c25b6b34..911985b2cdd 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.4" +const goModuleVersion = "1.16.5" diff --git a/service/lambda/CHANGELOG.md b/service/lambda/CHANGELOG.md index dc6d47971da..6f8c337c8b2 100644 --- a/service/lambda/CHANGELOG.md +++ b/service/lambda/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.0 (2022-05-12) * **Feature**: Lambda releases NodeJs 16 managed runtime to be available in all commercial regions. diff --git a/service/lambda/go.mod b/service/lambda/go.mod index 9d324d30823..3e3d76dd2ea 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 8846754c6c4..d6aedaf4f7e 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.0" +const goModuleVersion = "1.23.1" diff --git a/service/lexmodelbuildingservice/CHANGELOG.md b/service/lexmodelbuildingservice/CHANGELOG.md index 9b03625a2a1..c834b334b02 100644 --- a/service/lexmodelbuildingservice/CHANGELOG.md +++ b/service/lexmodelbuildingservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexmodelbuildingservice/go.mod b/service/lexmodelbuildingservice/go.mod index 30e5ca06639..f28e5d990a1 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/lexmodelbuildingservice/go_module_metadata.go b/service/lexmodelbuildingservice/go_module_metadata.go index 6648e2b8869..00d92bed8fb 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.4" +const goModuleVersion = "1.16.5" diff --git a/service/lexmodelsv2/CHANGELOG.md b/service/lexmodelsv2/CHANGELOG.md index 0d004bd0ac5..9d4f631de77 100644 --- a/service/lexmodelsv2/CHANGELOG.md +++ b/service/lexmodelsv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexmodelsv2/go.mod b/service/lexmodelsv2/go.mod index 41cb1fe69c0..228d516fac3 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 ccdf77b42bc..ac914850090 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.4" +const goModuleVersion = "1.20.5" diff --git a/service/lexruntimeservice/CHANGELOG.md b/service/lexruntimeservice/CHANGELOG.md index 5602158f89b..919cb6db6ca 100644 --- a/service/lexruntimeservice/CHANGELOG.md +++ b/service/lexruntimeservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexruntimeservice/go.mod b/service/lexruntimeservice/go.mod index d51192c1c39..3e0dbb06466 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/lexruntimeservice/go_module_metadata.go b/service/lexruntimeservice/go_module_metadata.go index 13497539dcd..8d88d68fbce 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/lexruntimev2/CHANGELOG.md b/service/lexruntimev2/CHANGELOG.md index ba80930b8dd..8de2fcecbf9 100644 --- a/service/lexruntimev2/CHANGELOG.md +++ b/service/lexruntimev2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.5 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexruntimev2/go.mod b/service/lexruntimev2/go.mod index a0038e54114..13aa3353be9 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.3 + 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.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/lexruntimev2/go_module_metadata.go b/service/lexruntimev2/go_module_metadata.go index 0e1197323d2..2b84ae58dfa 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.5" +const goModuleVersion = "1.14.6" diff --git a/service/licensemanager/CHANGELOG.md b/service/licensemanager/CHANGELOG.md index ad054339c15..76e6a422e70 100644 --- a/service/licensemanager/CHANGELOG.md +++ b/service/licensemanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.5 (2022-05-03) * No change notes available for this release. diff --git a/service/licensemanager/go.mod b/service/licensemanager/go.mod index 56217cb4537..ed163747b84 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/licensemanager/go_module_metadata.go b/service/licensemanager/go_module_metadata.go index d2eb6d6d672..9eac3e31b20 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.5" +const goModuleVersion = "1.15.6" diff --git a/service/lightsail/CHANGELOG.md b/service/lightsail/CHANGELOG.md index 353e6bdc91e..35cebd28766 100644 --- a/service/lightsail/CHANGELOG.md +++ b/service/lightsail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.0 (2022-05-12) * **Feature**: This release adds support to include inactive database bundles in the response of the GetRelationalDatabaseBundles request. diff --git a/service/lightsail/go.mod b/service/lightsail/go.mod index 0b1b4bfe97f..fb0f93234eb 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/lightsail/go_module_metadata.go b/service/lightsail/go_module_metadata.go index 0a3abc229ba..3f01bc69264 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.21.0" +const goModuleVersion = "1.21.1" diff --git a/service/location/CHANGELOG.md b/service/location/CHANGELOG.md index 46d73de2339..301a2b90d88 100644 --- a/service/location/CHANGELOG.md +++ b/service/location/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.0 (2022-05-06) * **Feature**: Amazon Location Service now includes a MaxResults parameter for ListGeofences requests. diff --git a/service/location/go.mod b/service/location/go.mod index 03549701137..ba97fce9ba5 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/location/go_module_metadata.go b/service/location/go_module_metadata.go index d6b47acc3fe..00eef9663c1 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.0" +const goModuleVersion = "1.17.1" diff --git a/service/lookoutequipment/CHANGELOG.md b/service/lookoutequipment/CHANGELOG.md index 4bda98b8ca6..671e40e3888 100644 --- a/service/lookoutequipment/CHANGELOG.md +++ b/service/lookoutequipment/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.0 (2022-04-27) * **Feature**: This release adds the following new features: 1) Introduces an option for automatic schema creation 2) Now allows for Ingestion of data containing most common errors and allows automatic data cleaning 3) Introduces new API ListSensorStatistics that gives further information about the ingested data diff --git a/service/lookoutequipment/go.mod b/service/lookoutequipment/go.mod index afaf9926ed3..0067a6c06fa 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/lookoutequipment/go_module_metadata.go b/service/lookoutequipment/go_module_metadata.go index d54cd8dfe8d..4deb4f5b86c 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.0" +const goModuleVersion = "1.13.1" diff --git a/service/lookoutmetrics/CHANGELOG.md b/service/lookoutmetrics/CHANGELOG.md index 0f4fbade8b8..f0763a48e69 100644 --- a/service/lookoutmetrics/CHANGELOG.md +++ b/service/lookoutmetrics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lookoutmetrics/go.mod b/service/lookoutmetrics/go.mod index 789a85d4c68..ebdc942cf00 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/lookoutmetrics/go_module_metadata.go b/service/lookoutmetrics/go_module_metadata.go index 6af659431fc..4799d29a02f 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.12.1" +const goModuleVersion = "1.12.2" diff --git a/service/lookoutvision/CHANGELOG.md b/service/lookoutvision/CHANGELOG.md index ac76f6e2d78..5656ff576cb 100644 --- a/service/lookoutvision/CHANGELOG.md +++ b/service/lookoutvision/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lookoutvision/go.mod b/service/lookoutvision/go.mod index 685de413d1b..84080399eb8 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/lookoutvision/go_module_metadata.go b/service/lookoutvision/go_module_metadata.go index 0d8eaa334e6..77d44af1811 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/machinelearning/CHANGELOG.md b/service/machinelearning/CHANGELOG.md index 4db442744aa..030fa55a7a4 100644 --- a/service/machinelearning/CHANGELOG.md +++ b/service/machinelearning/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/machinelearning/go.mod b/service/machinelearning/go.mod index 52143293da3..58ad7d4491a 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 492aeca010f..42bfd120272 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.4" +const goModuleVersion = "1.14.5" diff --git a/service/macie/CHANGELOG.md b/service/macie/CHANGELOG.md index 39030a6c291..9c2cc335d1b 100644 --- a/service/macie/CHANGELOG.md +++ b/service/macie/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/macie/go.mod b/service/macie/go.mod index f1b5ae40c7c..35d4e9d960b 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/macie/go_module_metadata.go b/service/macie/go_module_metadata.go index 6864d6366d0..cbcdeeb83ef 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.4" +const goModuleVersion = "1.14.5" diff --git a/service/macie2/CHANGELOG.md b/service/macie2/CHANGELOG.md index d7595f736e7..e564cfd66d2 100644 --- a/service/macie2/CHANGELOG.md +++ b/service/macie2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/macie2/go.mod b/service/macie2/go.mod index bf898918077..c07abb36891 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/macie2/go_module_metadata.go b/service/macie2/go_module_metadata.go index 394ff312e6d..15ea1636904 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.1" +const goModuleVersion = "1.21.2" diff --git a/service/managedblockchain/CHANGELOG.md b/service/managedblockchain/CHANGELOG.md index 4b1f5ba1063..d10314d7bee 100644 --- a/service/managedblockchain/CHANGELOG.md +++ b/service/managedblockchain/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/managedblockchain/go.mod b/service/managedblockchain/go.mod index 51102ce68fc..4fcdc6f266c 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/managedblockchain/go_module_metadata.go b/service/managedblockchain/go_module_metadata.go index e2321c4f43f..cc413bf8b39 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/marketplacecatalog/CHANGELOG.md b/service/marketplacecatalog/CHANGELOG.md index fe6657e25c4..16dca12fd89 100644 --- a/service/marketplacecatalog/CHANGELOG.md +++ b/service/marketplacecatalog/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacecatalog/go.mod b/service/marketplacecatalog/go.mod index fec653a0ae7..08e299f4500 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/marketplacecatalog/go_module_metadata.go b/service/marketplacecatalog/go_module_metadata.go index c9f7e3982f9..b0480479d76 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/marketplacecommerceanalytics/CHANGELOG.md b/service/marketplacecommerceanalytics/CHANGELOG.md index daf24043c36..527db45b18a 100644 --- a/service/marketplacecommerceanalytics/CHANGELOG.md +++ b/service/marketplacecommerceanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacecommerceanalytics/go.mod b/service/marketplacecommerceanalytics/go.mod index d4e0f8266c2..e51b79fa0f9 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/marketplacecommerceanalytics/go_module_metadata.go b/service/marketplacecommerceanalytics/go_module_metadata.go index 96859a37980..4b1eaae17c2 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/marketplaceentitlementservice/CHANGELOG.md b/service/marketplaceentitlementservice/CHANGELOG.md index daf24043c36..527db45b18a 100644 --- a/service/marketplaceentitlementservice/CHANGELOG.md +++ b/service/marketplaceentitlementservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplaceentitlementservice/go.mod b/service/marketplaceentitlementservice/go.mod index 81b7b5e95d4..201a0e9c25a 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/marketplaceentitlementservice/go_module_metadata.go b/service/marketplaceentitlementservice/go_module_metadata.go index 585dab4b28d..2c989f56bdf 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/marketplacemetering/CHANGELOG.md b/service/marketplacemetering/CHANGELOG.md index 2c254eb077c..25a6b290852 100644 --- a/service/marketplacemetering/CHANGELOG.md +++ b/service/marketplacemetering/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacemetering/go.mod b/service/marketplacemetering/go.mod index bf9a95ca4f1..7dbc0890771 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/marketplacemetering/go_module_metadata.go b/service/marketplacemetering/go_module_metadata.go index a1be6f349f7..623753c77e0 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/mediaconnect/CHANGELOG.md b/service/mediaconnect/CHANGELOG.md index 5a3466422a1..113fc5dc976 100644 --- a/service/mediaconnect/CHANGELOG.md +++ b/service/mediaconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediaconnect/go.mod b/service/mediaconnect/go.mod index 190f914a04c..734795592c8 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 ae00ffc6572..fc4765f1309 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.4" +const goModuleVersion = "1.16.5" diff --git a/service/mediaconvert/CHANGELOG.md b/service/mediaconvert/CHANGELOG.md index 9a8f315a1e5..c6ee1840c13 100644 --- a/service/mediaconvert/CHANGELOG.md +++ b/service/mediaconvert/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.0 (2022-04-29) * **Feature**: AWS Elemental MediaConvert SDK nows supports creation of Dolby Vision profile 8.1, the ability to generate black frames of video, and introduces audio-only DASH and CMAF support. diff --git a/service/mediaconvert/go.mod b/service/mediaconvert/go.mod index 18d5947c957..0d93e69f34f 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/mediaconvert/go_module_metadata.go b/service/mediaconvert/go_module_metadata.go index 2671f09e24c..43b2f6ea457 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.23.0" +const goModuleVersion = "1.23.1" diff --git a/service/medialive/CHANGELOG.md b/service/medialive/CHANGELOG.md index 56f91888d7e..80074f67934 100644 --- a/service/medialive/CHANGELOG.md +++ b/service/medialive/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.3 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.2 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/medialive/go.mod b/service/medialive/go.mod index da067d61e7d..ca6c60ec528 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 b59b233fb21..3bd28354f93 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.2" +const goModuleVersion = "1.20.3" diff --git a/service/mediapackage/CHANGELOG.md b/service/mediapackage/CHANGELOG.md index 3d7b5363fc9..deae440c617 100644 --- a/service/mediapackage/CHANGELOG.md +++ b/service/mediapackage/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.0 (2022-05-06) * **Feature**: This release adds Dvb Dash 2014 as an available profile option for Dash Origin Endpoints. diff --git a/service/mediapackage/go.mod b/service/mediapackage/go.mod index db42162696f..4626aa97d78 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/mediapackage/go_module_metadata.go b/service/mediapackage/go_module_metadata.go index 7c6e7672258..e76cdf74c8f 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.0" +const goModuleVersion = "1.16.1" diff --git a/service/mediapackagevod/CHANGELOG.md b/service/mediapackagevod/CHANGELOG.md index 5361eb3754b..54402cf04b3 100644 --- a/service/mediapackagevod/CHANGELOG.md +++ b/service/mediapackagevod/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediapackagevod/go.mod b/service/mediapackagevod/go.mod index 8a47096ec14..89e86601bc3 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/mediapackagevod/go_module_metadata.go b/service/mediapackagevod/go_module_metadata.go index 3b51a870d68..787e14aab1d 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.1" +const goModuleVersion = "1.17.2" diff --git a/service/mediastore/CHANGELOG.md b/service/mediastore/CHANGELOG.md index 489518e468c..3c611ea93f1 100644 --- a/service/mediastore/CHANGELOG.md +++ b/service/mediastore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediastore/go.mod b/service/mediastore/go.mod index bfa15125254..103acb5e4c9 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/mediastore/go_module_metadata.go b/service/mediastore/go_module_metadata.go index 0fc01de3417..0dcb3c8c12b 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/mediastoredata/CHANGELOG.md b/service/mediastoredata/CHANGELOG.md index fe6657e25c4..16dca12fd89 100644 --- a/service/mediastoredata/CHANGELOG.md +++ b/service/mediastoredata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediastoredata/go.mod b/service/mediastoredata/go.mod index d1a11b02a44..f8d14ee1abe 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/mediastoredata/go_module_metadata.go b/service/mediastoredata/go_module_metadata.go index a6549793e50..39e6b171fe4 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/mediatailor/CHANGELOG.md b/service/mediatailor/CHANGELOG.md index c3ba88d97b6..2335df2cefe 100644 --- a/service/mediatailor/CHANGELOG.md +++ b/service/mediatailor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediatailor/go.mod b/service/mediatailor/go.mod index dec909ffc03..e648966fc1d 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/mediatailor/go_module_metadata.go b/service/mediatailor/go_module_metadata.go index b3bf011562f..87a7aef1498 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.1" +const goModuleVersion = "1.17.2" diff --git a/service/memorydb/CHANGELOG.md b/service/memorydb/CHANGELOG.md index 792506e9e99..c5c2f16072f 100644 --- a/service/memorydb/CHANGELOG.md +++ b/service/memorydb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/memorydb/go.mod b/service/memorydb/go.mod index 27ccb7fff68..c021d79a118 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/memorydb/go_module_metadata.go b/service/memorydb/go_module_metadata.go index 9b656fb6669..ab8268122eb 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.4" +const goModuleVersion = "1.9.5" diff --git a/service/mgn/CHANGELOG.md b/service/mgn/CHANGELOG.md index bace8bc19a2..98b4920ca1c 100644 --- a/service/mgn/CHANGELOG.md +++ b/service/mgn/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mgn/go.mod b/service/mgn/go.mod index d4f381e57fa..ff7a2939868 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/mgn/go_module_metadata.go b/service/mgn/go_module_metadata.go index 833a7e6f518..1d1b7f57ddc 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.1" +const goModuleVersion = "1.14.2" diff --git a/service/migrationhub/CHANGELOG.md b/service/migrationhub/CHANGELOG.md index 489518e468c..3c611ea93f1 100644 --- a/service/migrationhub/CHANGELOG.md +++ b/service/migrationhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhub/go.mod b/service/migrationhub/go.mod index a300c216ea4..76c1d53a231 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/migrationhub/go_module_metadata.go b/service/migrationhub/go_module_metadata.go index 43e0b52da95..3364eb0c275 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/migrationhubconfig/CHANGELOG.md b/service/migrationhubconfig/CHANGELOG.md index 489518e468c..3c611ea93f1 100644 --- a/service/migrationhubconfig/CHANGELOG.md +++ b/service/migrationhubconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhubconfig/go.mod b/service/migrationhubconfig/go.mod index 46c3fb93a5e..fffa767dcab 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/migrationhubconfig/go_module_metadata.go b/service/migrationhubconfig/go_module_metadata.go index b69576a16c8..14daa669e18 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/migrationhubrefactorspaces/CHANGELOG.md b/service/migrationhubrefactorspaces/CHANGELOG.md index 45e7dd46cd6..44950832830 100644 --- a/service/migrationhubrefactorspaces/CHANGELOG.md +++ b/service/migrationhubrefactorspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.5 (2022-05-10) * **Documentation**: AWS Migration Hub Refactor Spaces documentation only update to fix a formatting issue. diff --git a/service/migrationhubrefactorspaces/go.mod b/service/migrationhubrefactorspaces/go.mod index 5c1d47b45aa..e75457e1c2d 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/migrationhubrefactorspaces/go_module_metadata.go b/service/migrationhubrefactorspaces/go_module_metadata.go index 8c937a2c888..20668604523 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.5" +const goModuleVersion = "1.5.6" diff --git a/service/migrationhubstrategy/CHANGELOG.md b/service/migrationhubstrategy/CHANGELOG.md index 2c484fa7494..8878cb26c6e 100644 --- a/service/migrationhubstrategy/CHANGELOG.md +++ b/service/migrationhubstrategy/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhubstrategy/go.mod b/service/migrationhubstrategy/go.mod index 7928693601b..20d07d7512a 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/migrationhubstrategy/go_module_metadata.go b/service/migrationhubstrategy/go_module_metadata.go index 30991d01e1f..b8e54fe5bf8 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.4" +const goModuleVersion = "1.5.5" diff --git a/service/mobile/CHANGELOG.md b/service/mobile/CHANGELOG.md index f89529d2d04..389f0d99465 100644 --- a/service/mobile/CHANGELOG.md +++ b/service/mobile/CHANGELOG.md @@ -1,3 +1,8 @@ +# 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). +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mobile/go.mod b/service/mobile/go.mod index 5e1a54011b1..3712b8b2e73 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/mobile/go_module_metadata.go b/service/mobile/go_module_metadata.go index 15eac1c4240..45faed9c5d7 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/mq/CHANGELOG.md b/service/mq/CHANGELOG.md index 3cc40c21956..197f7b0c96f 100644 --- a/service/mq/CHANGELOG.md +++ b/service/mq/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.0 (2022-04-25) * **Feature**: This release adds the CRITICAL_ACTION_REQUIRED broker state and the ActionRequired API property. CRITICAL_ACTION_REQUIRED informs you when your broker is degraded. ActionRequired provides you with a code which you can use to find instructions in the Developer Guide on how to resolve the issue. diff --git a/service/mq/go.mod b/service/mq/go.mod index 1e96cc49bc8..c25ef01ca02 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/mq/go_module_metadata.go b/service/mq/go_module_metadata.go index 2a7f28f18a7..cd66fb342bc 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.0" +const goModuleVersion = "1.13.1" diff --git a/service/mturk/CHANGELOG.md b/service/mturk/CHANGELOG.md index d2ea39f9395..9523eb33da5 100644 --- a/service/mturk/CHANGELOG.md +++ b/service/mturk/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mturk/go.mod b/service/mturk/go.mod index 562805fffb0..b159e1ba59e 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/mturk/go_module_metadata.go b/service/mturk/go_module_metadata.go index 4fa1d5ec921..91222404d60 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/mwaa/CHANGELOG.md b/service/mwaa/CHANGELOG.md index 6d371916d5f..cb776cde519 100644 --- a/service/mwaa/CHANGELOG.md +++ b/service/mwaa/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mwaa/go.mod b/service/mwaa/go.mod index 58d56e4bff1..8fb816e6a4f 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/mwaa/go_module_metadata.go b/service/mwaa/go_module_metadata.go index f1bfe55703e..bba3a6bbfbb 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/neptune/CHANGELOG.md b/service/neptune/CHANGELOG.md index 978e6bbf632..fb5f4642334 100644 --- a/service/neptune/CHANGELOG.md +++ b/service/neptune/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/neptune/go.mod b/service/neptune/go.mod index b098362305e..c9e78e5cfc8 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/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/smithy-go v1.11.2 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 4f5cb8eba75..4b8b1c908d3 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.4" +const goModuleVersion = "1.16.5" diff --git a/service/networkfirewall/CHANGELOG.md b/service/networkfirewall/CHANGELOG.md index bad2c0cf631..d8058c3ebba 100644 --- a/service/networkfirewall/CHANGELOG.md +++ b/service/networkfirewall/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.0 (2022-04-28) * **Feature**: AWS Network Firewall adds support for stateful threat signature AWS managed rule groups. diff --git a/service/networkfirewall/go.mod b/service/networkfirewall/go.mod index f7b06581191..977279a7b46 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/networkfirewall/go_module_metadata.go b/service/networkfirewall/go_module_metadata.go index ff0c2cc9351..a3c483c7cda 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.0" +const goModuleVersion = "1.17.1" diff --git a/service/networkmanager/CHANGELOG.md b/service/networkmanager/CHANGELOG.md index 88966996d3d..717a22ca640 100644 --- a/service/networkmanager/CHANGELOG.md +++ b/service/networkmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/networkmanager/go.mod b/service/networkmanager/go.mod index 1a67d4cd12b..8b0d56e8adf 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/networkmanager/go_module_metadata.go b/service/networkmanager/go_module_metadata.go index 3abd03ee1a7..4064b53fae4 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.12.4" +const goModuleVersion = "1.12.5" diff --git a/service/nimble/CHANGELOG.md b/service/nimble/CHANGELOG.md index 5e33064e8ba..b518e841db0 100644 --- a/service/nimble/CHANGELOG.md +++ b/service/nimble/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-02) * No change notes available for this release. diff --git a/service/nimble/go.mod b/service/nimble/go.mod index 13c20414de3..631dd17db93 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 099daee89fc..b8d353cb8a9 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.5" +const goModuleVersion = "1.12.6" diff --git a/service/opensearch/CHANGELOG.md b/service/opensearch/CHANGELOG.md index 93dc78b5e97..9b3c9de5661 100644 --- a/service/opensearch/CHANGELOG.md +++ b/service/opensearch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opensearch/go.mod b/service/opensearch/go.mod index b2a05f747ed..8eff0be3de7 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/opensearch/go_module_metadata.go b/service/opensearch/go_module_metadata.go index e9f61578181..16365ef37b4 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.4" +const goModuleVersion = "1.9.5" diff --git a/service/opsworks/CHANGELOG.md b/service/opsworks/CHANGELOG.md index 80f9073b536..11998029d2b 100644 --- a/service/opsworks/CHANGELOG.md +++ b/service/opsworks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opsworks/go.mod b/service/opsworks/go.mod index f822f8052f0..95cea7a2372 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 f63a6b5ead6..ddc697ffc83 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/opsworkscm/CHANGELOG.md b/service/opsworkscm/CHANGELOG.md index a43b7ccd56d..867a266dc33 100644 --- a/service/opsworkscm/CHANGELOG.md +++ b/service/opsworkscm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opsworkscm/go.mod b/service/opsworkscm/go.mod index 18271f76d44..23cddd70dd2 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 9599095c7ca..c3de2915c40 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.4" +const goModuleVersion = "1.14.5" diff --git a/service/organizations/CHANGELOG.md b/service/organizations/CHANGELOG.md index 8fe872a708c..ffe3f5d1204 100644 --- a/service/organizations/CHANGELOG.md +++ b/service/organizations/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.0 (2022-05-02) * **Feature**: This release adds the INVALID_PAYMENT_INSTRUMENT as a fail reason and an error message. diff --git a/service/organizations/go.mod b/service/organizations/go.mod index f8486aefbb4..6b43206a8f3 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/organizations/go_module_metadata.go b/service/organizations/go_module_metadata.go index a51928d2130..aa692993061 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.0" +const goModuleVersion = "1.16.1" diff --git a/service/outposts/CHANGELOG.md b/service/outposts/CHANGELOG.md index e599880e8b6..93265ede113 100644 --- a/service/outposts/CHANGELOG.md +++ b/service/outposts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.1 (2022-05-12) * **Documentation**: Documentation updates for AWS Outposts. diff --git a/service/outposts/go.mod b/service/outposts/go.mod index 96c5d3d2b5a..f849e716e84 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/outposts/go_module_metadata.go b/service/outposts/go_module_metadata.go index 615add666ed..8db14e73022 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.1" +const goModuleVersion = "1.19.2" diff --git a/service/panorama/CHANGELOG.md b/service/panorama/CHANGELOG.md index 5325c740da4..e1475907e74 100644 --- a/service/panorama/CHANGELOG.md +++ b/service/panorama/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/panorama/go.mod b/service/panorama/go.mod index 0e2f26ad32f..5451f361011 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/panorama/go_module_metadata.go b/service/panorama/go_module_metadata.go index 54eed0415e9..d7b343299fb 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.1" +const goModuleVersion = "1.7.2" diff --git a/service/personalize/CHANGELOG.md b/service/personalize/CHANGELOG.md index 2d56f32dcaa..bcf6a00b107 100644 --- a/service/personalize/CHANGELOG.md +++ b/service/personalize/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/personalize/go.mod b/service/personalize/go.mod index 36c360b438d..f141ae1547f 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/personalize/go_module_metadata.go b/service/personalize/go_module_metadata.go index 260a61add41..5d8564f0cc0 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.19.1" +const goModuleVersion = "1.19.2" diff --git a/service/personalizeevents/CHANGELOG.md b/service/personalizeevents/CHANGELOG.md index f6b04b93f74..90f30d824d3 100644 --- a/service/personalizeevents/CHANGELOG.md +++ b/service/personalizeevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/personalizeevents/go.mod b/service/personalizeevents/go.mod index c8146278756..b7303dded88 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/personalizeevents/go_module_metadata.go b/service/personalizeevents/go_module_metadata.go index d486e8937d3..499074f25ce 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/personalizeruntime/CHANGELOG.md b/service/personalizeruntime/CHANGELOG.md index 85d090e6c8b..1eff1adfa09 100644 --- a/service/personalizeruntime/CHANGELOG.md +++ b/service/personalizeruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/personalizeruntime/go.mod b/service/personalizeruntime/go.mod index 8eb0cf4f457..1ae807aa935 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/personalizeruntime/go_module_metadata.go b/service/personalizeruntime/go_module_metadata.go index 32ea735047f..39536d22a79 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/pi/CHANGELOG.md b/service/pi/CHANGELOG.md index 7ad111e18ff..ae0c5fef0ac 100644 --- a/service/pi/CHANGELOG.md +++ b/service/pi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.5 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pi/go.mod b/service/pi/go.mod index cb1ead66383..ee1d3cad8fc 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/pi/go_module_metadata.go b/service/pi/go_module_metadata.go index 39d03a38032..669ade4c791 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.5" +const goModuleVersion = "1.14.6" diff --git a/service/pinpoint/CHANGELOG.md b/service/pinpoint/CHANGELOG.md index 8a1e7e7f508..fda192eed0c 100644 --- a/service/pinpoint/CHANGELOG.md +++ b/service/pinpoint/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpoint/go.mod b/service/pinpoint/go.mod index 269043e0482..b36003d3cdb 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/pinpoint/go_module_metadata.go b/service/pinpoint/go_module_metadata.go index d13b7d01120..2c5b8182cf0 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.4" +const goModuleVersion = "1.16.5" diff --git a/service/pinpointemail/CHANGELOG.md b/service/pinpointemail/CHANGELOG.md index f89529d2d04..d1b4269529a 100644 --- a/service/pinpointemail/CHANGELOG.md +++ b/service/pinpointemail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpointemail/go.mod b/service/pinpointemail/go.mod index 2de46d06cbe..a2d59e41aaf 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/pinpointemail/go_module_metadata.go b/service/pinpointemail/go_module_metadata.go index c3b1a29452e..38ce6551225 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/pinpointsmsvoice/CHANGELOG.md b/service/pinpointsmsvoice/CHANGELOG.md index 9feff9078dc..2e326cddbfc 100644 --- a/service/pinpointsmsvoice/CHANGELOG.md +++ b/service/pinpointsmsvoice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpointsmsvoice/go.mod b/service/pinpointsmsvoice/go.mod index ead76477024..3a4ef6088f9 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/pinpointsmsvoice/go_module_metadata.go b/service/pinpointsmsvoice/go_module_metadata.go index 69914df0946..234f1e31546 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.4" +const goModuleVersion = "1.10.5" diff --git a/service/pinpointsmsvoicev2/CHANGELOG.md b/service/pinpointsmsvoicev2/CHANGELOG.md index 4eac469537b..625f77e2087 100644 --- a/service/pinpointsmsvoicev2/CHANGELOG.md +++ b/service/pinpointsmsvoicev2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.3 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.2 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpointsmsvoicev2/go.mod b/service/pinpointsmsvoicev2/go.mod index 3f15dadc453..bac4ba2a676 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/pinpointsmsvoicev2/go_module_metadata.go b/service/pinpointsmsvoicev2/go_module_metadata.go index de0e883aa16..3019ebb9674 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.2" +const goModuleVersion = "1.0.3" diff --git a/service/polly/CHANGELOG.md b/service/polly/CHANGELOG.md index 87fd422bf1e..d80cf088bd0 100644 --- a/service/polly/CHANGELOG.md +++ b/service/polly/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/polly/go.mod b/service/polly/go.mod index d03af9f8ed9..7ce20c8d857 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/polly/go_module_metadata.go b/service/polly/go_module_metadata.go index 4e7b691c9cf..116ac7d64dd 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.1" +const goModuleVersion = "1.15.2" diff --git a/service/pricing/CHANGELOG.md b/service/pricing/CHANGELOG.md index f79ed83fdba..2e32a87ca78 100644 --- a/service/pricing/CHANGELOG.md +++ b/service/pricing/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.5 (2022-04-26) * **Documentation**: Documentation updates for Price List API diff --git a/service/pricing/go.mod b/service/pricing/go.mod index a76021beb48..6cdf29db917 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/pricing/go_module_metadata.go b/service/pricing/go_module_metadata.go index 0406692a89d..a05c3582fd1 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.5" +const goModuleVersion = "1.14.6" diff --git a/service/proton/CHANGELOG.md b/service/proton/CHANGELOG.md index 3277a739369..0c91e476d3b 100644 --- a/service/proton/CHANGELOG.md +++ b/service/proton/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/proton/go.mod b/service/proton/go.mod index 414e736aeb5..8a0d7113d60 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 a7bdba0b1fa..cf790ed63dd 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.13.1" +const goModuleVersion = "1.13.2" diff --git a/service/qldb/CHANGELOG.md b/service/qldb/CHANGELOG.md index 2d04a8748bd..d20971bdbb2 100644 --- a/service/qldb/CHANGELOG.md +++ b/service/qldb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.5 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/qldb/go.mod b/service/qldb/go.mod index 33c1a1d3d64..80e088840c6 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/qldb/go_module_metadata.go b/service/qldb/go_module_metadata.go index af34d92a7eb..f5d243acc36 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.5" +const goModuleVersion = "1.14.6" diff --git a/service/qldbsession/CHANGELOG.md b/service/qldbsession/CHANGELOG.md index fd5cadfddcc..dc399695f19 100644 --- a/service/qldbsession/CHANGELOG.md +++ b/service/qldbsession/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/qldbsession/go.mod b/service/qldbsession/go.mod index 08dbeec91dc..294f0329ce5 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/qldbsession/go_module_metadata.go b/service/qldbsession/go_module_metadata.go index f7f5692ea1b..9ef87e82dd3 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/quicksight/CHANGELOG.md b/service/quicksight/CHANGELOG.md index 6f6efc17865..eaf2f699a3c 100644 --- a/service/quicksight/CHANGELOG.md +++ b/service/quicksight/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/quicksight/go.mod b/service/quicksight/go.mod index 7cb508ba39b..90a55b57453 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/quicksight/go_module_metadata.go b/service/quicksight/go_module_metadata.go index ead22d616bf..3dcc8b5601a 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.21.4" +const goModuleVersion = "1.21.5" diff --git a/service/ram/CHANGELOG.md b/service/ram/CHANGELOG.md index 1db16c4dccf..eb30992ca9b 100644 --- a/service/ram/CHANGELOG.md +++ b/service/ram/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.8 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.7 (2022-05-02) * No change notes available for this release. diff --git a/service/ram/go.mod b/service/ram/go.mod index efa20a08b76..a2fccb2889e 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/ram/go_module_metadata.go b/service/ram/go_module_metadata.go index fd3ff8c9dcf..30fb243bbfb 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.7" +const goModuleVersion = "1.16.8" diff --git a/service/rbin/CHANGELOG.md b/service/rbin/CHANGELOG.md index ea8c8f2ccd6..d02a8a8c90c 100644 --- a/service/rbin/CHANGELOG.md +++ b/service/rbin/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rbin/go.mod b/service/rbin/go.mod index 8854fb01275..bcabadc269e 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/rbin/go_module_metadata.go b/service/rbin/go_module_metadata.go index ff7a993c61d..59658661f38 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.4" +const goModuleVersion = "1.6.5" diff --git a/service/rds/CHANGELOG.md b/service/rds/CHANGELOG.md index c43bd72d10f..992969ef637 100644 --- a/service/rds/CHANGELOG.md +++ b/service/rds/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.1 (2022-05-06) * **Documentation**: Various documentation improvements. diff --git a/service/rds/go.mod b/service/rds/go.mod index b7f843c1236..79ac83c2d97 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/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/smithy-go v1.11.2 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 ac0285c8fbf..376fafa4a8c 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.1" +const goModuleVersion = "1.21.2" diff --git a/service/rdsdata/CHANGELOG.md b/service/rdsdata/CHANGELOG.md index 6657dd5a83a..8f43d4c7154 100644 --- a/service/rdsdata/CHANGELOG.md +++ b/service/rdsdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.0 (2022-04-25) * **Feature**: Support to receive SQL query results in the form of a simplified JSON string. This enables developers using the new JSON string format to more easily convert it to an object using popular JSON string parsing libraries. diff --git a/service/rdsdata/go.mod b/service/rdsdata/go.mod index 0fd27ec64e4..c1361407751 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/rdsdata/go_module_metadata.go b/service/rdsdata/go_module_metadata.go index f0c3aff9779..a7a6f28c7fb 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.0" +const goModuleVersion = "1.12.1" diff --git a/service/redshift/CHANGELOG.md b/service/redshift/CHANGELOG.md index 9e332398edf..e6a142a71c3 100644 --- a/service/redshift/CHANGELOG.md +++ b/service/redshift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.0 (2022-05-06) * **Feature**: Introduces new field 'LoadSampleData' in CreateCluster operation. Customers can now specify 'LoadSampleData' option during creation of a cluster, which results in loading of sample data in the cluster that is created. diff --git a/service/redshift/go.mod b/service/redshift/go.mod index 79e2a3d545f..b2417f6194b 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 0a8b0a0bd4d..bc7710e2dc9 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.0" +const goModuleVersion = "1.24.1" diff --git a/service/redshiftdata/CHANGELOG.md b/service/redshiftdata/CHANGELOG.md index e48b24a3eee..8689d98663c 100644 --- a/service/redshiftdata/CHANGELOG.md +++ b/service/redshiftdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/redshiftdata/go.mod b/service/redshiftdata/go.mod index 485bfa0cbf6..48bbb1bbaea 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/redshiftdata/go_module_metadata.go b/service/redshiftdata/go_module_metadata.go index d9e6ef0f7a0..d72815ec110 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.4" +const goModuleVersion = "1.15.5" diff --git a/service/rekognition/CHANGELOG.md b/service/rekognition/CHANGELOG.md index 064d1a48223..0bbc2cf8178 100644 --- a/service/rekognition/CHANGELOG.md +++ b/service/rekognition/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.1 (2022-05-16) * **Documentation**: Documentation updates for Amazon Rekognition. diff --git a/service/rekognition/go.mod b/service/rekognition/go.mod index 059ad51cead..8631385e252 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 1e62b7fa813..1d1cfb61150 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.1" +const goModuleVersion = "1.18.2" diff --git a/service/resiliencehub/CHANGELOG.md b/service/resiliencehub/CHANGELOG.md index 777c05991a0..61c068da4f4 100644 --- a/service/resiliencehub/CHANGELOG.md +++ b/service/resiliencehub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.0 (2022-05-16) * **Feature**: In this release, we are introducing support for Amazon Elastic Container Service, Amazon Route 53, AWS Elastic Disaster Recovery, AWS Backup in addition to the existing supported Services. This release also supports Terraform file input from S3 and scheduling daily assessments diff --git a/service/resiliencehub/go.mod b/service/resiliencehub/go.mod index 23889230143..c9cb73d11fb 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/resiliencehub/go_module_metadata.go b/service/resiliencehub/go_module_metadata.go index 77cb71c0151..ee003ccb326 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.0" +const goModuleVersion = "1.6.1" diff --git a/service/resourcegroups/CHANGELOG.md b/service/resourcegroups/CHANGELOG.md index 908788ef705..405767cc15e 100644 --- a/service/resourcegroups/CHANGELOG.md +++ b/service/resourcegroups/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/resourcegroups/go.mod b/service/resourcegroups/go.mod index 0cf9ed95ab2..db4f1747480 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/resourcegroups/go_module_metadata.go b/service/resourcegroups/go_module_metadata.go index d213b831376..16d83e92184 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/resourcegroupstaggingapi/CHANGELOG.md b/service/resourcegroupstaggingapi/CHANGELOG.md index 54b76045f27..92f678b5317 100644 --- a/service/resourcegroupstaggingapi/CHANGELOG.md +++ b/service/resourcegroupstaggingapi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/resourcegroupstaggingapi/go.mod b/service/resourcegroupstaggingapi/go.mod index fde94a07b5c..8a8d821392a 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/resourcegroupstaggingapi/go_module_metadata.go b/service/resourcegroupstaggingapi/go_module_metadata.go index 00be8c99cff..54c4f9ebe6e 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.5" +const goModuleVersion = "1.13.6" diff --git a/service/robomaker/CHANGELOG.md b/service/robomaker/CHANGELOG.md index 71a425b4dae..797de00b036 100644 --- a/service/robomaker/CHANGELOG.md +++ b/service/robomaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.5 (2022-05-05) * No change notes available for this release. diff --git a/service/robomaker/go.mod b/service/robomaker/go.mod index c33b97b5b73..f5752bb5fc3 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/robomaker/go_module_metadata.go b/service/robomaker/go_module_metadata.go index 4c9acc6adf9..09a033f3bf4 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.5" +const goModuleVersion = "1.17.6" diff --git a/service/route53/CHANGELOG.md b/service/route53/CHANGELOG.md index d554bb4b9ac..5adaf4d4419 100644 --- a/service/route53/CHANGELOG.md +++ b/service/route53/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53/go.mod b/service/route53/go.mod index 656c9cac012..57a9cb455ae 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 9aa1d112630..217f92194a7 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.20.4" +const goModuleVersion = "1.20.5" diff --git a/service/route53domains/CHANGELOG.md b/service/route53domains/CHANGELOG.md index 9f29faaba30..33d3fdaba17 100644 --- a/service/route53domains/CHANGELOG.md +++ b/service/route53domains/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53domains/go.mod b/service/route53domains/go.mod index 21407dd380d..f07a16d7751 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/route53domains/go_module_metadata.go b/service/route53domains/go_module_metadata.go index 7969a4c1ab4..38b05d8f9a8 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/route53recoverycluster/CHANGELOG.md b/service/route53recoverycluster/CHANGELOG.md index a02ce539bf6..29110b8b1a7 100644 --- a/service/route53recoverycluster/CHANGELOG.md +++ b/service/route53recoverycluster/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53recoverycluster/go.mod b/service/route53recoverycluster/go.mod index 9c39f286b74..3bfc9a8df2b 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/route53recoverycluster/go_module_metadata.go b/service/route53recoverycluster/go_module_metadata.go index 2162f656210..648510229ba 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.1" +const goModuleVersion = "1.9.2" diff --git a/service/route53recoverycontrolconfig/CHANGELOG.md b/service/route53recoverycontrolconfig/CHANGELOG.md index 636ce1899b4..a5b71afdb17 100644 --- a/service/route53recoverycontrolconfig/CHANGELOG.md +++ b/service/route53recoverycontrolconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53recoverycontrolconfig/go.mod b/service/route53recoverycontrolconfig/go.mod index 6b9de74bf69..fb4d8537dfd 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 19ed40675f2..e8c61c4fe59 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.4" +const goModuleVersion = "1.9.5" diff --git a/service/route53recoveryreadiness/CHANGELOG.md b/service/route53recoveryreadiness/CHANGELOG.md index 7334c561998..aaef9008a6f 100644 --- a/service/route53recoveryreadiness/CHANGELOG.md +++ b/service/route53recoveryreadiness/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53recoveryreadiness/go.mod b/service/route53recoveryreadiness/go.mod index bb3e9da0f46..b8eb560f748 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/route53recoveryreadiness/go_module_metadata.go b/service/route53recoveryreadiness/go_module_metadata.go index ad0d2cc4a42..57ed07911c5 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.4" +const goModuleVersion = "1.8.5" diff --git a/service/route53resolver/CHANGELOG.md b/service/route53resolver/CHANGELOG.md index 777ad47b601..779cb95b00e 100644 --- a/service/route53resolver/CHANGELOG.md +++ b/service/route53resolver/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.5 (2022-05-02) * No change notes available for this release. diff --git a/service/route53resolver/go.mod b/service/route53resolver/go.mod index 9ba314a74bb..7f3aa946355 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/route53resolver/go_module_metadata.go b/service/route53resolver/go_module_metadata.go index 123adecb891..1d9c560555a 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.5" +const goModuleVersion = "1.15.6" diff --git a/service/rum/CHANGELOG.md b/service/rum/CHANGELOG.md index ea8c8f2ccd6..d02a8a8c90c 100644 --- a/service/rum/CHANGELOG.md +++ b/service/rum/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rum/go.mod b/service/rum/go.mod index 8b5affa1e68..5985660bc8d 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/rum/go_module_metadata.go b/service/rum/go_module_metadata.go index a0855530ac4..4ae73abc6cd 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.4" +const goModuleVersion = "1.6.5" diff --git a/service/s3/CHANGELOG.md b/service/s3/CHANGELOG.md index 940ca7932f4..0967bdbe8d0 100644 --- a/service/s3/CHANGELOG.md +++ b/service/s3/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.10 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.9 (2022-05-06) * No change notes available for this release. diff --git a/service/s3/go.mod b/service/s3/go.mod index 35db064bc45..21c6f9a52ba 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.3 + 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.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 - github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.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.5 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.4 + 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/smithy-go v1.11.2 github.com/google/go-cmp v0.5.7 ) diff --git a/service/s3/go_module_metadata.go b/service/s3/go_module_metadata.go index 1d77f7544ab..97547277fa6 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.9" +const goModuleVersion = "1.26.10" diff --git a/service/s3/internal/configtesting/go.mod b/service/s3/internal/configtesting/go.mod index 315aef5e381..99783df14c5 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.6 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.4 + github.com/aws/aws-sdk-go-v2/config v1.15.7 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.5 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/service/s3control/CHANGELOG.md b/service/s3control/CHANGELOG.md index 1733205848e..34f132e36ec 100644 --- a/service/s3control/CHANGELOG.md +++ b/service/s3control/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.5 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/s3control/go.mod b/service/s3control/go.mod index 1635e250eb0..2db6292af5b 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/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/smithy-go v1.11.2 ) diff --git a/service/s3control/go_module_metadata.go b/service/s3control/go_module_metadata.go index 0ce3aaa8118..428738046dc 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.5" +const goModuleVersion = "1.21.6" diff --git a/service/s3outposts/CHANGELOG.md b/service/s3outposts/CHANGELOG.md index 5bc46ed8cea..ded55fe6b64 100644 --- a/service/s3outposts/CHANGELOG.md +++ b/service/s3outposts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/s3outposts/go.mod b/service/s3outposts/go.mod index 873de35a69b..68d4eba4030 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/s3outposts/go_module_metadata.go b/service/s3outposts/go_module_metadata.go index b31623abd62..55fd1c2e598 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/sagemaker/CHANGELOG.md b/service/sagemaker/CHANGELOG.md index f976f2bb8d4..bb3a149fcfe 100644 --- a/service/sagemaker/CHANGELOG.md +++ b/service/sagemaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.0 (2022-05-03) * **Feature**: SageMaker Autopilot adds new metrics for all candidate models generated by Autopilot experiments; RStudio on SageMaker now allows users to bring your own development environment in a custom image. diff --git a/service/sagemaker/go.mod b/service/sagemaker/go.mod index b9d5672f1e1..df5ded412ad 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 e9b4bbf084b..97df8987b24 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.30.0" +const goModuleVersion = "1.30.1" diff --git a/service/sagemakera2iruntime/CHANGELOG.md b/service/sagemakera2iruntime/CHANGELOG.md index bebb7370428..c6820578a4f 100644 --- a/service/sagemakera2iruntime/CHANGELOG.md +++ b/service/sagemakera2iruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakera2iruntime/go.mod b/service/sagemakera2iruntime/go.mod index c8f489193fa..add5b3e3d71 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/sagemakera2iruntime/go_module_metadata.go b/service/sagemakera2iruntime/go_module_metadata.go index d442a35568c..3fa20081347 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/sagemakeredge/CHANGELOG.md b/service/sagemakeredge/CHANGELOG.md index f6b04b93f74..90f30d824d3 100644 --- a/service/sagemakeredge/CHANGELOG.md +++ b/service/sagemakeredge/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakeredge/go.mod b/service/sagemakeredge/go.mod index 31d4465e9d3..528427dc6a8 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/sagemakeredge/go_module_metadata.go b/service/sagemakeredge/go_module_metadata.go index 42973b8e1d8..994efbe78c6 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/sagemakerfeaturestoreruntime/CHANGELOG.md b/service/sagemakerfeaturestoreruntime/CHANGELOG.md index 6f3458ebfdc..f9621aaf101 100644 --- a/service/sagemakerfeaturestoreruntime/CHANGELOG.md +++ b/service/sagemakerfeaturestoreruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakerfeaturestoreruntime/go.mod b/service/sagemakerfeaturestoreruntime/go.mod index 4e2f5408214..bf4df42b813 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/sagemakerfeaturestoreruntime/go_module_metadata.go b/service/sagemakerfeaturestoreruntime/go_module_metadata.go index 6a4c7486054..8a1875c0990 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/sagemakerruntime/CHANGELOG.md b/service/sagemakerruntime/CHANGELOG.md index 653bbf34f06..ebdc551753d 100644 --- a/service/sagemakerruntime/CHANGELOG.md +++ b/service/sagemakerruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakerruntime/go.mod b/service/sagemakerruntime/go.mod index e781fb8306c..a4147002776 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/sagemakerruntime/go_module_metadata.go b/service/sagemakerruntime/go_module_metadata.go index dbf0ef9a782..c1594eddd10 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.4" +const goModuleVersion = "1.15.5" diff --git a/service/savingsplans/CHANGELOG.md b/service/savingsplans/CHANGELOG.md index 10217944e6b..5ebafdb3b4b 100644 --- a/service/savingsplans/CHANGELOG.md +++ b/service/savingsplans/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/savingsplans/go.mod b/service/savingsplans/go.mod index 97390219e33..6b8a2f6e5ac 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/savingsplans/go_module_metadata.go b/service/savingsplans/go_module_metadata.go index c1632931965..bde7f3e5e89 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/schemas/CHANGELOG.md b/service/schemas/CHANGELOG.md index 3ee54d13ed0..23c46792358 100644 --- a/service/schemas/CHANGELOG.md +++ b/service/schemas/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/schemas/go.mod b/service/schemas/go.mod index 41e57f32420..fdb5372b8cd 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 9fc2bf43711..84264dc18ba 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.4" +const goModuleVersion = "1.14.5" diff --git a/service/secretsmanager/CHANGELOG.md b/service/secretsmanager/CHANGELOG.md index b1791a79ff7..c71876465ed 100644 --- a/service/secretsmanager/CHANGELOG.md +++ b/service/secretsmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.8 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.7 (2022-05-11) * **Documentation**: Doc only update for Secrets Manager that fixes several customer-reported issues. diff --git a/service/secretsmanager/go.mod b/service/secretsmanager/go.mod index 1fdaef0d7c3..1d1147eae42 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/secretsmanager/go_module_metadata.go b/service/secretsmanager/go_module_metadata.go index 51c6347de8a..db83c1197f9 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.7" +const goModuleVersion = "1.15.8" diff --git a/service/securityhub/CHANGELOG.md b/service/securityhub/CHANGELOG.md index 204c03e9cb3..66f19b4026b 100644 --- a/service/securityhub/CHANGELOG.md +++ b/service/securityhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.1 (2022-05-06) * **Documentation**: Documentation updates for Security Hub API reference diff --git a/service/securityhub/go.mod b/service/securityhub/go.mod index b5cb63c499a..e192309a7d9 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/securityhub/go_module_metadata.go b/service/securityhub/go_module_metadata.go index 35544320b65..111e72b3050 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.1" +const goModuleVersion = "1.21.2" diff --git a/service/serverlessapplicationrepository/CHANGELOG.md b/service/serverlessapplicationrepository/CHANGELOG.md index f89529d2d04..d1b4269529a 100644 --- a/service/serverlessapplicationrepository/CHANGELOG.md +++ b/service/serverlessapplicationrepository/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/serverlessapplicationrepository/go.mod b/service/serverlessapplicationrepository/go.mod index b29793ec9e2..1c13494a9a9 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/serverlessapplicationrepository/go_module_metadata.go b/service/serverlessapplicationrepository/go_module_metadata.go index 95f0cd2ee35..d418e7a08df 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/servicecatalog/CHANGELOG.md b/service/servicecatalog/CHANGELOG.md index 73907f2d3c0..d6830262d56 100644 --- a/service/servicecatalog/CHANGELOG.md +++ b/service/servicecatalog/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.2 (2022-05-16) * **Documentation**: Updated the descriptions for the ListAcceptedPortfolioShares API description and the PortfolioShareType parameters. diff --git a/service/servicecatalog/go.mod b/service/servicecatalog/go.mod index 7ffa3d90a8e..c94655a43a2 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/servicecatalog/go_module_metadata.go b/service/servicecatalog/go_module_metadata.go index 9c1327b89e8..6263b952f2d 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.2" +const goModuleVersion = "1.14.3" diff --git a/service/servicecatalogappregistry/CHANGELOG.md b/service/servicecatalogappregistry/CHANGELOG.md index b85c1b801ce..733845d8903 100644 --- a/service/servicecatalogappregistry/CHANGELOG.md +++ b/service/servicecatalogappregistry/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicecatalogappregistry/go.mod b/service/servicecatalogappregistry/go.mod index 4454482c9c7..2b29c435a3d 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/servicecatalogappregistry/go_module_metadata.go b/service/servicecatalogappregistry/go_module_metadata.go index 46b3f8e2602..e3cb22a5136 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.5" +const goModuleVersion = "1.12.6" diff --git a/service/servicediscovery/CHANGELOG.md b/service/servicediscovery/CHANGELOG.md index 822a0fd29c8..1c85f4c1935 100644 --- a/service/servicediscovery/CHANGELOG.md +++ b/service/servicediscovery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicediscovery/go.mod b/service/servicediscovery/go.mod index 90abc96e125..07a28bdb3d2 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/servicediscovery/go_module_metadata.go b/service/servicediscovery/go_module_metadata.go index 505ecf74a51..66df4e1b58b 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.4" +const goModuleVersion = "1.17.5" diff --git a/service/servicequotas/CHANGELOG.md b/service/servicequotas/CHANGELOG.md index 3914e2786e7..d8bf7f74e0d 100644 --- a/service/servicequotas/CHANGELOG.md +++ b/service/servicequotas/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicequotas/go.mod b/service/servicequotas/go.mod index 7afa2b4a5ba..f667dc8e337 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/servicequotas/go_module_metadata.go b/service/servicequotas/go_module_metadata.go index c2cafbbbbd9..50edb84a9a1 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.5" +const goModuleVersion = "1.13.6" diff --git a/service/ses/CHANGELOG.md b/service/ses/CHANGELOG.md index 1d7e2fe25d7..d59d030c425 100644 --- a/service/ses/CHANGELOG.md +++ b/service/ses/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ses/go.mod b/service/ses/go.mod index 779e84dd162..7580fd7bf4c 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 4e67ca062d8..4366582b462 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.4" +const goModuleVersion = "1.14.5" diff --git a/service/sesv2/CHANGELOG.md b/service/sesv2/CHANGELOG.md index 4672e02c4ce..50a29cd8133 100644 --- a/service/sesv2/CHANGELOG.md +++ b/service/sesv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sesv2/go.mod b/service/sesv2/go.mod index 91287f21df4..ad05e527bf1 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/sesv2/go_module_metadata.go b/service/sesv2/go_module_metadata.go index 9348482b933..fe9d779064c 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/sfn/CHANGELOG.md b/service/sfn/CHANGELOG.md index a6f1e459155..ad4bb3e4f38 100644 --- a/service/sfn/CHANGELOG.md +++ b/service/sfn/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sfn/go.mod b/service/sfn/go.mod index 8ea1294a1de..55b020be308 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/sfn/go_module_metadata.go b/service/sfn/go_module_metadata.go index 54ba81cdf4b..10aef933d0e 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/shield/CHANGELOG.md b/service/shield/CHANGELOG.md index 6a836bbf448..73f2130b895 100644 --- a/service/shield/CHANGELOG.md +++ b/service/shield/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/shield/go.mod b/service/shield/go.mod index a64146c6f56..4f692b514d0 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/shield/go_module_metadata.go b/service/shield/go_module_metadata.go index 5a1215fc685..154e9c22ba1 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.4" +const goModuleVersion = "1.16.5" diff --git a/service/signer/CHANGELOG.md b/service/signer/CHANGELOG.md index cb38fe96188..953f1aff3af 100644 --- a/service/signer/CHANGELOG.md +++ b/service/signer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/signer/go.mod b/service/signer/go.mod index fae45fa89dc..46af4cc327c 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 201c79e515e..4cae9866f29 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/sms/CHANGELOG.md b/service/sms/CHANGELOG.md index 67b70a0be95..451f0d77c53 100644 --- a/service/sms/CHANGELOG.md +++ b/service/sms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sms/go.mod b/service/sms/go.mod index 7491c8ecf80..ea40f65b11d 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/sms/go_module_metadata.go b/service/sms/go_module_metadata.go index 32f5413a874..d31d2e2affe 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.5" +const goModuleVersion = "1.12.6" diff --git a/service/snowball/CHANGELOG.md b/service/snowball/CHANGELOG.md index 9e9cb2f0fc1..f7508e93687 100644 --- a/service/snowball/CHANGELOG.md +++ b/service/snowball/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/snowball/go.mod b/service/snowball/go.mod index 2f81e1f29d6..f421a17da2b 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/snowball/go_module_metadata.go b/service/snowball/go_module_metadata.go index 56c909e3351..237b2191d9f 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.4" +const goModuleVersion = "1.15.5" diff --git a/service/snowdevicemanagement/CHANGELOG.md b/service/snowdevicemanagement/CHANGELOG.md index d2a00b7637b..74a796511fc 100644 --- a/service/snowdevicemanagement/CHANGELOG.md +++ b/service/snowdevicemanagement/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/snowdevicemanagement/go.mod b/service/snowdevicemanagement/go.mod index a0c7f56614d..5861551fce3 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/snowdevicemanagement/go_module_metadata.go b/service/snowdevicemanagement/go_module_metadata.go index a049fc71390..52436148c98 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.4" +const goModuleVersion = "1.8.5" diff --git a/service/sns/CHANGELOG.md b/service/sns/CHANGELOG.md index e9760fcd1ba..7e4349df455 100644 --- a/service/sns/CHANGELOG.md +++ b/service/sns/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.5 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sns/go.mod b/service/sns/go.mod index b1955139088..e933b26dcfa 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/sns/go_module_metadata.go b/service/sns/go_module_metadata.go index 42a1102c8ad..78bec5c5592 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.5" +const goModuleVersion = "1.17.6" diff --git a/service/sqs/CHANGELOG.md b/service/sqs/CHANGELOG.md index 057c7c06541..a5738bd88c5 100644 --- a/service/sqs/CHANGELOG.md +++ b/service/sqs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sqs/go.mod b/service/sqs/go.mod index e735f47485c..7d9a6634b9c 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/sqs/go_module_metadata.go b/service/sqs/go_module_metadata.go index 9f6634ad94c..f579475bfab 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.4" +const goModuleVersion = "1.18.5" diff --git a/service/ssm/CHANGELOG.md b/service/ssm/CHANGELOG.md index 1a770b132f3..aae98fcd636 100644 --- a/service/ssm/CHANGELOG.md +++ b/service/ssm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.0 (2022-05-04) * **Feature**: This release adds the TargetMaps parameter in SSM State Manager API. diff --git a/service/ssm/go.mod b/service/ssm/go.mod index 0fe2a88b07e..7b4e6252705 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 c5cacd0bae9..e5ee56e5649 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.0" +const goModuleVersion = "1.27.1" diff --git a/service/ssmcontacts/CHANGELOG.md b/service/ssmcontacts/CHANGELOG.md index 7644439c433..65470037861 100644 --- a/service/ssmcontacts/CHANGELOG.md +++ b/service/ssmcontacts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-05-09) * **Documentation**: Fixed an error in the DescribeEngagement example for AWS Incident Manager. diff --git a/service/ssmcontacts/go.mod b/service/ssmcontacts/go.mod index 302d7b344d2..2487ce5a428 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/ssmcontacts/go_module_metadata.go b/service/ssmcontacts/go_module_metadata.go index 4e2ed890517..507f26eb1e5 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.5" +const goModuleVersion = "1.13.6" diff --git a/service/ssmincidents/CHANGELOG.md b/service/ssmincidents/CHANGELOG.md index e4e9e0b76be..b3e8151d510 100644 --- a/service/ssmincidents/CHANGELOG.md +++ b/service/ssmincidents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.0 (2022-05-12) * **Feature**: Adding support for dynamic SSM Runbook parameter values. Updating validation pattern for engagements. Adding ConflictException to UpdateReplicationSet API contract. diff --git a/service/ssmincidents/go.mod b/service/ssmincidents/go.mod index 1750f87899d..4cf10dfd952 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 49e149d387f..f1e018bc61a 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.0" +const goModuleVersion = "1.14.1" diff --git a/service/sso/CHANGELOG.md b/service/sso/CHANGELOG.md index 5edcc9ee9ee..8ae6dba6a7c 100644 --- a/service/sso/CHANGELOG.md +++ b/service/sso/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sso/go.mod b/service/sso/go.mod index 2407db76772..2999bb331de 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/sso/go_module_metadata.go b/service/sso/go_module_metadata.go index 6ea751b8f84..5d6aa490d14 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/ssoadmin/CHANGELOG.md b/service/ssoadmin/CHANGELOG.md index 4255f266546..4dede39ffcf 100644 --- a/service/ssoadmin/CHANGELOG.md +++ b/service/ssoadmin/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssoadmin/go.mod b/service/ssoadmin/go.mod index 77d36b7e948..7131584c742 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/ssoadmin/go_module_metadata.go b/service/ssoadmin/go_module_metadata.go index 16b5d0e62b8..1283065b4b0 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.4" +const goModuleVersion = "1.14.5" diff --git a/service/ssooidc/CHANGELOG.md b/service/ssooidc/CHANGELOG.md index 96dc81744ff..eccb9b7f0a0 100644 --- a/service/ssooidc/CHANGELOG.md +++ b/service/ssooidc/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssooidc/go.mod b/service/ssooidc/go.mod index 7086d552f92..fcc03712ffd 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/ssooidc/go_module_metadata.go b/service/ssooidc/go_module_metadata.go index 9b69cc8550f..d241490040d 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.4" +const goModuleVersion = "1.12.5" diff --git a/service/storagegateway/CHANGELOG.md b/service/storagegateway/CHANGELOG.md index 20d831ad3f4..736298482b3 100644 --- a/service/storagegateway/CHANGELOG.md +++ b/service/storagegateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/storagegateway/go.mod b/service/storagegateway/go.mod index 2f471c56e51..ce71956d7c6 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/storagegateway/go_module_metadata.go b/service/storagegateway/go_module_metadata.go index bf370fd4be8..a3d0d782e60 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.1" +const goModuleVersion = "1.17.2" diff --git a/service/sts/CHANGELOG.md b/service/sts/CHANGELOG.md index 6b2cd061d3d..13acc5e3214 100644 --- a/service/sts/CHANGELOG.md +++ b/service/sts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.5 (2022-05-16) * **Documentation**: Documentation updates for AWS Security Token Service. diff --git a/service/sts/go.mod b/service/sts/go.mod index 533e48a7437..90a5cf90c56 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/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/smithy-go v1.11.2 ) diff --git a/service/sts/go_module_metadata.go b/service/sts/go_module_metadata.go index 8fce8f4fa40..2e8132e2ede 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.5" +const goModuleVersion = "1.16.6" diff --git a/service/support/CHANGELOG.md b/service/support/CHANGELOG.md index edc72b9086e..b85d9f78169 100644 --- a/service/support/CHANGELOG.md +++ b/service/support/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/support/go.mod b/service/support/go.mod index 63d63368b6b..9be23f1e9bc 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/support/go_module_metadata.go b/service/support/go_module_metadata.go index 6ad96a01d4c..d2f5c160410 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/swf/CHANGELOG.md b/service/swf/CHANGELOG.md index a6f1e459155..ad4bb3e4f38 100644 --- a/service/swf/CHANGELOG.md +++ b/service/swf/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/swf/go.mod b/service/swf/go.mod index e7863e3f0ff..ef8e83c0b0f 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/swf/go_module_metadata.go b/service/swf/go_module_metadata.go index bb9c7df20f0..35c5278f6ec 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/synthetics/CHANGELOG.md b/service/synthetics/CHANGELOG.md index 526fe2a408c..6db04a18da3 100644 --- a/service/synthetics/CHANGELOG.md +++ b/service/synthetics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.1 (2022-05-04) * No change notes available for this release. diff --git a/service/synthetics/go.mod b/service/synthetics/go.mod index 161e7e242b0..c5e68fc38ec 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/synthetics/go_module_metadata.go b/service/synthetics/go_module_metadata.go index 31a75a9e4d5..b76e030ed4a 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.1" +const goModuleVersion = "1.15.2" diff --git a/service/textract/CHANGELOG.md b/service/textract/CHANGELOG.md index 98004bce9da..c9dcba0f367 100644 --- a/service/textract/CHANGELOG.md +++ b/service/textract/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/textract/go.mod b/service/textract/go.mod index b6c72a4b556..6047e9c0d16 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/textract/go_module_metadata.go b/service/textract/go_module_metadata.go index ffb137d5ef4..ae487ca5749 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.1" +const goModuleVersion = "1.15.2" diff --git a/service/timestreamquery/CHANGELOG.md b/service/timestreamquery/CHANGELOG.md index c04a78577a8..56302c06585 100644 --- a/service/timestreamquery/CHANGELOG.md +++ b/service/timestreamquery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/timestreamquery/go.mod b/service/timestreamquery/go.mod index ca1cff70f8c..36e03ee6f1f 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/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/smithy-go v1.11.2 ) diff --git a/service/timestreamquery/go_module_metadata.go b/service/timestreamquery/go_module_metadata.go index c3a8a69c126..f02e3d8e655 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.4" +const goModuleVersion = "1.14.5" diff --git a/service/timestreamwrite/CHANGELOG.md b/service/timestreamwrite/CHANGELOG.md index 2c60b76f2de..24a0357a4dd 100644 --- a/service/timestreamwrite/CHANGELOG.md +++ b/service/timestreamwrite/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/timestreamwrite/go.mod b/service/timestreamwrite/go.mod index a3e311e4bcb..448975cb979 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/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/smithy-go v1.11.2 ) diff --git a/service/timestreamwrite/go_module_metadata.go b/service/timestreamwrite/go_module_metadata.go index a0b85e52b92..04388669db3 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/transcribe/CHANGELOG.md b/service/transcribe/CHANGELOG.md index 6a852bae331..d2a12a7fb7a 100644 --- a/service/transcribe/CHANGELOG.md +++ b/service/transcribe/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.3 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.2 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/transcribe/go.mod b/service/transcribe/go.mod index 0e8a445ac4c..c6538b6db72 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/transcribe/go_module_metadata.go b/service/transcribe/go_module_metadata.go index 9edc6b7de6c..4d28c8b3e84 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.19.2" +const goModuleVersion = "1.19.3" diff --git a/service/transcribestreaming/CHANGELOG.md b/service/transcribestreaming/CHANGELOG.md index ad713f3fa4f..d0eeabe6c50 100644 --- a/service/transcribestreaming/CHANGELOG.md +++ b/service/transcribestreaming/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.5 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/transcribestreaming/go.mod b/service/transcribestreaming/go.mod index 756a1749f3b..2f5e2c6bd3a 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.3 + 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.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/transcribestreaming/go_module_metadata.go b/service/transcribestreaming/go_module_metadata.go index c164624e990..3d71c2ec943 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.5" +const goModuleVersion = "1.6.6" diff --git a/service/transcribestreaming/internal/testing/go.mod b/service/transcribestreaming/internal/testing/go.mod index 32c98b8497d..466de8e2ab8 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.3 + 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.14 - github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.6.5 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.15 + github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.6.6 github.com/aws/smithy-go v1.11.2 github.com/google/go-cmp v0.5.7 ) diff --git a/service/transfer/CHANGELOG.md b/service/transfer/CHANGELOG.md index a6e53ac911f..b1c101fd8cd 100644 --- a/service/transfer/CHANGELOG.md +++ b/service/transfer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.7 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.6 (2022-05-12) * **Documentation**: AWS Transfer Family now accepts ECDSA keys for server host keys diff --git a/service/transfer/go.mod b/service/transfer/go.mod index 5d0d5b1606a..40d50647112 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 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 21725e0f9a1..6c51a25cce9 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.18.6" +const goModuleVersion = "1.18.7" diff --git a/service/translate/CHANGELOG.md b/service/translate/CHANGELOG.md index 90a2189a3f3..f4d675f2ede 100644 --- a/service/translate/CHANGELOG.md +++ b/service/translate/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/translate/go.mod b/service/translate/go.mod index 7ea5d0c2a12..5064e9c8c82 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/translate/go_module_metadata.go b/service/translate/go_module_metadata.go index 580480d7b3b..3d6104bb50a 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.4" +const goModuleVersion = "1.13.5" diff --git a/service/voiceid/CHANGELOG.md b/service/voiceid/CHANGELOG.md index e01f548715f..5887d4dc639 100644 --- a/service/voiceid/CHANGELOG.md +++ b/service/voiceid/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/voiceid/go.mod b/service/voiceid/go.mod index c737c00b4b1..d84fd8b294b 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/voiceid/go_module_metadata.go b/service/voiceid/go_module_metadata.go index e8e4d3a4eb9..73b4fb860a0 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.8.4" +const goModuleVersion = "1.8.5" diff --git a/service/waf/CHANGELOG.md b/service/waf/CHANGELOG.md index 4465ea7617d..27c2647f1b3 100644 --- a/service/waf/CHANGELOG.md +++ b/service/waf/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/waf/go.mod b/service/waf/go.mod index 3c20d9165c6..e7f86cdcb31 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/waf/go_module_metadata.go b/service/waf/go_module_metadata.go index 854b1fbe6b4..a1b4073f767 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/wafregional/CHANGELOG.md b/service/wafregional/CHANGELOG.md index 9b326910916..aaa07d620b3 100644 --- a/service/wafregional/CHANGELOG.md +++ b/service/wafregional/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-05-05) * No change notes available for this release. diff --git a/service/wafregional/go.mod b/service/wafregional/go.mod index ad6bab82297..1ad13f299b3 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/wafregional/go_module_metadata.go b/service/wafregional/go_module_metadata.go index 16df62cb9cc..df49a15c769 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.5" +const goModuleVersion = "1.12.6" diff --git a/service/wafv2/CHANGELOG.md b/service/wafv2/CHANGELOG.md index 6080c4d4eca..2eed6085727 100644 --- a/service/wafv2/CHANGELOG.md +++ b/service/wafv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.0 (2022-04-29) * **Feature**: You can now inspect all request headers and all cookies. You can now specify how to handle oversize body contents in your rules that inspect the body. diff --git a/service/wafv2/go.mod b/service/wafv2/go.mod index 5b55c53517a..f37c11d360f 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/wafv2/go_module_metadata.go b/service/wafv2/go_module_metadata.go index b7aa607ae1f..e3b37ddbbbd 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.0" +const goModuleVersion = "1.20.1" diff --git a/service/wellarchitected/CHANGELOG.md b/service/wellarchitected/CHANGELOG.md index 6ca7038fbeb..b2169142bd0 100644 --- a/service/wellarchitected/CHANGELOG.md +++ b/service/wellarchitected/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/wellarchitected/go.mod b/service/wellarchitected/go.mod index d980b809a56..f6deae9c191 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/wellarchitected/go_module_metadata.go b/service/wellarchitected/go_module_metadata.go index 05cb52b89b8..6757ecf9964 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.4" +const goModuleVersion = "1.14.5" diff --git a/service/wisdom/CHANGELOG.md b/service/wisdom/CHANGELOG.md index ebec251dd94..901e3730765 100644 --- a/service/wisdom/CHANGELOG.md +++ b/service/wisdom/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/wisdom/go.mod b/service/wisdom/go.mod index c1cd17cf24a..7956adfe99e 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/wisdom/go_module_metadata.go b/service/wisdom/go_module_metadata.go index 42e807e258c..87e8941ed2e 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.1" +const goModuleVersion = "1.8.2" diff --git a/service/workdocs/CHANGELOG.md b/service/workdocs/CHANGELOG.md index f89529d2d04..d1b4269529a 100644 --- a/service/workdocs/CHANGELOG.md +++ b/service/workdocs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workdocs/go.mod b/service/workdocs/go.mod index 62a11ad5cd2..b412a97ecfb 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/workdocs/go_module_metadata.go b/service/workdocs/go_module_metadata.go index f6483fa49e8..00979fe3dc8 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/worklink/CHANGELOG.md b/service/worklink/CHANGELOG.md index 0333a14adef..6056d5d00f4 100644 --- a/service/worklink/CHANGELOG.md +++ b/service/worklink/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/worklink/go.mod b/service/worklink/go.mod index 749371f7e3c..501ab842510 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/worklink/go_module_metadata.go b/service/worklink/go_module_metadata.go index e8460dd3885..06adf69eed3 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.1" +const goModuleVersion = "1.12.2" diff --git a/service/workmail/CHANGELOG.md b/service/workmail/CHANGELOG.md index 467216f00b3..77aee6651a8 100644 --- a/service/workmail/CHANGELOG.md +++ b/service/workmail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workmail/go.mod b/service/workmail/go.mod index 23faeabcc7f..cb70ed2bf57 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/workmail/go_module_metadata.go b/service/workmail/go_module_metadata.go index de87c62acd9..585aa698055 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.4" +const goModuleVersion = "1.15.5" diff --git a/service/workmailmessageflow/CHANGELOG.md b/service/workmailmessageflow/CHANGELOG.md index f6b04b93f74..90f30d824d3 100644 --- a/service/workmailmessageflow/CHANGELOG.md +++ b/service/workmailmessageflow/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workmailmessageflow/go.mod b/service/workmailmessageflow/go.mod index d8730de7589..5578128f736 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/workmailmessageflow/go_module_metadata.go b/service/workmailmessageflow/go_module_metadata.go index e9f9118a981..6c8cd5908d0 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.4" +const goModuleVersion = "1.11.5" diff --git a/service/workspaces/CHANGELOG.md b/service/workspaces/CHANGELOG.md index b62921bbfc9..a9aa6f0199a 100644 --- a/service/workspaces/CHANGELOG.md +++ b/service/workspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.2 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.1 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workspaces/go.mod b/service/workspaces/go.mod index 323ff69e2ce..aa8d397e14d 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/workspaces/go_module_metadata.go b/service/workspaces/go_module_metadata.go index a999b79e525..c9ae7f24ae1 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.1" +const goModuleVersion = "1.18.2" diff --git a/service/workspacesweb/CHANGELOG.md b/service/workspacesweb/CHANGELOG.md index a5a633e9aa1..25a51646275 100644 --- a/service/workspacesweb/CHANGELOG.md +++ b/service/workspacesweb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.1 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.0 (2022-05-16) * **Feature**: Amazon WorkSpaces Web now supports Administrator timeout control diff --git a/service/workspacesweb/go.mod b/service/workspacesweb/go.mod index da228247e5b..f0284cd7116 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/workspacesweb/go_module_metadata.go b/service/workspacesweb/go_module_metadata.go index ebb87911bbc..f0ec1bac2e4 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.0" +const goModuleVersion = "1.6.1" diff --git a/service/xray/CHANGELOG.md b/service/xray/CHANGELOG.md index 113f6d55568..130e4d248d7 100644 --- a/service/xray/CHANGELOG.md +++ b/service/xray/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.6 (2022-05-17) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.5 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/xray/go.mod b/service/xray/go.mod index 519f917410b..2db9706ebda 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.3 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 + github.com/aws/aws-sdk-go-v2 v1.16.4 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.11 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.5 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/xray/go_module_metadata.go b/service/xray/go_module_metadata.go index 4041f9ea6e1..838ac384a78 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.5" +const goModuleVersion = "1.13.6"