diff --git a/.changelog/016af652b95e472f960ded9a2e976e11.json b/.changelog/016af652b95e472f960ded9a2e976e11.json deleted file mode 100644 index f1edb4328f1..00000000000 --- a/.changelog/016af652b95e472f960ded9a2e976e11.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "016af652-b95e-472f-960d-ed9a2e976e11", - "type": "feature", - "description": "`internal/ini`: This package has been migrated to a separate module at `github.com/aws/aws-sdk-go-v2/internal/ini`.", - "modules": [ - "." - ] -} diff --git a/.changelog/01afcb6e5f9d44c9ab76d3e414115636.json b/.changelog/01afcb6e5f9d44c9ab76d3e414115636.json deleted file mode 100644 index e148173c71f..00000000000 --- a/.changelog/01afcb6e5f9d44c9ab76d3e414115636.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "01afcb6e-5f9d-44c9-ab76-d3e414115636", - "type": "release", - "description": "The `github.com/aws/aws-sdk-go-v2/internal/ini` package is now a Go Module.", - "modules": [ - "internal/ini" - ] -} \ No newline at end of file diff --git a/.changelog/41575353444b40ffbf474f4155544f00.json b/.changelog/41575353444b40ffbf474f4155544f00.json deleted file mode 100644 index 9612cf725ee..00000000000 --- a/.changelog/41575353444b40ffbf474f4155544f00.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "id": "41575353-444b-40ff-bf47-4f4155544f00", - "type": "release", - "description": "New AWS service client module", - "modules": [ - "service/applicationcostprofiler", - "service/apprunner" - ] -} \ No newline at end of file diff --git a/.changelog/44393760aa7143b69f5b626335a76830.json b/.changelog/44393760aa7143b69f5b626335a76830.json deleted file mode 100644 index 25a9068350d..00000000000 --- a/.changelog/44393760aa7143b69f5b626335a76830.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "id": "44393760-aa71-43b6-9f5b-626335a76830", - "type": "feature", - "description": "API client updated", - "modules": [ - "internal/protocoltest/awsrestjson", - "internal/protocoltest/query", - "service/applicationcostprofiler", - "service/apprunner", - "service/autoscaling", - "service/computeoptimizer", - "service/detective", - "service/eks", - "service/elasticache", - "service/elasticsearchservice", - "service/iam", - "service/imagebuilder", - "service/iot", - "service/iotdeviceadvisor", - "service/iotsitewise", - "service/kinesis", - "service/kinesisanalytics", - "service/kinesisanalyticsv2", - "service/lexmodelsv2", - "service/licensemanager", - "service/lightsail", - "service/macie", - "service/macie2", - "service/mediaconnect", - "service/neptune", - "service/personalize", - "service/quicksight", - "service/rekognition", - "service/s3", - "service/sagemaker", - "service/sagemakera2iruntime", - "service/securityhub", - "service/support", - "service/transcribe" - ] -} \ No newline at end of file diff --git a/.changelog/45284b57bcdd4cd6935b5275c15b1861.json b/.changelog/45284b57bcdd4cd6935b5275c15b1861.json deleted file mode 100644 index a51d7f00827..00000000000 --- a/.changelog/45284b57bcdd4cd6935b5275c15b1861.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "45284b57-bcdd-4cd6-935b-5275c15b1861", - "type": "bugfix", - "description": "Profile names were incorrectly normalized to lower-case, which could result in unexpected profile configurations.", - "modules": [ - "config" - ] -} diff --git a/.changelog/9eda03d68f1849a981362947a1a2941f.json b/.changelog/9eda03d68f1849a981362947a1a2941f.json deleted file mode 100644 index efd20334938..00000000000 --- a/.changelog/9eda03d68f1849a981362947a1a2941f.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "9eda03d6-8f18-49a9-8136-2947a1a2941f", - "type": "feature", - "description": "SSO credentials can now be defined alongside other credential providers within the same configuration profile.", - "modules": [ - "config" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a32569e2201..25865f54502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,83 @@ +# Release (2021-05-20) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2`: v1.6.0 + * **Feature**: `internal/ini`: This package has been migrated to a separate module at `github.com/aws/aws-sdk-go-v2/internal/ini`. +* `github.com/aws/aws-sdk-go-v2/config`: [v1.3.0](config/CHANGELOG.md#v130-2021-05-20) + * **Feature**: SSO credentials can now be defined alongside other credential providers within the same configuration profile. + * **Bug Fix**: Profile names were incorrectly normalized to lower-case, which could result in unexpected profile configurations. +* `github.com/aws/aws-sdk-go-v2/internal/ini`: [v1.0.0](internal/ini/CHANGELOG.md#v100-2021-05-20) + * **Release**: The `github.com/aws/aws-sdk-go-v2/internal/ini` package is now a Go Module. +* `github.com/aws/aws-sdk-go-v2/service/applicationcostprofiler`: [v1.0.0](service/applicationcostprofiler/CHANGELOG.md#v100-2021-05-20) + * **Release**: New AWS service client module + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/apprunner`: [v1.0.0](service/apprunner/CHANGELOG.md#v100-2021-05-20) + * **Release**: New AWS service client module + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/autoscaling`: [v1.5.0](service/autoscaling/CHANGELOG.md#v150-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/computeoptimizer`: [v1.4.0](service/computeoptimizer/CHANGELOG.md#v140-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/detective`: [v1.6.0](service/detective/CHANGELOG.md#v160-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/eks`: [v1.5.0](service/eks/CHANGELOG.md#v150-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/elasticache`: [v1.6.0](service/elasticache/CHANGELOG.md#v160-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/elasticsearchservice`: [v1.4.0](service/elasticsearchservice/CHANGELOG.md#v140-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/iam`: [v1.5.0](service/iam/CHANGELOG.md#v150-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/imagebuilder`: [v1.5.0](service/imagebuilder/CHANGELOG.md#v150-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/iot`: [v1.5.0](service/iot/CHANGELOG.md#v150-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/iotdeviceadvisor`: [v1.4.0](service/iotdeviceadvisor/CHANGELOG.md#v140-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/iotsitewise`: [v1.5.0](service/iotsitewise/CHANGELOG.md#v150-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/kinesis`: [v1.4.0](service/kinesis/CHANGELOG.md#v140-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/kinesisanalytics`: [v1.3.0](service/kinesisanalytics/CHANGELOG.md#v130-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/kinesisanalyticsv2`: [v1.4.0](service/kinesisanalyticsv2/CHANGELOG.md#v140-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/lexmodelsv2`: [v1.2.0](service/lexmodelsv2/CHANGELOG.md#v120-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/licensemanager`: [v1.4.0](service/licensemanager/CHANGELOG.md#v140-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/lightsail`: [v1.6.0](service/lightsail/CHANGELOG.md#v160-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/macie`: [v1.4.0](service/macie/CHANGELOG.md#v140-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/macie2`: [v1.6.0](service/macie2/CHANGELOG.md#v160-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/mediaconnect`: [v1.5.0](service/mediaconnect/CHANGELOG.md#v150-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/neptune`: [v1.5.0](service/neptune/CHANGELOG.md#v150-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/personalize`: [v1.5.0](service/personalize/CHANGELOG.md#v150-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/quicksight`: [v1.4.0](service/quicksight/CHANGELOG.md#v140-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/rekognition`: [v1.5.0](service/rekognition/CHANGELOG.md#v150-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.8.0](service/s3/CHANGELOG.md#v180-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.6.0](service/sagemaker/CHANGELOG.md#v160-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/sagemakera2iruntime`: [v1.3.0](service/sagemakera2iruntime/CHANGELOG.md#v130-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/securityhub`: [v1.6.0](service/securityhub/CHANGELOG.md#v160-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/support`: [v1.3.0](service/support/CHANGELOG.md#v130-2021-05-20) + * **Feature**: API client updated +* `github.com/aws/aws-sdk-go-v2/service/transcribe`: [v1.4.0](service/transcribe/CHANGELOG.md#v140-2021-05-20) + * **Feature**: API client updated + # Release (2021-05-14) ## General Highlights diff --git a/aws/go_module_metadata.go b/aws/go_module_metadata.go index 395203c4d1e..fee073e3e46 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.5.0" +const goModuleVersion = "1.6.0" diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 67455b687da..36b3edaa270 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.3.0 (2021-05-20) + +* **Feature**: SSO credentials can now be defined alongside other credential providers within the same configuration profile. +* **Bug Fix**: Profile names were incorrectly normalized to lower-case, which could result in unexpected profile configurations. +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/config/go.mod b/config/go.mod index cf7e8aed52d..12e0b72250f 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.5.0 - github.com/aws/aws-sdk-go-v2/credentials v1.2.0 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.1.0 - github.com/aws/aws-sdk-go-v2/internal/ini v0.0.0-00010101000000-000000000000 - github.com/aws/aws-sdk-go-v2/service/sso v1.2.0 - github.com/aws/aws-sdk-go-v2/service/sts v1.4.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 + github.com/aws/aws-sdk-go-v2/credentials v1.2.1 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.1.1 + github.com/aws/aws-sdk-go-v2/internal/ini v1.0.0 + github.com/aws/aws-sdk-go-v2/service/sso v1.2.1 + github.com/aws/aws-sdk-go-v2/service/sts v1.4.1 github.com/aws/smithy-go v1.4.0 github.com/google/go-cmp v0.5.4 ) diff --git a/config/go_module_metadata.go b/config/go_module_metadata.go index 590ae83fcd6..0b456061f9d 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.2.0" +const goModuleVersion = "1.3.0" diff --git a/credentials/CHANGELOG.md b/credentials/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/credentials/CHANGELOG.md +++ b/credentials/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/credentials/go.mod b/credentials/go.mod index b4f58a148cd..9e88907273a 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.5.0 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.1.0 - github.com/aws/aws-sdk-go-v2/service/sso v1.2.0 - github.com/aws/aws-sdk-go-v2/service/sts v1.4.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.1.1 + github.com/aws/aws-sdk-go-v2/service/sso v1.2.1 + github.com/aws/aws-sdk-go-v2/service/sts v1.4.1 github.com/aws/smithy-go v1.4.0 github.com/google/go-cmp v0.5.4 ) diff --git a/credentials/go_module_metadata.go b/credentials/go_module_metadata.go index 1096bc9b01e..87033a08fd4 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/example/service/s3/listObjects/go.mod b/example/service/s3/listObjects/go.mod index d49ada64c07..fdfa970f825 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.2.0 - github.com/aws/aws-sdk-go-v2/service/s3 v1.7.0 + github.com/aws/aws-sdk-go-v2/config v1.3.0 + github.com/aws/aws-sdk-go-v2/service/s3 v1.8.0 ) 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 3ee4cd81a7d..366ab88b7e2 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.5.0 - github.com/aws/aws-sdk-go-v2/config v1.2.0 - github.com/aws/aws-sdk-go-v2/service/s3 v1.7.0 - github.com/aws/aws-sdk-go-v2/service/s3control v1.6.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 + github.com/aws/aws-sdk-go-v2/config v1.3.0 + github.com/aws/aws-sdk-go-v2/service/s3 v1.8.0 + github.com/aws/aws-sdk-go-v2/service/s3control v1.6.1 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/feature/cloudfront/sign/CHANGELOG.md b/feature/cloudfront/sign/CHANGELOG.md index 307887c9ada..f21f343957d 100644 --- a/feature/cloudfront/sign/CHANGELOG.md +++ b/feature/cloudfront/sign/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/feature/cloudfront/sign/go.mod b/feature/cloudfront/sign/go.mod index 3b771004e86..e480592b166 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.5.0 +require github.com/aws/aws-sdk-go-v2 v1.6.0 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 f342c301f46..a95fec14d6f 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.1.0" +const goModuleVersion = "1.1.1" diff --git a/feature/dynamodb/attributevalue/CHANGELOG.md b/feature/dynamodb/attributevalue/CHANGELOG.md index 307887c9ada..f21f343957d 100644 --- a/feature/dynamodb/attributevalue/CHANGELOG.md +++ b/feature/dynamodb/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/feature/dynamodb/attributevalue/go.mod b/feature/dynamodb/attributevalue/go.mod index 5c23814ba77..b249093fda6 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.5.0 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.3.0 - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.2.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.3.1 + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.2.1 github.com/google/go-cmp v0.5.4 ) diff --git a/feature/dynamodb/attributevalue/go_module_metadata.go b/feature/dynamodb/attributevalue/go_module_metadata.go index b82fd793ad1..c41b24deb19 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.1.0" +const goModuleVersion = "1.1.1" diff --git a/feature/dynamodb/expression/CHANGELOG.md b/feature/dynamodb/expression/CHANGELOG.md index 307887c9ada..f21f343957d 100644 --- a/feature/dynamodb/expression/CHANGELOG.md +++ b/feature/dynamodb/expression/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/feature/dynamodb/expression/go.mod b/feature/dynamodb/expression/go.mod index dfe7f10516a..14e2914deb9 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.5.0 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.1.0 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.3.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.1.1 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.3.1 ) replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/feature/dynamodb/expression/go_module_metadata.go b/feature/dynamodb/expression/go_module_metadata.go index 2a88a0e0f5c..c5d5cf1de91 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.1.0" +const goModuleVersion = "1.1.1" diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 307887c9ada..f21f343957d 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/feature/dynamodbstreams/attributevalue/go.mod b/feature/dynamodbstreams/attributevalue/go.mod index 4f77f75b9b7..832c9708cd7 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.5.0 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.3.0 - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.2.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.3.1 + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.2.1 github.com/google/go-cmp v0.5.4 ) diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index b82fd793ad1..c41b24deb19 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.1.0" +const goModuleVersion = "1.1.1" diff --git a/feature/ec2/imds/CHANGELOG.md b/feature/ec2/imds/CHANGELOG.md index 307887c9ada..f21f343957d 100644 --- a/feature/ec2/imds/CHANGELOG.md +++ b/feature/ec2/imds/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/feature/ec2/imds/go.mod b/feature/ec2/imds/go.mod index 8381320dd87..7a6dfcbf39d 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.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 github.com/google/go-cmp v0.5.4 ) diff --git a/feature/ec2/imds/go_module_metadata.go b/feature/ec2/imds/go_module_metadata.go index d059d63e30e..b1770948e5b 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.1.0" +const goModuleVersion = "1.1.1" diff --git a/feature/rds/auth/CHANGELOG.md b/feature/rds/auth/CHANGELOG.md index 307887c9ada..f21f343957d 100644 --- a/feature/rds/auth/CHANGELOG.md +++ b/feature/rds/auth/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/feature/rds/auth/go.mod b/feature/rds/auth/go.mod index 6866a60b245..14a05d19e14 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.5.0 +require github.com/aws/aws-sdk-go-v2 v1.6.0 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 b386f6601d1..88f76a302e4 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.0" +const goModuleVersion = "1.1.1" diff --git a/feature/s3/manager/CHANGELOG.md b/feature/s3/manager/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/feature/s3/manager/CHANGELOG.md +++ b/feature/s3/manager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index 53c49d358a0..e321a809966 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.5.0 - github.com/aws/aws-sdk-go-v2/config v1.2.0 - github.com/aws/aws-sdk-go-v2/service/s3 v1.7.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 + github.com/aws/aws-sdk-go-v2/config v1.3.0 + github.com/aws/aws-sdk-go-v2/service/s3 v1.8.0 github.com/aws/smithy-go v1.4.0 github.com/google/go-cmp v0.5.4 ) diff --git a/feature/s3/manager/go_module_metadata.go b/feature/s3/manager/go_module_metadata.go index aeda9ea9fcc..25351292364 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/internal/ini/CHANGELOG.md b/internal/ini/CHANGELOG.md new file mode 100644 index 00000000000..5113cfb42ab --- /dev/null +++ b/internal/ini/CHANGELOG.md @@ -0,0 +1,5 @@ +# v1.0.0 (2021-05-20) + +* **Release**: The `github.com/aws/aws-sdk-go-v2/internal/ini` package is now a Go Module. +* **Dependency Update**: Updated to the latest SDK module versions + diff --git a/internal/ini/go.mod b/internal/ini/go.mod index 67eceade182..f4d561503c4 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.5.0 +require github.com/aws/aws-sdk-go-v2 v1.6.0 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 deb0e79d8d0..b020a52f461 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 = "tip" +const goModuleVersion = "1.0.0" diff --git a/internal/protocoltest/awsrestjson/go.mod b/internal/protocoltest/awsrestjson/go.mod index 47b69d29262..f667057b59b 100644 --- a/internal/protocoltest/awsrestjson/go.mod +++ b/internal/protocoltest/awsrestjson/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/awsrestjson go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 github.com/google/go-cmp v0.5.4 ) diff --git a/internal/protocoltest/ec2query/go.mod b/internal/protocoltest/ec2query/go.mod index b52769bdc19..496142fd4af 100644 --- a/internal/protocoltest/ec2query/go.mod +++ b/internal/protocoltest/ec2query/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/ec2query go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 github.com/google/go-cmp v0.5.4 ) diff --git a/internal/protocoltest/jsonrpc/go.mod b/internal/protocoltest/jsonrpc/go.mod index f3597d1bc4f..b10d6973b72 100644 --- a/internal/protocoltest/jsonrpc/go.mod +++ b/internal/protocoltest/jsonrpc/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/jsonrpc go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 github.com/google/go-cmp v0.5.4 ) diff --git a/internal/protocoltest/jsonrpc10/go.mod b/internal/protocoltest/jsonrpc10/go.mod index 33ac8e6e94b..764c24a00f1 100644 --- a/internal/protocoltest/jsonrpc10/go.mod +++ b/internal/protocoltest/jsonrpc10/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/jsonrpc10 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 github.com/google/go-cmp v0.5.4 ) diff --git a/internal/protocoltest/query/go.mod b/internal/protocoltest/query/go.mod index 771159b4f09..13135976a9a 100644 --- a/internal/protocoltest/query/go.mod +++ b/internal/protocoltest/query/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/query go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 github.com/google/go-cmp v0.5.4 ) diff --git a/internal/protocoltest/restxml/go.mod b/internal/protocoltest/restxml/go.mod index 6f342f66ce6..01e860f9f2f 100644 --- a/internal/protocoltest/restxml/go.mod +++ b/internal/protocoltest/restxml/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/restxml go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 github.com/google/go-cmp v0.5.4 ) diff --git a/internal/protocoltest/restxmlwithnamespace/go.mod b/internal/protocoltest/restxmlwithnamespace/go.mod index 582b91c29b3..048398f5c0d 100644 --- a/internal/protocoltest/restxmlwithnamespace/go.mod +++ b/internal/protocoltest/restxmlwithnamespace/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/restxmlwithnamespace go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 github.com/google/go-cmp v0.5.4 ) diff --git a/internal/repotools/changes/go.mod b/internal/repotools/changes/go.mod index 76dbb9360f3..cd4b8ed05bb 100644 --- a/internal/repotools/changes/go.mod +++ b/internal/repotools/changes/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/repotools/changes go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/google/go-cmp v0.5.4 golang.org/x/mod v0.3.0 gopkg.in/yaml.v2 v2.3.0 diff --git a/service/accessanalyzer/CHANGELOG.md b/service/accessanalyzer/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/accessanalyzer/CHANGELOG.md +++ b/service/accessanalyzer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/accessanalyzer/go.mod b/service/accessanalyzer/go.mod index 8ece3408ea0..7a225277ffd 100644 --- a/service/accessanalyzer/go.mod +++ b/service/accessanalyzer/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/accessanalyzer go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/accessanalyzer/go_module_metadata.go b/service/accessanalyzer/go_module_metadata.go index d3790c23533..a8f70270ed0 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/acm/CHANGELOG.md b/service/acm/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/acm/CHANGELOG.md +++ b/service/acm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/acm/go.mod b/service/acm/go.mod index 4858b09d0c6..9144943a5b6 100644 --- a/service/acm/go.mod +++ b/service/acm/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/acm go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 aca68245213..071360dd8ed 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/acmpca/CHANGELOG.md b/service/acmpca/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/acmpca/CHANGELOG.md +++ b/service/acmpca/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/acmpca/go.mod b/service/acmpca/go.mod index bc7a30c427b..35b4001fd30 100644 --- a/service/acmpca/go.mod +++ b/service/acmpca/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/acmpca go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 0da826367ab..438fdaadffd 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/alexaforbusiness/CHANGELOG.md b/service/alexaforbusiness/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/alexaforbusiness/CHANGELOG.md +++ b/service/alexaforbusiness/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/alexaforbusiness/go.mod b/service/alexaforbusiness/go.mod index effca944caf..88ffdc67c75 100644 --- a/service/alexaforbusiness/go.mod +++ b/service/alexaforbusiness/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/alexaforbusiness go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/alexaforbusiness/go_module_metadata.go b/service/alexaforbusiness/go_module_metadata.go index c417e6370a2..e0fe4abe353 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/amp/CHANGELOG.md b/service/amp/CHANGELOG.md index 307887c9ada..f21f343957d 100644 --- a/service/amp/CHANGELOG.md +++ b/service/amp/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/amp/go.mod b/service/amp/go.mod index 7dde8b5f773..f9dae74c7da 100644 --- a/service/amp/go.mod +++ b/service/amp/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/amp go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/amp/go_module_metadata.go b/service/amp/go_module_metadata.go index b6425e61c72..99f6e0f8fea 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.1.0" +const goModuleVersion = "1.1.1" diff --git a/service/amplify/CHANGELOG.md b/service/amplify/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/amplify/CHANGELOG.md +++ b/service/amplify/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/amplify/go.mod b/service/amplify/go.mod index b02b01f9911..77959a4501c 100644 --- a/service/amplify/go.mod +++ b/service/amplify/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/amplify go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/amplify/go_module_metadata.go b/service/amplify/go_module_metadata.go index 19e4e55474e..02570f72ca2 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/amplifybackend/CHANGELOG.md b/service/amplifybackend/CHANGELOG.md index 307887c9ada..f21f343957d 100644 --- a/service/amplifybackend/CHANGELOG.md +++ b/service/amplifybackend/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/amplifybackend/go.mod b/service/amplifybackend/go.mod index 7adafaaf51c..6656c27ec9a 100644 --- a/service/amplifybackend/go.mod +++ b/service/amplifybackend/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/amplifybackend go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/amplifybackend/go_module_metadata.go b/service/amplifybackend/go_module_metadata.go index 3f549fed550..2f01a451bdb 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.1.0" +const goModuleVersion = "1.1.1" diff --git a/service/apigateway/CHANGELOG.md b/service/apigateway/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/apigateway/CHANGELOG.md +++ b/service/apigateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/apigateway/go.mod b/service/apigateway/go.mod index 98bdb3a8806..34745e39348 100644 --- a/service/apigateway/go.mod +++ b/service/apigateway/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/apigateway go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/apigateway/go_module_metadata.go b/service/apigateway/go_module_metadata.go index e0548dd1cfb..bb95ce3b08a 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/apigatewaymanagementapi/CHANGELOG.md b/service/apigatewaymanagementapi/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/apigatewaymanagementapi/CHANGELOG.md +++ b/service/apigatewaymanagementapi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/apigatewaymanagementapi/go.mod b/service/apigatewaymanagementapi/go.mod index c6da35b9596..0ab9f67dffd 100644 --- a/service/apigatewaymanagementapi/go.mod +++ b/service/apigatewaymanagementapi/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/apigatewaymanagementapi go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/apigatewaymanagementapi/go_module_metadata.go b/service/apigatewaymanagementapi/go_module_metadata.go index 2124230c1d2..a77a0379cb6 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/apigatewayv2/CHANGELOG.md b/service/apigatewayv2/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/apigatewayv2/CHANGELOG.md +++ b/service/apigatewayv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/apigatewayv2/go.mod b/service/apigatewayv2/go.mod index ca7a3aebc76..7fca10f53ff 100644 --- a/service/apigatewayv2/go.mod +++ b/service/apigatewayv2/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/apigatewayv2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/apigatewayv2/go_module_metadata.go b/service/apigatewayv2/go_module_metadata.go index 93c4cdb95c0..8d95a441601 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/appconfig/CHANGELOG.md b/service/appconfig/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/appconfig/CHANGELOG.md +++ b/service/appconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/appconfig/go.mod b/service/appconfig/go.mod index b46d7151dc3..494aba903f4 100644 --- a/service/appconfig/go.mod +++ b/service/appconfig/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/appconfig go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/appconfig/go_module_metadata.go b/service/appconfig/go_module_metadata.go index 186ad65bf9d..08f0efd210f 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/appflow/CHANGELOG.md b/service/appflow/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/appflow/CHANGELOG.md +++ b/service/appflow/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/appflow/go.mod b/service/appflow/go.mod index 6e2c67fc825..76438259646 100644 --- a/service/appflow/go.mod +++ b/service/appflow/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/appflow go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/appflow/go_module_metadata.go b/service/appflow/go_module_metadata.go index 8e37113273a..05a606d4b67 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/appintegrations/CHANGELOG.md b/service/appintegrations/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/appintegrations/CHANGELOG.md +++ b/service/appintegrations/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/appintegrations/go.mod b/service/appintegrations/go.mod index 9b5d1896164..0269e82b2b4 100644 --- a/service/appintegrations/go.mod +++ b/service/appintegrations/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/appintegrations go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/appintegrations/go_module_metadata.go b/service/appintegrations/go_module_metadata.go index 2b35adbc905..da6dc03646b 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/applicationautoscaling/CHANGELOG.md b/service/applicationautoscaling/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/applicationautoscaling/CHANGELOG.md +++ b/service/applicationautoscaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/applicationautoscaling/go.mod b/service/applicationautoscaling/go.mod index 1858d64691b..604e8ff4031 100644 --- a/service/applicationautoscaling/go.mod +++ b/service/applicationautoscaling/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/applicationautoscaling go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/applicationautoscaling/go_module_metadata.go b/service/applicationautoscaling/go_module_metadata.go index 49384814f87..0f5688cb4a0 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/applicationcostprofiler/CHANGELOG.md b/service/applicationcostprofiler/CHANGELOG.md new file mode 100644 index 00000000000..b8f747178c6 --- /dev/null +++ b/service/applicationcostprofiler/CHANGELOG.md @@ -0,0 +1,6 @@ +# v1.0.0 (2021-05-20) + +* **Release**: New AWS service client module +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + diff --git a/service/applicationcostprofiler/go.mod b/service/applicationcostprofiler/go.mod index 43073547589..1ccf2e76064 100644 --- a/service/applicationcostprofiler/go.mod +++ b/service/applicationcostprofiler/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/applicationcostprofiler go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/applicationcostprofiler/go_module_metadata.go b/service/applicationcostprofiler/go_module_metadata.go index 1033b120f8f..6755ba333dd 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 = "tip" +const goModuleVersion = "1.0.0" diff --git a/service/applicationdiscoveryservice/CHANGELOG.md b/service/applicationdiscoveryservice/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/applicationdiscoveryservice/CHANGELOG.md +++ b/service/applicationdiscoveryservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/applicationdiscoveryservice/go.mod b/service/applicationdiscoveryservice/go.mod index 52cbcb937db..e75f348fbdf 100644 --- a/service/applicationdiscoveryservice/go.mod +++ b/service/applicationdiscoveryservice/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/applicationdiscoveryservice/go_module_metadata.go b/service/applicationdiscoveryservice/go_module_metadata.go index ce6f035c79e..081fe81279d 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/applicationinsights/CHANGELOG.md b/service/applicationinsights/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/applicationinsights/CHANGELOG.md +++ b/service/applicationinsights/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/applicationinsights/go.mod b/service/applicationinsights/go.mod index 15fe956a8d6..d66e3e3f43b 100644 --- a/service/applicationinsights/go.mod +++ b/service/applicationinsights/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/applicationinsights go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/applicationinsights/go_module_metadata.go b/service/applicationinsights/go_module_metadata.go index 0bfe05cf90f..100f601b97b 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/appmesh/CHANGELOG.md b/service/appmesh/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/appmesh/CHANGELOG.md +++ b/service/appmesh/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/appmesh/go.mod b/service/appmesh/go.mod index 8b9a17d2446..f18f06016ab 100644 --- a/service/appmesh/go.mod +++ b/service/appmesh/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/appmesh go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/appmesh/go_module_metadata.go b/service/appmesh/go_module_metadata.go index 586369e9567..9afaa42d707 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/apprunner/CHANGELOG.md b/service/apprunner/CHANGELOG.md new file mode 100644 index 00000000000..b8f747178c6 --- /dev/null +++ b/service/apprunner/CHANGELOG.md @@ -0,0 +1,6 @@ +# v1.0.0 (2021-05-20) + +* **Release**: New AWS service client module +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + diff --git a/service/apprunner/go.mod b/service/apprunner/go.mod index 48f839ae857..46c49d49b28 100644 --- a/service/apprunner/go.mod +++ b/service/apprunner/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/apprunner go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/apprunner/go_module_metadata.go b/service/apprunner/go_module_metadata.go index 224bf6eb0c9..3ad18817de7 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 = "tip" +const goModuleVersion = "1.0.0" diff --git a/service/appstream/CHANGELOG.md b/service/appstream/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/appstream/CHANGELOG.md +++ b/service/appstream/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/appstream/go.mod b/service/appstream/go.mod index 00ba6ac83b7..65b602c6c06 100644 --- a/service/appstream/go.mod +++ b/service/appstream/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/appstream go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 b0d577f4803..8fc01c990e1 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/appsync/CHANGELOG.md b/service/appsync/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/appsync/CHANGELOG.md +++ b/service/appsync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/appsync/go.mod b/service/appsync/go.mod index bb2173d198b..03efe71bc7f 100644 --- a/service/appsync/go.mod +++ b/service/appsync/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/appsync go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/appsync/go_module_metadata.go b/service/appsync/go_module_metadata.go index 8f0182466ce..e36f02dd0fa 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/athena/CHANGELOG.md b/service/athena/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/athena/CHANGELOG.md +++ b/service/athena/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/athena/go.mod b/service/athena/go.mod index 79ab3ab4633..e0c4d69ddb9 100644 --- a/service/athena/go.mod +++ b/service/athena/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/athena go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/athena/go_module_metadata.go b/service/athena/go_module_metadata.go index bee74ebc0b3..2f6d26fc558 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/auditmanager/CHANGELOG.md b/service/auditmanager/CHANGELOG.md index fa2ef98369b..03d92a32e54 100644 --- a/service/auditmanager/CHANGELOG.md +++ b/service/auditmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/auditmanager/go.mod b/service/auditmanager/go.mod index 69f1dee0fd2..d87c59000ac 100644 --- a/service/auditmanager/go.mod +++ b/service/auditmanager/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/auditmanager go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/auditmanager/go_module_metadata.go b/service/auditmanager/go_module_metadata.go index 3a6427e297e..7135b09a319 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.5.0" +const goModuleVersion = "1.5.1" diff --git a/service/autoscaling/CHANGELOG.md b/service/autoscaling/CHANGELOG.md index 068d708fd43..51db142528a 100644 --- a/service/autoscaling/CHANGELOG.md +++ b/service/autoscaling/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.5.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/autoscaling/go.mod b/service/autoscaling/go.mod index f6286f7d7e7..efb2a039831 100644 --- a/service/autoscaling/go.mod +++ b/service/autoscaling/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/autoscaling go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 20373c0c1fd..0f747c38b3c 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.4.0" +const goModuleVersion = "1.5.0" diff --git a/service/autoscalingplans/CHANGELOG.md b/service/autoscalingplans/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/autoscalingplans/CHANGELOG.md +++ b/service/autoscalingplans/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/autoscalingplans/go.mod b/service/autoscalingplans/go.mod index bdcaad66bdb..d69fd567495 100644 --- a/service/autoscalingplans/go.mod +++ b/service/autoscalingplans/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/autoscalingplans go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/autoscalingplans/go_module_metadata.go b/service/autoscalingplans/go_module_metadata.go index 6eac82f1063..feaf48e4231 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/backup/CHANGELOG.md b/service/backup/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/backup/CHANGELOG.md +++ b/service/backup/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/backup/go.mod b/service/backup/go.mod index b58d905224c..6bab2049a4d 100644 --- a/service/backup/go.mod +++ b/service/backup/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/backup go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/backup/go_module_metadata.go b/service/backup/go_module_metadata.go index b4d54238477..c5a628d0e87 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/batch/CHANGELOG.md b/service/batch/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/batch/CHANGELOG.md +++ b/service/batch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/batch/go.mod b/service/batch/go.mod index 5e90209a71f..9b76a4cdb98 100644 --- a/service/batch/go.mod +++ b/service/batch/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/batch go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/batch/go_module_metadata.go b/service/batch/go_module_metadata.go index 789b40b1a01..9ac8ebd72b8 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/braket/CHANGELOG.md b/service/braket/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/braket/CHANGELOG.md +++ b/service/braket/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/braket/go.mod b/service/braket/go.mod index 8b007fa83ba..50e059b6870 100644 --- a/service/braket/go.mod +++ b/service/braket/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/braket go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/braket/go_module_metadata.go b/service/braket/go_module_metadata.go index ab8750cd1fe..0c19bbc54ff 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/budgets/CHANGELOG.md b/service/budgets/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/budgets/CHANGELOG.md +++ b/service/budgets/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/budgets/go.mod b/service/budgets/go.mod index c9d6ddddd33..7e65c7b9f63 100644 --- a/service/budgets/go.mod +++ b/service/budgets/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/budgets go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/budgets/go_module_metadata.go b/service/budgets/go_module_metadata.go index 59cddc07dd8..cc9b5e1c7b1 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/chime/CHANGELOG.md b/service/chime/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/chime/CHANGELOG.md +++ b/service/chime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/chime/go.mod b/service/chime/go.mod index e0925965858..e63f4a3b8ae 100644 --- a/service/chime/go.mod +++ b/service/chime/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/chime go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/chime/go_module_metadata.go b/service/chime/go_module_metadata.go index ba0a9ad5ec6..32a99b905ac 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/cloud9/CHANGELOG.md b/service/cloud9/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/cloud9/CHANGELOG.md +++ b/service/cloud9/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/cloud9/go.mod b/service/cloud9/go.mod index c3ccad721cf..f0e8ce7f5f8 100644 --- a/service/cloud9/go.mod +++ b/service/cloud9/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/cloud9 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/cloud9/go_module_metadata.go b/service/cloud9/go_module_metadata.go index d6a928ed0e0..02468c5ec39 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/clouddirectory/CHANGELOG.md b/service/clouddirectory/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/clouddirectory/CHANGELOG.md +++ b/service/clouddirectory/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/clouddirectory/go.mod b/service/clouddirectory/go.mod index 16e0d66a02e..4d2a4f8737e 100644 --- a/service/clouddirectory/go.mod +++ b/service/clouddirectory/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/clouddirectory go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/clouddirectory/go_module_metadata.go b/service/clouddirectory/go_module_metadata.go index 68b391471ca..8d71413a26d 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/cloudformation/CHANGELOG.md b/service/cloudformation/CHANGELOG.md index fa2ef98369b..03d92a32e54 100644 --- a/service/cloudformation/CHANGELOG.md +++ b/service/cloudformation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/cloudformation/go.mod b/service/cloudformation/go.mod index 81384e12f22..053de65bfa0 100644 --- a/service/cloudformation/go.mod +++ b/service/cloudformation/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/cloudformation go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 82604e46a1c..f0c622ce5df 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.5.0" +const goModuleVersion = "1.5.1" diff --git a/service/cloudfront/CHANGELOG.md b/service/cloudfront/CHANGELOG.md index fa2ef98369b..03d92a32e54 100644 --- a/service/cloudfront/CHANGELOG.md +++ b/service/cloudfront/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/cloudfront/go.mod b/service/cloudfront/go.mod index af638c3fd97..ea6378c5b12 100644 --- a/service/cloudfront/go.mod +++ b/service/cloudfront/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/cloudfront go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 b04aa8362ee..c2b39ea7b23 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.5.0" +const goModuleVersion = "1.5.1" diff --git a/service/cloudhsm/CHANGELOG.md b/service/cloudhsm/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/cloudhsm/CHANGELOG.md +++ b/service/cloudhsm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/cloudhsm/go.mod b/service/cloudhsm/go.mod index 43d4686f279..5c29f92d661 100644 --- a/service/cloudhsm/go.mod +++ b/service/cloudhsm/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/cloudhsm go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/cloudhsm/go_module_metadata.go b/service/cloudhsm/go_module_metadata.go index 263fa4ea220..999f3955012 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/cloudhsmv2/CHANGELOG.md b/service/cloudhsmv2/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/cloudhsmv2/CHANGELOG.md +++ b/service/cloudhsmv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/cloudhsmv2/go.mod b/service/cloudhsmv2/go.mod index 27b4a26f613..f2569ef01fb 100644 --- a/service/cloudhsmv2/go.mod +++ b/service/cloudhsmv2/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/cloudhsmv2/go_module_metadata.go b/service/cloudhsmv2/go_module_metadata.go index ed60559d618..be7b3a4f5e7 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/cloudsearch/CHANGELOG.md b/service/cloudsearch/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/cloudsearch/CHANGELOG.md +++ b/service/cloudsearch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/cloudsearch/go.mod b/service/cloudsearch/go.mod index c9592946f73..21bd9346101 100644 --- a/service/cloudsearch/go.mod +++ b/service/cloudsearch/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/cloudsearch go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/cloudsearch/go_module_metadata.go b/service/cloudsearch/go_module_metadata.go index 12f235418d4..7a0685ca13e 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/cloudsearchdomain/CHANGELOG.md b/service/cloudsearchdomain/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/cloudsearchdomain/CHANGELOG.md +++ b/service/cloudsearchdomain/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/cloudsearchdomain/go.mod b/service/cloudsearchdomain/go.mod index 897b8177ec9..51078a48f52 100644 --- a/service/cloudsearchdomain/go.mod +++ b/service/cloudsearchdomain/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/cloudsearchdomain go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/cloudsearchdomain/go_module_metadata.go b/service/cloudsearchdomain/go_module_metadata.go index 8bd15d5166b..ff2d978a2ef 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/cloudtrail/CHANGELOG.md b/service/cloudtrail/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/cloudtrail/CHANGELOG.md +++ b/service/cloudtrail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/cloudtrail/go.mod b/service/cloudtrail/go.mod index 0437bd8edf2..d4610bbec3c 100644 --- a/service/cloudtrail/go.mod +++ b/service/cloudtrail/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/cloudtrail go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/cloudtrail/go_module_metadata.go b/service/cloudtrail/go_module_metadata.go index 8215a1e2853..9670364adff 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/cloudwatch/CHANGELOG.md b/service/cloudwatch/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/cloudwatch/CHANGELOG.md +++ b/service/cloudwatch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/cloudwatch/go.mod b/service/cloudwatch/go.mod index 5f599243b9c..a81e5a66a5b 100644 --- a/service/cloudwatch/go.mod +++ b/service/cloudwatch/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/cloudwatch go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 07cc81f8628..ba5ea3ed32e 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/cloudwatchevents/CHANGELOG.md b/service/cloudwatchevents/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/cloudwatchevents/CHANGELOG.md +++ b/service/cloudwatchevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/cloudwatchevents/go.mod b/service/cloudwatchevents/go.mod index ef73b6b398d..d0ec6f4f459 100644 --- a/service/cloudwatchevents/go.mod +++ b/service/cloudwatchevents/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/cloudwatchevents go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/cloudwatchevents/go_module_metadata.go b/service/cloudwatchevents/go_module_metadata.go index b36c2063115..ac58b84dd70 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/cloudwatchlogs/CHANGELOG.md b/service/cloudwatchlogs/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/cloudwatchlogs/CHANGELOG.md +++ b/service/cloudwatchlogs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/cloudwatchlogs/go.mod b/service/cloudwatchlogs/go.mod index ca477f99cf3..ca24aaab951 100644 --- a/service/cloudwatchlogs/go.mod +++ b/service/cloudwatchlogs/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/cloudwatchlogs/go_module_metadata.go b/service/cloudwatchlogs/go_module_metadata.go index 2b316335fc1..e956a4c8df3 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/codeartifact/CHANGELOG.md b/service/codeartifact/CHANGELOG.md index 9e781757489..260b4583f23 100644 --- a/service/codeartifact/CHANGELOG.md +++ b/service/codeartifact/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/codeartifact/go.mod b/service/codeartifact/go.mod index 337a4a938b0..0ac27b1b4d9 100644 --- a/service/codeartifact/go.mod +++ b/service/codeartifact/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/codeartifact go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/codeartifact/go_module_metadata.go b/service/codeartifact/go_module_metadata.go index 6d4085b1e6c..371199d317b 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/codebuild/CHANGELOG.md b/service/codebuild/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/codebuild/CHANGELOG.md +++ b/service/codebuild/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/codebuild/go.mod b/service/codebuild/go.mod index 24ac19d9cdf..1e28ba2a289 100644 --- a/service/codebuild/go.mod +++ b/service/codebuild/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/codebuild go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/codebuild/go_module_metadata.go b/service/codebuild/go_module_metadata.go index 137faffed6f..00b31479ced 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/codecommit/CHANGELOG.md b/service/codecommit/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/codecommit/CHANGELOG.md +++ b/service/codecommit/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/codecommit/go.mod b/service/codecommit/go.mod index 848f4be6079..d2c70634add 100644 --- a/service/codecommit/go.mod +++ b/service/codecommit/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/codecommit go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/codecommit/go_module_metadata.go b/service/codecommit/go_module_metadata.go index 7cfc58d4015..17281a2095a 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/codedeploy/CHANGELOG.md b/service/codedeploy/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/codedeploy/CHANGELOG.md +++ b/service/codedeploy/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/codedeploy/go.mod b/service/codedeploy/go.mod index adec87407d1..b12016d8dc3 100644 --- a/service/codedeploy/go.mod +++ b/service/codedeploy/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/codedeploy go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 3743537613f..d8e7f528715 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/codeguruprofiler/CHANGELOG.md b/service/codeguruprofiler/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/codeguruprofiler/CHANGELOG.md +++ b/service/codeguruprofiler/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/codeguruprofiler/go.mod b/service/codeguruprofiler/go.mod index 76c05ed76c4..fd5824df8b0 100644 --- a/service/codeguruprofiler/go.mod +++ b/service/codeguruprofiler/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/codeguruprofiler go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/codeguruprofiler/go_module_metadata.go b/service/codeguruprofiler/go_module_metadata.go index 3464f42ec7c..afd34820965 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/codegurureviewer/CHANGELOG.md b/service/codegurureviewer/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/codegurureviewer/CHANGELOG.md +++ b/service/codegurureviewer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/codegurureviewer/go.mod b/service/codegurureviewer/go.mod index daa78c10aa6..6fc209e31a2 100644 --- a/service/codegurureviewer/go.mod +++ b/service/codegurureviewer/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/codegurureviewer go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/codegurureviewer/go_module_metadata.go b/service/codegurureviewer/go_module_metadata.go index 29b3db1d015..369a5427b5b 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/codepipeline/CHANGELOG.md b/service/codepipeline/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/codepipeline/CHANGELOG.md +++ b/service/codepipeline/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/codepipeline/go.mod b/service/codepipeline/go.mod index eb61271ea60..3b19fb08a3f 100644 --- a/service/codepipeline/go.mod +++ b/service/codepipeline/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/codepipeline go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/codepipeline/go_module_metadata.go b/service/codepipeline/go_module_metadata.go index 1a647a63014..98525e2b51f 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/codestar/CHANGELOG.md b/service/codestar/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/codestar/CHANGELOG.md +++ b/service/codestar/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/codestar/go.mod b/service/codestar/go.mod index 9512f42ee90..2478f4dbd96 100644 --- a/service/codestar/go.mod +++ b/service/codestar/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/codestar go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/codestar/go_module_metadata.go b/service/codestar/go_module_metadata.go index 41bad8ee964..2c9affc3ed9 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/codestarconnections/CHANGELOG.md b/service/codestarconnections/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/codestarconnections/CHANGELOG.md +++ b/service/codestarconnections/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/codestarconnections/go.mod b/service/codestarconnections/go.mod index f10fb665f3b..150258e39c5 100644 --- a/service/codestarconnections/go.mod +++ b/service/codestarconnections/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/codestarconnections go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/codestarconnections/go_module_metadata.go b/service/codestarconnections/go_module_metadata.go index 8037aa699fe..eefde6cba1e 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/codestarnotifications/CHANGELOG.md b/service/codestarnotifications/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/codestarnotifications/CHANGELOG.md +++ b/service/codestarnotifications/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/codestarnotifications/go.mod b/service/codestarnotifications/go.mod index 0f26108d4d4..a5362d8ee40 100644 --- a/service/codestarnotifications/go.mod +++ b/service/codestarnotifications/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/codestarnotifications go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/codestarnotifications/go_module_metadata.go b/service/codestarnotifications/go_module_metadata.go index bc9bff7adc1..8b3d9533be7 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/cognitoidentity/CHANGELOG.md b/service/cognitoidentity/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/cognitoidentity/CHANGELOG.md +++ b/service/cognitoidentity/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/cognitoidentity/go.mod b/service/cognitoidentity/go.mod index 5fd967d5478..15b8c5c49df 100644 --- a/service/cognitoidentity/go.mod +++ b/service/cognitoidentity/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/cognitoidentity go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/cognitoidentity/go_module_metadata.go b/service/cognitoidentity/go_module_metadata.go index 23d19737eec..64dccb41b34 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/cognitoidentityprovider/CHANGELOG.md b/service/cognitoidentityprovider/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/cognitoidentityprovider/CHANGELOG.md +++ b/service/cognitoidentityprovider/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/cognitoidentityprovider/go.mod b/service/cognitoidentityprovider/go.mod index 4e96edba98d..e2eea70483a 100644 --- a/service/cognitoidentityprovider/go.mod +++ b/service/cognitoidentityprovider/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/cognitoidentityprovider/go_module_metadata.go b/service/cognitoidentityprovider/go_module_metadata.go index e33896fda21..e7af9be5526 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/cognitosync/CHANGELOG.md b/service/cognitosync/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/cognitosync/CHANGELOG.md +++ b/service/cognitosync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/cognitosync/go.mod b/service/cognitosync/go.mod index 80d807e8122..04966d453b9 100644 --- a/service/cognitosync/go.mod +++ b/service/cognitosync/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/cognitosync go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/cognitosync/go_module_metadata.go b/service/cognitosync/go_module_metadata.go index 3bce17df560..141ea454d7c 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/commander/CHANGELOG.md b/service/commander/CHANGELOG.md index e58b76b9539..3211f5f9708 100644 --- a/service/commander/CHANGELOG.md +++ b/service/commander/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.0 (2021-05-14) * **Release**: New AWS service client module diff --git a/service/commander/go.mod b/service/commander/go.mod index 56d19bfe256..f087993ac72 100644 --- a/service/commander/go.mod +++ b/service/commander/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/commander go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/commander/go_module_metadata.go b/service/commander/go_module_metadata.go index 5f131256a49..7a879263432 100644 --- a/service/commander/go_module_metadata.go +++ b/service/commander/go_module_metadata.go @@ -3,4 +3,4 @@ package commander // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.0" +const goModuleVersion = "1.0.1" diff --git a/service/comprehend/CHANGELOG.md b/service/comprehend/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/comprehend/CHANGELOG.md +++ b/service/comprehend/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/comprehend/go.mod b/service/comprehend/go.mod index db531512940..52689925f63 100644 --- a/service/comprehend/go.mod +++ b/service/comprehend/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/comprehend go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/comprehend/go_module_metadata.go b/service/comprehend/go_module_metadata.go index 9af73b2fcbe..0f330304ef2 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/comprehendmedical/CHANGELOG.md b/service/comprehendmedical/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/comprehendmedical/CHANGELOG.md +++ b/service/comprehendmedical/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/comprehendmedical/go.mod b/service/comprehendmedical/go.mod index 662dea4a852..51f63c2026e 100644 --- a/service/comprehendmedical/go.mod +++ b/service/comprehendmedical/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/comprehendmedical go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/comprehendmedical/go_module_metadata.go b/service/comprehendmedical/go_module_metadata.go index 08071babb19..9a6ec7c5627 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/computeoptimizer/CHANGELOG.md b/service/computeoptimizer/CHANGELOG.md index 5cb2f3972a7..cda8ef5b24d 100644 --- a/service/computeoptimizer/CHANGELOG.md +++ b/service/computeoptimizer/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.4.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/computeoptimizer/go.mod b/service/computeoptimizer/go.mod index 3542f197d2c..cee66794dd0 100644 --- a/service/computeoptimizer/go.mod +++ b/service/computeoptimizer/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/computeoptimizer go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/computeoptimizer/go_module_metadata.go b/service/computeoptimizer/go_module_metadata.go index 9f48143e37c..03bf3a95fbf 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.3.0" +const goModuleVersion = "1.4.0" diff --git a/service/configservice/CHANGELOG.md b/service/configservice/CHANGELOG.md index a8379d89918..832dddd802f 100644 --- a/service/configservice/CHANGELOG.md +++ b/service/configservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/configservice/go.mod b/service/configservice/go.mod index 8bf2cc2312b..32971f7b00e 100644 --- a/service/configservice/go.mod +++ b/service/configservice/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/configservice go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/configservice/go_module_metadata.go b/service/configservice/go_module_metadata.go index d3f2bffd6a7..7d8663d245d 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.5.0" +const goModuleVersion = "1.5.1" diff --git a/service/connect/CHANGELOG.md b/service/connect/CHANGELOG.md index b717b3daf6a..aa789d79664 100644 --- a/service/connect/CHANGELOG.md +++ b/service/connect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/connect/go.mod b/service/connect/go.mod index 93ce1809ee0..f086b985446 100644 --- a/service/connect/go.mod +++ b/service/connect/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/connect go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/connect/go_module_metadata.go b/service/connect/go_module_metadata.go index 73f23199971..264d68e9348 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/connectcontactlens/CHANGELOG.md b/service/connectcontactlens/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/connectcontactlens/CHANGELOG.md +++ b/service/connectcontactlens/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/connectcontactlens/go.mod b/service/connectcontactlens/go.mod index ed6849b87d3..93a73d0c251 100644 --- a/service/connectcontactlens/go.mod +++ b/service/connectcontactlens/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/connectcontactlens go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/connectcontactlens/go_module_metadata.go b/service/connectcontactlens/go_module_metadata.go index 45988269d70..b762bd2453a 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/connectparticipant/CHANGELOG.md b/service/connectparticipant/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/connectparticipant/CHANGELOG.md +++ b/service/connectparticipant/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/connectparticipant/go.mod b/service/connectparticipant/go.mod index c217ad1634a..a6e41051677 100644 --- a/service/connectparticipant/go.mod +++ b/service/connectparticipant/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/connectparticipant go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/connectparticipant/go_module_metadata.go b/service/connectparticipant/go_module_metadata.go index f13dafefcca..0f0464198d5 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/costandusagereportservice/CHANGELOG.md b/service/costandusagereportservice/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/costandusagereportservice/CHANGELOG.md +++ b/service/costandusagereportservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/costandusagereportservice/go.mod b/service/costandusagereportservice/go.mod index 03c710e0e12..61bc7b26542 100644 --- a/service/costandusagereportservice/go.mod +++ b/service/costandusagereportservice/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/costandusagereportservice go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/costandusagereportservice/go_module_metadata.go b/service/costandusagereportservice/go_module_metadata.go index 0a24c06517e..a2ef1cd1354 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/costexplorer/CHANGELOG.md b/service/costexplorer/CHANGELOG.md index fa2ef98369b..03d92a32e54 100644 --- a/service/costexplorer/CHANGELOG.md +++ b/service/costexplorer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/costexplorer/go.mod b/service/costexplorer/go.mod index 6348b62df38..cfb37918675 100644 --- a/service/costexplorer/go.mod +++ b/service/costexplorer/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/costexplorer go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/costexplorer/go_module_metadata.go b/service/costexplorer/go_module_metadata.go index 7f044f52a49..4781fb87703 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.5.0" +const goModuleVersion = "1.5.1" diff --git a/service/customerprofiles/CHANGELOG.md b/service/customerprofiles/CHANGELOG.md index 2fa392b864a..b2a78fe26c3 100644 --- a/service/customerprofiles/CHANGELOG.md +++ b/service/customerprofiles/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/customerprofiles/go.mod b/service/customerprofiles/go.mod index f6a5233d29e..04d8473be7c 100644 --- a/service/customerprofiles/go.mod +++ b/service/customerprofiles/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/customerprofiles go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/customerprofiles/go_module_metadata.go b/service/customerprofiles/go_module_metadata.go index ebd096675a4..d2661c85072 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.6.0" +const goModuleVersion = "1.6.1" diff --git a/service/databasemigrationservice/CHANGELOG.md b/service/databasemigrationservice/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/databasemigrationservice/CHANGELOG.md +++ b/service/databasemigrationservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/databasemigrationservice/go.mod b/service/databasemigrationservice/go.mod index 0eec43461ce..e3837f7a69c 100644 --- a/service/databasemigrationservice/go.mod +++ b/service/databasemigrationservice/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/databasemigrationservice go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 7b2e709f651..4effedcfc05 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/databrew/CHANGELOG.md b/service/databrew/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/databrew/CHANGELOG.md +++ b/service/databrew/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/databrew/go.mod b/service/databrew/go.mod index a90651358f6..94ba6044e4c 100644 --- a/service/databrew/go.mod +++ b/service/databrew/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/databrew go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/databrew/go_module_metadata.go b/service/databrew/go_module_metadata.go index d2c3bff9389..e386aa25590 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/dataexchange/CHANGELOG.md b/service/dataexchange/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/dataexchange/CHANGELOG.md +++ b/service/dataexchange/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/dataexchange/go.mod b/service/dataexchange/go.mod index 3bbc7f5b632..e9c45979330 100644 --- a/service/dataexchange/go.mod +++ b/service/dataexchange/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/dataexchange go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/dataexchange/go_module_metadata.go b/service/dataexchange/go_module_metadata.go index 0bfa99ddf49..f7e2e94ccee 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/datapipeline/CHANGELOG.md b/service/datapipeline/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/datapipeline/CHANGELOG.md +++ b/service/datapipeline/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/datapipeline/go.mod b/service/datapipeline/go.mod index 0e9c1c73e83..b85eaf17951 100644 --- a/service/datapipeline/go.mod +++ b/service/datapipeline/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/datapipeline go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/datapipeline/go_module_metadata.go b/service/datapipeline/go_module_metadata.go index b0673e4c6c0..37e8d85ecb9 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/datasync/CHANGELOG.md b/service/datasync/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/datasync/CHANGELOG.md +++ b/service/datasync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/datasync/go.mod b/service/datasync/go.mod index 6a15767075c..4af30ead0e0 100644 --- a/service/datasync/go.mod +++ b/service/datasync/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/datasync go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/datasync/go_module_metadata.go b/service/datasync/go_module_metadata.go index 87981b263c6..1ce54f86569 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/dax/CHANGELOG.md b/service/dax/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/dax/CHANGELOG.md +++ b/service/dax/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/dax/go.mod b/service/dax/go.mod index 3331b56d084..f5aeeb073eb 100644 --- a/service/dax/go.mod +++ b/service/dax/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/dax go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/dax/go_module_metadata.go b/service/dax/go_module_metadata.go index 9ce5cc6258d..48ea6fe0b9f 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/detective/CHANGELOG.md b/service/detective/CHANGELOG.md index fa2ef98369b..623cd0a24b8 100644 --- a/service/detective/CHANGELOG.md +++ b/service/detective/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.6.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/detective/go.mod b/service/detective/go.mod index ee1fd2687f0..f3f6c0fb193 100644 --- a/service/detective/go.mod +++ b/service/detective/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/detective go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/detective/go_module_metadata.go b/service/detective/go_module_metadata.go index 055cf96ec9f..256ac8e574a 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.5.0" +const goModuleVersion = "1.6.0" diff --git a/service/devicefarm/CHANGELOG.md b/service/devicefarm/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/devicefarm/CHANGELOG.md +++ b/service/devicefarm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/devicefarm/go.mod b/service/devicefarm/go.mod index 7023bba2e00..8e45ba254af 100644 --- a/service/devicefarm/go.mod +++ b/service/devicefarm/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/devicefarm go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/devicefarm/go_module_metadata.go b/service/devicefarm/go_module_metadata.go index a3855fbc148..7b2fabc8454 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/devopsguru/CHANGELOG.md b/service/devopsguru/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/devopsguru/CHANGELOG.md +++ b/service/devopsguru/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/devopsguru/go.mod b/service/devopsguru/go.mod index 94f8aa1f023..020c75945d8 100644 --- a/service/devopsguru/go.mod +++ b/service/devopsguru/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/devopsguru go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/devopsguru/go_module_metadata.go b/service/devopsguru/go_module_metadata.go index db8e23d4708..93b7f1ab838 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/directconnect/CHANGELOG.md b/service/directconnect/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/directconnect/CHANGELOG.md +++ b/service/directconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/directconnect/go.mod b/service/directconnect/go.mod index 2f55e876076..93c0e389c14 100644 --- a/service/directconnect/go.mod +++ b/service/directconnect/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/directconnect go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/directconnect/go_module_metadata.go b/service/directconnect/go_module_metadata.go index 5eecc009f01..0c0a720aac2 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/directoryservice/CHANGELOG.md b/service/directoryservice/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/directoryservice/CHANGELOG.md +++ b/service/directoryservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/directoryservice/go.mod b/service/directoryservice/go.mod index ca60c142dba..903cf45406a 100644 --- a/service/directoryservice/go.mod +++ b/service/directoryservice/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/directoryservice go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/directoryservice/go_module_metadata.go b/service/directoryservice/go_module_metadata.go index 1ae11414355..6b4f177ecbf 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/dlm/CHANGELOG.md b/service/dlm/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/dlm/CHANGELOG.md +++ b/service/dlm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/dlm/go.mod b/service/dlm/go.mod index 0ef22d61a6a..bd080769a95 100644 --- a/service/dlm/go.mod +++ b/service/dlm/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/dlm go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/dlm/go_module_metadata.go b/service/dlm/go_module_metadata.go index 467639a5080..c5477268bdc 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/docdb/CHANGELOG.md b/service/docdb/CHANGELOG.md index fa2ef98369b..03d92a32e54 100644 --- a/service/docdb/CHANGELOG.md +++ b/service/docdb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/docdb/go.mod b/service/docdb/go.mod index 85f5f9e408a..6a1627694ec 100644 --- a/service/docdb/go.mod +++ b/service/docdb/go.mod @@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/service/docdb go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.1.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.1.1 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/docdb/go_module_metadata.go b/service/docdb/go_module_metadata.go index 1d61ac7fb80..23ef8e69570 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.5.0" +const goModuleVersion = "1.5.1" diff --git a/service/dynamodb/CHANGELOG.md b/service/dynamodb/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/dynamodb/CHANGELOG.md +++ b/service/dynamodb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/dynamodb/go.mod b/service/dynamodb/go.mod index 753b8e23da0..c82308d8a0d 100644 --- a/service/dynamodb/go.mod +++ b/service/dynamodb/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/dynamodb go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.1.0 github.com/aws/smithy-go v1.4.0 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 58da1de2e4c..c94e5c92092 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/dynamodbstreams/CHANGELOG.md b/service/dynamodbstreams/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/dynamodbstreams/CHANGELOG.md +++ b/service/dynamodbstreams/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/dynamodbstreams/go.mod b/service/dynamodbstreams/go.mod index 0f1b6eb567b..c01661c0f2a 100644 --- a/service/dynamodbstreams/go.mod +++ b/service/dynamodbstreams/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/dynamodbstreams go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/dynamodbstreams/go_module_metadata.go b/service/dynamodbstreams/go_module_metadata.go index 120c3b70713..883cd424972 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/ebs/CHANGELOG.md b/service/ebs/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/ebs/CHANGELOG.md +++ b/service/ebs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/ebs/go.mod b/service/ebs/go.mod index c9ea4677f49..8c3d2357be7 100644 --- a/service/ebs/go.mod +++ b/service/ebs/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/ebs go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/ebs/go_module_metadata.go b/service/ebs/go_module_metadata.go index 24c8f5f8b1c..6874dacdee2 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index aba4239cff0..c80756c420e 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/ec2/go.mod b/service/ec2/go.mod index 0031c0b2050..772f156e252 100644 --- a/service/ec2/go.mod +++ b/service/ec2/go.mod @@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/service/ec2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.1.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.1.1 github.com/aws/smithy-go v1.4.0 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 30f953fb7ac..8699a71c731 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.7.0" +const goModuleVersion = "1.7.1" diff --git a/service/ec2instanceconnect/CHANGELOG.md b/service/ec2instanceconnect/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/ec2instanceconnect/CHANGELOG.md +++ b/service/ec2instanceconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/ec2instanceconnect/go.mod b/service/ec2instanceconnect/go.mod index a35231966c5..147108ffe87 100644 --- a/service/ec2instanceconnect/go.mod +++ b/service/ec2instanceconnect/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/ec2instanceconnect/go_module_metadata.go b/service/ec2instanceconnect/go_module_metadata.go index 1aa3fd28279..c099ecde45a 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/ecr/CHANGELOG.md b/service/ecr/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/ecr/CHANGELOG.md +++ b/service/ecr/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/ecr/go.mod b/service/ecr/go.mod index 499ea9aeeff..fefd915d9e7 100644 --- a/service/ecr/go.mod +++ b/service/ecr/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/ecr go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 31f937a43e1..44658937899 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/ecrpublic/CHANGELOG.md b/service/ecrpublic/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/ecrpublic/CHANGELOG.md +++ b/service/ecrpublic/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/ecrpublic/go.mod b/service/ecrpublic/go.mod index 409e2d5a336..1dbe8489202 100644 --- a/service/ecrpublic/go.mod +++ b/service/ecrpublic/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/ecrpublic go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/ecrpublic/go_module_metadata.go b/service/ecrpublic/go_module_metadata.go index e44d019cce1..928fbb1808e 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/ecs/CHANGELOG.md b/service/ecs/CHANGELOG.md index b717b3daf6a..aa789d79664 100644 --- a/service/ecs/CHANGELOG.md +++ b/service/ecs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/ecs/go.mod b/service/ecs/go.mod index 7cb541a209e..2f5e1775241 100644 --- a/service/ecs/go.mod +++ b/service/ecs/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/ecs go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 789cd22cba3..8848e3027ee 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/efs/CHANGELOG.md b/service/efs/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/efs/CHANGELOG.md +++ b/service/efs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/efs/go.mod b/service/efs/go.mod index 54a99bc4db0..88bf95a0202 100644 --- a/service/efs/go.mod +++ b/service/efs/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/efs go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/efs/go_module_metadata.go b/service/efs/go_module_metadata.go index 1a948ecfa51..ed8f96e40b9 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/eks/CHANGELOG.md b/service/eks/CHANGELOG.md index b717b3daf6a..c73590dcfc2 100644 --- a/service/eks/CHANGELOG.md +++ b/service/eks/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.5.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/eks/go.mod b/service/eks/go.mod index 81ecebe648d..100b210f28b 100644 --- a/service/eks/go.mod +++ b/service/eks/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/eks go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 6e8583cce05..82d59d6cb04 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.4.0" +const goModuleVersion = "1.5.0" diff --git a/service/elasticache/CHANGELOG.md b/service/elasticache/CHANGELOG.md index fa2ef98369b..623cd0a24b8 100644 --- a/service/elasticache/CHANGELOG.md +++ b/service/elasticache/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.6.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/elasticache/go.mod b/service/elasticache/go.mod index 773e6825a63..05d5de63b24 100644 --- a/service/elasticache/go.mod +++ b/service/elasticache/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/elasticache go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 49e9fd6dfda..891dc690224 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.5.0" +const goModuleVersion = "1.6.0" diff --git a/service/elasticbeanstalk/CHANGELOG.md b/service/elasticbeanstalk/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/elasticbeanstalk/CHANGELOG.md +++ b/service/elasticbeanstalk/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/elasticbeanstalk/go.mod b/service/elasticbeanstalk/go.mod index 3e7b75ead18..f0fc4bde743 100644 --- a/service/elasticbeanstalk/go.mod +++ b/service/elasticbeanstalk/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 b36865c30ca..54b2e22cb58 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/elasticinference/CHANGELOG.md b/service/elasticinference/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/elasticinference/CHANGELOG.md +++ b/service/elasticinference/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/elasticinference/go.mod b/service/elasticinference/go.mod index fb5122e2cbc..e9b3dafab22 100644 --- a/service/elasticinference/go.mod +++ b/service/elasticinference/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/elasticinference go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/elasticinference/go_module_metadata.go b/service/elasticinference/go_module_metadata.go index 76d719bd2d5..3dbede06972 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/elasticloadbalancing/CHANGELOG.md b/service/elasticloadbalancing/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/elasticloadbalancing/CHANGELOG.md +++ b/service/elasticloadbalancing/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/elasticloadbalancing/go.mod b/service/elasticloadbalancing/go.mod index ec79876ab58..e2bface1677 100644 --- a/service/elasticloadbalancing/go.mod +++ b/service/elasticloadbalancing/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 b1e3993f1fa..2cebd886ee4 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/elasticloadbalancingv2/CHANGELOG.md b/service/elasticloadbalancingv2/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/elasticloadbalancingv2/CHANGELOG.md +++ b/service/elasticloadbalancingv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/elasticloadbalancingv2/go.mod b/service/elasticloadbalancingv2/go.mod index 5c86aa3233e..32ed9b9f5cf 100644 --- a/service/elasticloadbalancingv2/go.mod +++ b/service/elasticloadbalancingv2/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/elasticloadbalancingv2/go_module_metadata.go b/service/elasticloadbalancingv2/go_module_metadata.go index f795925d444..4529f2439bb 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/elasticsearchservice/CHANGELOG.md b/service/elasticsearchservice/CHANGELOG.md index 5cb2f3972a7..cda8ef5b24d 100644 --- a/service/elasticsearchservice/CHANGELOG.md +++ b/service/elasticsearchservice/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.4.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/elasticsearchservice/go.mod b/service/elasticsearchservice/go.mod index 7ef048941f8..eb2e2499657 100644 --- a/service/elasticsearchservice/go.mod +++ b/service/elasticsearchservice/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/elasticsearchservice go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/elasticsearchservice/go_module_metadata.go b/service/elasticsearchservice/go_module_metadata.go index 446034ae7e8..8c962de8684 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.3.0" +const goModuleVersion = "1.4.0" diff --git a/service/elastictranscoder/CHANGELOG.md b/service/elastictranscoder/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/elastictranscoder/CHANGELOG.md +++ b/service/elastictranscoder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/elastictranscoder/go.mod b/service/elastictranscoder/go.mod index 826cc9f9407..a2d293366f8 100644 --- a/service/elastictranscoder/go.mod +++ b/service/elastictranscoder/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/elastictranscoder go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 1b8e58d00c4..4363b9a44ba 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/emr/CHANGELOG.md b/service/emr/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/emr/CHANGELOG.md +++ b/service/emr/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/emr/go.mod b/service/emr/go.mod index 84bfccc0afb..e14f6c7c431 100644 --- a/service/emr/go.mod +++ b/service/emr/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/emr go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 14ac5038f01..435a5652a5e 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/emrcontainers/CHANGELOG.md b/service/emrcontainers/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/emrcontainers/CHANGELOG.md +++ b/service/emrcontainers/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/emrcontainers/go.mod b/service/emrcontainers/go.mod index bc7faa7fafa..3d2aec325b2 100644 --- a/service/emrcontainers/go.mod +++ b/service/emrcontainers/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/emrcontainers go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/emrcontainers/go_module_metadata.go b/service/emrcontainers/go_module_metadata.go index f49706d9069..5fa5af94f08 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/eventbridge/CHANGELOG.md b/service/eventbridge/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/eventbridge/CHANGELOG.md +++ b/service/eventbridge/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/eventbridge/go.mod b/service/eventbridge/go.mod index 15459d03c71..ccbc3e6ceba 100644 --- a/service/eventbridge/go.mod +++ b/service/eventbridge/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/eventbridge go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/eventbridge/go_module_metadata.go b/service/eventbridge/go_module_metadata.go index 422e7e167b5..e959a2a2529 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/finspace/CHANGELOG.md b/service/finspace/CHANGELOG.md index e58b76b9539..3211f5f9708 100644 --- a/service/finspace/CHANGELOG.md +++ b/service/finspace/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.0 (2021-05-14) * **Release**: New AWS service client module diff --git a/service/finspace/go.mod b/service/finspace/go.mod index 8d3456b5167..b0b41e4e658 100644 --- a/service/finspace/go.mod +++ b/service/finspace/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/finspace go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/finspace/go_module_metadata.go b/service/finspace/go_module_metadata.go index 826af939bed..da8d68e943b 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.0.0" +const goModuleVersion = "1.0.1" diff --git a/service/finspacedata/CHANGELOG.md b/service/finspacedata/CHANGELOG.md index e58b76b9539..3211f5f9708 100644 --- a/service/finspacedata/CHANGELOG.md +++ b/service/finspacedata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.0 (2021-05-14) * **Release**: New AWS service client module diff --git a/service/finspacedata/go.mod b/service/finspacedata/go.mod index 78603d7dcd7..d0666c27f33 100644 --- a/service/finspacedata/go.mod +++ b/service/finspacedata/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/finspacedata go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/finspacedata/go_module_metadata.go b/service/finspacedata/go_module_metadata.go index c596588f380..e7bfa025fb7 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.0.0" +const goModuleVersion = "1.0.1" diff --git a/service/firehose/CHANGELOG.md b/service/firehose/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/firehose/CHANGELOG.md +++ b/service/firehose/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/firehose/go.mod b/service/firehose/go.mod index 54daa7624f2..1936fc94e07 100644 --- a/service/firehose/go.mod +++ b/service/firehose/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/firehose go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/firehose/go_module_metadata.go b/service/firehose/go_module_metadata.go index 92ce228396e..47c62ca5509 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/fis/CHANGELOG.md b/service/fis/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/fis/CHANGELOG.md +++ b/service/fis/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/fis/go.mod b/service/fis/go.mod index 212a7e05960..be3e98f341f 100644 --- a/service/fis/go.mod +++ b/service/fis/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/fis go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/fis/go_module_metadata.go b/service/fis/go_module_metadata.go index da85d993a54..5c541615eb0 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/fms/CHANGELOG.md b/service/fms/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/fms/CHANGELOG.md +++ b/service/fms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/fms/go.mod b/service/fms/go.mod index 229d9c45820..0e027f3a7ed 100644 --- a/service/fms/go.mod +++ b/service/fms/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/fms go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/fms/go_module_metadata.go b/service/fms/go_module_metadata.go index 85f04926b0a..d3f8d1f7d63 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/forecast/CHANGELOG.md b/service/forecast/CHANGELOG.md index fa2ef98369b..03d92a32e54 100644 --- a/service/forecast/CHANGELOG.md +++ b/service/forecast/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/forecast/go.mod b/service/forecast/go.mod index 350fe713838..398a9a5cc12 100644 --- a/service/forecast/go.mod +++ b/service/forecast/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/forecast go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/forecast/go_module_metadata.go b/service/forecast/go_module_metadata.go index 0584e566d02..0f55262c3e1 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.5.0" +const goModuleVersion = "1.5.1" diff --git a/service/forecastquery/CHANGELOG.md b/service/forecastquery/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/forecastquery/CHANGELOG.md +++ b/service/forecastquery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/forecastquery/go.mod b/service/forecastquery/go.mod index b2550a359cd..3b5d6790d63 100644 --- a/service/forecastquery/go.mod +++ b/service/forecastquery/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/forecastquery go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/forecastquery/go_module_metadata.go b/service/forecastquery/go_module_metadata.go index 1730a9751a8..b0615c9a66f 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/frauddetector/CHANGELOG.md b/service/frauddetector/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/frauddetector/CHANGELOG.md +++ b/service/frauddetector/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/frauddetector/go.mod b/service/frauddetector/go.mod index 779c6dabb0d..fcd69584a4f 100644 --- a/service/frauddetector/go.mod +++ b/service/frauddetector/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/frauddetector go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/frauddetector/go_module_metadata.go b/service/frauddetector/go_module_metadata.go index 842f070792c..78f37ec6860 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/fsx/CHANGELOG.md b/service/fsx/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/fsx/CHANGELOG.md +++ b/service/fsx/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/fsx/go.mod b/service/fsx/go.mod index 3fa1ed7a8ac..f45eee0f70d 100644 --- a/service/fsx/go.mod +++ b/service/fsx/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/fsx go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/fsx/go_module_metadata.go b/service/fsx/go_module_metadata.go index 69f6c36b34f..79611b8f4c8 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/gamelift/CHANGELOG.md b/service/gamelift/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/gamelift/CHANGELOG.md +++ b/service/gamelift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/gamelift/go.mod b/service/gamelift/go.mod index 76f9ae39fde..2c7ee40386b 100644 --- a/service/gamelift/go.mod +++ b/service/gamelift/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/gamelift go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/gamelift/go_module_metadata.go b/service/gamelift/go_module_metadata.go index 2a1ae18f6ab..e63c7a7273c 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/glacier/CHANGELOG.md b/service/glacier/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/glacier/CHANGELOG.md +++ b/service/glacier/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/glacier/go.mod b/service/glacier/go.mod index 76e05419f66..00737a1fc10 100644 --- a/service/glacier/go.mod +++ b/service/glacier/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/glacier go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/glacier/go_module_metadata.go b/service/glacier/go_module_metadata.go index 4b9618124db..71dafea9b52 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/globalaccelerator/CHANGELOG.md b/service/globalaccelerator/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/globalaccelerator/CHANGELOG.md +++ b/service/globalaccelerator/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/globalaccelerator/go.mod b/service/globalaccelerator/go.mod index f2c5563c505..1d7f8713ff9 100644 --- a/service/globalaccelerator/go.mod +++ b/service/globalaccelerator/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/globalaccelerator go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/globalaccelerator/go_module_metadata.go b/service/globalaccelerator/go_module_metadata.go index 61b14c672e0..e067b3b5646 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/glue/CHANGELOG.md b/service/glue/CHANGELOG.md index fa2ef98369b..03d92a32e54 100644 --- a/service/glue/CHANGELOG.md +++ b/service/glue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/glue/go.mod b/service/glue/go.mod index 4cf51d5fce2..e521be411a6 100644 --- a/service/glue/go.mod +++ b/service/glue/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/glue go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/glue/go_module_metadata.go b/service/glue/go_module_metadata.go index afa7d7d42ef..74c91646bdc 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.5.0" +const goModuleVersion = "1.5.1" diff --git a/service/greengrass/CHANGELOG.md b/service/greengrass/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/greengrass/CHANGELOG.md +++ b/service/greengrass/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/greengrass/go.mod b/service/greengrass/go.mod index 23cd15c113c..4fbba4c123e 100644 --- a/service/greengrass/go.mod +++ b/service/greengrass/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/greengrass go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/greengrass/go_module_metadata.go b/service/greengrass/go_module_metadata.go index b8adb3b4176..adf39f820fb 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/greengrassv2/CHANGELOG.md b/service/greengrassv2/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/greengrassv2/CHANGELOG.md +++ b/service/greengrassv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/greengrassv2/go.mod b/service/greengrassv2/go.mod index 9cfef781ad4..cd38835e02f 100644 --- a/service/greengrassv2/go.mod +++ b/service/greengrassv2/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/greengrassv2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/greengrassv2/go_module_metadata.go b/service/greengrassv2/go_module_metadata.go index 3e8d31bec59..2ade527937b 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/groundstation/CHANGELOG.md b/service/groundstation/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/groundstation/CHANGELOG.md +++ b/service/groundstation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/groundstation/go.mod b/service/groundstation/go.mod index c4137282f39..ae6dc143b89 100644 --- a/service/groundstation/go.mod +++ b/service/groundstation/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/groundstation go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/groundstation/go_module_metadata.go b/service/groundstation/go_module_metadata.go index 2bd404696e2..881105d312a 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/guardduty/CHANGELOG.md b/service/guardduty/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/guardduty/CHANGELOG.md +++ b/service/guardduty/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/guardduty/go.mod b/service/guardduty/go.mod index fb71a40062c..aedddf97352 100644 --- a/service/guardduty/go.mod +++ b/service/guardduty/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/guardduty go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/guardduty/go_module_metadata.go b/service/guardduty/go_module_metadata.go index 831c84e34c3..ae6b3ed94d0 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/health/CHANGELOG.md b/service/health/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/health/CHANGELOG.md +++ b/service/health/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/health/go.mod b/service/health/go.mod index 85f788a24ee..7b9401e984e 100644 --- a/service/health/go.mod +++ b/service/health/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/health go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/health/go_module_metadata.go b/service/health/go_module_metadata.go index 41e4a4dc70f..60e05596a3a 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/healthlake/CHANGELOG.md b/service/healthlake/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/healthlake/CHANGELOG.md +++ b/service/healthlake/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/healthlake/go.mod b/service/healthlake/go.mod index 3317e184861..0bd430315eb 100644 --- a/service/healthlake/go.mod +++ b/service/healthlake/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/healthlake go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/healthlake/go_module_metadata.go b/service/healthlake/go_module_metadata.go index 12ce27e1b69..a3498bc0faf 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/honeycode/CHANGELOG.md b/service/honeycode/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/honeycode/CHANGELOG.md +++ b/service/honeycode/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/honeycode/go.mod b/service/honeycode/go.mod index 5e7cc9e53af..2ce82eae2c8 100644 --- a/service/honeycode/go.mod +++ b/service/honeycode/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/honeycode go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/honeycode/go_module_metadata.go b/service/honeycode/go_module_metadata.go index f2714a5c205..c87412efc5e 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/iam/CHANGELOG.md b/service/iam/CHANGELOG.md index 068d708fd43..51db142528a 100644 --- a/service/iam/CHANGELOG.md +++ b/service/iam/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.5.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/iam/go.mod b/service/iam/go.mod index 99d8f8e9cd2..d00f6effd17 100644 --- a/service/iam/go.mod +++ b/service/iam/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/iam go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/iam/go_module_metadata.go b/service/iam/go_module_metadata.go index e21122388fa..88036b9eda6 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.4.0" +const goModuleVersion = "1.5.0" diff --git a/service/identitystore/CHANGELOG.md b/service/identitystore/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/identitystore/CHANGELOG.md +++ b/service/identitystore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/identitystore/go.mod b/service/identitystore/go.mod index a85fbb26169..47fc7c00d99 100644 --- a/service/identitystore/go.mod +++ b/service/identitystore/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/identitystore go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/identitystore/go_module_metadata.go b/service/identitystore/go_module_metadata.go index 983540adf1e..351fbcb8c8d 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/imagebuilder/CHANGELOG.md b/service/imagebuilder/CHANGELOG.md index 068d708fd43..51db142528a 100644 --- a/service/imagebuilder/CHANGELOG.md +++ b/service/imagebuilder/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.5.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/imagebuilder/go.mod b/service/imagebuilder/go.mod index 241f5950c02..f8fa4debaa6 100644 --- a/service/imagebuilder/go.mod +++ b/service/imagebuilder/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/imagebuilder go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/imagebuilder/go_module_metadata.go b/service/imagebuilder/go_module_metadata.go index 056d70cd6bd..f635fece531 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.4.0" +const goModuleVersion = "1.5.0" diff --git a/service/inspector/CHANGELOG.md b/service/inspector/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/inspector/CHANGELOG.md +++ b/service/inspector/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/inspector/go.mod b/service/inspector/go.mod index 54ed7098b34..a5081b91d17 100644 --- a/service/inspector/go.mod +++ b/service/inspector/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/inspector go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/inspector/go_module_metadata.go b/service/inspector/go_module_metadata.go index 5537a4d3139..9cde4aaca66 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/internal/benchmark/go.mod b/service/internal/benchmark/go.mod index 8f842266de1..4f24de58c36 100644 --- a/service/internal/benchmark/go.mod +++ b/service/internal/benchmark/go.mod @@ -4,9 +4,9 @@ go 1.15 require ( github.com/aws/aws-sdk-go v1.34.33 - github.com/aws/aws-sdk-go-v2 v1.5.0 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.3.0 - github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.4.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.3.1 + github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.4.1 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index cfdc893f027..25cd59ca116 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -1,89 +1,89 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 - github.com/aws/aws-sdk-go-v2/config v1.2.0 - github.com/aws/aws-sdk-go-v2/service/acm v1.3.0 - github.com/aws/aws-sdk-go-v2/service/apigateway v1.4.0 - github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.3.0 - github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.2.0 - github.com/aws/aws-sdk-go-v2/service/appstream v1.4.0 - github.com/aws/aws-sdk-go-v2/service/athena v1.3.0 - github.com/aws/aws-sdk-go-v2/service/autoscaling v1.4.0 - github.com/aws/aws-sdk-go-v2/service/batch v1.4.0 - github.com/aws/aws-sdk-go-v2/service/cloudformation v1.5.0 - github.com/aws/aws-sdk-go-v2/service/cloudfront v1.5.0 - github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.2.0 - github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.3.0 - github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.3.0 - github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.4.0 - github.com/aws/aws-sdk-go-v2/service/codebuild v1.4.0 - github.com/aws/aws-sdk-go-v2/service/codecommit v1.2.0 - github.com/aws/aws-sdk-go-v2/service/codedeploy v1.4.0 - github.com/aws/aws-sdk-go-v2/service/codepipeline v1.3.0 - github.com/aws/aws-sdk-go-v2/service/codestar v1.2.0 - github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.3.0 - github.com/aws/aws-sdk-go-v2/service/configservice v1.5.0 - github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.3.0 - github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.4.0 - github.com/aws/aws-sdk-go-v2/service/devicefarm v1.2.0 - github.com/aws/aws-sdk-go-v2/service/directconnect v1.4.0 - github.com/aws/aws-sdk-go-v2/service/directoryservice v1.2.0 - github.com/aws/aws-sdk-go-v2/service/docdb v1.5.0 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.3.0 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.7.0 - github.com/aws/aws-sdk-go-v2/service/ecr v1.3.0 - github.com/aws/aws-sdk-go-v2/service/ecs v1.4.0 - github.com/aws/aws-sdk-go-v2/service/efs v1.3.0 - github.com/aws/aws-sdk-go-v2/service/elasticache v1.5.0 - github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.3.0 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.3.0 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.3.0 - github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.3.0 - github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.3.0 - github.com/aws/aws-sdk-go-v2/service/emr v1.3.0 - github.com/aws/aws-sdk-go-v2/service/eventbridge v1.4.0 - github.com/aws/aws-sdk-go-v2/service/firehose v1.3.0 - github.com/aws/aws-sdk-go-v2/service/gamelift v1.4.0 - github.com/aws/aws-sdk-go-v2/service/glacier v1.3.0 - github.com/aws/aws-sdk-go-v2/service/glue v1.5.0 - github.com/aws/aws-sdk-go-v2/service/health v1.4.0 - github.com/aws/aws-sdk-go-v2/service/iam v1.4.0 - github.com/aws/aws-sdk-go-v2/service/inspector v1.2.0 - github.com/aws/aws-sdk-go-v2/service/iot v1.4.0 - github.com/aws/aws-sdk-go-v2/service/kinesis v1.3.0 - github.com/aws/aws-sdk-go-v2/service/kms v1.3.0 - github.com/aws/aws-sdk-go-v2/service/lambda v1.3.0 - github.com/aws/aws-sdk-go-v2/service/lightsail v1.5.0 - github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.2.0 - github.com/aws/aws-sdk-go-v2/service/neptune v1.4.0 - github.com/aws/aws-sdk-go-v2/service/opsworks v1.3.0 - github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.2.0 - github.com/aws/aws-sdk-go-v2/service/polly v1.2.0 - github.com/aws/aws-sdk-go-v2/service/rds v1.4.0 - github.com/aws/aws-sdk-go-v2/service/redshift v1.6.0 - github.com/aws/aws-sdk-go-v2/service/rekognition v1.4.0 - github.com/aws/aws-sdk-go-v2/service/route53 v1.6.0 - github.com/aws/aws-sdk-go-v2/service/route53domains v1.2.0 - github.com/aws/aws-sdk-go-v2/service/route53resolver v1.4.0 - github.com/aws/aws-sdk-go-v2/service/s3 v1.7.0 - github.com/aws/aws-sdk-go-v2/service/s3control v1.6.0 - github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.3.0 - github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.3.0 - github.com/aws/aws-sdk-go-v2/service/ses v1.3.0 - github.com/aws/aws-sdk-go-v2/service/sfn v1.3.0 - github.com/aws/aws-sdk-go-v2/service/shield v1.4.0 - github.com/aws/aws-sdk-go-v2/service/sms v1.2.0 - github.com/aws/aws-sdk-go-v2/service/snowball v1.4.0 - github.com/aws/aws-sdk-go-v2/service/sns v1.4.0 - github.com/aws/aws-sdk-go-v2/service/sqs v1.4.0 - github.com/aws/aws-sdk-go-v2/service/ssm v1.6.0 - github.com/aws/aws-sdk-go-v2/service/sts v1.4.0 - github.com/aws/aws-sdk-go-v2/service/support v1.2.0 - github.com/aws/aws-sdk-go-v2/service/waf v1.2.0 - github.com/aws/aws-sdk-go-v2/service/wafregional v1.3.0 - github.com/aws/aws-sdk-go-v2/service/wafv2 v1.5.0 - github.com/aws/aws-sdk-go-v2/service/workspaces v1.3.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 + github.com/aws/aws-sdk-go-v2/config v1.3.0 + github.com/aws/aws-sdk-go-v2/service/acm v1.3.1 + github.com/aws/aws-sdk-go-v2/service/apigateway v1.4.1 + github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.3.1 + github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.2.1 + github.com/aws/aws-sdk-go-v2/service/appstream v1.4.1 + github.com/aws/aws-sdk-go-v2/service/athena v1.3.1 + github.com/aws/aws-sdk-go-v2/service/autoscaling v1.5.0 + github.com/aws/aws-sdk-go-v2/service/batch v1.4.1 + github.com/aws/aws-sdk-go-v2/service/cloudformation v1.5.1 + github.com/aws/aws-sdk-go-v2/service/cloudfront v1.5.1 + github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.2.1 + github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.3.1 + github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.3.1 + github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.4.1 + github.com/aws/aws-sdk-go-v2/service/codebuild v1.4.1 + github.com/aws/aws-sdk-go-v2/service/codecommit v1.2.1 + github.com/aws/aws-sdk-go-v2/service/codedeploy v1.4.1 + github.com/aws/aws-sdk-go-v2/service/codepipeline v1.3.1 + github.com/aws/aws-sdk-go-v2/service/codestar v1.2.1 + github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.3.1 + github.com/aws/aws-sdk-go-v2/service/configservice v1.5.1 + github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.3.1 + github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.4.1 + github.com/aws/aws-sdk-go-v2/service/devicefarm v1.2.1 + github.com/aws/aws-sdk-go-v2/service/directconnect v1.4.1 + github.com/aws/aws-sdk-go-v2/service/directoryservice v1.2.1 + github.com/aws/aws-sdk-go-v2/service/docdb v1.5.1 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.3.1 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.7.1 + github.com/aws/aws-sdk-go-v2/service/ecr v1.3.1 + github.com/aws/aws-sdk-go-v2/service/ecs v1.4.1 + github.com/aws/aws-sdk-go-v2/service/efs v1.3.1 + github.com/aws/aws-sdk-go-v2/service/elasticache v1.6.0 + github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.3.1 + github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.3.1 + github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.3.1 + github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.4.0 + github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.3.1 + github.com/aws/aws-sdk-go-v2/service/emr v1.3.1 + github.com/aws/aws-sdk-go-v2/service/eventbridge v1.4.1 + github.com/aws/aws-sdk-go-v2/service/firehose v1.3.1 + github.com/aws/aws-sdk-go-v2/service/gamelift v1.4.1 + github.com/aws/aws-sdk-go-v2/service/glacier v1.3.1 + github.com/aws/aws-sdk-go-v2/service/glue v1.5.1 + github.com/aws/aws-sdk-go-v2/service/health v1.4.1 + github.com/aws/aws-sdk-go-v2/service/iam v1.5.0 + github.com/aws/aws-sdk-go-v2/service/inspector v1.2.1 + github.com/aws/aws-sdk-go-v2/service/iot v1.5.0 + github.com/aws/aws-sdk-go-v2/service/kinesis v1.4.0 + github.com/aws/aws-sdk-go-v2/service/kms v1.3.1 + github.com/aws/aws-sdk-go-v2/service/lambda v1.3.1 + github.com/aws/aws-sdk-go-v2/service/lightsail v1.6.0 + github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.2.1 + github.com/aws/aws-sdk-go-v2/service/neptune v1.5.0 + github.com/aws/aws-sdk-go-v2/service/opsworks v1.3.1 + github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.2.1 + github.com/aws/aws-sdk-go-v2/service/polly v1.2.1 + github.com/aws/aws-sdk-go-v2/service/rds v1.4.1 + github.com/aws/aws-sdk-go-v2/service/redshift v1.6.1 + github.com/aws/aws-sdk-go-v2/service/rekognition v1.5.0 + github.com/aws/aws-sdk-go-v2/service/route53 v1.6.1 + github.com/aws/aws-sdk-go-v2/service/route53domains v1.2.1 + github.com/aws/aws-sdk-go-v2/service/route53resolver v1.4.1 + github.com/aws/aws-sdk-go-v2/service/s3 v1.8.0 + github.com/aws/aws-sdk-go-v2/service/s3control v1.6.1 + github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.3.1 + github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.3.1 + github.com/aws/aws-sdk-go-v2/service/ses v1.3.1 + github.com/aws/aws-sdk-go-v2/service/sfn v1.3.1 + github.com/aws/aws-sdk-go-v2/service/shield v1.4.1 + github.com/aws/aws-sdk-go-v2/service/sms v1.2.1 + github.com/aws/aws-sdk-go-v2/service/snowball v1.4.1 + github.com/aws/aws-sdk-go-v2/service/sns v1.4.1 + github.com/aws/aws-sdk-go-v2/service/sqs v1.4.1 + github.com/aws/aws-sdk-go-v2/service/ssm v1.6.1 + github.com/aws/aws-sdk-go-v2/service/sts v1.4.1 + github.com/aws/aws-sdk-go-v2/service/support v1.3.0 + github.com/aws/aws-sdk-go-v2/service/waf v1.2.1 + github.com/aws/aws-sdk-go-v2/service/wafregional v1.3.1 + github.com/aws/aws-sdk-go-v2/service/wafv2 v1.5.1 + github.com/aws/aws-sdk-go-v2/service/workspaces v1.3.1 github.com/aws/smithy-go v1.4.0 github.com/google/go-cmp v0.5.4 ) diff --git a/service/internal/presigned-url/CHANGELOG.md b/service/internal/presigned-url/CHANGELOG.md index 307887c9ada..f21f343957d 100644 --- a/service/internal/presigned-url/CHANGELOG.md +++ b/service/internal/presigned-url/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/internal/presigned-url/go.mod b/service/internal/presigned-url/go.mod index 9fd47821cde..34f4e0dceb5 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.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 github.com/google/go-cmp v0.5.4 ) diff --git a/service/internal/presigned-url/go_module_metadata.go b/service/internal/presigned-url/go_module_metadata.go index fc49d6c927b..3f8ccc2164d 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.1.0" +const goModuleVersion = "1.1.1" diff --git a/service/internal/s3shared/CHANGELOG.md b/service/internal/s3shared/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/internal/s3shared/CHANGELOG.md +++ b/service/internal/s3shared/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/internal/s3shared/go.mod b/service/internal/s3shared/go.mod index c2a6328553f..3d43a49aebb 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.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/internal/s3shared/go_module_metadata.go b/service/internal/s3shared/go_module_metadata.go index 5879a166c89..c5c5a88ea48 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/iot/CHANGELOG.md b/service/iot/CHANGELOG.md index b717b3daf6a..c73590dcfc2 100644 --- a/service/iot/CHANGELOG.md +++ b/service/iot/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.5.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/iot/go.mod b/service/iot/go.mod index 4557ab668a9..d75ea2c356d 100644 --- a/service/iot/go.mod +++ b/service/iot/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/iot go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/iot/go_module_metadata.go b/service/iot/go_module_metadata.go index 7cdc174bb4c..aa3c70f91c8 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.4.0" +const goModuleVersion = "1.5.0" diff --git a/service/iot1clickdevicesservice/CHANGELOG.md b/service/iot1clickdevicesservice/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/iot1clickdevicesservice/CHANGELOG.md +++ b/service/iot1clickdevicesservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/iot1clickdevicesservice/go.mod b/service/iot1clickdevicesservice/go.mod index 596d1df19de..06707016102 100644 --- a/service/iot1clickdevicesservice/go.mod +++ b/service/iot1clickdevicesservice/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/iot1clickdevicesservice go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/iot1clickdevicesservice/go_module_metadata.go b/service/iot1clickdevicesservice/go_module_metadata.go index 2602748aa67..d05edac02d8 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/iot1clickprojects/CHANGELOG.md b/service/iot1clickprojects/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/iot1clickprojects/CHANGELOG.md +++ b/service/iot1clickprojects/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/iot1clickprojects/go.mod b/service/iot1clickprojects/go.mod index 25001834915..30de797ed66 100644 --- a/service/iot1clickprojects/go.mod +++ b/service/iot1clickprojects/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/iot1clickprojects go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/iot1clickprojects/go_module_metadata.go b/service/iot1clickprojects/go_module_metadata.go index 72172b4910e..c0244664184 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/iotanalytics/CHANGELOG.md b/service/iotanalytics/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/iotanalytics/CHANGELOG.md +++ b/service/iotanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/iotanalytics/go.mod b/service/iotanalytics/go.mod index a1acabf5c77..aea9e897766 100644 --- a/service/iotanalytics/go.mod +++ b/service/iotanalytics/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/iotanalytics go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/iotanalytics/go_module_metadata.go b/service/iotanalytics/go_module_metadata.go index fb8db24efb8..99a1518bab4 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/iotdataplane/CHANGELOG.md b/service/iotdataplane/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/iotdataplane/CHANGELOG.md +++ b/service/iotdataplane/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/iotdataplane/go.mod b/service/iotdataplane/go.mod index f19437e801e..bda8d521bff 100644 --- a/service/iotdataplane/go.mod +++ b/service/iotdataplane/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/iotdataplane go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/iotdataplane/go_module_metadata.go b/service/iotdataplane/go_module_metadata.go index f6690f2ba7e..0a00e9b29e9 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/iotdeviceadvisor/CHANGELOG.md b/service/iotdeviceadvisor/CHANGELOG.md index 5cb2f3972a7..cda8ef5b24d 100644 --- a/service/iotdeviceadvisor/CHANGELOG.md +++ b/service/iotdeviceadvisor/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.4.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/iotdeviceadvisor/go.mod b/service/iotdeviceadvisor/go.mod index f6f21b8ad22..513f78aa2fc 100644 --- a/service/iotdeviceadvisor/go.mod +++ b/service/iotdeviceadvisor/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/iotdeviceadvisor go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/iotdeviceadvisor/go_module_metadata.go b/service/iotdeviceadvisor/go_module_metadata.go index 1f07a826242..0ef305975ac 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.3.0" +const goModuleVersion = "1.4.0" diff --git a/service/iotevents/CHANGELOG.md b/service/iotevents/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/iotevents/CHANGELOG.md +++ b/service/iotevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/iotevents/go.mod b/service/iotevents/go.mod index 0df814a8d85..baa39b5aa33 100644 --- a/service/iotevents/go.mod +++ b/service/iotevents/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/iotevents go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/iotevents/go_module_metadata.go b/service/iotevents/go_module_metadata.go index 38cb4a8c4a6..17c2a3d2fc8 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/ioteventsdata/CHANGELOG.md b/service/ioteventsdata/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/ioteventsdata/CHANGELOG.md +++ b/service/ioteventsdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/ioteventsdata/go.mod b/service/ioteventsdata/go.mod index 0d2352f7d16..d68c52c2071 100644 --- a/service/ioteventsdata/go.mod +++ b/service/ioteventsdata/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/ioteventsdata go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/ioteventsdata/go_module_metadata.go b/service/ioteventsdata/go_module_metadata.go index 2995f97dae5..6b7fb8b454c 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/iotfleethub/CHANGELOG.md b/service/iotfleethub/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/iotfleethub/CHANGELOG.md +++ b/service/iotfleethub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/iotfleethub/go.mod b/service/iotfleethub/go.mod index 353753f576b..2fac20a2297 100644 --- a/service/iotfleethub/go.mod +++ b/service/iotfleethub/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/iotfleethub go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/iotfleethub/go_module_metadata.go b/service/iotfleethub/go_module_metadata.go index 155e4a6635f..d37887c7d2a 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/iotjobsdataplane/CHANGELOG.md b/service/iotjobsdataplane/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/iotjobsdataplane/CHANGELOG.md +++ b/service/iotjobsdataplane/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/iotjobsdataplane/go.mod b/service/iotjobsdataplane/go.mod index 943d46777e1..145a53ab0a7 100644 --- a/service/iotjobsdataplane/go.mod +++ b/service/iotjobsdataplane/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/iotjobsdataplane go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/iotjobsdataplane/go_module_metadata.go b/service/iotjobsdataplane/go_module_metadata.go index 3733a2c829c..b0fca422dd1 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/iotsecuretunneling/CHANGELOG.md b/service/iotsecuretunneling/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/iotsecuretunneling/CHANGELOG.md +++ b/service/iotsecuretunneling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/iotsecuretunneling/go.mod b/service/iotsecuretunneling/go.mod index 3fa00c5d11e..5e9fa182b91 100644 --- a/service/iotsecuretunneling/go.mod +++ b/service/iotsecuretunneling/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/iotsecuretunneling go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/iotsecuretunneling/go_module_metadata.go b/service/iotsecuretunneling/go_module_metadata.go index 8d268b084b8..e604e1377db 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/iotsitewise/CHANGELOG.md b/service/iotsitewise/CHANGELOG.md index 068d708fd43..51db142528a 100644 --- a/service/iotsitewise/CHANGELOG.md +++ b/service/iotsitewise/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.5.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/iotsitewise/go.mod b/service/iotsitewise/go.mod index 9b28fceee94..bd2a3d79f38 100644 --- a/service/iotsitewise/go.mod +++ b/service/iotsitewise/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/iotsitewise go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 f50cc1505de..1044cffde1e 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.4.0" +const goModuleVersion = "1.5.0" diff --git a/service/iotthingsgraph/CHANGELOG.md b/service/iotthingsgraph/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/iotthingsgraph/CHANGELOG.md +++ b/service/iotthingsgraph/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/iotthingsgraph/go.mod b/service/iotthingsgraph/go.mod index 3a1ea868e9e..99b64070532 100644 --- a/service/iotthingsgraph/go.mod +++ b/service/iotthingsgraph/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/iotthingsgraph go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/iotthingsgraph/go_module_metadata.go b/service/iotthingsgraph/go_module_metadata.go index 81155c6b35a..681e4817549 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/iotwireless/CHANGELOG.md b/service/iotwireless/CHANGELOG.md index a8379d89918..832dddd802f 100644 --- a/service/iotwireless/CHANGELOG.md +++ b/service/iotwireless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/iotwireless/go.mod b/service/iotwireless/go.mod index 81f1d0afd61..732ae59e9d0 100644 --- a/service/iotwireless/go.mod +++ b/service/iotwireless/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/iotwireless go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/iotwireless/go_module_metadata.go b/service/iotwireless/go_module_metadata.go index 28de1412823..19c7f002f4b 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.5.0" +const goModuleVersion = "1.5.1" diff --git a/service/ivs/CHANGELOG.md b/service/ivs/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/ivs/CHANGELOG.md +++ b/service/ivs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/ivs/go.mod b/service/ivs/go.mod index 2d583e702e4..c7e454ef4ab 100644 --- a/service/ivs/go.mod +++ b/service/ivs/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/ivs go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/ivs/go_module_metadata.go b/service/ivs/go_module_metadata.go index e323778caf0..c51d9b4b3f5 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/kafka/CHANGELOG.md b/service/kafka/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/kafka/CHANGELOG.md +++ b/service/kafka/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/kafka/go.mod b/service/kafka/go.mod index f1afd9592f5..809f2c8f160 100644 --- a/service/kafka/go.mod +++ b/service/kafka/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/kafka go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/kafka/go_module_metadata.go b/service/kafka/go_module_metadata.go index 00ce3a5263f..6e9c3da38af 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/kendra/CHANGELOG.md b/service/kendra/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/kendra/CHANGELOG.md +++ b/service/kendra/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/kendra/go.mod b/service/kendra/go.mod index bd9c08daecc..42145e1d31c 100644 --- a/service/kendra/go.mod +++ b/service/kendra/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/kendra go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/kendra/go_module_metadata.go b/service/kendra/go_module_metadata.go index a0a6de867e6..ce401cd1895 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/kinesis/CHANGELOG.md b/service/kinesis/CHANGELOG.md index 9e781757489..702cadb07a1 100644 --- a/service/kinesis/CHANGELOG.md +++ b/service/kinesis/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.4.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/kinesis/go.mod b/service/kinesis/go.mod index a737c2886ab..025aa387ac2 100644 --- a/service/kinesis/go.mod +++ b/service/kinesis/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/kinesis go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 28bc7a9362c..5eff586a285 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.3.0" +const goModuleVersion = "1.4.0" diff --git a/service/kinesisanalytics/CHANGELOG.md b/service/kinesisanalytics/CHANGELOG.md index efdcb5b4084..f44e6df87cf 100644 --- a/service/kinesisanalytics/CHANGELOG.md +++ b/service/kinesisanalytics/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.3.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/kinesisanalytics/go.mod b/service/kinesisanalytics/go.mod index 6439627c983..fb42ea5664c 100644 --- a/service/kinesisanalytics/go.mod +++ b/service/kinesisanalytics/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisanalytics go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/kinesisanalytics/go_module_metadata.go b/service/kinesisanalytics/go_module_metadata.go index f24e51934fe..589bbd1bec2 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.2.0" +const goModuleVersion = "1.3.0" diff --git a/service/kinesisanalyticsv2/CHANGELOG.md b/service/kinesisanalyticsv2/CHANGELOG.md index 9e781757489..702cadb07a1 100644 --- a/service/kinesisanalyticsv2/CHANGELOG.md +++ b/service/kinesisanalyticsv2/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.4.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/kinesisanalyticsv2/go.mod b/service/kinesisanalyticsv2/go.mod index e87bf43ac2d..027b1b5e9a4 100644 --- a/service/kinesisanalyticsv2/go.mod +++ b/service/kinesisanalyticsv2/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisanalyticsv2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/kinesisanalyticsv2/go_module_metadata.go b/service/kinesisanalyticsv2/go_module_metadata.go index 6d778bfa566..b8bbe89ba38 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.3.0" +const goModuleVersion = "1.4.0" diff --git a/service/kinesisvideo/CHANGELOG.md b/service/kinesisvideo/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/kinesisvideo/CHANGELOG.md +++ b/service/kinesisvideo/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/kinesisvideo/go.mod b/service/kinesisvideo/go.mod index 4d0b0eda49f..850179ef005 100644 --- a/service/kinesisvideo/go.mod +++ b/service/kinesisvideo/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisvideo go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/kinesisvideo/go_module_metadata.go b/service/kinesisvideo/go_module_metadata.go index 7da31680bce..70f5823e8aa 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/kinesisvideoarchivedmedia/CHANGELOG.md b/service/kinesisvideoarchivedmedia/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/kinesisvideoarchivedmedia/CHANGELOG.md +++ b/service/kinesisvideoarchivedmedia/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/kinesisvideoarchivedmedia/go.mod b/service/kinesisvideoarchivedmedia/go.mod index afd9d2d28a6..17e393d4d35 100644 --- a/service/kinesisvideoarchivedmedia/go.mod +++ b/service/kinesisvideoarchivedmedia/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisvideoarchivedmedia go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/kinesisvideoarchivedmedia/go_module_metadata.go b/service/kinesisvideoarchivedmedia/go_module_metadata.go index 8a100c1fe13..2b1be5ac5c7 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/kinesisvideomedia/CHANGELOG.md b/service/kinesisvideomedia/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/kinesisvideomedia/CHANGELOG.md +++ b/service/kinesisvideomedia/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/kinesisvideomedia/go.mod b/service/kinesisvideomedia/go.mod index f05111bd700..5fc18522d42 100644 --- a/service/kinesisvideomedia/go.mod +++ b/service/kinesisvideomedia/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisvideomedia go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/kinesisvideomedia/go_module_metadata.go b/service/kinesisvideomedia/go_module_metadata.go index a67b541512f..4294cb9883d 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/kinesisvideosignaling/CHANGELOG.md b/service/kinesisvideosignaling/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/kinesisvideosignaling/CHANGELOG.md +++ b/service/kinesisvideosignaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/kinesisvideosignaling/go.mod b/service/kinesisvideosignaling/go.mod index 9976c664075..381e2163ad2 100644 --- a/service/kinesisvideosignaling/go.mod +++ b/service/kinesisvideosignaling/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisvideosignaling go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/kinesisvideosignaling/go_module_metadata.go b/service/kinesisvideosignaling/go_module_metadata.go index 746a9f2d725..53840b87773 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/kms/CHANGELOG.md b/service/kms/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/kms/CHANGELOG.md +++ b/service/kms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/kms/go.mod b/service/kms/go.mod index 11c9a781352..fd25ecfd068 100644 --- a/service/kms/go.mod +++ b/service/kms/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/kms go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/kms/go_module_metadata.go b/service/kms/go_module_metadata.go index 39471f9f34a..47614ee8f8e 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/lakeformation/CHANGELOG.md b/service/lakeformation/CHANGELOG.md index 9e781757489..260b4583f23 100644 --- a/service/lakeformation/CHANGELOG.md +++ b/service/lakeformation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/lakeformation/go.mod b/service/lakeformation/go.mod index d3423c973c0..87b68fa0709 100644 --- a/service/lakeformation/go.mod +++ b/service/lakeformation/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/lakeformation go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/lakeformation/go_module_metadata.go b/service/lakeformation/go_module_metadata.go index 3dbd6196cb2..5acf178203d 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/lambda/CHANGELOG.md b/service/lambda/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/lambda/CHANGELOG.md +++ b/service/lambda/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/lambda/go.mod b/service/lambda/go.mod index 55a51ddb8a1..468d94346fa 100644 --- a/service/lambda/go.mod +++ b/service/lambda/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/lambda go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 45fccea871a..f267d470f7c 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/lexmodelbuildingservice/CHANGELOG.md b/service/lexmodelbuildingservice/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/lexmodelbuildingservice/CHANGELOG.md +++ b/service/lexmodelbuildingservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/lexmodelbuildingservice/go.mod b/service/lexmodelbuildingservice/go.mod index 49519dbde5c..bfdcfe73dba 100644 --- a/service/lexmodelbuildingservice/go.mod +++ b/service/lexmodelbuildingservice/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/lexmodelbuildingservice go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/lexmodelbuildingservice/go_module_metadata.go b/service/lexmodelbuildingservice/go_module_metadata.go index a7cb3236317..184c66d56f0 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/lexmodelsv2/CHANGELOG.md b/service/lexmodelsv2/CHANGELOG.md index 307887c9ada..9d73494cff9 100644 --- a/service/lexmodelsv2/CHANGELOG.md +++ b/service/lexmodelsv2/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.2.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/lexmodelsv2/go.mod b/service/lexmodelsv2/go.mod index eecf92c83ad..ddb8dee5f76 100644 --- a/service/lexmodelsv2/go.mod +++ b/service/lexmodelsv2/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/lexmodelsv2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/lexmodelsv2/go_module_metadata.go b/service/lexmodelsv2/go_module_metadata.go index 06cb36b99b3..4265e405f29 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.1.0" +const goModuleVersion = "1.2.0" diff --git a/service/lexruntimeservice/CHANGELOG.md b/service/lexruntimeservice/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/lexruntimeservice/CHANGELOG.md +++ b/service/lexruntimeservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/lexruntimeservice/go.mod b/service/lexruntimeservice/go.mod index 4c1769768ca..e88469a5ba8 100644 --- a/service/lexruntimeservice/go.mod +++ b/service/lexruntimeservice/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/lexruntimeservice go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/lexruntimeservice/go_module_metadata.go b/service/lexruntimeservice/go_module_metadata.go index d0e60af1b66..5da223c6b1d 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/lexruntimev2/CHANGELOG.md b/service/lexruntimev2/CHANGELOG.md index 307887c9ada..f21f343957d 100644 --- a/service/lexruntimev2/CHANGELOG.md +++ b/service/lexruntimev2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/lexruntimev2/go.mod b/service/lexruntimev2/go.mod index dddcc30a628..0351400deb5 100644 --- a/service/lexruntimev2/go.mod +++ b/service/lexruntimev2/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/lexruntimev2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/lexruntimev2/go_module_metadata.go b/service/lexruntimev2/go_module_metadata.go index 6a6e018407b..e4a5927cef2 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.1.0" +const goModuleVersion = "1.1.1" diff --git a/service/licensemanager/CHANGELOG.md b/service/licensemanager/CHANGELOG.md index 5cb2f3972a7..cda8ef5b24d 100644 --- a/service/licensemanager/CHANGELOG.md +++ b/service/licensemanager/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.4.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/licensemanager/go.mod b/service/licensemanager/go.mod index b9a5288756e..8ad209d30ac 100644 --- a/service/licensemanager/go.mod +++ b/service/licensemanager/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/licensemanager go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/licensemanager/go_module_metadata.go b/service/licensemanager/go_module_metadata.go index 67a76e131d7..68c35722ac6 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.3.0" +const goModuleVersion = "1.4.0" diff --git a/service/lightsail/CHANGELOG.md b/service/lightsail/CHANGELOG.md index fa2ef98369b..623cd0a24b8 100644 --- a/service/lightsail/CHANGELOG.md +++ b/service/lightsail/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.6.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/lightsail/go.mod b/service/lightsail/go.mod index 647c2a37b4f..59eadde8aec 100644 --- a/service/lightsail/go.mod +++ b/service/lightsail/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/lightsail go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/lightsail/go_module_metadata.go b/service/lightsail/go_module_metadata.go index ad448e9121a..db015db2bb4 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.5.0" +const goModuleVersion = "1.6.0" diff --git a/service/location/CHANGELOG.md b/service/location/CHANGELOG.md index 307887c9ada..f21f343957d 100644 --- a/service/location/CHANGELOG.md +++ b/service/location/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/location/go.mod b/service/location/go.mod index 6af9cf17b2e..ac747d45d01 100644 --- a/service/location/go.mod +++ b/service/location/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/location go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/location/go_module_metadata.go b/service/location/go_module_metadata.go index a6d33822796..b04c4f35d5b 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.1.0" +const goModuleVersion = "1.1.1" diff --git a/service/lookoutequipment/CHANGELOG.md b/service/lookoutequipment/CHANGELOG.md index 307887c9ada..f21f343957d 100644 --- a/service/lookoutequipment/CHANGELOG.md +++ b/service/lookoutequipment/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/lookoutequipment/go.mod b/service/lookoutequipment/go.mod index e1030267e59..e735a7719d9 100644 --- a/service/lookoutequipment/go.mod +++ b/service/lookoutequipment/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/lookoutequipment go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/lookoutequipment/go_module_metadata.go b/service/lookoutequipment/go_module_metadata.go index bd9ca1c37db..16585e9d944 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.1.0" +const goModuleVersion = "1.1.1" diff --git a/service/lookoutmetrics/CHANGELOG.md b/service/lookoutmetrics/CHANGELOG.md index 7c660e32d70..1befd1433cb 100644 --- a/service/lookoutmetrics/CHANGELOG.md +++ b/service/lookoutmetrics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/lookoutmetrics/go.mod b/service/lookoutmetrics/go.mod index ac2224a4c46..ea3184ee6a9 100644 --- a/service/lookoutmetrics/go.mod +++ b/service/lookoutmetrics/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/lookoutmetrics go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/lookoutmetrics/go_module_metadata.go b/service/lookoutmetrics/go_module_metadata.go index 38e53b05a63..8af28c0dbc9 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.1.0" +const goModuleVersion = "1.1.1" diff --git a/service/lookoutvision/CHANGELOG.md b/service/lookoutvision/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/lookoutvision/CHANGELOG.md +++ b/service/lookoutvision/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/lookoutvision/go.mod b/service/lookoutvision/go.mod index e61e27bb77a..d872abe7e63 100644 --- a/service/lookoutvision/go.mod +++ b/service/lookoutvision/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/lookoutvision go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/lookoutvision/go_module_metadata.go b/service/lookoutvision/go_module_metadata.go index fd7104d2986..14bc85fcbe0 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/machinelearning/CHANGELOG.md b/service/machinelearning/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/machinelearning/CHANGELOG.md +++ b/service/machinelearning/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/machinelearning/go.mod b/service/machinelearning/go.mod index c25f6ae3777..f059818c131 100644 --- a/service/machinelearning/go.mod +++ b/service/machinelearning/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/machinelearning go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 d66e83a5de6..c957aea617d 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/macie/CHANGELOG.md b/service/macie/CHANGELOG.md index 5cb2f3972a7..cda8ef5b24d 100644 --- a/service/macie/CHANGELOG.md +++ b/service/macie/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.4.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/macie/go.mod b/service/macie/go.mod index 42ad02e54de..404dff345da 100644 --- a/service/macie/go.mod +++ b/service/macie/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/macie go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/macie/go_module_metadata.go b/service/macie/go_module_metadata.go index 7e6a5a88e8c..31340f1f797 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.3.0" +const goModuleVersion = "1.4.0" diff --git a/service/macie2/CHANGELOG.md b/service/macie2/CHANGELOG.md index fa2ef98369b..623cd0a24b8 100644 --- a/service/macie2/CHANGELOG.md +++ b/service/macie2/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.6.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/macie2/go.mod b/service/macie2/go.mod index ee491bda609..dc7cd36ad88 100644 --- a/service/macie2/go.mod +++ b/service/macie2/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/macie2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/macie2/go_module_metadata.go b/service/macie2/go_module_metadata.go index 29d8e6a528a..2fba3010597 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.5.0" +const goModuleVersion = "1.6.0" diff --git a/service/managedblockchain/CHANGELOG.md b/service/managedblockchain/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/managedblockchain/CHANGELOG.md +++ b/service/managedblockchain/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/managedblockchain/go.mod b/service/managedblockchain/go.mod index ffbaf95e6ea..7ab4eafd6ae 100644 --- a/service/managedblockchain/go.mod +++ b/service/managedblockchain/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/managedblockchain go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/managedblockchain/go_module_metadata.go b/service/managedblockchain/go_module_metadata.go index 98d60d7bc46..08ccf1e4e28 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/marketplacecatalog/CHANGELOG.md b/service/marketplacecatalog/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/marketplacecatalog/CHANGELOG.md +++ b/service/marketplacecatalog/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/marketplacecatalog/go.mod b/service/marketplacecatalog/go.mod index 21b7aa13288..ff0e68913e0 100644 --- a/service/marketplacecatalog/go.mod +++ b/service/marketplacecatalog/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/marketplacecatalog go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/marketplacecatalog/go_module_metadata.go b/service/marketplacecatalog/go_module_metadata.go index 9bc4cde7f4c..5d35a7aaf4c 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/marketplacecommerceanalytics/CHANGELOG.md b/service/marketplacecommerceanalytics/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/marketplacecommerceanalytics/CHANGELOG.md +++ b/service/marketplacecommerceanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/marketplacecommerceanalytics/go.mod b/service/marketplacecommerceanalytics/go.mod index 42b22277b05..27e0a827c86 100644 --- a/service/marketplacecommerceanalytics/go.mod +++ b/service/marketplacecommerceanalytics/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/marketplacecommerceanalytics/go_module_metadata.go b/service/marketplacecommerceanalytics/go_module_metadata.go index 224289ae12a..151295fd114 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/marketplaceentitlementservice/CHANGELOG.md b/service/marketplaceentitlementservice/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/marketplaceentitlementservice/CHANGELOG.md +++ b/service/marketplaceentitlementservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/marketplaceentitlementservice/go.mod b/service/marketplaceentitlementservice/go.mod index 3257dc497c3..ac6b0650b25 100644 --- a/service/marketplaceentitlementservice/go.mod +++ b/service/marketplaceentitlementservice/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/marketplaceentitlementservice go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/marketplaceentitlementservice/go_module_metadata.go b/service/marketplaceentitlementservice/go_module_metadata.go index 89b67d9ba6d..a22b73ce73a 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/marketplacemetering/CHANGELOG.md b/service/marketplacemetering/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/marketplacemetering/CHANGELOG.md +++ b/service/marketplacemetering/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/marketplacemetering/go.mod b/service/marketplacemetering/go.mod index 0db02bf0397..41622b20035 100644 --- a/service/marketplacemetering/go.mod +++ b/service/marketplacemetering/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/marketplacemetering go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/marketplacemetering/go_module_metadata.go b/service/marketplacemetering/go_module_metadata.go index 51cf4ac11aa..be25905cf72 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/mediaconnect/CHANGELOG.md b/service/mediaconnect/CHANGELOG.md index 068d708fd43..51db142528a 100644 --- a/service/mediaconnect/CHANGELOG.md +++ b/service/mediaconnect/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.5.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/mediaconnect/go.mod b/service/mediaconnect/go.mod index 97a165448eb..a17695ae19d 100644 --- a/service/mediaconnect/go.mod +++ b/service/mediaconnect/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/mediaconnect go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 5ee391f55d3..09decfeb797 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.4.0" +const goModuleVersion = "1.5.0" diff --git a/service/mediaconvert/CHANGELOG.md b/service/mediaconvert/CHANGELOG.md index a8379d89918..832dddd802f 100644 --- a/service/mediaconvert/CHANGELOG.md +++ b/service/mediaconvert/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/mediaconvert/go.mod b/service/mediaconvert/go.mod index 79a48fa92ea..5533354e220 100644 --- a/service/mediaconvert/go.mod +++ b/service/mediaconvert/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/mediaconvert go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/mediaconvert/go_module_metadata.go b/service/mediaconvert/go_module_metadata.go index ddce127d4c1..6101abb53de 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.5.0" +const goModuleVersion = "1.5.1" diff --git a/service/medialive/CHANGELOG.md b/service/medialive/CHANGELOG.md index fa2ef98369b..03d92a32e54 100644 --- a/service/medialive/CHANGELOG.md +++ b/service/medialive/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/medialive/go.mod b/service/medialive/go.mod index 508c0627936..b510dedbab1 100644 --- a/service/medialive/go.mod +++ b/service/medialive/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/medialive go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 1fdbb58e47d..e567b0df095 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.5.0" +const goModuleVersion = "1.5.1" diff --git a/service/mediapackage/CHANGELOG.md b/service/mediapackage/CHANGELOG.md index fa2ef98369b..03d92a32e54 100644 --- a/service/mediapackage/CHANGELOG.md +++ b/service/mediapackage/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/mediapackage/go.mod b/service/mediapackage/go.mod index 604ebad9589..995e82c0cd9 100644 --- a/service/mediapackage/go.mod +++ b/service/mediapackage/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/mediapackage go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/mediapackage/go_module_metadata.go b/service/mediapackage/go_module_metadata.go index 4d6612862a6..7480b026fb1 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.5.0" +const goModuleVersion = "1.5.1" diff --git a/service/mediapackagevod/CHANGELOG.md b/service/mediapackagevod/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/mediapackagevod/CHANGELOG.md +++ b/service/mediapackagevod/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/mediapackagevod/go.mod b/service/mediapackagevod/go.mod index 2e9ae814358..dabd3f4d91b 100644 --- a/service/mediapackagevod/go.mod +++ b/service/mediapackagevod/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/mediapackagevod go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/mediapackagevod/go_module_metadata.go b/service/mediapackagevod/go_module_metadata.go index bf14185bf21..edbbb64abc3 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/mediastore/CHANGELOG.md b/service/mediastore/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/mediastore/CHANGELOG.md +++ b/service/mediastore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/mediastore/go.mod b/service/mediastore/go.mod index 0e27bfa1a77..b7d69729bde 100644 --- a/service/mediastore/go.mod +++ b/service/mediastore/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/mediastore go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/mediastore/go_module_metadata.go b/service/mediastore/go_module_metadata.go index 4ac784b4c69..059bd55ad70 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/mediastoredata/CHANGELOG.md b/service/mediastoredata/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/mediastoredata/CHANGELOG.md +++ b/service/mediastoredata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/mediastoredata/go.mod b/service/mediastoredata/go.mod index 72f0cd42dc8..616caaf35ea 100644 --- a/service/mediastoredata/go.mod +++ b/service/mediastoredata/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/mediastoredata go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/mediastoredata/go_module_metadata.go b/service/mediastoredata/go_module_metadata.go index c1e2c9c0afd..b0138f01db0 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/mediatailor/CHANGELOG.md b/service/mediatailor/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/mediatailor/CHANGELOG.md +++ b/service/mediatailor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/mediatailor/go.mod b/service/mediatailor/go.mod index 51c4b434c5d..d3d8d9e2524 100644 --- a/service/mediatailor/go.mod +++ b/service/mediatailor/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/mediatailor go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/mediatailor/go_module_metadata.go b/service/mediatailor/go_module_metadata.go index 603520b50ad..8c425876652 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/mgn/CHANGELOG.md b/service/mgn/CHANGELOG.md index 307887c9ada..f21f343957d 100644 --- a/service/mgn/CHANGELOG.md +++ b/service/mgn/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/mgn/go.mod b/service/mgn/go.mod index 50198232730..7f9813cc410 100644 --- a/service/mgn/go.mod +++ b/service/mgn/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/mgn go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/mgn/go_module_metadata.go b/service/mgn/go_module_metadata.go index 7d9596d13b7..d62a6182cd8 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.1.0" +const goModuleVersion = "1.1.1" diff --git a/service/migrationhub/CHANGELOG.md b/service/migrationhub/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/migrationhub/CHANGELOG.md +++ b/service/migrationhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/migrationhub/go.mod b/service/migrationhub/go.mod index 2026567acc8..e63066ef9fa 100644 --- a/service/migrationhub/go.mod +++ b/service/migrationhub/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/migrationhub go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/migrationhub/go_module_metadata.go b/service/migrationhub/go_module_metadata.go index f2504295d63..0ff1a7130c2 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/migrationhubconfig/CHANGELOG.md b/service/migrationhubconfig/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/migrationhubconfig/CHANGELOG.md +++ b/service/migrationhubconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/migrationhubconfig/go.mod b/service/migrationhubconfig/go.mod index 3c5ca5354b1..2ead4bdcc0d 100644 --- a/service/migrationhubconfig/go.mod +++ b/service/migrationhubconfig/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/migrationhubconfig go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/migrationhubconfig/go_module_metadata.go b/service/migrationhubconfig/go_module_metadata.go index ce5388b0506..f6161af1394 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/mobile/CHANGELOG.md b/service/mobile/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/mobile/CHANGELOG.md +++ b/service/mobile/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/mobile/go.mod b/service/mobile/go.mod index 75fbf7a24fd..8ff2ab12305 100644 --- a/service/mobile/go.mod +++ b/service/mobile/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/mobile go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/mobile/go_module_metadata.go b/service/mobile/go_module_metadata.go index 36d13f93b8a..477b3c568f2 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/mq/CHANGELOG.md b/service/mq/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/mq/CHANGELOG.md +++ b/service/mq/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/mq/go.mod b/service/mq/go.mod index 1bb5e1f877e..ce2a6b3d699 100644 --- a/service/mq/go.mod +++ b/service/mq/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/mq go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/mq/go_module_metadata.go b/service/mq/go_module_metadata.go index 59a74c90b63..b7fcdf37d76 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/mturk/CHANGELOG.md b/service/mturk/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/mturk/CHANGELOG.md +++ b/service/mturk/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/mturk/go.mod b/service/mturk/go.mod index c7be8bcda18..2e48748b773 100644 --- a/service/mturk/go.mod +++ b/service/mturk/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/mturk go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/mturk/go_module_metadata.go b/service/mturk/go_module_metadata.go index cd113a70837..7ece5dcdc55 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/mwaa/CHANGELOG.md b/service/mwaa/CHANGELOG.md index 307887c9ada..f21f343957d 100644 --- a/service/mwaa/CHANGELOG.md +++ b/service/mwaa/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/mwaa/go.mod b/service/mwaa/go.mod index 9d58e76989a..f127a79f63c 100644 --- a/service/mwaa/go.mod +++ b/service/mwaa/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/mwaa go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/mwaa/go_module_metadata.go b/service/mwaa/go_module_metadata.go index 94b4f69cfd3..ca253b7de46 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.1.0" +const goModuleVersion = "1.1.1" diff --git a/service/neptune/CHANGELOG.md b/service/neptune/CHANGELOG.md index 068d708fd43..51db142528a 100644 --- a/service/neptune/CHANGELOG.md +++ b/service/neptune/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.5.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/neptune/go.mod b/service/neptune/go.mod index 383314aa450..1b402c7f482 100644 --- a/service/neptune/go.mod +++ b/service/neptune/go.mod @@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/service/neptune go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.1.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.1.1 github.com/aws/smithy-go v1.4.0 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 5255578c5bc..69f2ba7a513 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.4.0" +const goModuleVersion = "1.5.0" diff --git a/service/networkfirewall/CHANGELOG.md b/service/networkfirewall/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/networkfirewall/CHANGELOG.md +++ b/service/networkfirewall/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/networkfirewall/go.mod b/service/networkfirewall/go.mod index 22097648865..1bef4e591ff 100644 --- a/service/networkfirewall/go.mod +++ b/service/networkfirewall/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/networkfirewall go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/networkfirewall/go_module_metadata.go b/service/networkfirewall/go_module_metadata.go index d9836681abd..573cbf0e542 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/networkmanager/CHANGELOG.md b/service/networkmanager/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/networkmanager/CHANGELOG.md +++ b/service/networkmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/networkmanager/go.mod b/service/networkmanager/go.mod index ae304414327..d9fae654e08 100644 --- a/service/networkmanager/go.mod +++ b/service/networkmanager/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/networkmanager go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/networkmanager/go_module_metadata.go b/service/networkmanager/go_module_metadata.go index a656b2fe44c..efe0b746dae 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/nimble/CHANGELOG.md b/service/nimble/CHANGELOG.md index 307887c9ada..f21f343957d 100644 --- a/service/nimble/CHANGELOG.md +++ b/service/nimble/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/nimble/go.mod b/service/nimble/go.mod index c9c50eee41b..c95307f0ddc 100644 --- a/service/nimble/go.mod +++ b/service/nimble/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/nimble go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/nimble/go_module_metadata.go b/service/nimble/go_module_metadata.go index 79a03d9805f..fe3e3e29165 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.1.0" +const goModuleVersion = "1.1.1" diff --git a/service/opsworks/CHANGELOG.md b/service/opsworks/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/opsworks/CHANGELOG.md +++ b/service/opsworks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/opsworks/go.mod b/service/opsworks/go.mod index 73616e0243a..37892a9fe42 100644 --- a/service/opsworks/go.mod +++ b/service/opsworks/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/opsworks go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 1535cf99e10..aca6f7e2f9f 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/opsworkscm/CHANGELOG.md b/service/opsworkscm/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/opsworkscm/CHANGELOG.md +++ b/service/opsworkscm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/opsworkscm/go.mod b/service/opsworkscm/go.mod index 3c3abf26226..1416191f00d 100644 --- a/service/opsworkscm/go.mod +++ b/service/opsworkscm/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/opsworkscm go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 88d7b70c36a..690b324897f 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/organizations/CHANGELOG.md b/service/organizations/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/organizations/CHANGELOG.md +++ b/service/organizations/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/organizations/go.mod b/service/organizations/go.mod index 27a45257122..b982e8019ee 100644 --- a/service/organizations/go.mod +++ b/service/organizations/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/organizations go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/organizations/go_module_metadata.go b/service/organizations/go_module_metadata.go index b02e85a6b0a..e33717ff5e2 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/outposts/CHANGELOG.md b/service/outposts/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/outposts/CHANGELOG.md +++ b/service/outposts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/outposts/go.mod b/service/outposts/go.mod index a225b851086..952c75ecec9 100644 --- a/service/outposts/go.mod +++ b/service/outposts/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/outposts go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/outposts/go_module_metadata.go b/service/outposts/go_module_metadata.go index 0078c90cb71..1a1717abfd6 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/personalize/CHANGELOG.md b/service/personalize/CHANGELOG.md index 068d708fd43..51db142528a 100644 --- a/service/personalize/CHANGELOG.md +++ b/service/personalize/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.5.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/personalize/go.mod b/service/personalize/go.mod index aff7b2876f8..769c6b3a446 100644 --- a/service/personalize/go.mod +++ b/service/personalize/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/personalize go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/personalize/go_module_metadata.go b/service/personalize/go_module_metadata.go index e8626e64f79..470902d7006 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.4.0" +const goModuleVersion = "1.5.0" diff --git a/service/personalizeevents/CHANGELOG.md b/service/personalizeevents/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/personalizeevents/CHANGELOG.md +++ b/service/personalizeevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/personalizeevents/go.mod b/service/personalizeevents/go.mod index b7f07f3437e..4d8982c7fe0 100644 --- a/service/personalizeevents/go.mod +++ b/service/personalizeevents/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/personalizeevents go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/personalizeevents/go_module_metadata.go b/service/personalizeevents/go_module_metadata.go index 04fb5463400..4eca4c3ee4b 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/personalizeruntime/CHANGELOG.md b/service/personalizeruntime/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/personalizeruntime/CHANGELOG.md +++ b/service/personalizeruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/personalizeruntime/go.mod b/service/personalizeruntime/go.mod index ad8c7a266d4..0eb9cfcd5af 100644 --- a/service/personalizeruntime/go.mod +++ b/service/personalizeruntime/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/personalizeruntime go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/personalizeruntime/go_module_metadata.go b/service/personalizeruntime/go_module_metadata.go index 881e09ad67d..e6f7204c7d2 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/pi/CHANGELOG.md b/service/pi/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/pi/CHANGELOG.md +++ b/service/pi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/pi/go.mod b/service/pi/go.mod index ef7e91e6eb7..39654e7c9a1 100644 --- a/service/pi/go.mod +++ b/service/pi/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/pi go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/pi/go_module_metadata.go b/service/pi/go_module_metadata.go index 7c41798cf61..a29e06301c1 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/pinpoint/CHANGELOG.md b/service/pinpoint/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/pinpoint/CHANGELOG.md +++ b/service/pinpoint/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/pinpoint/go.mod b/service/pinpoint/go.mod index f115e45dc47..75d9fa0ce65 100644 --- a/service/pinpoint/go.mod +++ b/service/pinpoint/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/pinpoint go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/pinpoint/go_module_metadata.go b/service/pinpoint/go_module_metadata.go index 0bf0a120cdd..5cebfab91b9 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/pinpointemail/CHANGELOG.md b/service/pinpointemail/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/pinpointemail/CHANGELOG.md +++ b/service/pinpointemail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/pinpointemail/go.mod b/service/pinpointemail/go.mod index 1ce26161563..c69c286ad88 100644 --- a/service/pinpointemail/go.mod +++ b/service/pinpointemail/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/pinpointemail go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/pinpointemail/go_module_metadata.go b/service/pinpointemail/go_module_metadata.go index 1ca44864e9f..b8c4a8f7145 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/pinpointsmsvoice/CHANGELOG.md b/service/pinpointsmsvoice/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/pinpointsmsvoice/CHANGELOG.md +++ b/service/pinpointsmsvoice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/pinpointsmsvoice/go.mod b/service/pinpointsmsvoice/go.mod index 0ff02c2c7ed..c2b179796a2 100644 --- a/service/pinpointsmsvoice/go.mod +++ b/service/pinpointsmsvoice/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/pinpointsmsvoice go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/pinpointsmsvoice/go_module_metadata.go b/service/pinpointsmsvoice/go_module_metadata.go index d52c8ea7534..f41447e05b5 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/polly/CHANGELOG.md b/service/polly/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/polly/CHANGELOG.md +++ b/service/polly/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/polly/go.mod b/service/polly/go.mod index 7c8295b5b76..65de6f6439e 100644 --- a/service/polly/go.mod +++ b/service/polly/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/polly go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/polly/go_module_metadata.go b/service/polly/go_module_metadata.go index 688f1fb79d9..06eba49143e 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/pricing/CHANGELOG.md b/service/pricing/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/pricing/CHANGELOG.md +++ b/service/pricing/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/pricing/go.mod b/service/pricing/go.mod index ae86f253469..2482b137b3b 100644 --- a/service/pricing/go.mod +++ b/service/pricing/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/pricing go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/pricing/go_module_metadata.go b/service/pricing/go_module_metadata.go index 789b64c3c3e..55031fbc844 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/qldb/CHANGELOG.md b/service/qldb/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/qldb/CHANGELOG.md +++ b/service/qldb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/qldb/go.mod b/service/qldb/go.mod index 3a5fa590d8b..6cedd84da08 100644 --- a/service/qldb/go.mod +++ b/service/qldb/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/qldb go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/qldb/go_module_metadata.go b/service/qldb/go_module_metadata.go index 3324bb12771..929e024696b 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/qldbsession/CHANGELOG.md b/service/qldbsession/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/qldbsession/CHANGELOG.md +++ b/service/qldbsession/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/qldbsession/go.mod b/service/qldbsession/go.mod index ef16f2e5128..1d9edbaf392 100644 --- a/service/qldbsession/go.mod +++ b/service/qldbsession/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/qldbsession go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/qldbsession/go_module_metadata.go b/service/qldbsession/go_module_metadata.go index 7b2b1eedfa4..7c324b2b31f 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/quicksight/CHANGELOG.md b/service/quicksight/CHANGELOG.md index 5cb2f3972a7..cda8ef5b24d 100644 --- a/service/quicksight/CHANGELOG.md +++ b/service/quicksight/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.4.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/quicksight/go.mod b/service/quicksight/go.mod index c76c68e5153..b0ebea3c9be 100644 --- a/service/quicksight/go.mod +++ b/service/quicksight/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/quicksight go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/quicksight/go_module_metadata.go b/service/quicksight/go_module_metadata.go index 6733283a276..0136286339f 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.3.0" +const goModuleVersion = "1.4.0" diff --git a/service/ram/CHANGELOG.md b/service/ram/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/ram/CHANGELOG.md +++ b/service/ram/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/ram/go.mod b/service/ram/go.mod index 95e82ccb414..024072c644a 100644 --- a/service/ram/go.mod +++ b/service/ram/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/ram go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/ram/go_module_metadata.go b/service/ram/go_module_metadata.go index e08fc3e8ad9..f0a978be96d 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/rds/CHANGELOG.md b/service/rds/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/rds/CHANGELOG.md +++ b/service/rds/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/rds/go.mod b/service/rds/go.mod index fda476d77f1..71ba1264bb8 100644 --- a/service/rds/go.mod +++ b/service/rds/go.mod @@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/service/rds go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.1.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.1.1 github.com/aws/smithy-go v1.4.0 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 6e1c38a9b9e..7f8550eafe6 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/rdsdata/CHANGELOG.md b/service/rdsdata/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/rdsdata/CHANGELOG.md +++ b/service/rdsdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/rdsdata/go.mod b/service/rdsdata/go.mod index a81efc173c8..ccd7cd58045 100644 --- a/service/rdsdata/go.mod +++ b/service/rdsdata/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/rdsdata go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/rdsdata/go_module_metadata.go b/service/rdsdata/go_module_metadata.go index 43b9e5013d5..53fe032f53d 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/redshift/CHANGELOG.md b/service/redshift/CHANGELOG.md index 2fa392b864a..b2a78fe26c3 100644 --- a/service/redshift/CHANGELOG.md +++ b/service/redshift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/redshift/go.mod b/service/redshift/go.mod index c75bbe4e411..4f0973bf7b8 100644 --- a/service/redshift/go.mod +++ b/service/redshift/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/redshift go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 6b910120b9a..a6fbe7934b8 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.6.0" +const goModuleVersion = "1.6.1" diff --git a/service/redshiftdata/CHANGELOG.md b/service/redshiftdata/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/redshiftdata/CHANGELOG.md +++ b/service/redshiftdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/redshiftdata/go.mod b/service/redshiftdata/go.mod index bc0549bf771..ce2fbcf35f8 100644 --- a/service/redshiftdata/go.mod +++ b/service/redshiftdata/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/redshiftdata go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/redshiftdata/go_module_metadata.go b/service/redshiftdata/go_module_metadata.go index 29647fb0bb8..a5dfc55e669 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/rekognition/CHANGELOG.md b/service/rekognition/CHANGELOG.md index 068d708fd43..51db142528a 100644 --- a/service/rekognition/CHANGELOG.md +++ b/service/rekognition/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.5.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/rekognition/go.mod b/service/rekognition/go.mod index 9edee5b4749..ea31c73008e 100644 --- a/service/rekognition/go.mod +++ b/service/rekognition/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/rekognition go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 882b93e879f..363647d48ee 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.4.0" +const goModuleVersion = "1.5.0" diff --git a/service/resourcegroups/CHANGELOG.md b/service/resourcegroups/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/resourcegroups/CHANGELOG.md +++ b/service/resourcegroups/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/resourcegroups/go.mod b/service/resourcegroups/go.mod index 30afd426879..2fe2f732103 100644 --- a/service/resourcegroups/go.mod +++ b/service/resourcegroups/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/resourcegroups go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/resourcegroups/go_module_metadata.go b/service/resourcegroups/go_module_metadata.go index e21932a2785..310da76346e 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/resourcegroupstaggingapi/CHANGELOG.md b/service/resourcegroupstaggingapi/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/resourcegroupstaggingapi/CHANGELOG.md +++ b/service/resourcegroupstaggingapi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/resourcegroupstaggingapi/go.mod b/service/resourcegroupstaggingapi/go.mod index bb991d45e5f..ac66332e458 100644 --- a/service/resourcegroupstaggingapi/go.mod +++ b/service/resourcegroupstaggingapi/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/resourcegroupstaggingapi/go_module_metadata.go b/service/resourcegroupstaggingapi/go_module_metadata.go index 62e70842b29..71bbb2e5901 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/robomaker/CHANGELOG.md b/service/robomaker/CHANGELOG.md index fa2ef98369b..03d92a32e54 100644 --- a/service/robomaker/CHANGELOG.md +++ b/service/robomaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/robomaker/go.mod b/service/robomaker/go.mod index 17e667f0c61..f17673744d0 100644 --- a/service/robomaker/go.mod +++ b/service/robomaker/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/robomaker go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/robomaker/go_module_metadata.go b/service/robomaker/go_module_metadata.go index 76b40c6f4df..abb16184b4e 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.5.0" +const goModuleVersion = "1.5.1" diff --git a/service/route53/CHANGELOG.md b/service/route53/CHANGELOG.md index 7e66f2678f9..3f3ef458bbf 100644 --- a/service/route53/CHANGELOG.md +++ b/service/route53/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/route53/go.mod b/service/route53/go.mod index e7365bdc5e9..5e7a741b3f6 100644 --- a/service/route53/go.mod +++ b/service/route53/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/route53 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 efa8bedf5ae..045190f9bcf 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.6.0" +const goModuleVersion = "1.6.1" diff --git a/service/route53domains/CHANGELOG.md b/service/route53domains/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/route53domains/CHANGELOG.md +++ b/service/route53domains/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/route53domains/go.mod b/service/route53domains/go.mod index 958a892e71e..4e03f53ed58 100644 --- a/service/route53domains/go.mod +++ b/service/route53domains/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/route53domains go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/route53domains/go_module_metadata.go b/service/route53domains/go_module_metadata.go index e1ff175f5ad..30963bb2e90 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/route53resolver/CHANGELOG.md b/service/route53resolver/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/route53resolver/CHANGELOG.md +++ b/service/route53resolver/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/route53resolver/go.mod b/service/route53resolver/go.mod index 266e24d0bf2..f6338f47611 100644 --- a/service/route53resolver/go.mod +++ b/service/route53resolver/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/route53resolver go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/route53resolver/go_module_metadata.go b/service/route53resolver/go_module_metadata.go index bc168a8eb76..45ba900e180 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/s3/CHANGELOG.md b/service/s3/CHANGELOG.md index aba4239cff0..ac0950564ba 100644 --- a/service/s3/CHANGELOG.md +++ b/service/s3/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.8.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/s3/go.mod b/service/s3/go.mod index f1e6cc300cb..fed48d6e109 100644 --- a/service/s3/go.mod +++ b/service/s3/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/s3 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.1.0 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.1.0 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.3.0 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.1.1 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.3.1 github.com/aws/smithy-go v1.4.0 github.com/google/go-cmp v0.5.4 ) diff --git a/service/s3/go_module_metadata.go b/service/s3/go_module_metadata.go index 33d9d0c30bf..e20984c2ea3 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.7.0" +const goModuleVersion = "1.8.0" diff --git a/service/s3/internal/configtesting/go.mod b/service/s3/internal/configtesting/go.mod index a0d0534baf2..0a5f936ca64 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.2.0 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.3.0 + github.com/aws/aws-sdk-go-v2/config v1.3.0 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.3.1 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/service/s3control/CHANGELOG.md b/service/s3control/CHANGELOG.md index 7e66f2678f9..3f3ef458bbf 100644 --- a/service/s3control/CHANGELOG.md +++ b/service/s3control/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/s3control/go.mod b/service/s3control/go.mod index 1e6b8b1abfc..cafd7d204d6 100644 --- a/service/s3control/go.mod +++ b/service/s3control/go.mod @@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/service/s3control go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.3.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.3.1 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/s3control/go_module_metadata.go b/service/s3control/go_module_metadata.go index b31eaf0d0bc..3538db56acc 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.6.0" +const goModuleVersion = "1.6.1" diff --git a/service/s3outposts/CHANGELOG.md b/service/s3outposts/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/s3outposts/CHANGELOG.md +++ b/service/s3outposts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/s3outposts/go.mod b/service/s3outposts/go.mod index 9e71b1b5b10..1d1af78a965 100644 --- a/service/s3outposts/go.mod +++ b/service/s3outposts/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/s3outposts go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/s3outposts/go_module_metadata.go b/service/s3outposts/go_module_metadata.go index 5c66810e03f..ee4f8387374 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/sagemaker/CHANGELOG.md b/service/sagemaker/CHANGELOG.md index fa2ef98369b..623cd0a24b8 100644 --- a/service/sagemaker/CHANGELOG.md +++ b/service/sagemaker/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.6.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/sagemaker/go.mod b/service/sagemaker/go.mod index 8d4f1f67630..15e25198c50 100644 --- a/service/sagemaker/go.mod +++ b/service/sagemaker/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/sagemaker go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 8be7d243ea8..99b3d29b7fe 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.5.0" +const goModuleVersion = "1.6.0" diff --git a/service/sagemakera2iruntime/CHANGELOG.md b/service/sagemakera2iruntime/CHANGELOG.md index 67455b687da..8c6da822cbf 100644 --- a/service/sagemakera2iruntime/CHANGELOG.md +++ b/service/sagemakera2iruntime/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.3.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/sagemakera2iruntime/go.mod b/service/sagemakera2iruntime/go.mod index 1a98a2a9d43..43338912a64 100644 --- a/service/sagemakera2iruntime/go.mod +++ b/service/sagemakera2iruntime/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/sagemakera2iruntime go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/sagemakera2iruntime/go_module_metadata.go b/service/sagemakera2iruntime/go_module_metadata.go index ad44c90d8b9..048e2d495e1 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.2.0" +const goModuleVersion = "1.3.0" diff --git a/service/sagemakeredge/CHANGELOG.md b/service/sagemakeredge/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/sagemakeredge/CHANGELOG.md +++ b/service/sagemakeredge/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/sagemakeredge/go.mod b/service/sagemakeredge/go.mod index 8acbb140f47..a8fafebdc97 100644 --- a/service/sagemakeredge/go.mod +++ b/service/sagemakeredge/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/sagemakeredge go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/sagemakeredge/go_module_metadata.go b/service/sagemakeredge/go_module_metadata.go index cf88d1b68e0..328fb810baa 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/sagemakerfeaturestoreruntime/CHANGELOG.md b/service/sagemakerfeaturestoreruntime/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/sagemakerfeaturestoreruntime/CHANGELOG.md +++ b/service/sagemakerfeaturestoreruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/sagemakerfeaturestoreruntime/go.mod b/service/sagemakerfeaturestoreruntime/go.mod index 22f30ed7a2f..4ba3c69e5e4 100644 --- a/service/sagemakerfeaturestoreruntime/go.mod +++ b/service/sagemakerfeaturestoreruntime/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/sagemakerfeaturestoreruntime go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/sagemakerfeaturestoreruntime/go_module_metadata.go b/service/sagemakerfeaturestoreruntime/go_module_metadata.go index 75c6fb6f7ef..20bbe8b370d 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/sagemakerruntime/CHANGELOG.md b/service/sagemakerruntime/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/sagemakerruntime/CHANGELOG.md +++ b/service/sagemakerruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/sagemakerruntime/go.mod b/service/sagemakerruntime/go.mod index bbd7d91b446..6c73d42d19c 100644 --- a/service/sagemakerruntime/go.mod +++ b/service/sagemakerruntime/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/sagemakerruntime go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/sagemakerruntime/go_module_metadata.go b/service/sagemakerruntime/go_module_metadata.go index 3bf305faa12..065cc754d02 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/savingsplans/CHANGELOG.md b/service/savingsplans/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/savingsplans/CHANGELOG.md +++ b/service/savingsplans/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/savingsplans/go.mod b/service/savingsplans/go.mod index 0a2cb99c424..7abd9ddd9e6 100644 --- a/service/savingsplans/go.mod +++ b/service/savingsplans/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/savingsplans go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/savingsplans/go_module_metadata.go b/service/savingsplans/go_module_metadata.go index c9e38398d44..4c7952c63c1 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/schemas/CHANGELOG.md b/service/schemas/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/schemas/CHANGELOG.md +++ b/service/schemas/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/schemas/go.mod b/service/schemas/go.mod index dff6aaae7eb..28ff150044e 100644 --- a/service/schemas/go.mod +++ b/service/schemas/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/schemas go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 5ecdad5048a..5a7e64b0564 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/secretsmanager/CHANGELOG.md b/service/secretsmanager/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/secretsmanager/CHANGELOG.md +++ b/service/secretsmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/secretsmanager/go.mod b/service/secretsmanager/go.mod index fa0a7efbd54..2368e2cdd65 100644 --- a/service/secretsmanager/go.mod +++ b/service/secretsmanager/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/secretsmanager go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/secretsmanager/go_module_metadata.go b/service/secretsmanager/go_module_metadata.go index b8f206bf0ba..ad10a6c976e 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/securityhub/CHANGELOG.md b/service/securityhub/CHANGELOG.md index fa2ef98369b..623cd0a24b8 100644 --- a/service/securityhub/CHANGELOG.md +++ b/service/securityhub/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.6.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/securityhub/go.mod b/service/securityhub/go.mod index 7de4b99bb7b..8cfbf8cbb31 100644 --- a/service/securityhub/go.mod +++ b/service/securityhub/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/securityhub go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/securityhub/go_module_metadata.go b/service/securityhub/go_module_metadata.go index ca4e1d97d70..8e70f7e106d 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.5.0" +const goModuleVersion = "1.6.0" diff --git a/service/serverlessapplicationrepository/CHANGELOG.md b/service/serverlessapplicationrepository/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/serverlessapplicationrepository/CHANGELOG.md +++ b/service/serverlessapplicationrepository/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/serverlessapplicationrepository/go.mod b/service/serverlessapplicationrepository/go.mod index 3806f7b5378..18905a92133 100644 --- a/service/serverlessapplicationrepository/go.mod +++ b/service/serverlessapplicationrepository/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/serverlessapplicationrepository go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/serverlessapplicationrepository/go_module_metadata.go b/service/serverlessapplicationrepository/go_module_metadata.go index 593dd215acd..5e799f8e331 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/servicecatalog/CHANGELOG.md b/service/servicecatalog/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/servicecatalog/CHANGELOG.md +++ b/service/servicecatalog/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/servicecatalog/go.mod b/service/servicecatalog/go.mod index f6b3f429698..d2e4172bf9b 100644 --- a/service/servicecatalog/go.mod +++ b/service/servicecatalog/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/servicecatalog go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/servicecatalog/go_module_metadata.go b/service/servicecatalog/go_module_metadata.go index 36958e89dbf..e5127150cdd 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/servicecatalogappregistry/CHANGELOG.md b/service/servicecatalogappregistry/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/servicecatalogappregistry/CHANGELOG.md +++ b/service/servicecatalogappregistry/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/servicecatalogappregistry/go.mod b/service/servicecatalogappregistry/go.mod index 54d1443fbcf..649ea1eb442 100644 --- a/service/servicecatalogappregistry/go.mod +++ b/service/servicecatalogappregistry/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/servicecatalogappregistry/go_module_metadata.go b/service/servicecatalogappregistry/go_module_metadata.go index a56abe18c72..5917067495b 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/servicediscovery/CHANGELOG.md b/service/servicediscovery/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/servicediscovery/CHANGELOG.md +++ b/service/servicediscovery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/servicediscovery/go.mod b/service/servicediscovery/go.mod index 369fdf9e802..a0eefbb6908 100644 --- a/service/servicediscovery/go.mod +++ b/service/servicediscovery/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/servicediscovery go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/servicediscovery/go_module_metadata.go b/service/servicediscovery/go_module_metadata.go index 6318cabcbbc..f537fd7440b 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/servicequotas/CHANGELOG.md b/service/servicequotas/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/servicequotas/CHANGELOG.md +++ b/service/servicequotas/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/servicequotas/go.mod b/service/servicequotas/go.mod index f0df9028afd..308303d88ab 100644 --- a/service/servicequotas/go.mod +++ b/service/servicequotas/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/servicequotas go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/servicequotas/go_module_metadata.go b/service/servicequotas/go_module_metadata.go index 2e3419bca75..b0bdc9202ae 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/ses/CHANGELOG.md b/service/ses/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/ses/CHANGELOG.md +++ b/service/ses/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/ses/go.mod b/service/ses/go.mod index 6f45fbb68fa..20abad36e50 100644 --- a/service/ses/go.mod +++ b/service/ses/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/ses go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 b1e6a4ce974..2b65ff5f97a 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/sesv2/CHANGELOG.md b/service/sesv2/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/sesv2/CHANGELOG.md +++ b/service/sesv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/sesv2/go.mod b/service/sesv2/go.mod index 6d41c1efe3d..a7de55486d6 100644 --- a/service/sesv2/go.mod +++ b/service/sesv2/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/sesv2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/sesv2/go_module_metadata.go b/service/sesv2/go_module_metadata.go index 62f009f0a15..11c5264b624 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/sfn/CHANGELOG.md b/service/sfn/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/sfn/CHANGELOG.md +++ b/service/sfn/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/sfn/go.mod b/service/sfn/go.mod index da5057cfea1..110c96e94ba 100644 --- a/service/sfn/go.mod +++ b/service/sfn/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/sfn go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/sfn/go_module_metadata.go b/service/sfn/go_module_metadata.go index 83a80205e6f..f570a878210 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/shield/CHANGELOG.md b/service/shield/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/shield/CHANGELOG.md +++ b/service/shield/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/shield/go.mod b/service/shield/go.mod index fd886f95d79..ca1c7d0bc6f 100644 --- a/service/shield/go.mod +++ b/service/shield/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/shield go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/shield/go_module_metadata.go b/service/shield/go_module_metadata.go index 9aff9b920a6..dcc1a76986e 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/signer/CHANGELOG.md b/service/signer/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/signer/CHANGELOG.md +++ b/service/signer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/signer/go.mod b/service/signer/go.mod index 91e3a9f4881..32a222aedfb 100644 --- a/service/signer/go.mod +++ b/service/signer/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/signer go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 ef0afb6ce2e..7fd45af8f05 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/sms/CHANGELOG.md b/service/sms/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/sms/CHANGELOG.md +++ b/service/sms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/sms/go.mod b/service/sms/go.mod index 0cf4917f529..c90e0f2c2a2 100644 --- a/service/sms/go.mod +++ b/service/sms/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/sms go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/sms/go_module_metadata.go b/service/sms/go_module_metadata.go index 94f40130599..0fdec4ce8a7 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/snowball/CHANGELOG.md b/service/snowball/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/snowball/CHANGELOG.md +++ b/service/snowball/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/snowball/go.mod b/service/snowball/go.mod index 3030d68f9f9..637f7bd8209 100644 --- a/service/snowball/go.mod +++ b/service/snowball/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/snowball go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/snowball/go_module_metadata.go b/service/snowball/go_module_metadata.go index bf625b4f3c7..75eddc89706 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/sns/CHANGELOG.md b/service/sns/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/sns/CHANGELOG.md +++ b/service/sns/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/sns/go.mod b/service/sns/go.mod index bcae1c86bf9..f6969c569e0 100644 --- a/service/sns/go.mod +++ b/service/sns/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/sns go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/sns/go_module_metadata.go b/service/sns/go_module_metadata.go index b00dbe02c95..9931195f68d 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/sqs/CHANGELOG.md b/service/sqs/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/sqs/CHANGELOG.md +++ b/service/sqs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/sqs/go.mod b/service/sqs/go.mod index b258462fe6d..506884d416a 100644 --- a/service/sqs/go.mod +++ b/service/sqs/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/sqs go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/sqs/go_module_metadata.go b/service/sqs/go_module_metadata.go index bba5eae5722..47efc8cb19a 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/ssm/CHANGELOG.md b/service/ssm/CHANGELOG.md index 7e66f2678f9..3f3ef458bbf 100644 --- a/service/ssm/CHANGELOG.md +++ b/service/ssm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/ssm/go.mod b/service/ssm/go.mod index e3fe7b80b1a..830e21e0a52 100644 --- a/service/ssm/go.mod +++ b/service/ssm/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/ssm go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 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 8b0745b92e8..698a57c7845 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.6.0" +const goModuleVersion = "1.6.1" diff --git a/service/ssmcontacts/CHANGELOG.md b/service/ssmcontacts/CHANGELOG.md index e58b76b9539..3211f5f9708 100644 --- a/service/ssmcontacts/CHANGELOG.md +++ b/service/ssmcontacts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.0 (2021-05-14) * **Release**: New AWS service client module diff --git a/service/ssmcontacts/go.mod b/service/ssmcontacts/go.mod index 6f74aeec83d..ff56ff98df9 100644 --- a/service/ssmcontacts/go.mod +++ b/service/ssmcontacts/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/ssmcontacts go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/ssmcontacts/go_module_metadata.go b/service/ssmcontacts/go_module_metadata.go index 5af8ef917a7..5ba4b4cbc33 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.0.0" +const goModuleVersion = "1.0.1" diff --git a/service/sso/CHANGELOG.md b/service/sso/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/sso/CHANGELOG.md +++ b/service/sso/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/sso/go.mod b/service/sso/go.mod index 952a5508210..d41388aeb4d 100644 --- a/service/sso/go.mod +++ b/service/sso/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/sso go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/sso/go_module_metadata.go b/service/sso/go_module_metadata.go index efffa410e57..eaf94b686e6 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/ssoadmin/CHANGELOG.md b/service/ssoadmin/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/ssoadmin/CHANGELOG.md +++ b/service/ssoadmin/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/ssoadmin/go.mod b/service/ssoadmin/go.mod index 4a8bbdda770..483bb0ecd66 100644 --- a/service/ssoadmin/go.mod +++ b/service/ssoadmin/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/ssoadmin go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/ssoadmin/go_module_metadata.go b/service/ssoadmin/go_module_metadata.go index ec093df8ec9..1f54fae29bf 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/ssooidc/CHANGELOG.md b/service/ssooidc/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/ssooidc/CHANGELOG.md +++ b/service/ssooidc/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/ssooidc/go.mod b/service/ssooidc/go.mod index 310a424258d..7508145839a 100644 --- a/service/ssooidc/go.mod +++ b/service/ssooidc/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/ssooidc go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/ssooidc/go_module_metadata.go b/service/ssooidc/go_module_metadata.go index 36441e95439..e729c8e61a0 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/storagegateway/CHANGELOG.md b/service/storagegateway/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/storagegateway/CHANGELOG.md +++ b/service/storagegateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/storagegateway/go.mod b/service/storagegateway/go.mod index 5ca708a744a..82be4ec21ac 100644 --- a/service/storagegateway/go.mod +++ b/service/storagegateway/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/storagegateway go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/storagegateway/go_module_metadata.go b/service/storagegateway/go_module_metadata.go index 97b641945fa..365c08b86d2 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/sts/CHANGELOG.md b/service/sts/CHANGELOG.md index 068d708fd43..76c9fba2e60 100644 --- a/service/sts/CHANGELOG.md +++ b/service/sts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/sts/go.mod b/service/sts/go.mod index 28dca75ea68..b29ffc3c9bb 100644 --- a/service/sts/go.mod +++ b/service/sts/go.mod @@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/service/sts go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.1.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.1.1 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/sts/go_module_metadata.go b/service/sts/go_module_metadata.go index 6cc885307c2..a4ad056704c 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.4.0" +const goModuleVersion = "1.4.1" diff --git a/service/support/CHANGELOG.md b/service/support/CHANGELOG.md index 67455b687da..8c6da822cbf 100644 --- a/service/support/CHANGELOG.md +++ b/service/support/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.3.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/support/go.mod b/service/support/go.mod index 0d93827ce1c..3594b8bd656 100644 --- a/service/support/go.mod +++ b/service/support/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/support go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/support/go_module_metadata.go b/service/support/go_module_metadata.go index 53f351aad0a..850f329200e 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.2.0" +const goModuleVersion = "1.3.0" diff --git a/service/swf/CHANGELOG.md b/service/swf/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/swf/CHANGELOG.md +++ b/service/swf/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/swf/go.mod b/service/swf/go.mod index 69e3c0411d9..f435b1ecc25 100644 --- a/service/swf/go.mod +++ b/service/swf/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/swf go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/swf/go_module_metadata.go b/service/swf/go_module_metadata.go index e764e06e02f..841fac44db8 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/synthetics/CHANGELOG.md b/service/synthetics/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/synthetics/CHANGELOG.md +++ b/service/synthetics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/synthetics/go.mod b/service/synthetics/go.mod index a3461c6831f..c4f18866244 100644 --- a/service/synthetics/go.mod +++ b/service/synthetics/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/synthetics go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/synthetics/go_module_metadata.go b/service/synthetics/go_module_metadata.go index 906255282a6..64ade54838f 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/textract/CHANGELOG.md b/service/textract/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/textract/CHANGELOG.md +++ b/service/textract/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/textract/go.mod b/service/textract/go.mod index e1354fc4964..8eb66566946 100644 --- a/service/textract/go.mod +++ b/service/textract/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/textract go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/textract/go_module_metadata.go b/service/textract/go_module_metadata.go index 0980ea710a0..84fdb1187b8 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/timestreamquery/CHANGELOG.md b/service/timestreamquery/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/timestreamquery/CHANGELOG.md +++ b/service/timestreamquery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/timestreamquery/go.mod b/service/timestreamquery/go.mod index b67aa98a83c..07e585e9749 100644 --- a/service/timestreamquery/go.mod +++ b/service/timestreamquery/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/timestreamquery go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/timestreamquery/go_module_metadata.go b/service/timestreamquery/go_module_metadata.go index 13ef1208715..23a50d59456 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/timestreamwrite/CHANGELOG.md b/service/timestreamwrite/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/timestreamwrite/CHANGELOG.md +++ b/service/timestreamwrite/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/timestreamwrite/go.mod b/service/timestreamwrite/go.mod index 2fbcad03401..8609eb2617d 100644 --- a/service/timestreamwrite/go.mod +++ b/service/timestreamwrite/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/timestreamwrite go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/timestreamwrite/go_module_metadata.go b/service/timestreamwrite/go_module_metadata.go index 9fd4a302874..93c2eccf03e 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/transcribe/CHANGELOG.md b/service/transcribe/CHANGELOG.md index 5cb2f3972a7..cda8ef5b24d 100644 --- a/service/transcribe/CHANGELOG.md +++ b/service/transcribe/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.4.0 (2021-05-20) + +* **Feature**: API client updated +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/transcribe/go.mod b/service/transcribe/go.mod index 1aab7ad23dc..8be474161ae 100644 --- a/service/transcribe/go.mod +++ b/service/transcribe/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/transcribe go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/transcribe/go_module_metadata.go b/service/transcribe/go_module_metadata.go index 5d0a38bb520..69e66f77588 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.3.0" +const goModuleVersion = "1.4.0" diff --git a/service/transfer/CHANGELOG.md b/service/transfer/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/transfer/CHANGELOG.md +++ b/service/transfer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/transfer/go.mod b/service/transfer/go.mod index 7f53bcecf7e..b5b8c49748b 100644 --- a/service/transfer/go.mod +++ b/service/transfer/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/transfer go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/transfer/go_module_metadata.go b/service/transfer/go_module_metadata.go index 2482f249200..f7810f46ba2 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/translate/CHANGELOG.md b/service/translate/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/translate/CHANGELOG.md +++ b/service/translate/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/translate/go.mod b/service/translate/go.mod index 995cb1875f7..ea34a98974f 100644 --- a/service/translate/go.mod +++ b/service/translate/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/translate go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/translate/go_module_metadata.go b/service/translate/go_module_metadata.go index 2311e142d1f..937d59e5d8e 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/waf/CHANGELOG.md b/service/waf/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/waf/CHANGELOG.md +++ b/service/waf/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/waf/go.mod b/service/waf/go.mod index 4335df256e1..5ac748fa625 100644 --- a/service/waf/go.mod +++ b/service/waf/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/waf go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/waf/go_module_metadata.go b/service/waf/go_module_metadata.go index c3010345076..87ea401f149 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/wafregional/CHANGELOG.md b/service/wafregional/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/wafregional/CHANGELOG.md +++ b/service/wafregional/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/wafregional/go.mod b/service/wafregional/go.mod index 83bc2f89b12..239e6f3f770 100644 --- a/service/wafregional/go.mod +++ b/service/wafregional/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/wafregional go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/wafregional/go_module_metadata.go b/service/wafregional/go_module_metadata.go index f6ab3b76366..1c365552bad 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/wafv2/CHANGELOG.md b/service/wafv2/CHANGELOG.md index fa2ef98369b..03d92a32e54 100644 --- a/service/wafv2/CHANGELOG.md +++ b/service/wafv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/wafv2/go.mod b/service/wafv2/go.mod index 337875fcbc0..eee2266ba48 100644 --- a/service/wafv2/go.mod +++ b/service/wafv2/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/wafv2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/wafv2/go_module_metadata.go b/service/wafv2/go_module_metadata.go index 1c470153f72..d4991f19520 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.5.0" +const goModuleVersion = "1.5.1" diff --git a/service/wellarchitected/CHANGELOG.md b/service/wellarchitected/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/wellarchitected/CHANGELOG.md +++ b/service/wellarchitected/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/wellarchitected/go.mod b/service/wellarchitected/go.mod index d50389f38f9..4dcbf865079 100644 --- a/service/wellarchitected/go.mod +++ b/service/wellarchitected/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/wellarchitected go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/wellarchitected/go_module_metadata.go b/service/wellarchitected/go_module_metadata.go index 0ddeced46ab..e6fca770f4e 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/workdocs/CHANGELOG.md b/service/workdocs/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/workdocs/CHANGELOG.md +++ b/service/workdocs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/workdocs/go.mod b/service/workdocs/go.mod index 3e5fdb0c39e..8aeb638431d 100644 --- a/service/workdocs/go.mod +++ b/service/workdocs/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/workdocs go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/workdocs/go_module_metadata.go b/service/workdocs/go_module_metadata.go index 5270fff8aad..0683d2c4902 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/worklink/CHANGELOG.md b/service/worklink/CHANGELOG.md index 67455b687da..e779e2d923a 100644 --- a/service/worklink/CHANGELOG.md +++ b/service/worklink/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/worklink/go.mod b/service/worklink/go.mod index 1514d9a8bad..586b128338b 100644 --- a/service/worklink/go.mod +++ b/service/worklink/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/worklink go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/worklink/go_module_metadata.go b/service/worklink/go_module_metadata.go index 1159f155798..89582f318a6 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.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/workmail/CHANGELOG.md b/service/workmail/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/workmail/CHANGELOG.md +++ b/service/workmail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/workmail/go.mod b/service/workmail/go.mod index c84f2455a9d..0d6f5568b0c 100644 --- a/service/workmail/go.mod +++ b/service/workmail/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/workmail go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/workmail/go_module_metadata.go b/service/workmail/go_module_metadata.go index d0e5b900707..bec02317e8d 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/workmailmessageflow/CHANGELOG.md b/service/workmailmessageflow/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/workmailmessageflow/CHANGELOG.md +++ b/service/workmailmessageflow/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/workmailmessageflow/go.mod b/service/workmailmessageflow/go.mod index 319215a4a0e..38cf5d2cfd7 100644 --- a/service/workmailmessageflow/go.mod +++ b/service/workmailmessageflow/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/workmailmessageflow go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/workmailmessageflow/go_module_metadata.go b/service/workmailmessageflow/go_module_metadata.go index 5490f618642..624c49796b8 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/workspaces/CHANGELOG.md b/service/workspaces/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/workspaces/CHANGELOG.md +++ b/service/workspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/workspaces/go.mod b/service/workspaces/go.mod index 3bc32a0927f..9939336a5d2 100644 --- a/service/workspaces/go.mod +++ b/service/workspaces/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/workspaces go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/workspaces/go_module_metadata.go b/service/workspaces/go_module_metadata.go index ba1c6867733..6aade6424be 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.3.0" +const goModuleVersion = "1.3.1" diff --git a/service/xray/CHANGELOG.md b/service/xray/CHANGELOG.md index 5cb2f3972a7..e634bbc6510 100644 --- a/service/xray/CHANGELOG.md +++ b/service/xray/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.1 (2021-05-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.0 (2021-05-14) * **Feature**: Constant has been added to modules to enable runtime version inspection for reporting. diff --git a/service/xray/go.mod b/service/xray/go.mod index f942b92da57..574de5e470a 100644 --- a/service/xray/go.mod +++ b/service/xray/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/xray go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.5.0 + github.com/aws/aws-sdk-go-v2 v1.6.0 github.com/aws/smithy-go v1.4.0 ) diff --git a/service/xray/go_module_metadata.go b/service/xray/go_module_metadata.go index 5e70ccd2913..ec26a93466b 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.3.0" +const goModuleVersion = "1.3.1"