diff --git a/.changelog/0bce3cb2c3d74dc7a87d4943339d1cec.json b/.changelog/0bce3cb2c3d74dc7a87d4943339d1cec.json deleted file mode 100644 index 9ca413f35f7..00000000000 --- a/.changelog/0bce3cb2c3d74dc7a87d4943339d1cec.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "0bce3cb2-c3d7-4dc7-a87d-4943339d1cec", - "type": "documentation", - "description": "added clafirfication on the Credential object to show usage of loadDefaultConfig to load credentials", - "modules": [ - "." - ] -} \ No newline at end of file diff --git a/.changelog/a2b14391725940d89a14ef93946ec384.json b/.changelog/a2b14391725940d89a14ef93946ec384.json deleted file mode 100644 index 2d8b92af2cb..00000000000 --- a/.changelog/a2b14391725940d89a14ef93946ec384.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "a2b14391-7259-40d8-9a14-ef93946ec384", - "type": "feature", - "description": "This release adds support for blocked paths to Amazon VPC Reachability Analyzer.", - "modules": [ - "service/ec2" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 331e3dbf26f..78de90a371c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Release (2022-09-20) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2`: v1.16.16 + * **Documentation**: added clafirfication on the Credential object to show usage of loadDefaultConfig to load credentials +* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.58.0](service/ec2/CHANGELOG.md#v1580-2022-09-20) + * **Feature**: This release adds support for blocked paths to Amazon VPC Reachability Analyzer. + # Release (2022-09-19) ## Module Highlights diff --git a/aws/go_module_metadata.go b/aws/go_module_metadata.go index 1107a59cc5b..5ca68262b80 100644 --- a/aws/go_module_metadata.go +++ b/aws/go_module_metadata.go @@ -3,4 +3,4 @@ package aws // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.15" +const goModuleVersion = "1.16.16" diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index f1214f67f9d..4b636add966 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.7 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.6 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/config/go.mod b/config/go.mod index 19fb1999a9a..f4465dfc0b4 100644 --- a/config/go.mod +++ b/config/go.mod @@ -3,13 +3,13 @@ module github.com/aws/aws-sdk-go-v2/config go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/credentials v1.12.19 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.16 - github.com/aws/aws-sdk-go-v2/internal/ini v1.3.23 - github.com/aws/aws-sdk-go-v2/service/sso v1.11.22 - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.4 - github.com/aws/aws-sdk-go-v2/service/sts v1.16.18 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/credentials v1.12.20 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.17 + github.com/aws/aws-sdk-go-v2/internal/ini v1.3.24 + github.com/aws/aws-sdk-go-v2/service/sso v1.11.23 + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.5 + github.com/aws/aws-sdk-go-v2/service/sts v1.16.19 github.com/aws/smithy-go v1.13.3 github.com/google/go-cmp v0.5.8 ) diff --git a/config/go_module_metadata.go b/config/go_module_metadata.go index 684c8fa9f18..c9d4a09075c 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.17.6" +const goModuleVersion = "1.17.7" diff --git a/credentials/CHANGELOG.md b/credentials/CHANGELOG.md index f325579a00b..e16d30c6f5c 100644 --- a/credentials/CHANGELOG.md +++ b/credentials/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.20 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.19 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/credentials/go.mod b/credentials/go.mod index 7101eb30121..594c030e12c 100644 --- a/credentials/go.mod +++ b/credentials/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/credentials go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.16 - github.com/aws/aws-sdk-go-v2/service/sso v1.11.22 - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.4 - github.com/aws/aws-sdk-go-v2/service/sts v1.16.18 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.17 + github.com/aws/aws-sdk-go-v2/service/sso v1.11.23 + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.5 + github.com/aws/aws-sdk-go-v2/service/sts v1.16.19 github.com/aws/smithy-go v1.13.3 github.com/google/go-cmp v0.5.8 ) diff --git a/credentials/go_module_metadata.go b/credentials/go_module_metadata.go index 4dddfd450a5..db136bfc47a 100644 --- a/credentials/go_module_metadata.go +++ b/credentials/go_module_metadata.go @@ -3,4 +3,4 @@ package credentials // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.19" +const goModuleVersion = "1.12.20" diff --git a/example/service/dynamodb/createTable/go.mod b/example/service/dynamodb/createTable/go.mod index 8aa8377949b..9ca1d5bc1c2 100644 --- a/example/service/dynamodb/createTable/go.mod +++ b/example/service/dynamodb/createTable/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/example/service/dynamodb/createTable go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/config v1.17.6 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.0 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/config v1.17.7 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.1 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/example/service/dynamodb/scanItems/go.mod b/example/service/dynamodb/scanItems/go.mod index 2c78f7d9c54..10b4eb465f1 100644 --- a/example/service/dynamodb/scanItems/go.mod +++ b/example/service/dynamodb/scanItems/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/example/service/dynamodb/listItems go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/config v1.17.6 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.18 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.0 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/config v1.17.7 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.19 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.1 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/example/service/s3/listObjects/go.mod b/example/service/s3/listObjects/go.mod index 804bf6533a9..f6c75175abe 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.17.6 - github.com/aws/aws-sdk-go-v2/service/s3 v1.27.10 + github.com/aws/aws-sdk-go-v2/config v1.17.7 + github.com/aws/aws-sdk-go-v2/service/s3 v1.27.11 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/example/service/s3/usingPrivateLink/go.mod b/example/service/s3/usingPrivateLink/go.mod index a6bacbc8ef2..8dfccde4eec 100644 --- a/example/service/s3/usingPrivateLink/go.mod +++ b/example/service/s3/usingPrivateLink/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/usingPrivateLink go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/config v1.17.6 - github.com/aws/aws-sdk-go-v2/service/s3 v1.27.10 - github.com/aws/aws-sdk-go-v2/service/s3control v1.22.0 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/config v1.17.7 + github.com/aws/aws-sdk-go-v2/service/s3 v1.27.11 + github.com/aws/aws-sdk-go-v2/service/s3control v1.22.1 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/feature/cloudfront/sign/CHANGELOG.md b/feature/cloudfront/sign/CHANGELOG.md index c400b92f90f..ce430c1d124 100644 --- a/feature/cloudfront/sign/CHANGELOG.md +++ b/feature/cloudfront/sign/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.30 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.29 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/cloudfront/sign/go.mod b/feature/cloudfront/sign/go.mod index dbe7d1ff57c..d1a18626d4a 100644 --- a/feature/cloudfront/sign/go.mod +++ b/feature/cloudfront/sign/go.mod @@ -2,6 +2,6 @@ module github.com/aws/aws-sdk-go-v2/feature/cloudfront/sign go 1.15 -require github.com/aws/aws-sdk-go-v2 v1.16.15 +require github.com/aws/aws-sdk-go-v2 v1.16.16 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 01d8a697328..7fd4682b8df 100644 --- a/feature/cloudfront/sign/go_module_metadata.go +++ b/feature/cloudfront/sign/go_module_metadata.go @@ -3,4 +3,4 @@ package sign // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.3.29" +const goModuleVersion = "1.3.30" diff --git a/feature/dynamodb/attributevalue/CHANGELOG.md b/feature/dynamodb/attributevalue/CHANGELOG.md index 617664eaefd..0fadc5e7379 100644 --- a/feature/dynamodb/attributevalue/CHANGELOG.md +++ b/feature/dynamodb/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.19 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.18 (2022-09-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/attributevalue/go.mod b/feature/dynamodb/attributevalue/go.mod index ec3e2ee9a4b..c99a2642129 100644 --- a/feature/dynamodb/attributevalue/go.mod +++ b/feature/dynamodb/attributevalue/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.0 - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.19 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.1 + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.20 github.com/aws/smithy-go v1.13.3 github.com/google/go-cmp v0.5.8 ) diff --git a/feature/dynamodb/attributevalue/go_module_metadata.go b/feature/dynamodb/attributevalue/go_module_metadata.go index f2f5cad112f..78dfe5219d2 100644 --- a/feature/dynamodb/attributevalue/go_module_metadata.go +++ b/feature/dynamodb/attributevalue/go_module_metadata.go @@ -3,4 +3,4 @@ package attributevalue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.18" +const goModuleVersion = "1.9.19" diff --git a/feature/dynamodb/expression/CHANGELOG.md b/feature/dynamodb/expression/CHANGELOG.md index c51bd997ff4..6650d870691 100644 --- a/feature/dynamodb/expression/CHANGELOG.md +++ b/feature/dynamodb/expression/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.25 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.24 (2022-09-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/expression/go.mod b/feature/dynamodb/expression/go.mod index a7693730218..85ec84405f0 100644 --- a/feature/dynamodb/expression/go.mod +++ b/feature/dynamodb/expression/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.18 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.0 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.19 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.1 github.com/google/go-cmp v0.5.8 ) diff --git a/feature/dynamodb/expression/go_module_metadata.go b/feature/dynamodb/expression/go_module_metadata.go index 3bb0c247a5c..7e335b5d0e4 100644 --- a/feature/dynamodb/expression/go_module_metadata.go +++ b/feature/dynamodb/expression/go_module_metadata.go @@ -3,4 +3,4 @@ package expression // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.4.24" +const goModuleVersion = "1.4.25" diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 052d2061d56..38ad33985c2 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.19 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.18 (2022-09-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodbstreams/attributevalue/go.mod b/feature/dynamodbstreams/attributevalue/go.mod index 9f01cda7ceb..42b3db67755 100644 --- a/feature/dynamodbstreams/attributevalue/go.mod +++ b/feature/dynamodbstreams/attributevalue/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.0 - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.19 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.1 + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.20 github.com/aws/smithy-go v1.13.3 github.com/google/go-cmp v0.5.8 ) diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index f2f5cad112f..78dfe5219d2 100644 --- a/feature/dynamodbstreams/attributevalue/go_module_metadata.go +++ b/feature/dynamodbstreams/attributevalue/go_module_metadata.go @@ -3,4 +3,4 @@ package attributevalue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.18" +const goModuleVersion = "1.9.19" diff --git a/feature/ec2/imds/CHANGELOG.md b/feature/ec2/imds/CHANGELOG.md index e83793cc303..e8d4e2a5a7f 100644 --- a/feature/ec2/imds/CHANGELOG.md +++ b/feature/ec2/imds/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/ec2/imds/go.mod b/feature/ec2/imds/go.mod index 05aa3430646..72ecbce54d3 100644 --- a/feature/ec2/imds/go.mod +++ b/feature/ec2/imds/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 + github.com/aws/aws-sdk-go-v2 v1.16.16 github.com/aws/smithy-go v1.13.3 github.com/google/go-cmp v0.5.8 ) diff --git a/feature/ec2/imds/go_module_metadata.go b/feature/ec2/imds/go_module_metadata.go index cecca7d1fbf..caf7671eebf 100644 --- a/feature/ec2/imds/go_module_metadata.go +++ b/feature/ec2/imds/go_module_metadata.go @@ -3,4 +3,4 @@ package imds // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.16" +const goModuleVersion = "1.12.17" diff --git a/feature/ec2/imds/internal/configtesting/go.mod b/feature/ec2/imds/internal/configtesting/go.mod index 3d8311caab4..99d62791569 100644 --- a/feature/ec2/imds/internal/configtesting/go.mod +++ b/feature/ec2/imds/internal/configtesting/go.mod @@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/configtesting go 1.15 require ( - github.com/aws/aws-sdk-go-v2/config v1.17.6 - github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.16 + github.com/aws/aws-sdk-go-v2/config v1.17.7 + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.17 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../../ diff --git a/feature/rds/auth/CHANGELOG.md b/feature/rds/auth/CHANGELOG.md index 570f2cb54ab..6f9825c2e4b 100644 --- a/feature/rds/auth/CHANGELOG.md +++ b/feature/rds/auth/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2022-09-14) * **Feature**: Updated `BuildAuthToken` to validate the provided endpoint contains a port. diff --git a/feature/rds/auth/go.mod b/feature/rds/auth/go.mod index 90fd4614d84..5be34b809f7 100644 --- a/feature/rds/auth/go.mod +++ b/feature/rds/auth/go.mod @@ -2,6 +2,6 @@ module github.com/aws/aws-sdk-go-v2/feature/rds/auth go 1.15 -require github.com/aws/aws-sdk-go-v2 v1.16.15 +require github.com/aws/aws-sdk-go-v2 v1.16.16 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 406721f1c50..08ea7f8efe5 100644 --- a/feature/rds/auth/go_module_metadata.go +++ b/feature/rds/auth/go_module_metadata.go @@ -3,4 +3,4 @@ package auth // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.2.0" +const goModuleVersion = "1.2.1" diff --git a/feature/s3/manager/CHANGELOG.md b/feature/s3/manager/CHANGELOG.md index 42b1a449d19..99808e8495b 100644 --- a/feature/s3/manager/CHANGELOG.md +++ b/feature/s3/manager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.33 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.32 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index 8f9c6bd6db8..532db3793d3 100644 --- a/feature/s3/manager/go.mod +++ b/feature/s3/manager/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/feature/s3/manager go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/config v1.17.6 - github.com/aws/aws-sdk-go-v2/service/s3 v1.27.10 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/config v1.17.7 + github.com/aws/aws-sdk-go-v2/service/s3 v1.27.11 github.com/aws/smithy-go v1.13.3 github.com/google/go-cmp v0.5.8 ) diff --git a/feature/s3/manager/go_module_metadata.go b/feature/s3/manager/go_module_metadata.go index ff3f85daec7..6f51b8d765d 100644 --- a/feature/s3/manager/go_module_metadata.go +++ b/feature/s3/manager/go_module_metadata.go @@ -3,4 +3,4 @@ package manager // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.32" +const goModuleVersion = "1.11.33" diff --git a/internal/configsources/CHANGELOG.md b/internal/configsources/CHANGELOG.md index a0485dc6071..56750f88926 100644 --- a/internal/configsources/CHANGELOG.md +++ b/internal/configsources/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.23 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.22 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/configsources/configtesting/go.mod b/internal/configsources/configtesting/go.mod index d0ca4ab75f7..627f8c61f08 100644 --- a/internal/configsources/configtesting/go.mod +++ b/internal/configsources/configtesting/go.mod @@ -3,8 +3,8 @@ module github.com/aws/aws-sdk-go-v2/internal/configsources/configtesting go 1.15 require ( - github.com/aws/aws-sdk-go-v2/config v1.17.6 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 + github.com/aws/aws-sdk-go-v2/config v1.17.7 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 ) replace github.com/aws/aws-sdk-go-v2 => ../../../ diff --git a/internal/configsources/go.mod b/internal/configsources/go.mod index ccb5e8bed8c..2d5995f14ab 100644 --- a/internal/configsources/go.mod +++ b/internal/configsources/go.mod @@ -2,6 +2,6 @@ module github.com/aws/aws-sdk-go-v2/internal/configsources go 1.15 -require github.com/aws/aws-sdk-go-v2 v1.16.15 +require github.com/aws/aws-sdk-go-v2 v1.16.16 replace github.com/aws/aws-sdk-go-v2 => ../../ diff --git a/internal/configsources/go_module_metadata.go b/internal/configsources/go_module_metadata.go index b01aa2a97ac..99eaea1b823 100644 --- a/internal/configsources/go_module_metadata.go +++ b/internal/configsources/go_module_metadata.go @@ -3,4 +3,4 @@ package configsources // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.1.22" +const goModuleVersion = "1.1.23" diff --git a/internal/endpoints/v2/CHANGELOG.md b/internal/endpoints/v2/CHANGELOG.md index 83512171e0f..f715bf16682 100644 --- a/internal/endpoints/v2/CHANGELOG.md +++ b/internal/endpoints/v2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v2.4.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v2.4.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/endpoints/v2/go.mod b/internal/endpoints/v2/go.mod index 53e0e5cdf33..e38c4375284 100644 --- a/internal/endpoints/v2/go.mod +++ b/internal/endpoints/v2/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 + github.com/aws/aws-sdk-go-v2 v1.16.16 github.com/aws/smithy-go v1.13.3 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/endpoints/v2/go_module_metadata.go b/internal/endpoints/v2/go_module_metadata.go index d393f387bee..4c105f81e94 100644 --- a/internal/endpoints/v2/go_module_metadata.go +++ b/internal/endpoints/v2/go_module_metadata.go @@ -3,4 +3,4 @@ package endpoints // goModuleVersion is the tagged release for this module -const goModuleVersion = "2.4.16" +const goModuleVersion = "2.4.17" diff --git a/internal/ini/CHANGELOG.md b/internal/ini/CHANGELOG.md index 3e5a9d98fad..3c2ff160e7d 100644 --- a/internal/ini/CHANGELOG.md +++ b/internal/ini/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.24 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.3.23 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/ini/go.mod b/internal/ini/go.mod index a6fb60ed1ee..a6da50dd68a 100644 --- a/internal/ini/go.mod +++ b/internal/ini/go.mod @@ -2,6 +2,6 @@ module github.com/aws/aws-sdk-go-v2/internal/ini go 1.15 -require github.com/aws/aws-sdk-go-v2 v1.16.15 +require github.com/aws/aws-sdk-go-v2 v1.16.16 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 025e3eb089f..404ac67348a 100644 --- a/internal/ini/go_module_metadata.go +++ b/internal/ini/go_module_metadata.go @@ -3,4 +3,4 @@ package ini // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.3.23" +const goModuleVersion = "1.3.24" diff --git a/internal/protocoltest/awsrestjson/go.mod b/internal/protocoltest/awsrestjson/go.mod index 21a3a7bf8f2..140f168af6b 100644 --- a/internal/protocoltest/awsrestjson/go.mod +++ b/internal/protocoltest/awsrestjson/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/awsrestjson go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/protocoltest/ec2query/go.mod b/internal/protocoltest/ec2query/go.mod index 6e3e288db96..dbe52821fb0 100644 --- a/internal/protocoltest/ec2query/go.mod +++ b/internal/protocoltest/ec2query/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/ec2query go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/protocoltest/jsonrpc/go.mod b/internal/protocoltest/jsonrpc/go.mod index b97ef2375be..a042e327ffa 100644 --- a/internal/protocoltest/jsonrpc/go.mod +++ b/internal/protocoltest/jsonrpc/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/jsonrpc go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/protocoltest/jsonrpc10/go.mod b/internal/protocoltest/jsonrpc10/go.mod index 15d74fa50d3..befbdcf96c1 100644 --- a/internal/protocoltest/jsonrpc10/go.mod +++ b/internal/protocoltest/jsonrpc10/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/jsonrpc10 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/protocoltest/query/go.mod b/internal/protocoltest/query/go.mod index 9a445962666..d4e4f15dcd7 100644 --- a/internal/protocoltest/query/go.mod +++ b/internal/protocoltest/query/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/query go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/protocoltest/restxml/go.mod b/internal/protocoltest/restxml/go.mod index 34f421c8978..fe8f96158b6 100644 --- a/internal/protocoltest/restxml/go.mod +++ b/internal/protocoltest/restxml/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/restxml go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/protocoltest/restxmlwithnamespace/go.mod b/internal/protocoltest/restxmlwithnamespace/go.mod index d4774eedfd5..48634cab6e9 100644 --- a/internal/protocoltest/restxmlwithnamespace/go.mod +++ b/internal/protocoltest/restxmlwithnamespace/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/internal/protocoltest/restxmlwithnamespace go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/v4a/CHANGELOG.md b/internal/v4a/CHANGELOG.md index adea1502bbf..2979f8b933a 100644 --- a/internal/v4a/CHANGELOG.md +++ b/internal/v4a/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.14 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.13 (2022-09-14) * **Bug Fix**: Fixes an issues where an error from an underlying SigV4 credential provider would not be surfaced from the SigV4a credential provider. Contribution by [sakthipriyan-aqfer](https://github.com/sakthipriyan-aqfer). diff --git a/internal/v4a/go.mod b/internal/v4a/go.mod index 49a316776b8..a4c7d7e76d4 100644 --- a/internal/v4a/go.mod +++ b/internal/v4a/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/v4a go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 + github.com/aws/aws-sdk-go-v2 v1.16.16 github.com/aws/smithy-go v1.13.3 github.com/google/go-cmp v0.5.8 ) diff --git a/internal/v4a/go_module_metadata.go b/internal/v4a/go_module_metadata.go index 3f59c4e58a3..d4c420fbd9e 100644 --- a/internal/v4a/go_module_metadata.go +++ b/internal/v4a/go_module_metadata.go @@ -3,4 +3,4 @@ package v4a // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.13" +const goModuleVersion = "1.0.14" diff --git a/service/accessanalyzer/CHANGELOG.md b/service/accessanalyzer/CHANGELOG.md index 42557f7eb9e..fc16c94ac82 100644 --- a/service/accessanalyzer/CHANGELOG.md +++ b/service/accessanalyzer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/accessanalyzer/go.mod b/service/accessanalyzer/go.mod index f354e94e053..a31c55370c0 100644 --- a/service/accessanalyzer/go.mod +++ b/service/accessanalyzer/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/accessanalyzer go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/accessanalyzer/go_module_metadata.go b/service/accessanalyzer/go_module_metadata.go index 7d88805a5c9..822eb64b6f9 100644 --- a/service/accessanalyzer/go_module_metadata.go +++ b/service/accessanalyzer/go_module_metadata.go @@ -3,4 +3,4 @@ package accessanalyzer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.17" +const goModuleVersion = "1.15.18" diff --git a/service/account/CHANGELOG.md b/service/account/CHANGELOG.md index f45000f2fcb..6809e8d8907 100644 --- a/service/account/CHANGELOG.md +++ b/service/account/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.9 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.8 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/account/go.mod b/service/account/go.mod index e1f5e88d2f4..11e6f511d6c 100644 --- a/service/account/go.mod +++ b/service/account/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/account go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/account/go_module_metadata.go b/service/account/go_module_metadata.go index 89e021282f9..a2f59579d97 100644 --- a/service/account/go_module_metadata.go +++ b/service/account/go_module_metadata.go @@ -3,4 +3,4 @@ package account // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.8" +const goModuleVersion = "1.7.9" diff --git a/service/acm/CHANGELOG.md b/service/acm/CHANGELOG.md index f42f72ee09f..cd0314eb223 100644 --- a/service/acm/CHANGELOG.md +++ b/service/acm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/acm/go.mod b/service/acm/go.mod index 05e8acef293..dd6a97814a3 100644 --- a/service/acm/go.mod +++ b/service/acm/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/acm go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/acm/go_module_metadata.go b/service/acm/go_module_metadata.go index ffe7d2f617d..eedbb2ddd31 100644 --- a/service/acm/go_module_metadata.go +++ b/service/acm/go_module_metadata.go @@ -3,4 +3,4 @@ package acm // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.17" +const goModuleVersion = "1.14.18" diff --git a/service/acmpca/CHANGELOG.md b/service/acmpca/CHANGELOG.md index 1c3e15bc862..e7fb44a67ae 100644 --- a/service/acmpca/CHANGELOG.md +++ b/service/acmpca/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/acmpca/go.mod b/service/acmpca/go.mod index 52b0d2ee05b..e4102dcbc9d 100644 --- a/service/acmpca/go.mod +++ b/service/acmpca/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/acmpca go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/acmpca/go_module_metadata.go b/service/acmpca/go_module_metadata.go index 6e85fd55fa0..68e32fd83a7 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.18.0" +const goModuleVersion = "1.18.1" diff --git a/service/alexaforbusiness/CHANGELOG.md b/service/alexaforbusiness/CHANGELOG.md index 82c261051c3..0915d4aea24 100644 --- a/service/alexaforbusiness/CHANGELOG.md +++ b/service/alexaforbusiness/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/alexaforbusiness/go.mod b/service/alexaforbusiness/go.mod index 6515eb3e0a7..a1afe4c8e6c 100644 --- a/service/alexaforbusiness/go.mod +++ b/service/alexaforbusiness/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/alexaforbusiness go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/alexaforbusiness/go_module_metadata.go b/service/alexaforbusiness/go_module_metadata.go index 93ab6223d83..83f158c1cc6 100644 --- a/service/alexaforbusiness/go_module_metadata.go +++ b/service/alexaforbusiness/go_module_metadata.go @@ -3,4 +3,4 @@ package alexaforbusiness // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.16" +const goModuleVersion = "1.14.17" diff --git a/service/amp/CHANGELOG.md b/service/amp/CHANGELOG.md index 95b6590cbcf..7db83767928 100644 --- a/service/amp/CHANGELOG.md +++ b/service/amp/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.5 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.4 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/amp/go.mod b/service/amp/go.mod index 4acde61820b..e309871b080 100644 --- a/service/amp/go.mod +++ b/service/amp/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/amp go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/amp/go_module_metadata.go b/service/amp/go_module_metadata.go index a98d4e2670a..d8a44e3d1a4 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.15.4" +const goModuleVersion = "1.15.5" diff --git a/service/amplify/CHANGELOG.md b/service/amplify/CHANGELOG.md index d30bbb1edf5..febee57fa88 100644 --- a/service/amplify/CHANGELOG.md +++ b/service/amplify/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/amplify/go.mod b/service/amplify/go.mod index 67aa90a29a0..419497d7b52 100644 --- a/service/amplify/go.mod +++ b/service/amplify/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/amplify go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/amplify/go_module_metadata.go b/service/amplify/go_module_metadata.go index 3343e4bd9bd..f67aee69571 100644 --- a/service/amplify/go_module_metadata.go +++ b/service/amplify/go_module_metadata.go @@ -3,4 +3,4 @@ package amplify // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.17" +const goModuleVersion = "1.11.18" diff --git a/service/amplifybackend/CHANGELOG.md b/service/amplifybackend/CHANGELOG.md index f3c9c95f527..1705b9e6d7e 100644 --- a/service/amplifybackend/CHANGELOG.md +++ b/service/amplifybackend/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/amplifybackend/go.mod b/service/amplifybackend/go.mod index fd0f68050d2..cf54dc3de3a 100644 --- a/service/amplifybackend/go.mod +++ b/service/amplifybackend/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/amplifybackend go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/amplifybackend/go_module_metadata.go b/service/amplifybackend/go_module_metadata.go index 84a707d6d70..870406e0b22 100644 --- a/service/amplifybackend/go_module_metadata.go +++ b/service/amplifybackend/go_module_metadata.go @@ -3,4 +3,4 @@ package amplifybackend // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.17" +const goModuleVersion = "1.13.18" diff --git a/service/amplifyuibuilder/CHANGELOG.md b/service/amplifyuibuilder/CHANGELOG.md index 749d84aa517..4057ef84a3b 100644 --- a/service/amplifyuibuilder/CHANGELOG.md +++ b/service/amplifyuibuilder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.0 (2022-09-14) * **Feature**: Amplify Studio UIBuilder is introducing forms functionality. Forms can be configured from Data Store models, JSON, or from scratch. These forms can then be generated in your project and used like any other React components. diff --git a/service/amplifyuibuilder/go.mod b/service/amplifyuibuilder/go.mod index 13bacad0a45..11a4c8a9904 100644 --- a/service/amplifyuibuilder/go.mod +++ b/service/amplifyuibuilder/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/amplifyuibuilder/go_module_metadata.go b/service/amplifyuibuilder/go_module_metadata.go index aaeec4267d3..29619c0e8df 100644 --- a/service/amplifyuibuilder/go_module_metadata.go +++ b/service/amplifyuibuilder/go_module_metadata.go @@ -3,4 +3,4 @@ package amplifyuibuilder // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.0" +const goModuleVersion = "1.7.1" diff --git a/service/apigateway/CHANGELOG.md b/service/apigateway/CHANGELOG.md index f44fa0e6bbc..e7fd9f25485 100644 --- a/service/apigateway/CHANGELOG.md +++ b/service/apigateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.20 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.19 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apigateway/go.mod b/service/apigateway/go.mod index 430c1b0a14e..61df26dab25 100644 --- a/service/apigateway/go.mod +++ b/service/apigateway/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/apigateway go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/apigateway/go_module_metadata.go b/service/apigateway/go_module_metadata.go index ed148aa416c..0e7bd3d0b1f 100644 --- a/service/apigateway/go_module_metadata.go +++ b/service/apigateway/go_module_metadata.go @@ -3,4 +3,4 @@ package apigateway // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.19" +const goModuleVersion = "1.15.20" diff --git a/service/apigatewaymanagementapi/CHANGELOG.md b/service/apigatewaymanagementapi/CHANGELOG.md index 5859d1aeb93..b3d028d290d 100644 --- a/service/apigatewaymanagementapi/CHANGELOG.md +++ b/service/apigatewaymanagementapi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apigatewaymanagementapi/go.mod b/service/apigatewaymanagementapi/go.mod index a27ca0d80e7..02dfcf7408d 100644 --- a/service/apigatewaymanagementapi/go.mod +++ b/service/apigatewaymanagementapi/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/apigatewaymanagementapi go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/apigatewaymanagementapi/go_module_metadata.go b/service/apigatewaymanagementapi/go_module_metadata.go index dd5a834ffdd..7d3583d1b73 100644 --- a/service/apigatewaymanagementapi/go_module_metadata.go +++ b/service/apigatewaymanagementapi/go_module_metadata.go @@ -3,4 +3,4 @@ package apigatewaymanagementapi // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.16" +const goModuleVersion = "1.10.17" diff --git a/service/apigatewayv2/CHANGELOG.md b/service/apigatewayv2/CHANGELOG.md index 63684f52107..2fa4ce97493 100644 --- a/service/apigatewayv2/CHANGELOG.md +++ b/service/apigatewayv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apigatewayv2/go.mod b/service/apigatewayv2/go.mod index 377547e7166..5ede18b71a5 100644 --- a/service/apigatewayv2/go.mod +++ b/service/apigatewayv2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/apigatewayv2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/apigatewayv2/go_module_metadata.go b/service/apigatewayv2/go_module_metadata.go index 6bc3da3a4f7..57cc1adb9b1 100644 --- a/service/apigatewayv2/go_module_metadata.go +++ b/service/apigatewayv2/go_module_metadata.go @@ -3,4 +3,4 @@ package apigatewayv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.17" +const goModuleVersion = "1.12.18" diff --git a/service/appconfig/CHANGELOG.md b/service/appconfig/CHANGELOG.md index 7032084b7ed..6809930482f 100644 --- a/service/appconfig/CHANGELOG.md +++ b/service/appconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/appconfig/go.mod b/service/appconfig/go.mod index d07750a956e..317a9afabc5 100644 --- a/service/appconfig/go.mod +++ b/service/appconfig/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/appconfig go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/appconfig/go_module_metadata.go b/service/appconfig/go_module_metadata.go index 4fabfd05fae..24dad213f6d 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.14.0" +const goModuleVersion = "1.14.1" diff --git a/service/appconfigdata/CHANGELOG.md b/service/appconfigdata/CHANGELOG.md index b9d6b5cb28d..09d1f96e20b 100644 --- a/service/appconfigdata/CHANGELOG.md +++ b/service/appconfigdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.19 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.18 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appconfigdata/go.mod b/service/appconfigdata/go.mod index b6ca40ea325..281419b5585 100644 --- a/service/appconfigdata/go.mod +++ b/service/appconfigdata/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/appconfigdata go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/appconfigdata/go_module_metadata.go b/service/appconfigdata/go_module_metadata.go index 81bf9cbaee7..a6a9d27a1ca 100644 --- a/service/appconfigdata/go_module_metadata.go +++ b/service/appconfigdata/go_module_metadata.go @@ -3,4 +3,4 @@ package appconfigdata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.4.18" +const goModuleVersion = "1.4.19" diff --git a/service/appflow/CHANGELOG.md b/service/appflow/CHANGELOG.md index 3ac65c66d57..bbb6fa5ffae 100644 --- a/service/appflow/CHANGELOG.md +++ b/service/appflow/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/appflow/go.mod b/service/appflow/go.mod index 955cf6d6f47..05dc69ea326 100644 --- a/service/appflow/go.mod +++ b/service/appflow/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/appflow go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/appflow/go_module_metadata.go b/service/appflow/go_module_metadata.go index ce8c13a83ee..b45c9025ffc 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.17.0" +const goModuleVersion = "1.17.1" diff --git a/service/appintegrations/CHANGELOG.md b/service/appintegrations/CHANGELOG.md index 196731d4a7f..2d87b31b587 100644 --- a/service/appintegrations/CHANGELOG.md +++ b/service/appintegrations/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appintegrations/go.mod b/service/appintegrations/go.mod index 5040247df43..53103ce8156 100644 --- a/service/appintegrations/go.mod +++ b/service/appintegrations/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/appintegrations go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/appintegrations/go_module_metadata.go b/service/appintegrations/go_module_metadata.go index 619588a6e77..d7f4d810883 100644 --- a/service/appintegrations/go_module_metadata.go +++ b/service/appintegrations/go_module_metadata.go @@ -3,4 +3,4 @@ package appintegrations // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.17" +const goModuleVersion = "1.13.18" diff --git a/service/applicationautoscaling/CHANGELOG.md b/service/applicationautoscaling/CHANGELOG.md index 15283157bdb..c3d2a93bbca 100644 --- a/service/applicationautoscaling/CHANGELOG.md +++ b/service/applicationautoscaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationautoscaling/go.mod b/service/applicationautoscaling/go.mod index aa3e29deb6c..1c452ad7c41 100644 --- a/service/applicationautoscaling/go.mod +++ b/service/applicationautoscaling/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/applicationautoscaling go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/applicationautoscaling/go_module_metadata.go b/service/applicationautoscaling/go_module_metadata.go index 92c635873d4..23d4a837732 100644 --- a/service/applicationautoscaling/go_module_metadata.go +++ b/service/applicationautoscaling/go_module_metadata.go @@ -3,4 +3,4 @@ package applicationautoscaling // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.17" +const goModuleVersion = "1.15.18" diff --git a/service/applicationcostprofiler/CHANGELOG.md b/service/applicationcostprofiler/CHANGELOG.md index 01ab913dc57..3dcc9764de4 100644 --- a/service/applicationcostprofiler/CHANGELOG.md +++ b/service/applicationcostprofiler/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationcostprofiler/go.mod b/service/applicationcostprofiler/go.mod index c1d8c0422f5..94fc9ba4fae 100644 --- a/service/applicationcostprofiler/go.mod +++ b/service/applicationcostprofiler/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/applicationcostprofiler go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/applicationcostprofiler/go_module_metadata.go b/service/applicationcostprofiler/go_module_metadata.go index 6fa70382d80..009b733481b 100644 --- a/service/applicationcostprofiler/go_module_metadata.go +++ b/service/applicationcostprofiler/go_module_metadata.go @@ -3,4 +3,4 @@ package applicationcostprofiler // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.16" +const goModuleVersion = "1.9.17" diff --git a/service/applicationdiscoveryservice/CHANGELOG.md b/service/applicationdiscoveryservice/CHANGELOG.md index 1dfd8aabdd5..5456689efd1 100644 --- a/service/applicationdiscoveryservice/CHANGELOG.md +++ b/service/applicationdiscoveryservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.9 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.8 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationdiscoveryservice/go.mod b/service/applicationdiscoveryservice/go.mod index 620d9d4fae0..3a5b7e8e53b 100644 --- a/service/applicationdiscoveryservice/go.mod +++ b/service/applicationdiscoveryservice/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/applicationdiscoveryservice/go_module_metadata.go b/service/applicationdiscoveryservice/go_module_metadata.go index e55b3b1fd7a..4e7ef58aba8 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.14.8" +const goModuleVersion = "1.14.9" diff --git a/service/applicationinsights/CHANGELOG.md b/service/applicationinsights/CHANGELOG.md index 6ba70f689e2..d5ef7386731 100644 --- a/service/applicationinsights/CHANGELOG.md +++ b/service/applicationinsights/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.12 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.11 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationinsights/go.mod b/service/applicationinsights/go.mod index 62fd560d5a5..2db73175a07 100644 --- a/service/applicationinsights/go.mod +++ b/service/applicationinsights/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/applicationinsights go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/applicationinsights/go_module_metadata.go b/service/applicationinsights/go_module_metadata.go index dc87375f8ed..53f5c3ecf7d 100644 --- a/service/applicationinsights/go_module_metadata.go +++ b/service/applicationinsights/go_module_metadata.go @@ -3,4 +3,4 @@ package applicationinsights // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.11" +const goModuleVersion = "1.16.12" diff --git a/service/appmesh/CHANGELOG.md b/service/appmesh/CHANGELOG.md index 86d1e5fc2ed..4ee9a27d9c3 100644 --- a/service/appmesh/CHANGELOG.md +++ b/service/appmesh/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/appmesh/go.mod b/service/appmesh/go.mod index 539243264a9..d63c4ad6e17 100644 --- a/service/appmesh/go.mod +++ b/service/appmesh/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/appmesh go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/appmesh/go_module_metadata.go b/service/appmesh/go_module_metadata.go index 91134be753a..959f8c00f02 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.16.0" +const goModuleVersion = "1.16.1" diff --git a/service/apprunner/CHANGELOG.md b/service/apprunner/CHANGELOG.md index c7b328f83fd..5c06f1629a5 100644 --- a/service/apprunner/CHANGELOG.md +++ b/service/apprunner/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.15 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.14 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apprunner/go.mod b/service/apprunner/go.mod index 4f16da2c910..7c974657491 100644 --- a/service/apprunner/go.mod +++ b/service/apprunner/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/apprunner go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/apprunner/go_module_metadata.go b/service/apprunner/go_module_metadata.go index a501770793b..32bc47a02da 100644 --- a/service/apprunner/go_module_metadata.go +++ b/service/apprunner/go_module_metadata.go @@ -3,4 +3,4 @@ package apprunner // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.14" +const goModuleVersion = "1.12.15" diff --git a/service/appstream/CHANGELOG.md b/service/appstream/CHANGELOG.md index e57bc0e7029..378f89b149d 100644 --- a/service/appstream/CHANGELOG.md +++ b/service/appstream/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.11 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.10 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appstream/go.mod b/service/appstream/go.mod index ef825bcd4a8..d5c6978f161 100644 --- a/service/appstream/go.mod +++ b/service/appstream/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/appstream go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/appstream/go_module_metadata.go b/service/appstream/go_module_metadata.go index 3dbf4df9795..c5f62d2811a 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.17.10" +const goModuleVersion = "1.17.11" diff --git a/service/appsync/CHANGELOG.md b/service/appsync/CHANGELOG.md index ef85562246a..62e8d2e0244 100644 --- a/service/appsync/CHANGELOG.md +++ b/service/appsync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.9 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.8 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appsync/go.mod b/service/appsync/go.mod index 009389fb23c..f2b9390dae5 100644 --- a/service/appsync/go.mod +++ b/service/appsync/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/appsync go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/appsync/go_module_metadata.go b/service/appsync/go_module_metadata.go index 06a0afbc7f7..6290b0b881e 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.15.8" +const goModuleVersion = "1.15.9" diff --git a/service/athena/CHANGELOG.md b/service/athena/CHANGELOG.md index b02185c9434..87efc34efe2 100644 --- a/service/athena/CHANGELOG.md +++ b/service/athena/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.10 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.9 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/athena/go.mod b/service/athena/go.mod index 723c1758fef..36a87a72dc9 100644 --- a/service/athena/go.mod +++ b/service/athena/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/athena go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/athena/go_module_metadata.go b/service/athena/go_module_metadata.go index 3d254ed3a8c..d51eeb5bb33 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.18.9" +const goModuleVersion = "1.18.10" diff --git a/service/auditmanager/CHANGELOG.md b/service/auditmanager/CHANGELOG.md index 8ef7e7c6b8e..a42bb678bf0 100644 --- a/service/auditmanager/CHANGELOG.md +++ b/service/auditmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.9 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.8 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/auditmanager/go.mod b/service/auditmanager/go.mod index 907f6b05ada..99a0a3b2c08 100644 --- a/service/auditmanager/go.mod +++ b/service/auditmanager/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/auditmanager go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/auditmanager/go_module_metadata.go b/service/auditmanager/go_module_metadata.go index 022888cc37f..d634f4bf39b 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.20.8" +const goModuleVersion = "1.20.9" diff --git a/service/autoscaling/CHANGELOG.md b/service/autoscaling/CHANGELOG.md index 8d4170027e8..ed0ba38c347 100644 --- a/service/autoscaling/CHANGELOG.md +++ b/service/autoscaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.16 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.15 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/autoscaling/go.mod b/service/autoscaling/go.mod index 3cd72dc5dc1..eb597b5d23d 100644 --- a/service/autoscaling/go.mod +++ b/service/autoscaling/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/autoscaling go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/autoscaling/go_module_metadata.go b/service/autoscaling/go_module_metadata.go index 7e9bad6d6e1..561b0d94f04 100644 --- a/service/autoscaling/go_module_metadata.go +++ b/service/autoscaling/go_module_metadata.go @@ -3,4 +3,4 @@ package autoscaling // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.15" +const goModuleVersion = "1.23.16" diff --git a/service/autoscalingplans/CHANGELOG.md b/service/autoscalingplans/CHANGELOG.md index 519c0d99c91..7eb6f76c83a 100644 --- a/service/autoscalingplans/CHANGELOG.md +++ b/service/autoscalingplans/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/autoscalingplans/go.mod b/service/autoscalingplans/go.mod index 229b78f8f75..04560a9ff8d 100644 --- a/service/autoscalingplans/go.mod +++ b/service/autoscalingplans/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/autoscalingplans go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/autoscalingplans/go_module_metadata.go b/service/autoscalingplans/go_module_metadata.go index f240157ccb3..d988c49a14d 100644 --- a/service/autoscalingplans/go_module_metadata.go +++ b/service/autoscalingplans/go_module_metadata.go @@ -3,4 +3,4 @@ package autoscalingplans // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.16" +const goModuleVersion = "1.12.17" diff --git a/service/backup/CHANGELOG.md b/service/backup/CHANGELOG.md index 27eba7209c4..6b9b1babe7d 100644 --- a/service/backup/CHANGELOG.md +++ b/service/backup/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.9 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.8 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/backup/go.mod b/service/backup/go.mod index 9da4cf2cb0c..33604cd2cd2 100644 --- a/service/backup/go.mod +++ b/service/backup/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/backup go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/backup/go_module_metadata.go b/service/backup/go_module_metadata.go index 9f4bc2efc3a..f59b8bc3960 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.17.8" +const goModuleVersion = "1.17.9" diff --git a/service/backupgateway/CHANGELOG.md b/service/backupgateway/CHANGELOG.md index 8ea3a5829bb..0da387c26ea 100644 --- a/service/backupgateway/CHANGELOG.md +++ b/service/backupgateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.12 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.11 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/backupgateway/go.mod b/service/backupgateway/go.mod index 1765f2f960d..17c5cdb05ab 100644 --- a/service/backupgateway/go.mod +++ b/service/backupgateway/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/backupgateway go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/backupgateway/go_module_metadata.go b/service/backupgateway/go_module_metadata.go index cd982748834..aa1b01cfd88 100644 --- a/service/backupgateway/go_module_metadata.go +++ b/service/backupgateway/go_module_metadata.go @@ -3,4 +3,4 @@ package backupgateway // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.11" +const goModuleVersion = "1.6.12" diff --git a/service/backupstorage/CHANGELOG.md b/service/backupstorage/CHANGELOG.md index 0ea65af91da..3a2b59328ac 100644 --- a/service/backupstorage/CHANGELOG.md +++ b/service/backupstorage/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.5 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.4 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/backupstorage/go.mod b/service/backupstorage/go.mod index 8a68281cfed..9afe02810f8 100644 --- a/service/backupstorage/go.mod +++ b/service/backupstorage/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/backupstorage go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/backupstorage/go_module_metadata.go b/service/backupstorage/go_module_metadata.go index dc8f2f61fce..2a91028c1ab 100644 --- a/service/backupstorage/go_module_metadata.go +++ b/service/backupstorage/go_module_metadata.go @@ -3,4 +3,4 @@ package backupstorage // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.4" +const goModuleVersion = "1.0.5" diff --git a/service/batch/CHANGELOG.md b/service/batch/CHANGELOG.md index 9b1522ea751..94c2bb52e1e 100644 --- a/service/batch/CHANGELOG.md +++ b/service/batch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.16 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.15 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/batch/go.mod b/service/batch/go.mod index 2237a9d004b..6a87a0e3982 100644 --- a/service/batch/go.mod +++ b/service/batch/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/batch go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/batch/go_module_metadata.go b/service/batch/go_module_metadata.go index 6237b16f052..6a698a04173 100644 --- a/service/batch/go_module_metadata.go +++ b/service/batch/go_module_metadata.go @@ -3,4 +3,4 @@ package batch // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.15" +const goModuleVersion = "1.18.16" diff --git a/service/billingconductor/CHANGELOG.md b/service/billingconductor/CHANGELOG.md index 565dd909dc2..e4b564bed21 100644 --- a/service/billingconductor/CHANGELOG.md +++ b/service/billingconductor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/billingconductor/go.mod b/service/billingconductor/go.mod index 847d9fb13b4..2780e7f8c14 100644 --- a/service/billingconductor/go.mod +++ b/service/billingconductor/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/billingconductor go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/billingconductor/go_module_metadata.go b/service/billingconductor/go_module_metadata.go index 1a4d3ee0dd7..69133ded1ad 100644 --- a/service/billingconductor/go_module_metadata.go +++ b/service/billingconductor/go_module_metadata.go @@ -3,4 +3,4 @@ package billingconductor // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.16" +const goModuleVersion = "1.0.17" diff --git a/service/braket/CHANGELOG.md b/service/braket/CHANGELOG.md index 24bf817657a..52c64493b57 100644 --- a/service/braket/CHANGELOG.md +++ b/service/braket/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.13 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.12 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/braket/go.mod b/service/braket/go.mod index 8b4710a36ba..ce0f5d2ae93 100644 --- a/service/braket/go.mod +++ b/service/braket/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/braket go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/braket/go_module_metadata.go b/service/braket/go_module_metadata.go index 96e87bddd61..fe26e9d7f62 100644 --- a/service/braket/go_module_metadata.go +++ b/service/braket/go_module_metadata.go @@ -3,4 +3,4 @@ package braket // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.12" +const goModuleVersion = "1.16.13" diff --git a/service/budgets/CHANGELOG.md b/service/budgets/CHANGELOG.md index 370e342cafb..bc6c7ad5782 100644 --- a/service/budgets/CHANGELOG.md +++ b/service/budgets/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.11 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.10 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/budgets/go.mod b/service/budgets/go.mod index 94b16460e3f..d885b1f73fb 100644 --- a/service/budgets/go.mod +++ b/service/budgets/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/budgets go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/budgets/go_module_metadata.go b/service/budgets/go_module_metadata.go index 73c9c87024c..881e7d7be31 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.13.10" +const goModuleVersion = "1.13.11" diff --git a/service/chime/CHANGELOG.md b/service/chime/CHANGELOG.md index 5462e4b55e7..c254877edce 100644 --- a/service/chime/CHANGELOG.md +++ b/service/chime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.9 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.8 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chime/go.mod b/service/chime/go.mod index 686cbf8474b..607b1b20365 100644 --- a/service/chime/go.mod +++ b/service/chime/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/chime go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/chime/go_module_metadata.go b/service/chime/go_module_metadata.go index c46ddffd823..cfa587d326a 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.21.8" +const goModuleVersion = "1.21.9" diff --git a/service/chimesdkidentity/CHANGELOG.md b/service/chimesdkidentity/CHANGELOG.md index 36284d2d1d4..d7d063f6731 100644 --- a/service/chimesdkidentity/CHANGELOG.md +++ b/service/chimesdkidentity/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkidentity/go.mod b/service/chimesdkidentity/go.mod index 96057018ad7..c35d1ab084e 100644 --- a/service/chimesdkidentity/go.mod +++ b/service/chimesdkidentity/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/chimesdkidentity go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/chimesdkidentity/go_module_metadata.go b/service/chimesdkidentity/go_module_metadata.go index 198eded3322..3808cc8d5d8 100644 --- a/service/chimesdkidentity/go_module_metadata.go +++ b/service/chimesdkidentity/go_module_metadata.go @@ -3,4 +3,4 @@ package chimesdkidentity // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.17" +const goModuleVersion = "1.9.18" diff --git a/service/chimesdkmediapipelines/CHANGELOG.md b/service/chimesdkmediapipelines/CHANGELOG.md index 1bb11fe0108..cb583a83f40 100644 --- a/service/chimesdkmediapipelines/CHANGELOG.md +++ b/service/chimesdkmediapipelines/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.5 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.4 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkmediapipelines/go.mod b/service/chimesdkmediapipelines/go.mod index 19f8ad03d2e..beab8acc959 100644 --- a/service/chimesdkmediapipelines/go.mod +++ b/service/chimesdkmediapipelines/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/chimesdkmediapipelines/go_module_metadata.go b/service/chimesdkmediapipelines/go_module_metadata.go index 3787856f2b7..142d9ae5dac 100644 --- a/service/chimesdkmediapipelines/go_module_metadata.go +++ b/service/chimesdkmediapipelines/go_module_metadata.go @@ -3,4 +3,4 @@ package chimesdkmediapipelines // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.1.4" +const goModuleVersion = "1.1.5" diff --git a/service/chimesdkmeetings/CHANGELOG.md b/service/chimesdkmeetings/CHANGELOG.md index fff90198545..aae0124394f 100644 --- a/service/chimesdkmeetings/CHANGELOG.md +++ b/service/chimesdkmeetings/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.8 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.7 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkmeetings/go.mod b/service/chimesdkmeetings/go.mod index 0ea5a5e0d1f..7b4bca3c48c 100644 --- a/service/chimesdkmeetings/go.mod +++ b/service/chimesdkmeetings/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/chimesdkmeetings/go_module_metadata.go b/service/chimesdkmeetings/go_module_metadata.go index 699cfb16932..4fa0cbe78a5 100644 --- a/service/chimesdkmeetings/go_module_metadata.go +++ b/service/chimesdkmeetings/go_module_metadata.go @@ -3,4 +3,4 @@ package chimesdkmeetings // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.7" +const goModuleVersion = "1.13.8" diff --git a/service/chimesdkmessaging/CHANGELOG.md b/service/chimesdkmessaging/CHANGELOG.md index bf981e2e346..2735a379aba 100644 --- a/service/chimesdkmessaging/CHANGELOG.md +++ b/service/chimesdkmessaging/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.4 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkmessaging/go.mod b/service/chimesdkmessaging/go.mod index da93c583d17..6d996e929ee 100644 --- a/service/chimesdkmessaging/go.mod +++ b/service/chimesdkmessaging/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/chimesdkmessaging go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/chimesdkmessaging/go_module_metadata.go b/service/chimesdkmessaging/go_module_metadata.go index 7f30306fc62..82024f4fa60 100644 --- a/service/chimesdkmessaging/go_module_metadata.go +++ b/service/chimesdkmessaging/go_module_metadata.go @@ -3,4 +3,4 @@ package chimesdkmessaging // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.4" +const goModuleVersion = "1.11.5" diff --git a/service/cloud9/CHANGELOG.md b/service/cloud9/CHANGELOG.md index fd61fa305b1..f1c3f43d440 100644 --- a/service/cloud9/CHANGELOG.md +++ b/service/cloud9/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloud9/go.mod b/service/cloud9/go.mod index 17183239355..0ba0865d7dd 100644 --- a/service/cloud9/go.mod +++ b/service/cloud9/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloud9 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/cloud9/go_module_metadata.go b/service/cloud9/go_module_metadata.go index 6e2a62a4d75..0dffaa967d3 100644 --- a/service/cloud9/go_module_metadata.go +++ b/service/cloud9/go_module_metadata.go @@ -3,4 +3,4 @@ package cloud9 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.16" +const goModuleVersion = "1.16.17" diff --git a/service/cloudcontrol/CHANGELOG.md b/service/cloudcontrol/CHANGELOG.md index a29bf3d3961..ac76c10943e 100644 --- a/service/cloudcontrol/CHANGELOG.md +++ b/service/cloudcontrol/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.13 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.12 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudcontrol/go.mod b/service/cloudcontrol/go.mod index 11a261a1d7e..3cf7718506d 100644 --- a/service/cloudcontrol/go.mod +++ b/service/cloudcontrol/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloudcontrol go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/cloudcontrol/go_module_metadata.go b/service/cloudcontrol/go_module_metadata.go index 59c63298ef5..43d91823912 100644 --- a/service/cloudcontrol/go_module_metadata.go +++ b/service/cloudcontrol/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudcontrol // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.12" +const goModuleVersion = "1.10.13" diff --git a/service/clouddirectory/CHANGELOG.md b/service/clouddirectory/CHANGELOG.md index d0a91f8f403..e05a0202c0c 100644 --- a/service/clouddirectory/CHANGELOG.md +++ b/service/clouddirectory/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/clouddirectory/go.mod b/service/clouddirectory/go.mod index eb644e7592e..507c64d207a 100644 --- a/service/clouddirectory/go.mod +++ b/service/clouddirectory/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/clouddirectory go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/clouddirectory/go_module_metadata.go b/service/clouddirectory/go_module_metadata.go index f6a7aaba895..f94fd28e2ae 100644 --- a/service/clouddirectory/go_module_metadata.go +++ b/service/clouddirectory/go_module_metadata.go @@ -3,4 +3,4 @@ package clouddirectory // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.16" +const goModuleVersion = "1.12.17" diff --git a/service/cloudformation/CHANGELOG.md b/service/cloudformation/CHANGELOG.md index a3ceb01a34e..c22d6c894d4 100644 --- a/service/cloudformation/CHANGELOG.md +++ b/service/cloudformation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.10 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.9 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudformation/go.mod b/service/cloudformation/go.mod index 7719ceb6ddb..bfe3711b414 100644 --- a/service/cloudformation/go.mod +++ b/service/cloudformation/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloudformation go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/cloudformation/go_module_metadata.go b/service/cloudformation/go_module_metadata.go index 78dc834450f..1c6c7ffab17 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.22.9" +const goModuleVersion = "1.22.10" diff --git a/service/cloudfront/CHANGELOG.md b/service/cloudfront/CHANGELOG.md index 4040e8d5e87..01fa64accdc 100644 --- a/service/cloudfront/CHANGELOG.md +++ b/service/cloudfront/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.5 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.4 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudfront/go.mod b/service/cloudfront/go.mod index 9ff8cce0d91..5715adee8d2 100644 --- a/service/cloudfront/go.mod +++ b/service/cloudfront/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloudfront go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/cloudfront/go_module_metadata.go b/service/cloudfront/go_module_metadata.go index 0652e0633ad..cdd74fa47a1 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.20.4" +const goModuleVersion = "1.20.5" diff --git a/service/cloudhsm/CHANGELOG.md b/service/cloudhsm/CHANGELOG.md index 2ce6de42e30..cfda2db3e9f 100644 --- a/service/cloudhsm/CHANGELOG.md +++ b/service/cloudhsm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudhsm/go.mod b/service/cloudhsm/go.mod index 955996105f4..501acd44be4 100644 --- a/service/cloudhsm/go.mod +++ b/service/cloudhsm/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloudhsm go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/cloudhsm/go_module_metadata.go b/service/cloudhsm/go_module_metadata.go index 84c8d8b5eef..7c2cbaf1112 100644 --- a/service/cloudhsm/go_module_metadata.go +++ b/service/cloudhsm/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudhsm // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.17" +const goModuleVersion = "1.12.18" diff --git a/service/cloudhsmv2/CHANGELOG.md b/service/cloudhsmv2/CHANGELOG.md index c8d7019d30e..b56fa3abb83 100644 --- a/service/cloudhsmv2/CHANGELOG.md +++ b/service/cloudhsmv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudhsmv2/go.mod b/service/cloudhsmv2/go.mod index 7bbf6989610..71bc9df9b08 100644 --- a/service/cloudhsmv2/go.mod +++ b/service/cloudhsmv2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/cloudhsmv2/go_module_metadata.go b/service/cloudhsmv2/go_module_metadata.go index 4e696811ebf..5572683c34c 100644 --- a/service/cloudhsmv2/go_module_metadata.go +++ b/service/cloudhsmv2/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudhsmv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.17" +const goModuleVersion = "1.13.18" diff --git a/service/cloudsearch/CHANGELOG.md b/service/cloudsearch/CHANGELOG.md index 830248558d8..59639df7c17 100644 --- a/service/cloudsearch/CHANGELOG.md +++ b/service/cloudsearch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudsearch/go.mod b/service/cloudsearch/go.mod index 8bc1c5ce5d0..0e9f577be90 100644 --- a/service/cloudsearch/go.mod +++ b/service/cloudsearch/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloudsearch go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/cloudsearch/go_module_metadata.go b/service/cloudsearch/go_module_metadata.go index 7f85a1c1912..62d04537585 100644 --- a/service/cloudsearch/go_module_metadata.go +++ b/service/cloudsearch/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudsearch // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.16" +const goModuleVersion = "1.13.17" diff --git a/service/cloudsearchdomain/CHANGELOG.md b/service/cloudsearchdomain/CHANGELOG.md index 9df7a1158b0..92e007df938 100644 --- a/service/cloudsearchdomain/CHANGELOG.md +++ b/service/cloudsearchdomain/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudsearchdomain/go.mod b/service/cloudsearchdomain/go.mod index e6268c9650b..20966b03441 100644 --- a/service/cloudsearchdomain/go.mod +++ b/service/cloudsearchdomain/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloudsearchdomain go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/cloudsearchdomain/go_module_metadata.go b/service/cloudsearchdomain/go_module_metadata.go index 15773b12c96..48f8c42ab07 100644 --- a/service/cloudsearchdomain/go_module_metadata.go +++ b/service/cloudsearchdomain/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudsearchdomain // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.16" +const goModuleVersion = "1.11.17" diff --git a/service/cloudtrail/CHANGELOG.md b/service/cloudtrail/CHANGELOG.md index 9c52a627af7..408bd808abe 100644 --- a/service/cloudtrail/CHANGELOG.md +++ b/service/cloudtrail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.0 (2022-09-19) * **Feature**: This release includes support for importing existing trails into CloudTrail Lake. diff --git a/service/cloudtrail/go.mod b/service/cloudtrail/go.mod index f1da1c05e37..c1aca5aa78a 100644 --- a/service/cloudtrail/go.mod +++ b/service/cloudtrail/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloudtrail go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/cloudtrail/go_module_metadata.go b/service/cloudtrail/go_module_metadata.go index 0c19098e837..6b869819e77 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.18.0" +const goModuleVersion = "1.18.1" diff --git a/service/cloudwatch/CHANGELOG.md b/service/cloudwatch/CHANGELOG.md index 06563542679..b87017d4225 100644 --- a/service/cloudwatch/CHANGELOG.md +++ b/service/cloudwatch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.6 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.5 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudwatch/go.mod b/service/cloudwatch/go.mod index 92099bd7591..bae79ef666d 100644 --- a/service/cloudwatch/go.mod +++ b/service/cloudwatch/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloudwatch go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/cloudwatch/go_module_metadata.go b/service/cloudwatch/go_module_metadata.go index 47a86cc7ddd..85e0fde25a8 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.21.5" +const goModuleVersion = "1.21.6" diff --git a/service/cloudwatchevents/CHANGELOG.md b/service/cloudwatchevents/CHANGELOG.md index 9aa2f6a962e..4504f93779c 100644 --- a/service/cloudwatchevents/CHANGELOG.md +++ b/service/cloudwatchevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.19 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.18 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudwatchevents/go.mod b/service/cloudwatchevents/go.mod index 3b9a7236b27..cbd4de972aa 100644 --- a/service/cloudwatchevents/go.mod +++ b/service/cloudwatchevents/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloudwatchevents go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/cloudwatchevents/go_module_metadata.go b/service/cloudwatchevents/go_module_metadata.go index 316690d49e8..a7e50f77868 100644 --- a/service/cloudwatchevents/go_module_metadata.go +++ b/service/cloudwatchevents/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudwatchevents // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.18" +const goModuleVersion = "1.14.19" diff --git a/service/cloudwatchlogs/CHANGELOG.md b/service/cloudwatchlogs/CHANGELOG.md index 4794478f26b..659ad808da0 100644 --- a/service/cloudwatchlogs/CHANGELOG.md +++ b/service/cloudwatchlogs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.20 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.19 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudwatchlogs/go.mod b/service/cloudwatchlogs/go.mod index d66534cadfb..4098b81532f 100644 --- a/service/cloudwatchlogs/go.mod +++ b/service/cloudwatchlogs/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/cloudwatchlogs/go_module_metadata.go b/service/cloudwatchlogs/go_module_metadata.go index 8d9ff1ae1a1..25fb553edbb 100644 --- a/service/cloudwatchlogs/go_module_metadata.go +++ b/service/cloudwatchlogs/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudwatchlogs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.19" +const goModuleVersion = "1.15.20" diff --git a/service/codeartifact/CHANGELOG.md b/service/codeartifact/CHANGELOG.md index 9b093bd309a..696803398b1 100644 --- a/service/codeartifact/CHANGELOG.md +++ b/service/codeartifact/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.9 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.8 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codeartifact/go.mod b/service/codeartifact/go.mod index 381e01cd484..b3440869733 100644 --- a/service/codeartifact/go.mod +++ b/service/codeartifact/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/codeartifact go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/codeartifact/go_module_metadata.go b/service/codeartifact/go_module_metadata.go index 2f1137b588f..a9d150bdb50 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.13.8" +const goModuleVersion = "1.13.9" diff --git a/service/codebuild/CHANGELOG.md b/service/codebuild/CHANGELOG.md index b150c1a74cd..29c338e486b 100644 --- a/service/codebuild/CHANGELOG.md +++ b/service/codebuild/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codebuild/go.mod b/service/codebuild/go.mod index 23cf13d4c99..e6c74c57546 100644 --- a/service/codebuild/go.mod +++ b/service/codebuild/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/codebuild go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/codebuild/go_module_metadata.go b/service/codebuild/go_module_metadata.go index d2d66bd5923..8b154c502a8 100644 --- a/service/codebuild/go_module_metadata.go +++ b/service/codebuild/go_module_metadata.go @@ -3,4 +3,4 @@ package codebuild // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.19.16" +const goModuleVersion = "1.19.17" diff --git a/service/codecommit/CHANGELOG.md b/service/codecommit/CHANGELOG.md index e64fc8d86a2..3327ecf2524 100644 --- a/service/codecommit/CHANGELOG.md +++ b/service/codecommit/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codecommit/go.mod b/service/codecommit/go.mod index d751abdf9e2..26ab6a5ad4d 100644 --- a/service/codecommit/go.mod +++ b/service/codecommit/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/codecommit go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/codecommit/go_module_metadata.go b/service/codecommit/go_module_metadata.go index 633da36481a..aae0d22a389 100644 --- a/service/codecommit/go_module_metadata.go +++ b/service/codecommit/go_module_metadata.go @@ -3,4 +3,4 @@ package codecommit // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.16" +const goModuleVersion = "1.13.17" diff --git a/service/codedeploy/CHANGELOG.md b/service/codedeploy/CHANGELOG.md index 349d138f04b..c2221a3e619 100644 --- a/service/codedeploy/CHANGELOG.md +++ b/service/codedeploy/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codedeploy/go.mod b/service/codedeploy/go.mod index 45f37903d11..a7a9038d21f 100644 --- a/service/codedeploy/go.mod +++ b/service/codedeploy/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/codedeploy go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/codedeploy/go_module_metadata.go b/service/codedeploy/go_module_metadata.go index aa3b2e53b26..134fee646ea 100644 --- a/service/codedeploy/go_module_metadata.go +++ b/service/codedeploy/go_module_metadata.go @@ -3,4 +3,4 @@ package codedeploy // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.17" +const goModuleVersion = "1.14.18" diff --git a/service/codeguruprofiler/CHANGELOG.md b/service/codeguruprofiler/CHANGELOG.md index b1e9f3c7376..1df45ad249c 100644 --- a/service/codeguruprofiler/CHANGELOG.md +++ b/service/codeguruprofiler/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codeguruprofiler/go.mod b/service/codeguruprofiler/go.mod index f9f88654e21..b4d0fbdc7d4 100644 --- a/service/codeguruprofiler/go.mod +++ b/service/codeguruprofiler/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/codeguruprofiler go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/codeguruprofiler/go_module_metadata.go b/service/codeguruprofiler/go_module_metadata.go index 5b196a11399..3cef97efe5f 100644 --- a/service/codeguruprofiler/go_module_metadata.go +++ b/service/codeguruprofiler/go_module_metadata.go @@ -3,4 +3,4 @@ package codeguruprofiler // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.16" +const goModuleVersion = "1.12.17" diff --git a/service/codegurureviewer/CHANGELOG.md b/service/codegurureviewer/CHANGELOG.md index 2bfcd76b30b..87aec2ae8ff 100644 --- a/service/codegurureviewer/CHANGELOG.md +++ b/service/codegurureviewer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.14 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.13 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codegurureviewer/go.mod b/service/codegurureviewer/go.mod index 4286b6cc479..22dec3b265e 100644 --- a/service/codegurureviewer/go.mod +++ b/service/codegurureviewer/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/codegurureviewer go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/codegurureviewer/go_module_metadata.go b/service/codegurureviewer/go_module_metadata.go index 97542d40b41..30dc474d964 100644 --- a/service/codegurureviewer/go_module_metadata.go +++ b/service/codegurureviewer/go_module_metadata.go @@ -3,4 +3,4 @@ package codegurureviewer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.13" +const goModuleVersion = "1.16.14" diff --git a/service/codepipeline/CHANGELOG.md b/service/codepipeline/CHANGELOG.md index 414e484780b..7e3df9452c0 100644 --- a/service/codepipeline/CHANGELOG.md +++ b/service/codepipeline/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codepipeline/go.mod b/service/codepipeline/go.mod index 3c76acc6ed3..c2544c7f2c6 100644 --- a/service/codepipeline/go.mod +++ b/service/codepipeline/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/codepipeline go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/codepipeline/go_module_metadata.go b/service/codepipeline/go_module_metadata.go index 0ff7eede132..00834e4a230 100644 --- a/service/codepipeline/go_module_metadata.go +++ b/service/codepipeline/go_module_metadata.go @@ -3,4 +3,4 @@ package codepipeline // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.16" +const goModuleVersion = "1.13.17" diff --git a/service/codestar/CHANGELOG.md b/service/codestar/CHANGELOG.md index 3d0a319eebf..1656f63b0c9 100644 --- a/service/codestar/CHANGELOG.md +++ b/service/codestar/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/codestar/go.mod b/service/codestar/go.mod index 1fd0adcc4d1..b54aaf1eded 100644 --- a/service/codestar/go.mod +++ b/service/codestar/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/codestar go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/codestar/go_module_metadata.go b/service/codestar/go_module_metadata.go index bc80787c679..97272cd6523 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.12.0" +const goModuleVersion = "1.12.1" diff --git a/service/codestarconnections/CHANGELOG.md b/service/codestarconnections/CHANGELOG.md index 414e484780b..7e3df9452c0 100644 --- a/service/codestarconnections/CHANGELOG.md +++ b/service/codestarconnections/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codestarconnections/go.mod b/service/codestarconnections/go.mod index 1b304d90459..98d690aa847 100644 --- a/service/codestarconnections/go.mod +++ b/service/codestarconnections/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/codestarconnections go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/codestarconnections/go_module_metadata.go b/service/codestarconnections/go_module_metadata.go index f79e15af675..45f51bd1e40 100644 --- a/service/codestarconnections/go_module_metadata.go +++ b/service/codestarconnections/go_module_metadata.go @@ -3,4 +3,4 @@ package codestarconnections // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.16" +const goModuleVersion = "1.13.17" diff --git a/service/codestarnotifications/CHANGELOG.md b/service/codestarnotifications/CHANGELOG.md index 8da4879971e..a8b0207e045 100644 --- a/service/codestarnotifications/CHANGELOG.md +++ b/service/codestarnotifications/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.0 (2022-09-16) * **Feature**: This release adds tag based access control for the UntagResource API. diff --git a/service/codestarnotifications/go.mod b/service/codestarnotifications/go.mod index f76f6eb57cb..fed37ecd7f7 100644 --- a/service/codestarnotifications/go.mod +++ b/service/codestarnotifications/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/codestarnotifications go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/codestarnotifications/go_module_metadata.go b/service/codestarnotifications/go_module_metadata.go index 56dd7249650..70d20e4deff 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.13.0" +const goModuleVersion = "1.13.1" diff --git a/service/cognitoidentity/CHANGELOG.md b/service/cognitoidentity/CHANGELOG.md index 4b0eb3a7216..5639f899c47 100644 --- a/service/cognitoidentity/CHANGELOG.md +++ b/service/cognitoidentity/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/cognitoidentity/go.mod b/service/cognitoidentity/go.mod index 436af5c1e08..eb8ff4a1650 100644 --- a/service/cognitoidentity/go.mod +++ b/service/cognitoidentity/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cognitoidentity go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/cognitoidentity/go_module_metadata.go b/service/cognitoidentity/go_module_metadata.go index b9d2c7b6bd2..637303094f7 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.14.0" +const goModuleVersion = "1.14.1" diff --git a/service/cognitoidentityprovider/CHANGELOG.md b/service/cognitoidentityprovider/CHANGELOG.md index 404222e61e5..7158fa37cdf 100644 --- a/service/cognitoidentityprovider/CHANGELOG.md +++ b/service/cognitoidentityprovider/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/cognitoidentityprovider/go.mod b/service/cognitoidentityprovider/go.mod index 2b96942e5ab..35603b96b50 100644 --- a/service/cognitoidentityprovider/go.mod +++ b/service/cognitoidentityprovider/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/cognitoidentityprovider/go_module_metadata.go b/service/cognitoidentityprovider/go_module_metadata.go index 4f03745b4dd..0434ceb8799 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.20.0" +const goModuleVersion = "1.20.1" diff --git a/service/cognitosync/CHANGELOG.md b/service/cognitosync/CHANGELOG.md index 9df7a1158b0..92e007df938 100644 --- a/service/cognitosync/CHANGELOG.md +++ b/service/cognitosync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cognitosync/go.mod b/service/cognitosync/go.mod index 506dc03bb99..2fb3350c1e4 100644 --- a/service/cognitosync/go.mod +++ b/service/cognitosync/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/cognitosync go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/cognitosync/go_module_metadata.go b/service/cognitosync/go_module_metadata.go index 57dd7a18ab3..07d675fb34a 100644 --- a/service/cognitosync/go_module_metadata.go +++ b/service/cognitosync/go_module_metadata.go @@ -3,4 +3,4 @@ package cognitosync // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.16" +const goModuleVersion = "1.11.17" diff --git a/service/comprehend/CHANGELOG.md b/service/comprehend/CHANGELOG.md index 9e68ead28c4..16c5d325c49 100644 --- a/service/comprehend/CHANGELOG.md +++ b/service/comprehend/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.12 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.11 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/comprehend/go.mod b/service/comprehend/go.mod index 8ab9d98cd94..2e9bc0370ef 100644 --- a/service/comprehend/go.mod +++ b/service/comprehend/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/comprehend go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/comprehend/go_module_metadata.go b/service/comprehend/go_module_metadata.go index 55bc395b7f1..0907c5bd6dc 100644 --- a/service/comprehend/go_module_metadata.go +++ b/service/comprehend/go_module_metadata.go @@ -3,4 +3,4 @@ package comprehend // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.11" +const goModuleVersion = "1.18.12" diff --git a/service/comprehendmedical/CHANGELOG.md b/service/comprehendmedical/CHANGELOG.md index c82a6d5ade6..6cf5cd63203 100644 --- a/service/comprehendmedical/CHANGELOG.md +++ b/service/comprehendmedical/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/comprehendmedical/go.mod b/service/comprehendmedical/go.mod index 6d348375f0c..5fbb2936e08 100644 --- a/service/comprehendmedical/go.mod +++ b/service/comprehendmedical/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/comprehendmedical go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/comprehendmedical/go_module_metadata.go b/service/comprehendmedical/go_module_metadata.go index 1f95665bcc1..16aa7645b73 100644 --- a/service/comprehendmedical/go_module_metadata.go +++ b/service/comprehendmedical/go_module_metadata.go @@ -3,4 +3,4 @@ package comprehendmedical // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.16" +const goModuleVersion = "1.13.17" diff --git a/service/computeoptimizer/CHANGELOG.md b/service/computeoptimizer/CHANGELOG.md index 3abddbfa179..110321c3164 100644 --- a/service/computeoptimizer/CHANGELOG.md +++ b/service/computeoptimizer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.19 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.18 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/computeoptimizer/go.mod b/service/computeoptimizer/go.mod index 93d1b6e3faf..c1d82e1dd40 100644 --- a/service/computeoptimizer/go.mod +++ b/service/computeoptimizer/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/computeoptimizer go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/computeoptimizer/go_module_metadata.go b/service/computeoptimizer/go_module_metadata.go index f2be4bd22ce..906ac886f2e 100644 --- a/service/computeoptimizer/go_module_metadata.go +++ b/service/computeoptimizer/go_module_metadata.go @@ -3,4 +3,4 @@ package computeoptimizer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.18" +const goModuleVersion = "1.17.19" diff --git a/service/configservice/CHANGELOG.md b/service/configservice/CHANGELOG.md index 678eae48667..9077e2e508e 100644 --- a/service/configservice/CHANGELOG.md +++ b/service/configservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/configservice/go.mod b/service/configservice/go.mod index d521b8e76ff..c6fc141c8bf 100644 --- a/service/configservice/go.mod +++ b/service/configservice/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/configservice go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/configservice/go_module_metadata.go b/service/configservice/go_module_metadata.go index 37d6d052963..84edefb1cee 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.26.0" +const goModuleVersion = "1.26.1" diff --git a/service/connect/CHANGELOG.md b/service/connect/CHANGELOG.md index 8e21803acaf..102ca24a21b 100644 --- a/service/connect/CHANGELOG.md +++ b/service/connect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.30.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/connect/go.mod b/service/connect/go.mod index b2768688f26..18b28b4d10a 100644 --- a/service/connect/go.mod +++ b/service/connect/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/connect go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/connect/go_module_metadata.go b/service/connect/go_module_metadata.go index c62b2124c42..70016141639 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.30.0" +const goModuleVersion = "1.30.1" diff --git a/service/connectcampaigns/CHANGELOG.md b/service/connectcampaigns/CHANGELOG.md index c626f07cd1b..1b8552a2d07 100644 --- a/service/connectcampaigns/CHANGELOG.md +++ b/service/connectcampaigns/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.5 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.4 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/connectcampaigns/go.mod b/service/connectcampaigns/go.mod index 6fd8e8a7b19..d5a8b116369 100644 --- a/service/connectcampaigns/go.mod +++ b/service/connectcampaigns/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/connectcampaigns go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/connectcampaigns/go_module_metadata.go b/service/connectcampaigns/go_module_metadata.go index acbdb3e4bff..dc2d478fbe3 100644 --- a/service/connectcampaigns/go_module_metadata.go +++ b/service/connectcampaigns/go_module_metadata.go @@ -3,4 +3,4 @@ package connectcampaigns // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.1.4" +const goModuleVersion = "1.1.5" diff --git a/service/connectcontactlens/CHANGELOG.md b/service/connectcontactlens/CHANGELOG.md index bb4223af5fa..03cda25189f 100644 --- a/service/connectcontactlens/CHANGELOG.md +++ b/service/connectcontactlens/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/connectcontactlens/go.mod b/service/connectcontactlens/go.mod index 09bd04d6e96..5516ae501f2 100644 --- a/service/connectcontactlens/go.mod +++ b/service/connectcontactlens/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/connectcontactlens go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/connectcontactlens/go_module_metadata.go b/service/connectcontactlens/go_module_metadata.go index e3bd0a57e59..ca2e8c119db 100644 --- a/service/connectcontactlens/go_module_metadata.go +++ b/service/connectcontactlens/go_module_metadata.go @@ -3,4 +3,4 @@ package connectcontactlens // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.16" +const goModuleVersion = "1.12.17" diff --git a/service/connectparticipant/CHANGELOG.md b/service/connectparticipant/CHANGELOG.md index 54d21a9065b..1a54e3e14a4 100644 --- a/service/connectparticipant/CHANGELOG.md +++ b/service/connectparticipant/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.2 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.1 (2022-09-15) * No change notes available for this release. diff --git a/service/connectparticipant/go.mod b/service/connectparticipant/go.mod index 87a898a114a..edc32bc307a 100644 --- a/service/connectparticipant/go.mod +++ b/service/connectparticipant/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/connectparticipant go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/connectparticipant/go_module_metadata.go b/service/connectparticipant/go_module_metadata.go index 0242956e267..46c000b5edb 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.12.1" +const goModuleVersion = "1.12.2" diff --git a/service/controltower/CHANGELOG.md b/service/controltower/CHANGELOG.md index d51dcb9555f..31777d896c1 100644 --- a/service/controltower/CHANGELOG.md +++ b/service/controltower/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.3 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.2 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/controltower/go.mod b/service/controltower/go.mod index b722148c1ae..dd30d820465 100644 --- a/service/controltower/go.mod +++ b/service/controltower/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/controltower go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/controltower/go_module_metadata.go b/service/controltower/go_module_metadata.go index b82b0ba26a4..1d886a8e5b5 100644 --- a/service/controltower/go_module_metadata.go +++ b/service/controltower/go_module_metadata.go @@ -3,4 +3,4 @@ package controltower // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.2" +const goModuleVersion = "1.0.3" diff --git a/service/costandusagereportservice/CHANGELOG.md b/service/costandusagereportservice/CHANGELOG.md index 414e484780b..7e3df9452c0 100644 --- a/service/costandusagereportservice/CHANGELOG.md +++ b/service/costandusagereportservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/costandusagereportservice/go.mod b/service/costandusagereportservice/go.mod index d6e5143591a..28e3f04a8ba 100644 --- a/service/costandusagereportservice/go.mod +++ b/service/costandusagereportservice/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/costandusagereportservice go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/costandusagereportservice/go_module_metadata.go b/service/costandusagereportservice/go_module_metadata.go index 6a7df1c417a..d1bf3c5a62a 100644 --- a/service/costandusagereportservice/go_module_metadata.go +++ b/service/costandusagereportservice/go_module_metadata.go @@ -3,4 +3,4 @@ package costandusagereportservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.16" +const goModuleVersion = "1.13.17" diff --git a/service/costexplorer/CHANGELOG.md b/service/costexplorer/CHANGELOG.md index 45edd0e39e5..359da552d96 100644 --- a/service/costexplorer/CHANGELOG.md +++ b/service/costexplorer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/costexplorer/go.mod b/service/costexplorer/go.mod index 844fd99b90f..ab2efa60a66 100644 --- a/service/costexplorer/go.mod +++ b/service/costexplorer/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/costexplorer go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/costexplorer/go_module_metadata.go b/service/costexplorer/go_module_metadata.go index c4456f30267..a8e79f9c29a 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.20.0" +const goModuleVersion = "1.20.1" diff --git a/service/customerprofiles/CHANGELOG.md b/service/customerprofiles/CHANGELOG.md index 5e11281b381..42b3e185894 100644 --- a/service/customerprofiles/CHANGELOG.md +++ b/service/customerprofiles/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.0 (2022-09-14) * **Feature**: Added isUnstructured in response for Customer Profiles Integration APIs diff --git a/service/customerprofiles/go.mod b/service/customerprofiles/go.mod index f338ab16298..c4ba3b7123b 100644 --- a/service/customerprofiles/go.mod +++ b/service/customerprofiles/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/customerprofiles go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/customerprofiles/go_module_metadata.go b/service/customerprofiles/go_module_metadata.go index 25d1520031e..13ee8d049c9 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.19.0" +const goModuleVersion = "1.19.1" diff --git a/service/databasemigrationservice/CHANGELOG.md b/service/databasemigrationservice/CHANGELOG.md index a708cb49adc..51ea1c0bbe6 100644 --- a/service/databasemigrationservice/CHANGELOG.md +++ b/service/databasemigrationservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.12 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.11 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/databasemigrationservice/go.mod b/service/databasemigrationservice/go.mod index 046e662a510..5f33bb97d50 100644 --- a/service/databasemigrationservice/go.mod +++ b/service/databasemigrationservice/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/databasemigrationservice go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/databasemigrationservice/go_module_metadata.go b/service/databasemigrationservice/go_module_metadata.go index f8deab38864..850d23bafb2 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.21.11" +const goModuleVersion = "1.21.12" diff --git a/service/databrew/CHANGELOG.md b/service/databrew/CHANGELOG.md index c205626dadd..2aa4e496b68 100644 --- a/service/databrew/CHANGELOG.md +++ b/service/databrew/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.14 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.13 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/databrew/go.mod b/service/databrew/go.mod index db861f6cdcb..386c00eff15 100644 --- a/service/databrew/go.mod +++ b/service/databrew/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/databrew go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/databrew/go_module_metadata.go b/service/databrew/go_module_metadata.go index 30abc8b396e..5be0445d146 100644 --- a/service/databrew/go_module_metadata.go +++ b/service/databrew/go_module_metadata.go @@ -3,4 +3,4 @@ package databrew // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.13" +const goModuleVersion = "1.20.14" diff --git a/service/dataexchange/CHANGELOG.md b/service/dataexchange/CHANGELOG.md index cae341451d3..0d9d12836c9 100644 --- a/service/dataexchange/CHANGELOG.md +++ b/service/dataexchange/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.0 (2022-09-14) * **Feature**: Documentation updates for AWS Data Exchange. diff --git a/service/dataexchange/go.mod b/service/dataexchange/go.mod index 127f545eaf9..3e3d18c7aab 100644 --- a/service/dataexchange/go.mod +++ b/service/dataexchange/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/dataexchange go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/dataexchange/go_module_metadata.go b/service/dataexchange/go_module_metadata.go index d2c8e1ef417..3823f3ddac9 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.16.0" +const goModuleVersion = "1.16.1" diff --git a/service/datapipeline/CHANGELOG.md b/service/datapipeline/CHANGELOG.md index 414e484780b..7e3df9452c0 100644 --- a/service/datapipeline/CHANGELOG.md +++ b/service/datapipeline/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/datapipeline/go.mod b/service/datapipeline/go.mod index 0acabedd00f..1f500900e34 100644 --- a/service/datapipeline/go.mod +++ b/service/datapipeline/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/datapipeline go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/datapipeline/go_module_metadata.go b/service/datapipeline/go_module_metadata.go index ebe23deffeb..a75cd282503 100644 --- a/service/datapipeline/go_module_metadata.go +++ b/service/datapipeline/go_module_metadata.go @@ -3,4 +3,4 @@ package datapipeline // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.16" +const goModuleVersion = "1.13.17" diff --git a/service/datasync/CHANGELOG.md b/service/datasync/CHANGELOG.md index 682213d6317..0a9a43f9612 100644 --- a/service/datasync/CHANGELOG.md +++ b/service/datasync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.12 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.11 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/datasync/go.mod b/service/datasync/go.mod index fbbca818442..9be158ca753 100644 --- a/service/datasync/go.mod +++ b/service/datasync/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/datasync go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/datasync/go_module_metadata.go b/service/datasync/go_module_metadata.go index ecfd25bb5e9..510d54bba75 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.18.11" +const goModuleVersion = "1.18.12" diff --git a/service/dax/CHANGELOG.md b/service/dax/CHANGELOG.md index 41394b7958c..36f472a716c 100644 --- a/service/dax/CHANGELOG.md +++ b/service/dax/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dax/go.mod b/service/dax/go.mod index 20684ae4df6..90c39d48321 100644 --- a/service/dax/go.mod +++ b/service/dax/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/dax go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/dax/go_module_metadata.go b/service/dax/go_module_metadata.go index 1446f479bd2..b72ebe9e554 100644 --- a/service/dax/go_module_metadata.go +++ b/service/dax/go_module_metadata.go @@ -3,4 +3,4 @@ package dax // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.16" +const goModuleVersion = "1.11.17" diff --git a/service/detective/CHANGELOG.md b/service/detective/CHANGELOG.md index 6b2797a89fb..bbc9597ba26 100644 --- a/service/detective/CHANGELOG.md +++ b/service/detective/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.9 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.8 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/detective/go.mod b/service/detective/go.mod index 68b693fd24c..506b504cd84 100644 --- a/service/detective/go.mod +++ b/service/detective/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/detective go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/detective/go_module_metadata.go b/service/detective/go_module_metadata.go index e776726ebe7..da99b32fa78 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.16.8" +const goModuleVersion = "1.16.9" diff --git a/service/devicefarm/CHANGELOG.md b/service/devicefarm/CHANGELOG.md index 5431f55fe67..33237d3abf8 100644 --- a/service/devicefarm/CHANGELOG.md +++ b/service/devicefarm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/devicefarm/go.mod b/service/devicefarm/go.mod index 367012dd6e6..bfb41efc96a 100644 --- a/service/devicefarm/go.mod +++ b/service/devicefarm/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/devicefarm go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/devicefarm/go_module_metadata.go b/service/devicefarm/go_module_metadata.go index d344824d510..0e9545861f3 100644 --- a/service/devicefarm/go_module_metadata.go +++ b/service/devicefarm/go_module_metadata.go @@ -3,4 +3,4 @@ package devicefarm // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.16" +const goModuleVersion = "1.13.17" diff --git a/service/devopsguru/CHANGELOG.md b/service/devopsguru/CHANGELOG.md index dc7c0bcaab5..0036a63d61e 100644 --- a/service/devopsguru/CHANGELOG.md +++ b/service/devopsguru/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.10 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.9 (2022-09-15) * No change notes available for this release. diff --git a/service/devopsguru/go.mod b/service/devopsguru/go.mod index 57034884ef3..6b867d5af52 100644 --- a/service/devopsguru/go.mod +++ b/service/devopsguru/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/devopsguru go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/devopsguru/go_module_metadata.go b/service/devopsguru/go_module_metadata.go index deaeb7b37f4..eaa672c300f 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.18.9" +const goModuleVersion = "1.18.10" diff --git a/service/directconnect/CHANGELOG.md b/service/directconnect/CHANGELOG.md index c66a619cdac..fb0f8442539 100644 --- a/service/directconnect/CHANGELOG.md +++ b/service/directconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/directconnect/go.mod b/service/directconnect/go.mod index 45e8ad53763..196ea169421 100644 --- a/service/directconnect/go.mod +++ b/service/directconnect/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/directconnect go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/directconnect/go_module_metadata.go b/service/directconnect/go_module_metadata.go index 97fe0dccf2d..7a763ea1c2c 100644 --- a/service/directconnect/go_module_metadata.go +++ b/service/directconnect/go_module_metadata.go @@ -3,4 +3,4 @@ package directconnect // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.17" +const goModuleVersion = "1.17.18" diff --git a/service/directoryservice/CHANGELOG.md b/service/directoryservice/CHANGELOG.md index cbd5f4c65c1..20ca867e740 100644 --- a/service/directoryservice/CHANGELOG.md +++ b/service/directoryservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.11 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.10 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/directoryservice/go.mod b/service/directoryservice/go.mod index 3a010b4ed22..98251a1af5d 100644 --- a/service/directoryservice/go.mod +++ b/service/directoryservice/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/directoryservice go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/directoryservice/go_module_metadata.go b/service/directoryservice/go_module_metadata.go index 0ebdaf96fb4..3f5c620c62e 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.14.10" +const goModuleVersion = "1.14.11" diff --git a/service/dlm/CHANGELOG.md b/service/dlm/CHANGELOG.md index 6438a55594c..0a5d8f9d248 100644 --- a/service/dlm/CHANGELOG.md +++ b/service/dlm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.6 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.5 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dlm/go.mod b/service/dlm/go.mod index 12fd62d0267..3149a641fd6 100644 --- a/service/dlm/go.mod +++ b/service/dlm/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/dlm go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/dlm/go_module_metadata.go b/service/dlm/go_module_metadata.go index a45c847202f..08767ee01af 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.12.5" +const goModuleVersion = "1.12.6" diff --git a/service/docdb/CHANGELOG.md b/service/docdb/CHANGELOG.md index d0fdc04030a..dbe77870ec1 100644 --- a/service/docdb/CHANGELOG.md +++ b/service/docdb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.11 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.10 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/docdb/go.mod b/service/docdb/go.mod index ac93e80f70d..9ee14b55137 100644 --- a/service/docdb/go.mod +++ b/service/docdb/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/docdb go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/docdb/go_module_metadata.go b/service/docdb/go_module_metadata.go index 39741d25fd9..c742503ea7d 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.19.10" +const goModuleVersion = "1.19.11" diff --git a/service/drs/CHANGELOG.md b/service/drs/CHANGELOG.md index 518625ca074..0d1629956b3 100644 --- a/service/drs/CHANGELOG.md +++ b/service/drs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.0 (2022-09-14) * **Feature**: Fixed the data type of lagDuration that is returned in Describe Source Server API diff --git a/service/drs/go.mod b/service/drs/go.mod index c7ce30cb77f..bbe93f5adfb 100644 --- a/service/drs/go.mod +++ b/service/drs/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/drs go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/drs/go_module_metadata.go b/service/drs/go_module_metadata.go index f8b5d07176a..2760de48254 100644 --- a/service/drs/go_module_metadata.go +++ b/service/drs/go_module_metadata.go @@ -3,4 +3,4 @@ package drs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.0" +const goModuleVersion = "1.8.1" diff --git a/service/dynamodb/CHANGELOG.md b/service/dynamodb/CHANGELOG.md index 86809604b5b..66c1b9ab685 100644 --- a/service/dynamodb/CHANGELOG.md +++ b/service/dynamodb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.0 (2022-09-15) * **Feature**: Increased DynamoDB transaction limit from 25 to 100. diff --git a/service/dynamodb/go.mod b/service/dynamodb/go.mod index 10e5c2f5103..d7ac5e7a5fa 100644 --- a/service/dynamodb/go.mod +++ b/service/dynamodb/go.mod @@ -3,11 +3,11 @@ module github.com/aws/aws-sdk-go-v2/service/dynamodb go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.9 - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.16 + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/dynamodb/go_module_metadata.go b/service/dynamodb/go_module_metadata.go index 72fea59eb69..c0d3fe46bbe 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.17.0" +const goModuleVersion = "1.17.1" diff --git a/service/dynamodbstreams/CHANGELOG.md b/service/dynamodbstreams/CHANGELOG.md index cb52c379f20..1048aa7b52e 100644 --- a/service/dynamodbstreams/CHANGELOG.md +++ b/service/dynamodbstreams/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.20 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.19 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dynamodbstreams/go.mod b/service/dynamodbstreams/go.mod index 60f257a1f94..82835d141f6 100644 --- a/service/dynamodbstreams/go.mod +++ b/service/dynamodbstreams/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/dynamodbstreams go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/dynamodbstreams/go_module_metadata.go b/service/dynamodbstreams/go_module_metadata.go index 9b5002a2d27..0e49c6c94fd 100644 --- a/service/dynamodbstreams/go_module_metadata.go +++ b/service/dynamodbstreams/go_module_metadata.go @@ -3,4 +3,4 @@ package dynamodbstreams // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.19" +const goModuleVersion = "1.13.20" diff --git a/service/ebs/CHANGELOG.md b/service/ebs/CHANGELOG.md index f8f77f45a20..dba7ef774de 100644 --- a/service/ebs/CHANGELOG.md +++ b/service/ebs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.16 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.15 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ebs/go.mod b/service/ebs/go.mod index 6a9f2eb0ba4..4d05ef3189a 100644 --- a/service/ebs/go.mod +++ b/service/ebs/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ebs go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/ebs/go_module_metadata.go b/service/ebs/go_module_metadata.go index b2dec88f7c2..178b5fd01c8 100644 --- a/service/ebs/go_module_metadata.go +++ b/service/ebs/go_module_metadata.go @@ -3,4 +3,4 @@ package ebs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.15" +const goModuleVersion = "1.15.16" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index fbb871076fc..7da11d21090 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.58.0 (2022-09-20) + +* **Feature**: This release adds support for blocked paths to Amazon VPC Reachability Analyzer. +* **Dependency Update**: Updated to the latest SDK module versions + # v1.57.0 (2022-09-19) * **Feature**: This release adds CapacityAllocations field to DescribeCapacityReservations diff --git a/service/ec2/go.mod b/service/ec2/go.mod index dab8e76962d..9ca34e1210d 100644 --- a/service/ec2/go.mod +++ b/service/ec2/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/ec2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index 91e3cb010d6..ba2efe83bb0 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.57.0" +const goModuleVersion = "1.58.0" diff --git a/service/ec2instanceconnect/CHANGELOG.md b/service/ec2instanceconnect/CHANGELOG.md index 6b9ed3285f2..aa4f92dd9fc 100644 --- a/service/ec2instanceconnect/CHANGELOG.md +++ b/service/ec2instanceconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.9 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.8 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ec2instanceconnect/go.mod b/service/ec2instanceconnect/go.mod index 291b6512697..081ffb17f0c 100644 --- a/service/ec2instanceconnect/go.mod +++ b/service/ec2instanceconnect/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/ec2instanceconnect/go_module_metadata.go b/service/ec2instanceconnect/go_module_metadata.go index 3a519fec28b..692b24946f6 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.14.8" +const goModuleVersion = "1.14.9" diff --git a/service/ecr/CHANGELOG.md b/service/ecr/CHANGELOG.md index c87d218d475..8eeb4fee843 100644 --- a/service/ecr/CHANGELOG.md +++ b/service/ecr/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ecr/go.mod b/service/ecr/go.mod index f12431de841..ba9ea8593f9 100644 --- a/service/ecr/go.mod +++ b/service/ecr/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ecr go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/ecr/go_module_metadata.go b/service/ecr/go_module_metadata.go index 59feced9f47..8eb705f4382 100644 --- a/service/ecr/go_module_metadata.go +++ b/service/ecr/go_module_metadata.go @@ -3,4 +3,4 @@ package ecr // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.17" +const goModuleVersion = "1.17.18" diff --git a/service/ecrpublic/CHANGELOG.md b/service/ecrpublic/CHANGELOG.md index 70590a36cb8..e6ed4a07654 100644 --- a/service/ecrpublic/CHANGELOG.md +++ b/service/ecrpublic/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ecrpublic/go.mod b/service/ecrpublic/go.mod index 9945c20a760..cc72286b0d2 100644 --- a/service/ecrpublic/go.mod +++ b/service/ecrpublic/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ecrpublic go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/ecrpublic/go_module_metadata.go b/service/ecrpublic/go_module_metadata.go index bab73d0b88c..274a1789e6e 100644 --- a/service/ecrpublic/go_module_metadata.go +++ b/service/ecrpublic/go_module_metadata.go @@ -3,4 +3,4 @@ package ecrpublic // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.16" +const goModuleVersion = "1.13.17" diff --git a/service/ecs/CHANGELOG.md b/service/ecs/CHANGELOG.md index 6356fa30e09..99b3af10559 100644 --- a/service/ecs/CHANGELOG.md +++ b/service/ecs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.22 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.21 (2022-09-16) * **Documentation**: This release supports new task definition sizes. diff --git a/service/ecs/go.mod b/service/ecs/go.mod index bd7db652b39..5ef3e3a9d95 100644 --- a/service/ecs/go.mod +++ b/service/ecs/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ecs go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/ecs/go_module_metadata.go b/service/ecs/go_module_metadata.go index 7f3741acb22..34b1f3dbd18 100644 --- a/service/ecs/go_module_metadata.go +++ b/service/ecs/go_module_metadata.go @@ -3,4 +3,4 @@ package ecs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.21" +const goModuleVersion = "1.18.22" diff --git a/service/efs/CHANGELOG.md b/service/efs/CHANGELOG.md index 85f81a9f198..c918b2c317a 100644 --- a/service/efs/CHANGELOG.md +++ b/service/efs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.15 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.14 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/efs/go.mod b/service/efs/go.mod index fbaa1b8ff2e..b02d52eb9f4 100644 --- a/service/efs/go.mod +++ b/service/efs/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/efs go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/efs/go_module_metadata.go b/service/efs/go_module_metadata.go index a94d1776d1a..26d956a4761 100644 --- a/service/efs/go_module_metadata.go +++ b/service/efs/go_module_metadata.go @@ -3,4 +3,4 @@ package efs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.14" +const goModuleVersion = "1.17.15" diff --git a/service/eks/CHANGELOG.md b/service/eks/CHANGELOG.md index a3520a41501..f22dbc56a61 100644 --- a/service/eks/CHANGELOG.md +++ b/service/eks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.0 (2022-09-14) * **Feature**: Adding support for local Amazon EKS clusters on Outposts diff --git a/service/eks/go.mod b/service/eks/go.mod index bf9761c1c72..e2099e664f7 100644 --- a/service/eks/go.mod +++ b/service/eks/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/eks go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/eks/go_module_metadata.go b/service/eks/go_module_metadata.go index 61cc8ca5dc1..b7db3e8a010 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.22.0" +const goModuleVersion = "1.22.1" diff --git a/service/elasticache/CHANGELOG.md b/service/elasticache/CHANGELOG.md index 50d84ac60f2..af34681ff12 100644 --- a/service/elasticache/CHANGELOG.md +++ b/service/elasticache/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.10 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.9 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticache/go.mod b/service/elasticache/go.mod index 2b1762c7010..a324ff3fc7a 100644 --- a/service/elasticache/go.mod +++ b/service/elasticache/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/elasticache go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/elasticache/go_module_metadata.go b/service/elasticache/go_module_metadata.go index 43a9281100f..d492571a546 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.22.9" +const goModuleVersion = "1.22.10" diff --git a/service/elasticbeanstalk/CHANGELOG.md b/service/elasticbeanstalk/CHANGELOG.md index 28b24a0c4c0..faf2aee8c48 100644 --- a/service/elasticbeanstalk/CHANGELOG.md +++ b/service/elasticbeanstalk/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticbeanstalk/go.mod b/service/elasticbeanstalk/go.mod index 4f75dcf131a..3e33a960a31 100644 --- a/service/elasticbeanstalk/go.mod +++ b/service/elasticbeanstalk/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/elasticbeanstalk/go_module_metadata.go b/service/elasticbeanstalk/go_module_metadata.go index 0a4d3b8b49f..2a58971055d 100644 --- a/service/elasticbeanstalk/go_module_metadata.go +++ b/service/elasticbeanstalk/go_module_metadata.go @@ -3,4 +3,4 @@ package elasticbeanstalk // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.17" +const goModuleVersion = "1.14.18" diff --git a/service/elasticinference/CHANGELOG.md b/service/elasticinference/CHANGELOG.md index 7d92c9b474c..2ff2cbf1131 100644 --- a/service/elasticinference/CHANGELOG.md +++ b/service/elasticinference/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticinference/go.mod b/service/elasticinference/go.mod index 206e255bfd2..9c8915b8774 100644 --- a/service/elasticinference/go.mod +++ b/service/elasticinference/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/elasticinference go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/elasticinference/go_module_metadata.go b/service/elasticinference/go_module_metadata.go index 7e5e717d091..ebc254d7b8a 100644 --- a/service/elasticinference/go_module_metadata.go +++ b/service/elasticinference/go_module_metadata.go @@ -3,4 +3,4 @@ package elasticinference // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.16" +const goModuleVersion = "1.11.17" diff --git a/service/elasticloadbalancing/CHANGELOG.md b/service/elasticloadbalancing/CHANGELOG.md index e34e21b27f6..77dd63848e6 100644 --- a/service/elasticloadbalancing/CHANGELOG.md +++ b/service/elasticloadbalancing/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticloadbalancing/go.mod b/service/elasticloadbalancing/go.mod index 8740ab50592..a2e3c42d6ba 100644 --- a/service/elasticloadbalancing/go.mod +++ b/service/elasticloadbalancing/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/elasticloadbalancing/go_module_metadata.go b/service/elasticloadbalancing/go_module_metadata.go index b8df883909f..0fbb0085f2d 100644 --- a/service/elasticloadbalancing/go_module_metadata.go +++ b/service/elasticloadbalancing/go_module_metadata.go @@ -3,4 +3,4 @@ package elasticloadbalancing // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.17" +const goModuleVersion = "1.14.18" diff --git a/service/elasticloadbalancingv2/CHANGELOG.md b/service/elasticloadbalancingv2/CHANGELOG.md index 5a7306da8a6..de129b28824 100644 --- a/service/elasticloadbalancingv2/CHANGELOG.md +++ b/service/elasticloadbalancingv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.19 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.18 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticloadbalancingv2/go.mod b/service/elasticloadbalancingv2/go.mod index dfa251de15f..12c72c27311 100644 --- a/service/elasticloadbalancingv2/go.mod +++ b/service/elasticloadbalancingv2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/elasticloadbalancingv2/go_module_metadata.go b/service/elasticloadbalancingv2/go_module_metadata.go index 0e7e9c97ec4..b9dc3ee6250 100644 --- a/service/elasticloadbalancingv2/go_module_metadata.go +++ b/service/elasticloadbalancingv2/go_module_metadata.go @@ -3,4 +3,4 @@ package elasticloadbalancingv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.18" +const goModuleVersion = "1.18.19" diff --git a/service/elasticsearchservice/CHANGELOG.md b/service/elasticsearchservice/CHANGELOG.md index e05e5c01914..919edd29ea5 100644 --- a/service/elasticsearchservice/CHANGELOG.md +++ b/service/elasticsearchservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.10 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.9 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticsearchservice/go.mod b/service/elasticsearchservice/go.mod index c85bc86abf7..b2deb1539b1 100644 --- a/service/elasticsearchservice/go.mod +++ b/service/elasticsearchservice/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/elasticsearchservice go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/elasticsearchservice/go_module_metadata.go b/service/elasticsearchservice/go_module_metadata.go index e2562c4d0c9..71ecea6effc 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.16.9" +const goModuleVersion = "1.16.10" diff --git a/service/elastictranscoder/CHANGELOG.md b/service/elastictranscoder/CHANGELOG.md index 7d34fbbaa94..733e2f9ac47 100644 --- a/service/elastictranscoder/CHANGELOG.md +++ b/service/elastictranscoder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elastictranscoder/go.mod b/service/elastictranscoder/go.mod index 594d048ebb4..4fb57ffe219 100644 --- a/service/elastictranscoder/go.mod +++ b/service/elastictranscoder/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/elastictranscoder go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/elastictranscoder/go_module_metadata.go b/service/elastictranscoder/go_module_metadata.go index 1ba79538cab..e8bba6e76f1 100644 --- a/service/elastictranscoder/go_module_metadata.go +++ b/service/elastictranscoder/go_module_metadata.go @@ -3,4 +3,4 @@ package elastictranscoder // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.16" +const goModuleVersion = "1.13.17" diff --git a/service/emr/CHANGELOG.md b/service/emr/CHANGELOG.md index 2e9b5481101..f476f7d9132 100644 --- a/service/emr/CHANGELOG.md +++ b/service/emr/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.11 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.10 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/emr/go.mod b/service/emr/go.mod index 21bf5ec58a1..8b5b683f24f 100644 --- a/service/emr/go.mod +++ b/service/emr/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/emr go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/emr/go_module_metadata.go b/service/emr/go_module_metadata.go index 64cc89914d1..eff16434bc7 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.20.10" +const goModuleVersion = "1.20.11" diff --git a/service/emrcontainers/CHANGELOG.md b/service/emrcontainers/CHANGELOG.md index 6ae923d89de..e31618b3851 100644 --- a/service/emrcontainers/CHANGELOG.md +++ b/service/emrcontainers/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.0 (2022-09-14) * **Feature**: EMR on EKS now allows running Spark SQL using the newly introduced Spark SQL Job Driver in the Start Job Run API diff --git a/service/emrcontainers/go.mod b/service/emrcontainers/go.mod index e0231526114..70d5951e1dc 100644 --- a/service/emrcontainers/go.mod +++ b/service/emrcontainers/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/emrcontainers go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/emrcontainers/go_module_metadata.go b/service/emrcontainers/go_module_metadata.go index f4587e8f46f..0025f6ec2a3 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.14.0" +const goModuleVersion = "1.14.1" diff --git a/service/emrserverless/CHANGELOG.md b/service/emrserverless/CHANGELOG.md index 8578fc0ced8..7672049bf00 100644 --- a/service/emrserverless/CHANGELOG.md +++ b/service/emrserverless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/emrserverless/go.mod b/service/emrserverless/go.mod index 89f4c943edf..9252221191a 100644 --- a/service/emrserverless/go.mod +++ b/service/emrserverless/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/emrserverless go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/emrserverless/go_module_metadata.go b/service/emrserverless/go_module_metadata.go index 4a4dd75c1f7..927e8cb7355 100644 --- a/service/emrserverless/go_module_metadata.go +++ b/service/emrserverless/go_module_metadata.go @@ -3,4 +3,4 @@ package emrserverless // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/eventbridge/CHANGELOG.md b/service/eventbridge/CHANGELOG.md index a01b1bfc60f..8a1fb969aa0 100644 --- a/service/eventbridge/CHANGELOG.md +++ b/service/eventbridge/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.15 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.14 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/eventbridge/go.mod b/service/eventbridge/go.mod index abaa84bcfea..ffa7577140a 100644 --- a/service/eventbridge/go.mod +++ b/service/eventbridge/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/eventbridge go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 - github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.13 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 + github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.14 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/eventbridge/go_module_metadata.go b/service/eventbridge/go_module_metadata.go index 9db8ed41b91..71af3f164e4 100644 --- a/service/eventbridge/go_module_metadata.go +++ b/service/eventbridge/go_module_metadata.go @@ -3,4 +3,4 @@ package eventbridge // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.14" +const goModuleVersion = "1.16.15" diff --git a/service/evidently/CHANGELOG.md b/service/evidently/CHANGELOG.md index 008f8fa9dd8..97a2c07d072 100644 --- a/service/evidently/CHANGELOG.md +++ b/service/evidently/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/evidently/go.mod b/service/evidently/go.mod index 6c9f7881875..33b98b6f7be 100644 --- a/service/evidently/go.mod +++ b/service/evidently/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/evidently go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/evidently/go_module_metadata.go b/service/evidently/go_module_metadata.go index 1659506a19c..644d4160e35 100644 --- a/service/evidently/go_module_metadata.go +++ b/service/evidently/go_module_metadata.go @@ -3,4 +3,4 @@ package evidently // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.0" +const goModuleVersion = "1.9.1" diff --git a/service/finspace/CHANGELOG.md b/service/finspace/CHANGELOG.md index 5f136f531d1..46abf63ad96 100644 --- a/service/finspace/CHANGELOG.md +++ b/service/finspace/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/finspace/go.mod b/service/finspace/go.mod index 0122a1db6ae..c8e42d4e053 100644 --- a/service/finspace/go.mod +++ b/service/finspace/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/finspace go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/finspace/go_module_metadata.go b/service/finspace/go_module_metadata.go index 20d2f406cef..315ec65984e 100644 --- a/service/finspace/go_module_metadata.go +++ b/service/finspace/go_module_metadata.go @@ -3,4 +3,4 @@ package finspace // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.16" +const goModuleVersion = "1.8.17" diff --git a/service/finspacedata/CHANGELOG.md b/service/finspacedata/CHANGELOG.md index 800ef5f6098..7a95e0db26d 100644 --- a/service/finspacedata/CHANGELOG.md +++ b/service/finspacedata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/finspacedata/go.mod b/service/finspacedata/go.mod index e3184c3c6c2..d4e4ed66b69 100644 --- a/service/finspacedata/go.mod +++ b/service/finspacedata/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/finspacedata go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/finspacedata/go_module_metadata.go b/service/finspacedata/go_module_metadata.go index 0d2cc1aea6b..7b30b824d88 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.13.0" +const goModuleVersion = "1.13.1" diff --git a/service/firehose/CHANGELOG.md b/service/firehose/CHANGELOG.md index 678c49691a0..7bf5676cc78 100644 --- a/service/firehose/CHANGELOG.md +++ b/service/firehose/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.19 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.18 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/firehose/go.mod b/service/firehose/go.mod index 1f1634120cf..b5aab97ad6b 100644 --- a/service/firehose/go.mod +++ b/service/firehose/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/firehose go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/firehose/go_module_metadata.go b/service/firehose/go_module_metadata.go index 88fc3bef813..36427612fe8 100644 --- a/service/firehose/go_module_metadata.go +++ b/service/firehose/go_module_metadata.go @@ -3,4 +3,4 @@ package firehose // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.18" +const goModuleVersion = "1.14.19" diff --git a/service/fis/CHANGELOG.md b/service/fis/CHANGELOG.md index ef6a45b3716..156de412664 100644 --- a/service/fis/CHANGELOG.md +++ b/service/fis/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/fis/go.mod b/service/fis/go.mod index 959b7e245e6..283a4dba784 100644 --- a/service/fis/go.mod +++ b/service/fis/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/fis go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/fis/go_module_metadata.go b/service/fis/go_module_metadata.go index db365d9b169..30bbcbcf332 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.13.0" +const goModuleVersion = "1.13.1" diff --git a/service/fms/CHANGELOG.md b/service/fms/CHANGELOG.md index c2a862dd732..8bde68f96e6 100644 --- a/service/fms/CHANGELOG.md +++ b/service/fms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.9 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.8 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/fms/go.mod b/service/fms/go.mod index 96a56e2312f..b766e9b255b 100644 --- a/service/fms/go.mod +++ b/service/fms/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/fms go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/fms/go_module_metadata.go b/service/fms/go_module_metadata.go index e54bd962075..4a0a576e06b 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.18.8" +const goModuleVersion = "1.18.9" diff --git a/service/forecast/CHANGELOG.md b/service/forecast/CHANGELOG.md index 2ef9e884c2b..0f4f2f64721 100644 --- a/service/forecast/CHANGELOG.md +++ b/service/forecast/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.5 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.4 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/forecast/go.mod b/service/forecast/go.mod index 515631d0c42..da866c6f810 100644 --- a/service/forecast/go.mod +++ b/service/forecast/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/forecast go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/forecast/go_module_metadata.go b/service/forecast/go_module_metadata.go index 2779e5e75dd..21460a32cf3 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.23.4" +const goModuleVersion = "1.23.5" diff --git a/service/forecastquery/CHANGELOG.md b/service/forecastquery/CHANGELOG.md index 41a5bfd1af9..8511bbe9e3a 100644 --- a/service/forecastquery/CHANGELOG.md +++ b/service/forecastquery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/forecastquery/go.mod b/service/forecastquery/go.mod index affd13af62e..d3a046f2eb3 100644 --- a/service/forecastquery/go.mod +++ b/service/forecastquery/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/forecastquery go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/forecastquery/go_module_metadata.go b/service/forecastquery/go_module_metadata.go index 86bcd3ffa42..ef6e5422874 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.12.4" +const goModuleVersion = "1.12.5" diff --git a/service/frauddetector/CHANGELOG.md b/service/frauddetector/CHANGELOG.md index 70bcb6b7f0b..101efa8a60d 100644 --- a/service/frauddetector/CHANGELOG.md +++ b/service/frauddetector/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.9 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.8 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/frauddetector/go.mod b/service/frauddetector/go.mod index c5d3403a6b3..b4b841e63f4 100644 --- a/service/frauddetector/go.mod +++ b/service/frauddetector/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/frauddetector go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/frauddetector/go_module_metadata.go b/service/frauddetector/go_module_metadata.go index 9ab43b0a7fe..92a201dc053 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.20.8" +const goModuleVersion = "1.20.9" diff --git a/service/fsx/CHANGELOG.md b/service/fsx/CHANGELOG.md index 60448b3518f..208d96dd27c 100644 --- a/service/fsx/CHANGELOG.md +++ b/service/fsx/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.14 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.13 (2022-09-19) * No change notes available for this release. diff --git a/service/fsx/go.mod b/service/fsx/go.mod index 5a7c3255a6f..bd58e79558b 100644 --- a/service/fsx/go.mod +++ b/service/fsx/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/fsx go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/fsx/go_module_metadata.go b/service/fsx/go_module_metadata.go index ea8dfdf6d0a..5ad0dccad91 100644 --- a/service/fsx/go_module_metadata.go +++ b/service/fsx/go_module_metadata.go @@ -3,4 +3,4 @@ package fsx // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.13" +const goModuleVersion = "1.24.14" diff --git a/service/gamelift/CHANGELOG.md b/service/gamelift/CHANGELOG.md index 7bbf5ccd236..42f502b222c 100644 --- a/service/gamelift/CHANGELOG.md +++ b/service/gamelift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.5 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.4 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/gamelift/go.mod b/service/gamelift/go.mod index dea706c420e..a28c956dcf5 100644 --- a/service/gamelift/go.mod +++ b/service/gamelift/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/gamelift go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/gamelift/go_module_metadata.go b/service/gamelift/go_module_metadata.go index 0f4b2cd8f75..ef176a3201e 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.15.4" +const goModuleVersion = "1.15.5" diff --git a/service/gamesparks/CHANGELOG.md b/service/gamesparks/CHANGELOG.md index 40790c45349..a2bd4511deb 100644 --- a/service/gamesparks/CHANGELOG.md +++ b/service/gamesparks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.12 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.11 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/gamesparks/go.mod b/service/gamesparks/go.mod index 9878394bc72..5b3933d5417 100644 --- a/service/gamesparks/go.mod +++ b/service/gamesparks/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/gamesparks go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/gamesparks/go_module_metadata.go b/service/gamesparks/go_module_metadata.go index f4fa6186de3..fc88a30db19 100644 --- a/service/gamesparks/go_module_metadata.go +++ b/service/gamesparks/go_module_metadata.go @@ -3,4 +3,4 @@ package gamesparks // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.1.11" +const goModuleVersion = "1.1.12" diff --git a/service/glacier/CHANGELOG.md b/service/glacier/CHANGELOG.md index b4ae08701a1..a988aa67526 100644 --- a/service/glacier/CHANGELOG.md +++ b/service/glacier/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/glacier/go.mod b/service/glacier/go.mod index c2b17a68e04..be1552b266c 100644 --- a/service/glacier/go.mod +++ b/service/glacier/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/glacier go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/glacier/go_module_metadata.go b/service/glacier/go_module_metadata.go index 24ed7799680..2651d7550e4 100644 --- a/service/glacier/go_module_metadata.go +++ b/service/glacier/go_module_metadata.go @@ -3,4 +3,4 @@ package glacier // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.16" +const goModuleVersion = "1.13.17" diff --git a/service/globalaccelerator/CHANGELOG.md b/service/globalaccelerator/CHANGELOG.md index 2c508c2f6e6..a9679cdc3df 100644 --- a/service/globalaccelerator/CHANGELOG.md +++ b/service/globalaccelerator/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.9 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.8 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/globalaccelerator/go.mod b/service/globalaccelerator/go.mod index 7eae3657d9a..5c08068eb26 100644 --- a/service/globalaccelerator/go.mod +++ b/service/globalaccelerator/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/globalaccelerator go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/globalaccelerator/go_module_metadata.go b/service/globalaccelerator/go_module_metadata.go index 325c30acc34..41a374f0717 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.14.8" +const goModuleVersion = "1.14.9" diff --git a/service/glue/CHANGELOG.md b/service/glue/CHANGELOG.md index 63bbeae0760..fd92bc52aad 100644 --- a/service/glue/CHANGELOG.md +++ b/service/glue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.31.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/glue/go.mod b/service/glue/go.mod index b9be912f3f8..4811c772124 100644 --- a/service/glue/go.mod +++ b/service/glue/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/glue go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/glue/go_module_metadata.go b/service/glue/go_module_metadata.go index 0bfb9721478..4d76bcb41d9 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.31.0" +const goModuleVersion = "1.31.1" diff --git a/service/grafana/CHANGELOG.md b/service/grafana/CHANGELOG.md index 69e150bfd63..181d2dde3bd 100644 --- a/service/grafana/CHANGELOG.md +++ b/service/grafana/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.13 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.12 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/grafana/go.mod b/service/grafana/go.mod index 2e242689ff0..06cc375d25e 100644 --- a/service/grafana/go.mod +++ b/service/grafana/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/grafana go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/grafana/go_module_metadata.go b/service/grafana/go_module_metadata.go index 1e5a6f099fe..54b8e049450 100644 --- a/service/grafana/go_module_metadata.go +++ b/service/grafana/go_module_metadata.go @@ -3,4 +3,4 @@ package grafana // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.12" +const goModuleVersion = "1.9.13" diff --git a/service/greengrass/CHANGELOG.md b/service/greengrass/CHANGELOG.md index 813505a5e95..50cc877938a 100644 --- a/service/greengrass/CHANGELOG.md +++ b/service/greengrass/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/greengrass/go.mod b/service/greengrass/go.mod index 8524c7bb87d..f96e5fbe29f 100644 --- a/service/greengrass/go.mod +++ b/service/greengrass/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/greengrass go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/greengrass/go_module_metadata.go b/service/greengrass/go_module_metadata.go index 484d9ddf3da..13a506b1956 100644 --- a/service/greengrass/go_module_metadata.go +++ b/service/greengrass/go_module_metadata.go @@ -3,4 +3,4 @@ package greengrass // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.16" +const goModuleVersion = "1.13.17" diff --git a/service/greengrassv2/CHANGELOG.md b/service/greengrassv2/CHANGELOG.md index 2640078de53..8536e1dab0d 100644 --- a/service/greengrassv2/CHANGELOG.md +++ b/service/greengrassv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/greengrassv2/go.mod b/service/greengrassv2/go.mod index ce9d059aaf6..54bcc4c6c9d 100644 --- a/service/greengrassv2/go.mod +++ b/service/greengrassv2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/greengrassv2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/greengrassv2/go_module_metadata.go b/service/greengrassv2/go_module_metadata.go index ee71873900d..566da9417ab 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.18.0" +const goModuleVersion = "1.18.1" diff --git a/service/groundstation/CHANGELOG.md b/service/groundstation/CHANGELOG.md index 73e3c6f1e81..bbb70df057c 100644 --- a/service/groundstation/CHANGELOG.md +++ b/service/groundstation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/groundstation/go.mod b/service/groundstation/go.mod index eca1709b3ee..a50ac95cf35 100644 --- a/service/groundstation/go.mod +++ b/service/groundstation/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/groundstation go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/groundstation/go_module_metadata.go b/service/groundstation/go_module_metadata.go index 8dc2d266354..629faae1b9a 100644 --- a/service/groundstation/go_module_metadata.go +++ b/service/groundstation/go_module_metadata.go @@ -3,4 +3,4 @@ package groundstation // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.17" +const goModuleVersion = "1.13.18" diff --git a/service/guardduty/CHANGELOG.md b/service/guardduty/CHANGELOG.md index 27c565709b1..68fb3e0c9f5 100644 --- a/service/guardduty/CHANGELOG.md +++ b/service/guardduty/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.9 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.8 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/guardduty/go.mod b/service/guardduty/go.mod index 7c102a0151d..40e5fe4b108 100644 --- a/service/guardduty/go.mod +++ b/service/guardduty/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/guardduty go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/guardduty/go_module_metadata.go b/service/guardduty/go_module_metadata.go index aa9301de850..681442f145c 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.15.8" +const goModuleVersion = "1.15.9" diff --git a/service/health/CHANGELOG.md b/service/health/CHANGELOG.md index ecdff970dc6..a65c39ada20 100644 --- a/service/health/CHANGELOG.md +++ b/service/health/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.20 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.19 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/health/go.mod b/service/health/go.mod index c38a9578b8b..21d255f4de0 100644 --- a/service/health/go.mod +++ b/service/health/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/health go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/health/go_module_metadata.go b/service/health/go_module_metadata.go index ad8c7d9b8c0..0a8d2742f86 100644 --- a/service/health/go_module_metadata.go +++ b/service/health/go_module_metadata.go @@ -3,4 +3,4 @@ package health // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.19" +const goModuleVersion = "1.15.20" diff --git a/service/healthlake/CHANGELOG.md b/service/healthlake/CHANGELOG.md index bf103f83895..465349f22cb 100644 --- a/service/healthlake/CHANGELOG.md +++ b/service/healthlake/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/healthlake/go.mod b/service/healthlake/go.mod index d2d8e09a3bc..68f10647ebe 100644 --- a/service/healthlake/go.mod +++ b/service/healthlake/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/healthlake go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/healthlake/go_module_metadata.go b/service/healthlake/go_module_metadata.go index 32bcc74d4bf..fde2e584049 100644 --- a/service/healthlake/go_module_metadata.go +++ b/service/healthlake/go_module_metadata.go @@ -3,4 +3,4 @@ package healthlake // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.16" +const goModuleVersion = "1.14.17" diff --git a/service/honeycode/CHANGELOG.md b/service/honeycode/CHANGELOG.md index 98eebf23065..917851d43e7 100644 --- a/service/honeycode/CHANGELOG.md +++ b/service/honeycode/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/honeycode/go.mod b/service/honeycode/go.mod index 97148d57e7a..ee6a22d3d4d 100644 --- a/service/honeycode/go.mod +++ b/service/honeycode/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/honeycode go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/honeycode/go_module_metadata.go b/service/honeycode/go_module_metadata.go index ac8bb6d56e8..4a4f45629a3 100644 --- a/service/honeycode/go_module_metadata.go +++ b/service/honeycode/go_module_metadata.go @@ -3,4 +3,4 @@ package honeycode // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.16" +const goModuleVersion = "1.12.17" diff --git a/service/iam/CHANGELOG.md b/service/iam/CHANGELOG.md index aaf865fa12b..88c2ce72574 100644 --- a/service/iam/CHANGELOG.md +++ b/service/iam/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.19 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.18 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iam/go.mod b/service/iam/go.mod index 8839080eefb..dbeb4862748 100644 --- a/service/iam/go.mod +++ b/service/iam/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iam go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/iam/go_module_metadata.go b/service/iam/go_module_metadata.go index 1a3679df08e..8f2566527b2 100644 --- a/service/iam/go_module_metadata.go +++ b/service/iam/go_module_metadata.go @@ -3,4 +3,4 @@ package iam // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.18" +const goModuleVersion = "1.18.19" diff --git a/service/identitystore/CHANGELOG.md b/service/identitystore/CHANGELOG.md index 7ee2efc05e9..6855cef66c1 100644 --- a/service/identitystore/CHANGELOG.md +++ b/service/identitystore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.4 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.3 (2022-09-14) * **Documentation**: Documentation updates for the Identity Store CLI Reference. diff --git a/service/identitystore/go.mod b/service/identitystore/go.mod index 2048f53d7ad..38bba4dd465 100644 --- a/service/identitystore/go.mod +++ b/service/identitystore/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/identitystore go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/identitystore/go_module_metadata.go b/service/identitystore/go_module_metadata.go index 9cd57687b9d..02d825440e5 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.15.3" +const goModuleVersion = "1.15.4" diff --git a/service/imagebuilder/CHANGELOG.md b/service/imagebuilder/CHANGELOG.md index 096a586892c..d17e2d86aa3 100644 --- a/service/imagebuilder/CHANGELOG.md +++ b/service/imagebuilder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/imagebuilder/go.mod b/service/imagebuilder/go.mod index 43791b15a3e..ecbab408fa7 100644 --- a/service/imagebuilder/go.mod +++ b/service/imagebuilder/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/imagebuilder go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/imagebuilder/go_module_metadata.go b/service/imagebuilder/go_module_metadata.go index 81a59302766..a91cf64b1bf 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.20.0" +const goModuleVersion = "1.20.1" diff --git a/service/inspector/CHANGELOG.md b/service/inspector/CHANGELOG.md index 706d9522897..26fe70e0532 100644 --- a/service/inspector/CHANGELOG.md +++ b/service/inspector/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/inspector/go.mod b/service/inspector/go.mod index 21b34c3d967..6c0fc207b12 100644 --- a/service/inspector/go.mod +++ b/service/inspector/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/inspector go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/inspector/go_module_metadata.go b/service/inspector/go_module_metadata.go index 1e96dea36ff..6d776d947c2 100644 --- a/service/inspector/go_module_metadata.go +++ b/service/inspector/go_module_metadata.go @@ -3,4 +3,4 @@ package inspector // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.16" +const goModuleVersion = "1.12.17" diff --git a/service/inspector2/CHANGELOG.md b/service/inspector2/CHANGELOG.md index f448ce64602..85f1e20f9f0 100644 --- a/service/inspector2/CHANGELOG.md +++ b/service/inspector2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.0 (2022-09-14) * **Feature**: This release adds new fields like fixAvailable, fixedInVersion and remediation to the finding model. The requirement to have vulnerablePackages in the finding model has also been removed. The documentation has been updated to reflect these changes. diff --git a/service/inspector2/go.mod b/service/inspector2/go.mod index cd62f47ae6d..d2a28d8f248 100644 --- a/service/inspector2/go.mod +++ b/service/inspector2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/inspector2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/inspector2/go_module_metadata.go b/service/inspector2/go_module_metadata.go index 14b6688bf98..4e3b1e7e70a 100644 --- a/service/inspector2/go_module_metadata.go +++ b/service/inspector2/go_module_metadata.go @@ -3,4 +3,4 @@ package inspector2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.0" +const goModuleVersion = "1.8.1" diff --git a/service/internal/benchmark/go.mod b/service/internal/benchmark/go.mod index a3f3b4ae23c..ff92e710755 100644 --- a/service/internal/benchmark/go.mod +++ b/service/internal/benchmark/go.mod @@ -4,11 +4,11 @@ go 1.15 require ( github.com/aws/aws-sdk-go v1.44.28 - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.0 - github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.12.16 - github.com/aws/aws-sdk-go-v2/service/s3 v1.27.10 - github.com/aws/aws-sdk-go-v2/service/schemas v1.14.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.1 + github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.12.17 + github.com/aws/aws-sdk-go-v2/service/s3 v1.27.11 + github.com/aws/aws-sdk-go-v2/service/schemas v1.14.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/internal/checksum/CHANGELOG.md b/service/internal/checksum/CHANGELOG.md index 5d500a013af..90efb09873b 100644 --- a/service/internal/checksum/CHANGELOG.md +++ b/service/internal/checksum/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/checksum/go.mod b/service/internal/checksum/go.mod index e90fc7d9800..0eaf29d5acc 100644 --- a/service/internal/checksum/go.mod +++ b/service/internal/checksum/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/checksum go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 + github.com/aws/aws-sdk-go-v2 v1.16.16 github.com/aws/smithy-go v1.13.3 github.com/google/go-cmp v0.5.8 ) diff --git a/service/internal/checksum/go_module_metadata.go b/service/internal/checksum/go_module_metadata.go index f047a4ce0f6..c95af9a11f0 100644 --- a/service/internal/checksum/go_module_metadata.go +++ b/service/internal/checksum/go_module_metadata.go @@ -3,4 +3,4 @@ package checksum // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.1.17" +const goModuleVersion = "1.1.18" diff --git a/service/internal/endpoint-discovery/CHANGELOG.md b/service/internal/endpoint-discovery/CHANGELOG.md index 8d4d3ea01b8..8e3fca8c54c 100644 --- a/service/internal/endpoint-discovery/CHANGELOG.md +++ b/service/internal/endpoint-discovery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/endpoint-discovery/go.mod b/service/internal/endpoint-discovery/go.mod index 0c68618e3ff..2d48ac3daed 100644 --- a/service/internal/endpoint-discovery/go.mod +++ b/service/internal/endpoint-discovery/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 + github.com/aws/aws-sdk-go-v2 v1.16.16 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/internal/endpoint-discovery/go_module_metadata.go b/service/internal/endpoint-discovery/go_module_metadata.go index be88aafb1ae..d4ad00ee47e 100644 --- a/service/internal/endpoint-discovery/go_module_metadata.go +++ b/service/internal/endpoint-discovery/go_module_metadata.go @@ -3,4 +3,4 @@ package endpointdiscovery // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.16" +const goModuleVersion = "1.7.17" diff --git a/service/internal/eventstreamtesting/CHANGELOG.md b/service/internal/eventstreamtesting/CHANGELOG.md index b9927ece17d..5b03e93a73c 100644 --- a/service/internal/eventstreamtesting/CHANGELOG.md +++ b/service/internal/eventstreamtesting/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.33 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.32 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/eventstreamtesting/go.mod b/service/internal/eventstreamtesting/go.mod index 62ddbb42edd..dd61ed2e8ef 100644 --- a/service/internal/eventstreamtesting/go.mod +++ b/service/internal/eventstreamtesting/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 + github.com/aws/aws-sdk-go-v2 v1.16.16 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.8 - github.com/aws/aws-sdk-go-v2/credentials v1.12.19 + github.com/aws/aws-sdk-go-v2/credentials v1.12.20 golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd ) diff --git a/service/internal/eventstreamtesting/go_module_metadata.go b/service/internal/eventstreamtesting/go_module_metadata.go index 9c84f688af9..f413942288d 100644 --- a/service/internal/eventstreamtesting/go_module_metadata.go +++ b/service/internal/eventstreamtesting/go_module_metadata.go @@ -3,4 +3,4 @@ package eventstreamtesting // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.32" +const goModuleVersion = "1.0.33" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index adac1870f89..c4921884f9f 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -1,91 +1,91 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/config v1.17.6 - github.com/aws/aws-sdk-go-v2/service/acm v1.14.17 - github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.19 - github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.15.17 - github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.14.8 - github.com/aws/aws-sdk-go-v2/service/appstream v1.17.10 - github.com/aws/aws-sdk-go-v2/service/athena v1.18.9 - github.com/aws/aws-sdk-go-v2/service/autoscaling v1.23.15 - github.com/aws/aws-sdk-go-v2/service/batch v1.18.15 - github.com/aws/aws-sdk-go-v2/service/cloudformation v1.22.9 - github.com/aws/aws-sdk-go-v2/service/cloudfront v1.20.4 - github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.17 - github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.13.16 - github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.18.0 - github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.21.5 - github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.16 - github.com/aws/aws-sdk-go-v2/service/codecommit v1.13.16 - github.com/aws/aws-sdk-go-v2/service/codedeploy v1.14.17 - github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.16 - github.com/aws/aws-sdk-go-v2/service/codestar v1.12.0 - github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.20.0 - github.com/aws/aws-sdk-go-v2/service/configservice v1.26.0 - github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.13.16 - github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.21.11 - github.com/aws/aws-sdk-go-v2/service/devicefarm v1.13.16 - github.com/aws/aws-sdk-go-v2/service/directconnect v1.17.17 - github.com/aws/aws-sdk-go-v2/service/directoryservice v1.14.10 - github.com/aws/aws-sdk-go-v2/service/docdb v1.19.10 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.0 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.57.0 - github.com/aws/aws-sdk-go-v2/service/ecr v1.17.17 - github.com/aws/aws-sdk-go-v2/service/ecs v1.18.21 - github.com/aws/aws-sdk-go-v2/service/efs v1.17.14 - github.com/aws/aws-sdk-go-v2/service/elasticache v1.22.9 - github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.17 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.17 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.18 - github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.16.9 - github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.13.16 - github.com/aws/aws-sdk-go-v2/service/emr v1.20.10 - github.com/aws/aws-sdk-go-v2/service/eventbridge v1.16.14 - github.com/aws/aws-sdk-go-v2/service/firehose v1.14.18 - github.com/aws/aws-sdk-go-v2/service/gamelift v1.15.4 - github.com/aws/aws-sdk-go-v2/service/glacier v1.13.16 - github.com/aws/aws-sdk-go-v2/service/glue v1.31.0 - github.com/aws/aws-sdk-go-v2/service/health v1.15.19 - github.com/aws/aws-sdk-go-v2/service/iam v1.18.18 - github.com/aws/aws-sdk-go-v2/service/inspector v1.12.16 - github.com/aws/aws-sdk-go-v2/service/iot v1.29.0 - github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.18 - github.com/aws/aws-sdk-go-v2/service/kms v1.18.10 - github.com/aws/aws-sdk-go-v2/service/lambda v1.24.5 - github.com/aws/aws-sdk-go-v2/service/lightsail v1.22.11 - github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.11.16 - github.com/aws/aws-sdk-go-v2/service/neptune v1.17.11 - github.com/aws/aws-sdk-go-v2/service/opsworks v1.13.16 - github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.11.17 - github.com/aws/aws-sdk-go-v2/service/polly v1.17.8 - github.com/aws/aws-sdk-go-v2/service/rds v1.26.0 - github.com/aws/aws-sdk-go-v2/service/redshift v1.26.9 - github.com/aws/aws-sdk-go-v2/service/rekognition v1.20.4 - github.com/aws/aws-sdk-go-v2/service/route53 v1.22.0 - github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.16 - github.com/aws/aws-sdk-go-v2/service/route53resolver v1.15.17 - github.com/aws/aws-sdk-go-v2/service/s3 v1.27.10 - github.com/aws/aws-sdk-go-v2/service/s3control v1.22.0 - github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.16.0 - github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.16 - github.com/aws/aws-sdk-go-v2/service/ses v1.14.17 - github.com/aws/aws-sdk-go-v2/service/sfn v1.14.0 - github.com/aws/aws-sdk-go-v2/service/shield v1.17.8 - github.com/aws/aws-sdk-go-v2/service/sms v1.12.17 - github.com/aws/aws-sdk-go-v2/service/snowball v1.15.17 - github.com/aws/aws-sdk-go-v2/service/sns v1.18.0 - github.com/aws/aws-sdk-go-v2/service/sqs v1.19.9 - github.com/aws/aws-sdk-go-v2/service/ssm v1.28.0 - github.com/aws/aws-sdk-go-v2/service/sts v1.16.18 - github.com/aws/aws-sdk-go-v2/service/support v1.13.16 - github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.14.0 - github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.6.18 - github.com/aws/aws-sdk-go-v2/service/waf v1.11.16 - github.com/aws/aws-sdk-go-v2/service/wafregional v1.12.17 - github.com/aws/aws-sdk-go-v2/service/wafv2 v1.22.7 - github.com/aws/aws-sdk-go-v2/service/workspaces v1.22.8 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/config v1.17.7 + github.com/aws/aws-sdk-go-v2/service/acm v1.14.18 + github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.20 + github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.15.18 + github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.14.9 + github.com/aws/aws-sdk-go-v2/service/appstream v1.17.11 + github.com/aws/aws-sdk-go-v2/service/athena v1.18.10 + github.com/aws/aws-sdk-go-v2/service/autoscaling v1.23.16 + github.com/aws/aws-sdk-go-v2/service/batch v1.18.16 + github.com/aws/aws-sdk-go-v2/service/cloudformation v1.22.10 + github.com/aws/aws-sdk-go-v2/service/cloudfront v1.20.5 + github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.18 + github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.13.17 + github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.18.1 + github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.21.6 + github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.17 + github.com/aws/aws-sdk-go-v2/service/codecommit v1.13.17 + github.com/aws/aws-sdk-go-v2/service/codedeploy v1.14.18 + github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.17 + github.com/aws/aws-sdk-go-v2/service/codestar v1.12.1 + github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.20.1 + github.com/aws/aws-sdk-go-v2/service/configservice v1.26.1 + github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.13.17 + github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.21.12 + github.com/aws/aws-sdk-go-v2/service/devicefarm v1.13.17 + github.com/aws/aws-sdk-go-v2/service/directconnect v1.17.18 + github.com/aws/aws-sdk-go-v2/service/directoryservice v1.14.11 + github.com/aws/aws-sdk-go-v2/service/docdb v1.19.11 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.1 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.58.0 + github.com/aws/aws-sdk-go-v2/service/ecr v1.17.18 + github.com/aws/aws-sdk-go-v2/service/ecs v1.18.22 + github.com/aws/aws-sdk-go-v2/service/efs v1.17.15 + github.com/aws/aws-sdk-go-v2/service/elasticache v1.22.10 + github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.18 + github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.18 + github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.19 + github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.16.10 + github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.13.17 + github.com/aws/aws-sdk-go-v2/service/emr v1.20.11 + github.com/aws/aws-sdk-go-v2/service/eventbridge v1.16.15 + github.com/aws/aws-sdk-go-v2/service/firehose v1.14.19 + github.com/aws/aws-sdk-go-v2/service/gamelift v1.15.5 + github.com/aws/aws-sdk-go-v2/service/glacier v1.13.17 + github.com/aws/aws-sdk-go-v2/service/glue v1.31.1 + github.com/aws/aws-sdk-go-v2/service/health v1.15.20 + github.com/aws/aws-sdk-go-v2/service/iam v1.18.19 + github.com/aws/aws-sdk-go-v2/service/inspector v1.12.17 + github.com/aws/aws-sdk-go-v2/service/iot v1.29.1 + github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.19 + github.com/aws/aws-sdk-go-v2/service/kms v1.18.11 + github.com/aws/aws-sdk-go-v2/service/lambda v1.24.6 + github.com/aws/aws-sdk-go-v2/service/lightsail v1.22.12 + github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.11.17 + github.com/aws/aws-sdk-go-v2/service/neptune v1.17.12 + github.com/aws/aws-sdk-go-v2/service/opsworks v1.13.17 + github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.11.18 + github.com/aws/aws-sdk-go-v2/service/polly v1.17.9 + github.com/aws/aws-sdk-go-v2/service/rds v1.26.1 + github.com/aws/aws-sdk-go-v2/service/redshift v1.26.10 + github.com/aws/aws-sdk-go-v2/service/rekognition v1.20.5 + github.com/aws/aws-sdk-go-v2/service/route53 v1.22.1 + github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.17 + github.com/aws/aws-sdk-go-v2/service/route53resolver v1.15.18 + github.com/aws/aws-sdk-go-v2/service/s3 v1.27.11 + github.com/aws/aws-sdk-go-v2/service/s3control v1.22.1 + github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.16.1 + github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.17 + github.com/aws/aws-sdk-go-v2/service/ses v1.14.18 + github.com/aws/aws-sdk-go-v2/service/sfn v1.14.1 + github.com/aws/aws-sdk-go-v2/service/shield v1.17.9 + github.com/aws/aws-sdk-go-v2/service/sms v1.12.18 + github.com/aws/aws-sdk-go-v2/service/snowball v1.15.18 + github.com/aws/aws-sdk-go-v2/service/sns v1.18.1 + github.com/aws/aws-sdk-go-v2/service/sqs v1.19.10 + github.com/aws/aws-sdk-go-v2/service/ssm v1.28.1 + github.com/aws/aws-sdk-go-v2/service/sts v1.16.19 + github.com/aws/aws-sdk-go-v2/service/support v1.13.17 + github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.14.1 + github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.6.19 + github.com/aws/aws-sdk-go-v2/service/waf v1.11.17 + github.com/aws/aws-sdk-go-v2/service/wafregional v1.12.18 + github.com/aws/aws-sdk-go-v2/service/wafv2 v1.22.8 + github.com/aws/aws-sdk-go-v2/service/workspaces v1.22.9 github.com/aws/smithy-go v1.13.3 github.com/google/go-cmp v0.5.8 ) diff --git a/service/internal/presigned-url/CHANGELOG.md b/service/internal/presigned-url/CHANGELOG.md index bb6989cd40c..f19fdf9c325 100644 --- a/service/internal/presigned-url/CHANGELOG.md +++ b/service/internal/presigned-url/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/presigned-url/go.mod b/service/internal/presigned-url/go.mod index 8be77359223..86101742400 100644 --- a/service/internal/presigned-url/go.mod +++ b/service/internal/presigned-url/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/presigned-url go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 + github.com/aws/aws-sdk-go-v2 v1.16.16 github.com/aws/smithy-go v1.13.3 github.com/google/go-cmp v0.5.8 ) diff --git a/service/internal/presigned-url/go_module_metadata.go b/service/internal/presigned-url/go_module_metadata.go index b865b4d7d07..da09a149ed3 100644 --- a/service/internal/presigned-url/go_module_metadata.go +++ b/service/internal/presigned-url/go_module_metadata.go @@ -3,4 +3,4 @@ package presignedurl // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.16" +const goModuleVersion = "1.9.17" diff --git a/service/internal/s3shared/CHANGELOG.md b/service/internal/s3shared/CHANGELOG.md index 148aceae3fc..ccc3c747925 100644 --- a/service/internal/s3shared/CHANGELOG.md +++ b/service/internal/s3shared/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/s3shared/go.mod b/service/internal/s3shared/go.mod index 2f12fdef94a..efca21eaf3d 100644 --- a/service/internal/s3shared/go.mod +++ b/service/internal/s3shared/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/s3shared go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 + github.com/aws/aws-sdk-go-v2 v1.16.16 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/internal/s3shared/go_module_metadata.go b/service/internal/s3shared/go_module_metadata.go index 6685b670b39..3ebafc35644 100644 --- a/service/internal/s3shared/go_module_metadata.go +++ b/service/internal/s3shared/go_module_metadata.go @@ -3,4 +3,4 @@ package s3shared // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.16" +const goModuleVersion = "1.13.17" diff --git a/service/iot/CHANGELOG.md b/service/iot/CHANGELOG.md index b6803c295ca..401c791e3f0 100644 --- a/service/iot/CHANGELOG.md +++ b/service/iot/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.29.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/iot/go.mod b/service/iot/go.mod index 44b7d8e3ad3..5e525642c20 100644 --- a/service/iot/go.mod +++ b/service/iot/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iot go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/iot/go_module_metadata.go b/service/iot/go_module_metadata.go index 5b446bf7171..e8afabf55ec 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.29.0" +const goModuleVersion = "1.29.1" diff --git a/service/iot1clickdevicesservice/CHANGELOG.md b/service/iot1clickdevicesservice/CHANGELOG.md index 5859d1aeb93..b3d028d290d 100644 --- a/service/iot1clickdevicesservice/CHANGELOG.md +++ b/service/iot1clickdevicesservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iot1clickdevicesservice/go.mod b/service/iot1clickdevicesservice/go.mod index 28f5d7ada6d..8a54bab26e0 100644 --- a/service/iot1clickdevicesservice/go.mod +++ b/service/iot1clickdevicesservice/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iot1clickdevicesservice go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/iot1clickdevicesservice/go_module_metadata.go b/service/iot1clickdevicesservice/go_module_metadata.go index b65b6476843..1abf51972cd 100644 --- a/service/iot1clickdevicesservice/go_module_metadata.go +++ b/service/iot1clickdevicesservice/go_module_metadata.go @@ -3,4 +3,4 @@ package iot1clickdevicesservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.16" +const goModuleVersion = "1.10.17" diff --git a/service/iot1clickprojects/CHANGELOG.md b/service/iot1clickprojects/CHANGELOG.md index 7d92c9b474c..2ff2cbf1131 100644 --- a/service/iot1clickprojects/CHANGELOG.md +++ b/service/iot1clickprojects/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iot1clickprojects/go.mod b/service/iot1clickprojects/go.mod index 07fe287a300..7cb0936f119 100644 --- a/service/iot1clickprojects/go.mod +++ b/service/iot1clickprojects/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iot1clickprojects go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/iot1clickprojects/go_module_metadata.go b/service/iot1clickprojects/go_module_metadata.go index 3e2dffc7c52..697839af8dc 100644 --- a/service/iot1clickprojects/go_module_metadata.go +++ b/service/iot1clickprojects/go_module_metadata.go @@ -3,4 +3,4 @@ package iot1clickprojects // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.16" +const goModuleVersion = "1.11.17" diff --git a/service/iotanalytics/CHANGELOG.md b/service/iotanalytics/CHANGELOG.md index e3375da6586..4ba289e4617 100644 --- a/service/iotanalytics/CHANGELOG.md +++ b/service/iotanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/iotanalytics/go.mod b/service/iotanalytics/go.mod index 3aa48942ef3..686447fb9ed 100644 --- a/service/iotanalytics/go.mod +++ b/service/iotanalytics/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iotanalytics go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/iotanalytics/go_module_metadata.go b/service/iotanalytics/go_module_metadata.go index 4b1be6018c9..e4863dbae76 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.13.0" +const goModuleVersion = "1.13.1" diff --git a/service/iotdataplane/CHANGELOG.md b/service/iotdataplane/CHANGELOG.md index be4617251e0..6deff56fcde 100644 --- a/service/iotdataplane/CHANGELOG.md +++ b/service/iotdataplane/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.15 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.14 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotdataplane/go.mod b/service/iotdataplane/go.mod index 4b3f8e6710f..dd78f9ad3e8 100644 --- a/service/iotdataplane/go.mod +++ b/service/iotdataplane/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iotdataplane go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/iotdataplane/go_module_metadata.go b/service/iotdataplane/go_module_metadata.go index 8b240e15f30..e4b35b870ca 100644 --- a/service/iotdataplane/go_module_metadata.go +++ b/service/iotdataplane/go_module_metadata.go @@ -3,4 +3,4 @@ package iotdataplane // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.14" +const goModuleVersion = "1.12.15" diff --git a/service/iotdeviceadvisor/CHANGELOG.md b/service/iotdeviceadvisor/CHANGELOG.md index 847e06093bc..e84edd13bd2 100644 --- a/service/iotdeviceadvisor/CHANGELOG.md +++ b/service/iotdeviceadvisor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.9 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.8 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotdeviceadvisor/go.mod b/service/iotdeviceadvisor/go.mod index 87a3c9036c7..c51ffbbcf83 100644 --- a/service/iotdeviceadvisor/go.mod +++ b/service/iotdeviceadvisor/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iotdeviceadvisor go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/iotdeviceadvisor/go_module_metadata.go b/service/iotdeviceadvisor/go_module_metadata.go index 58478736b9e..d2579d52504 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.15.8" +const goModuleVersion = "1.15.9" diff --git a/service/iotevents/CHANGELOG.md b/service/iotevents/CHANGELOG.md index 86d3749f8d7..8023c6153ce 100644 --- a/service/iotevents/CHANGELOG.md +++ b/service/iotevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.19 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.18 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotevents/go.mod b/service/iotevents/go.mod index 1843518d803..ed648696fa6 100644 --- a/service/iotevents/go.mod +++ b/service/iotevents/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iotevents go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/iotevents/go_module_metadata.go b/service/iotevents/go_module_metadata.go index 1e01f412d51..cfc02c60e28 100644 --- a/service/iotevents/go_module_metadata.go +++ b/service/iotevents/go_module_metadata.go @@ -3,4 +3,4 @@ package iotevents // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.18" +const goModuleVersion = "1.14.19" diff --git a/service/ioteventsdata/CHANGELOG.md b/service/ioteventsdata/CHANGELOG.md index 3cbfda1df9f..9ac5364a527 100644 --- a/service/ioteventsdata/CHANGELOG.md +++ b/service/ioteventsdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.12 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.11 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ioteventsdata/go.mod b/service/ioteventsdata/go.mod index 776c07dbfc4..c3c97bdf83f 100644 --- a/service/ioteventsdata/go.mod +++ b/service/ioteventsdata/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ioteventsdata go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/ioteventsdata/go_module_metadata.go b/service/ioteventsdata/go_module_metadata.go index 2a3da1a68b6..5e95977e271 100644 --- a/service/ioteventsdata/go_module_metadata.go +++ b/service/ioteventsdata/go_module_metadata.go @@ -3,4 +3,4 @@ package ioteventsdata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.11" +const goModuleVersion = "1.12.12" diff --git a/service/iotfleethub/CHANGELOG.md b/service/iotfleethub/CHANGELOG.md index 8511428cd64..d911cea4316 100644 --- a/service/iotfleethub/CHANGELOG.md +++ b/service/iotfleethub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotfleethub/go.mod b/service/iotfleethub/go.mod index d8a96d7eb98..b27e27a217e 100644 --- a/service/iotfleethub/go.mod +++ b/service/iotfleethub/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iotfleethub go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/iotfleethub/go_module_metadata.go b/service/iotfleethub/go_module_metadata.go index a637a0e66d9..9a4fe565c0c 100644 --- a/service/iotfleethub/go_module_metadata.go +++ b/service/iotfleethub/go_module_metadata.go @@ -3,4 +3,4 @@ package iotfleethub // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.16" +const goModuleVersion = "1.12.17" diff --git a/service/iotjobsdataplane/CHANGELOG.md b/service/iotjobsdataplane/CHANGELOG.md index 7c5170f8f4c..3606659f4ef 100644 --- a/service/iotjobsdataplane/CHANGELOG.md +++ b/service/iotjobsdataplane/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotjobsdataplane/go.mod b/service/iotjobsdataplane/go.mod index a91f8e19f1f..8af12453371 100644 --- a/service/iotjobsdataplane/go.mod +++ b/service/iotjobsdataplane/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iotjobsdataplane go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/iotjobsdataplane/go_module_metadata.go b/service/iotjobsdataplane/go_module_metadata.go index 44d91414d3e..329d7de7dfb 100644 --- a/service/iotjobsdataplane/go_module_metadata.go +++ b/service/iotjobsdataplane/go_module_metadata.go @@ -3,4 +3,4 @@ package iotjobsdataplane // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.16" +const goModuleVersion = "1.11.17" diff --git a/service/iotsecuretunneling/CHANGELOG.md b/service/iotsecuretunneling/CHANGELOG.md index ec59c68daef..9f4565ca049 100644 --- a/service/iotsecuretunneling/CHANGELOG.md +++ b/service/iotsecuretunneling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/iotsecuretunneling/go.mod b/service/iotsecuretunneling/go.mod index a1f4a6a9400..b02368510db 100644 --- a/service/iotsecuretunneling/go.mod +++ b/service/iotsecuretunneling/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iotsecuretunneling go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/iotsecuretunneling/go_module_metadata.go b/service/iotsecuretunneling/go_module_metadata.go index b8d7b587ac0..ef704286213 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.14.0" +const goModuleVersion = "1.14.1" diff --git a/service/iotsitewise/CHANGELOG.md b/service/iotsitewise/CHANGELOG.md index db4bb8579ba..8032e99b73d 100644 --- a/service/iotsitewise/CHANGELOG.md +++ b/service/iotsitewise/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.0 (2022-09-14) * **Feature**: Allow specifying units in Asset Properties diff --git a/service/iotsitewise/go.mod b/service/iotsitewise/go.mod index 707a14c283b..a9efe112029 100644 --- a/service/iotsitewise/go.mod +++ b/service/iotsitewise/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iotsitewise go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/iotsitewise/go_module_metadata.go b/service/iotsitewise/go_module_metadata.go index cb2fa5c735a..e0dac59ddde 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.25.0" +const goModuleVersion = "1.25.1" diff --git a/service/iotthingsgraph/CHANGELOG.md b/service/iotthingsgraph/CHANGELOG.md index 2552d30c0c2..b9d729a9dba 100644 --- a/service/iotthingsgraph/CHANGELOG.md +++ b/service/iotthingsgraph/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.2 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotthingsgraph/go.mod b/service/iotthingsgraph/go.mod index 8c31f23a331..7cbe20f8327 100644 --- a/service/iotthingsgraph/go.mod +++ b/service/iotthingsgraph/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iotthingsgraph go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/iotthingsgraph/go_module_metadata.go b/service/iotthingsgraph/go_module_metadata.go index 16891dd1595..e630f18d1aa 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.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/iottwinmaker/CHANGELOG.md b/service/iottwinmaker/CHANGELOG.md index f30b3c565e7..d8cb1d06405 100644 --- a/service/iottwinmaker/CHANGELOG.md +++ b/service/iottwinmaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.14 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.13 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iottwinmaker/go.mod b/service/iottwinmaker/go.mod index d6b58aefb00..020646894fe 100644 --- a/service/iottwinmaker/go.mod +++ b/service/iottwinmaker/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iottwinmaker go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/iottwinmaker/go_module_metadata.go b/service/iottwinmaker/go_module_metadata.go index 2741fd8856f..df4e0a9aa5e 100644 --- a/service/iottwinmaker/go_module_metadata.go +++ b/service/iottwinmaker/go_module_metadata.go @@ -3,4 +3,4 @@ package iottwinmaker // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.13" +const goModuleVersion = "1.7.14" diff --git a/service/iotwireless/CHANGELOG.md b/service/iotwireless/CHANGELOG.md index f6e655f1c98..673e48ca8e1 100644 --- a/service/iotwireless/CHANGELOG.md +++ b/service/iotwireless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.5 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.4 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotwireless/go.mod b/service/iotwireless/go.mod index 6b47c38eda2..be1c0f63a68 100644 --- a/service/iotwireless/go.mod +++ b/service/iotwireless/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/iotwireless go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/iotwireless/go_module_metadata.go b/service/iotwireless/go_module_metadata.go index 6547d1b1157..80cabb9871e 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.22.4" +const goModuleVersion = "1.22.5" diff --git a/service/ivs/CHANGELOG.md b/service/ivs/CHANGELOG.md index 766f03e012b..be14bf095dd 100644 --- a/service/ivs/CHANGELOG.md +++ b/service/ivs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.3 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.2 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ivs/go.mod b/service/ivs/go.mod index 5e1a11e715f..053a29f6202 100644 --- a/service/ivs/go.mod +++ b/service/ivs/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ivs go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/ivs/go_module_metadata.go b/service/ivs/go_module_metadata.go index 693e0a0aa7d..6aa6db7fe0e 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.18.2" +const goModuleVersion = "1.18.3" diff --git a/service/ivschat/CHANGELOG.md b/service/ivschat/CHANGELOG.md index 54b2297a795..dde907aa571 100644 --- a/service/ivschat/CHANGELOG.md +++ b/service/ivschat/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ivschat/go.mod b/service/ivschat/go.mod index bf611e835c4..a150ed6def4 100644 --- a/service/ivschat/go.mod +++ b/service/ivschat/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ivschat go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/ivschat/go_module_metadata.go b/service/ivschat/go_module_metadata.go index a847a8209b3..2df335f0d40 100644 --- a/service/ivschat/go_module_metadata.go +++ b/service/ivschat/go_module_metadata.go @@ -3,4 +3,4 @@ package ivschat // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.17" +const goModuleVersion = "1.0.18" diff --git a/service/kafka/CHANGELOG.md b/service/kafka/CHANGELOG.md index 3c0a94a5613..48d19285a41 100644 --- a/service/kafka/CHANGELOG.md +++ b/service/kafka/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kafka/go.mod b/service/kafka/go.mod index 0cd86369fdf..7b9b4e5e4f5 100644 --- a/service/kafka/go.mod +++ b/service/kafka/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/kafka go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/kafka/go_module_metadata.go b/service/kafka/go_module_metadata.go index 6b3206f158f..f23861cc150 100644 --- a/service/kafka/go_module_metadata.go +++ b/service/kafka/go_module_metadata.go @@ -3,4 +3,4 @@ package kafka // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.17" +const goModuleVersion = "1.17.18" diff --git a/service/kafkaconnect/CHANGELOG.md b/service/kafkaconnect/CHANGELOG.md index a90204c1982..da7821aa329 100644 --- a/service/kafkaconnect/CHANGELOG.md +++ b/service/kafkaconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kafkaconnect/go.mod b/service/kafkaconnect/go.mod index 303fae5ad75..e719c8d8c74 100644 --- a/service/kafkaconnect/go.mod +++ b/service/kafkaconnect/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/kafkaconnect go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/kafkaconnect/go_module_metadata.go b/service/kafkaconnect/go_module_metadata.go index 58e14e01d47..4538356b1f8 100644 --- a/service/kafkaconnect/go_module_metadata.go +++ b/service/kafkaconnect/go_module_metadata.go @@ -3,4 +3,4 @@ package kafkaconnect // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.16" +const goModuleVersion = "1.8.17" diff --git a/service/kendra/CHANGELOG.md b/service/kendra/CHANGELOG.md index 3f8b9cc80c8..f009e41907a 100644 --- a/service/kendra/CHANGELOG.md +++ b/service/kendra/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.34.0 (2022-09-14) * **Feature**: This release enables our customer to choose the option of Sharepoint 2019 for the on-premise Sharepoint connector. diff --git a/service/kendra/go.mod b/service/kendra/go.mod index c3613907e6d..10f16fb01cf 100644 --- a/service/kendra/go.mod +++ b/service/kendra/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/kendra go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/kendra/go_module_metadata.go b/service/kendra/go_module_metadata.go index 827cdcebc8d..939d74766fa 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.34.0" +const goModuleVersion = "1.34.1" diff --git a/service/keyspaces/CHANGELOG.md b/service/keyspaces/CHANGELOG.md index 75ed1c7307a..eb0962be3e2 100644 --- a/service/keyspaces/CHANGELOG.md +++ b/service/keyspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.19 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.18 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/keyspaces/go.mod b/service/keyspaces/go.mod index 7b4b35e4f52..81ed877b5f6 100644 --- a/service/keyspaces/go.mod +++ b/service/keyspaces/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/keyspaces go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/keyspaces/go_module_metadata.go b/service/keyspaces/go_module_metadata.go index 7cf0c438e17..0770e9066b0 100644 --- a/service/keyspaces/go_module_metadata.go +++ b/service/keyspaces/go_module_metadata.go @@ -3,4 +3,4 @@ package keyspaces // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.18" +const goModuleVersion = "1.0.19" diff --git a/service/kinesis/CHANGELOG.md b/service/kinesis/CHANGELOG.md index 8da2c4243ef..e5b133df93c 100644 --- a/service/kinesis/CHANGELOG.md +++ b/service/kinesis/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.19 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.18 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesis/go.mod b/service/kinesis/go.mod index b7aed23ca65..eeed25ff969 100644 --- a/service/kinesis/go.mod +++ b/service/kinesis/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/kinesis go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 + github.com/aws/aws-sdk-go-v2 v1.16.16 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.8 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/kinesis/go_module_metadata.go b/service/kinesis/go_module_metadata.go index 0d21a74ad05..4d142348c70 100644 --- a/service/kinesis/go_module_metadata.go +++ b/service/kinesis/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesis // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.18" +const goModuleVersion = "1.15.19" diff --git a/service/kinesis/internal/testing/go.mod b/service/kinesis/internal/testing/go.mod index 83178f3b2bc..e7a7c27518e 100644 --- a/service/kinesis/internal/testing/go.mod +++ b/service/kinesis/internal/testing/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/kinesis/internal/testing go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 + github.com/aws/aws-sdk-go-v2 v1.16.16 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.8 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.32 - github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.18 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.33 + github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.19 github.com/aws/smithy-go v1.13.3 github.com/google/go-cmp v0.5.8 ) diff --git a/service/kinesisanalytics/CHANGELOG.md b/service/kinesisanalytics/CHANGELOG.md index 229f8c9b0e9..a896ea68422 100644 --- a/service/kinesisanalytics/CHANGELOG.md +++ b/service/kinesisanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisanalytics/go.mod b/service/kinesisanalytics/go.mod index a205a92a31f..eeadf08592a 100644 --- a/service/kinesisanalytics/go.mod +++ b/service/kinesisanalytics/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisanalytics go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/kinesisanalytics/go_module_metadata.go b/service/kinesisanalytics/go_module_metadata.go index 97dd6560057..c383bf93a6d 100644 --- a/service/kinesisanalytics/go_module_metadata.go +++ b/service/kinesisanalytics/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisanalytics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.17" +const goModuleVersion = "1.13.18" diff --git a/service/kinesisanalyticsv2/CHANGELOG.md b/service/kinesisanalyticsv2/CHANGELOG.md index 5b4b61ee544..819db613295 100644 --- a/service/kinesisanalyticsv2/CHANGELOG.md +++ b/service/kinesisanalyticsv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisanalyticsv2/go.mod b/service/kinesisanalyticsv2/go.mod index 524d088f89b..175f258c1b6 100644 --- a/service/kinesisanalyticsv2/go.mod +++ b/service/kinesisanalyticsv2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisanalyticsv2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/kinesisanalyticsv2/go_module_metadata.go b/service/kinesisanalyticsv2/go_module_metadata.go index 122dbe7bdb6..b56901762b2 100644 --- a/service/kinesisanalyticsv2/go_module_metadata.go +++ b/service/kinesisanalyticsv2/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisanalyticsv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.17" +const goModuleVersion = "1.14.18" diff --git a/service/kinesisvideo/CHANGELOG.md b/service/kinesisvideo/CHANGELOG.md index 837200471d1..c2f5096d377 100644 --- a/service/kinesisvideo/CHANGELOG.md +++ b/service/kinesisvideo/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.14 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.13 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideo/go.mod b/service/kinesisvideo/go.mod index 1b917a481a0..8d8fe2bed39 100644 --- a/service/kinesisvideo/go.mod +++ b/service/kinesisvideo/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisvideo go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/kinesisvideo/go_module_metadata.go b/service/kinesisvideo/go_module_metadata.go index 16a46dd44eb..18d37d2ed5c 100644 --- a/service/kinesisvideo/go_module_metadata.go +++ b/service/kinesisvideo/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisvideo // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.13" +const goModuleVersion = "1.12.14" diff --git a/service/kinesisvideoarchivedmedia/CHANGELOG.md b/service/kinesisvideoarchivedmedia/CHANGELOG.md index a030587c342..6d1c87d3504 100644 --- a/service/kinesisvideoarchivedmedia/CHANGELOG.md +++ b/service/kinesisvideoarchivedmedia/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.14 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.13 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideoarchivedmedia/go.mod b/service/kinesisvideoarchivedmedia/go.mod index aeb6fcd2ccc..014ecc98863 100644 --- a/service/kinesisvideoarchivedmedia/go.mod +++ b/service/kinesisvideoarchivedmedia/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisvideoarchivedmedia go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/kinesisvideoarchivedmedia/go_module_metadata.go b/service/kinesisvideoarchivedmedia/go_module_metadata.go index 0a704cd3e3f..e5b9438c163 100644 --- a/service/kinesisvideoarchivedmedia/go_module_metadata.go +++ b/service/kinesisvideoarchivedmedia/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisvideoarchivedmedia // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.13" +const goModuleVersion = "1.13.14" diff --git a/service/kinesisvideomedia/CHANGELOG.md b/service/kinesisvideomedia/CHANGELOG.md index d22a8778378..04f84d7b583 100644 --- a/service/kinesisvideomedia/CHANGELOG.md +++ b/service/kinesisvideomedia/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideomedia/go.mod b/service/kinesisvideomedia/go.mod index 32d9d24962a..0b2ddb85d53 100644 --- a/service/kinesisvideomedia/go.mod +++ b/service/kinesisvideomedia/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisvideomedia go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/kinesisvideomedia/go_module_metadata.go b/service/kinesisvideomedia/go_module_metadata.go index 5bb94b0bfb6..4f648c27c65 100644 --- a/service/kinesisvideomedia/go_module_metadata.go +++ b/service/kinesisvideomedia/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisvideomedia // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.17" +const goModuleVersion = "1.10.18" diff --git a/service/kinesisvideosignaling/CHANGELOG.md b/service/kinesisvideosignaling/CHANGELOG.md index d22a8778378..04f84d7b583 100644 --- a/service/kinesisvideosignaling/CHANGELOG.md +++ b/service/kinesisvideosignaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideosignaling/go.mod b/service/kinesisvideosignaling/go.mod index 8521663a304..506f56f9245 100644 --- a/service/kinesisvideosignaling/go.mod +++ b/service/kinesisvideosignaling/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/kinesisvideosignaling go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/kinesisvideosignaling/go_module_metadata.go b/service/kinesisvideosignaling/go_module_metadata.go index be9c6d05855..9d961b1083e 100644 --- a/service/kinesisvideosignaling/go_module_metadata.go +++ b/service/kinesisvideosignaling/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisvideosignaling // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.17" +const goModuleVersion = "1.10.18" diff --git a/service/kms/CHANGELOG.md b/service/kms/CHANGELOG.md index b9c1fbfddc3..77060251cc8 100644 --- a/service/kms/CHANGELOG.md +++ b/service/kms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.11 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.10 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kms/go.mod b/service/kms/go.mod index bad2bb3516e..62f85ec58a0 100644 --- a/service/kms/go.mod +++ b/service/kms/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/kms go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/kms/go_module_metadata.go b/service/kms/go_module_metadata.go index 51265479f8b..db49dd38cdd 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.18.10" +const goModuleVersion = "1.18.11" diff --git a/service/lakeformation/CHANGELOG.md b/service/lakeformation/CHANGELOG.md index d527ae6ffca..739aec43f19 100644 --- a/service/lakeformation/CHANGELOG.md +++ b/service/lakeformation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.5 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.4 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lakeformation/go.mod b/service/lakeformation/go.mod index 9d14cdabe02..6ba0bdbdb4e 100644 --- a/service/lakeformation/go.mod +++ b/service/lakeformation/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/lakeformation go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/lakeformation/go_module_metadata.go b/service/lakeformation/go_module_metadata.go index 7049ad65bde..7db06b47b4a 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.17.4" +const goModuleVersion = "1.17.5" diff --git a/service/lambda/CHANGELOG.md b/service/lambda/CHANGELOG.md index 3d8429d991a..2238bfa2921 100644 --- a/service/lambda/CHANGELOG.md +++ b/service/lambda/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.6 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.5 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lambda/go.mod b/service/lambda/go.mod index 22d242c83ef..39f3aefa259 100644 --- a/service/lambda/go.mod +++ b/service/lambda/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/lambda go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/lambda/go_module_metadata.go b/service/lambda/go_module_metadata.go index e81f591ce73..4e1e95a7224 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.24.5" +const goModuleVersion = "1.24.6" diff --git a/service/lexmodelbuildingservice/CHANGELOG.md b/service/lexmodelbuildingservice/CHANGELOG.md index 616c086607a..85059511675 100644 --- a/service/lexmodelbuildingservice/CHANGELOG.md +++ b/service/lexmodelbuildingservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexmodelbuildingservice/go.mod b/service/lexmodelbuildingservice/go.mod index 4b5cc39d980..7d305dc3e3a 100644 --- a/service/lexmodelbuildingservice/go.mod +++ b/service/lexmodelbuildingservice/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/lexmodelbuildingservice go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/lexmodelbuildingservice/go_module_metadata.go b/service/lexmodelbuildingservice/go_module_metadata.go index 0e6be1c9a52..287f621bbcf 100644 --- a/service/lexmodelbuildingservice/go_module_metadata.go +++ b/service/lexmodelbuildingservice/go_module_metadata.go @@ -3,4 +3,4 @@ package lexmodelbuildingservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.16" +const goModuleVersion = "1.16.17" diff --git a/service/lexmodelsv2/CHANGELOG.md b/service/lexmodelsv2/CHANGELOG.md index 6fde1530a67..f0f54552ccc 100644 --- a/service/lexmodelsv2/CHANGELOG.md +++ b/service/lexmodelsv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.24.0 (2022-09-14) * **Feature**: This release is for supporting Composite Slot Type feature in AWS Lex V2. Composite Slot Type will help developer to logically group coherent slots and maintain their inter-relationships in runtime conversation. diff --git a/service/lexmodelsv2/go.mod b/service/lexmodelsv2/go.mod index ba65ff2a338..61578163960 100644 --- a/service/lexmodelsv2/go.mod +++ b/service/lexmodelsv2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/lexmodelsv2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/lexmodelsv2/go_module_metadata.go b/service/lexmodelsv2/go_module_metadata.go index de929894e73..3e4d2e18988 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.24.0" +const goModuleVersion = "1.24.1" diff --git a/service/lexruntimeservice/CHANGELOG.md b/service/lexruntimeservice/CHANGELOG.md index aed3fc8235f..4d241c88de7 100644 --- a/service/lexruntimeservice/CHANGELOG.md +++ b/service/lexruntimeservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexruntimeservice/go.mod b/service/lexruntimeservice/go.mod index 1595a3e1ad3..e2fcef36be4 100644 --- a/service/lexruntimeservice/go.mod +++ b/service/lexruntimeservice/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/lexruntimeservice go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/lexruntimeservice/go_module_metadata.go b/service/lexruntimeservice/go_module_metadata.go index 27eb0e9a2cd..a8378d8a840 100644 --- a/service/lexruntimeservice/go_module_metadata.go +++ b/service/lexruntimeservice/go_module_metadata.go @@ -3,4 +3,4 @@ package lexruntimeservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.16" +const goModuleVersion = "1.12.17" diff --git a/service/lexruntimev2/CHANGELOG.md b/service/lexruntimev2/CHANGELOG.md index 4937c2f957e..fd4f48b404f 100644 --- a/service/lexruntimev2/CHANGELOG.md +++ b/service/lexruntimev2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.0 (2022-09-14) * **Feature**: This release is for supporting Composite Slot Type feature in AWS Lex V2. Composite Slot Type will help developer to logically group coherent slots and maintain their inter-relationships in runtime conversation. diff --git a/service/lexruntimev2/go.mod b/service/lexruntimev2/go.mod index 4252e0cd269..51e159716a5 100644 --- a/service/lexruntimev2/go.mod +++ b/service/lexruntimev2/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/lexruntimev2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 + github.com/aws/aws-sdk-go-v2 v1.16.16 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.8 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/lexruntimev2/go_module_metadata.go b/service/lexruntimev2/go_module_metadata.go index e80851b5f06..8c65132d56a 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.15.0" +const goModuleVersion = "1.15.1" diff --git a/service/licensemanager/CHANGELOG.md b/service/licensemanager/CHANGELOG.md index de4fd751e84..43222a98839 100644 --- a/service/licensemanager/CHANGELOG.md +++ b/service/licensemanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/licensemanager/go.mod b/service/licensemanager/go.mod index ab6478fa398..5500aecf01a 100644 --- a/service/licensemanager/go.mod +++ b/service/licensemanager/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/licensemanager go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/licensemanager/go_module_metadata.go b/service/licensemanager/go_module_metadata.go index 777d26a5d8e..c431a86304d 100644 --- a/service/licensemanager/go_module_metadata.go +++ b/service/licensemanager/go_module_metadata.go @@ -3,4 +3,4 @@ package licensemanager // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.17" +const goModuleVersion = "1.15.18" diff --git a/service/licensemanagerusersubscriptions/CHANGELOG.md b/service/licensemanagerusersubscriptions/CHANGELOG.md index 9fe7539dacd..1150b4e104d 100644 --- a/service/licensemanagerusersubscriptions/CHANGELOG.md +++ b/service/licensemanagerusersubscriptions/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.8 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.7 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/licensemanagerusersubscriptions/go.mod b/service/licensemanagerusersubscriptions/go.mod index 79efeaf335d..7c403345354 100644 --- a/service/licensemanagerusersubscriptions/go.mod +++ b/service/licensemanagerusersubscriptions/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/licensemanagerusersubscriptions go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/licensemanagerusersubscriptions/go_module_metadata.go b/service/licensemanagerusersubscriptions/go_module_metadata.go index 587ea506270..748b344d140 100644 --- a/service/licensemanagerusersubscriptions/go_module_metadata.go +++ b/service/licensemanagerusersubscriptions/go_module_metadata.go @@ -3,4 +3,4 @@ package licensemanagerusersubscriptions // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.7" +const goModuleVersion = "1.0.8" diff --git a/service/lightsail/CHANGELOG.md b/service/lightsail/CHANGELOG.md index 3606fa4c16a..7cb296f4400 100644 --- a/service/lightsail/CHANGELOG.md +++ b/service/lightsail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.12 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.11 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lightsail/go.mod b/service/lightsail/go.mod index fa1c077c2c6..c2ca9ca9f9c 100644 --- a/service/lightsail/go.mod +++ b/service/lightsail/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/lightsail go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/lightsail/go_module_metadata.go b/service/lightsail/go_module_metadata.go index 66086d658fa..6dbdbd22975 100644 --- a/service/lightsail/go_module_metadata.go +++ b/service/lightsail/go_module_metadata.go @@ -3,4 +3,4 @@ package lightsail // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.11" +const goModuleVersion = "1.22.12" diff --git a/service/location/CHANGELOG.md b/service/location/CHANGELOG.md index 53eadc76682..827ecf50e85 100644 --- a/service/location/CHANGELOG.md +++ b/service/location/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.6 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.5 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/location/go.mod b/service/location/go.mod index a20851becaa..8aa3f270dc7 100644 --- a/service/location/go.mod +++ b/service/location/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/location go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/location/go_module_metadata.go b/service/location/go_module_metadata.go index 7d91080c8cd..b02ce0fdd80 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.18.5" +const goModuleVersion = "1.18.6" diff --git a/service/lookoutequipment/CHANGELOG.md b/service/lookoutequipment/CHANGELOG.md index 5765a7be119..4d1aa4c89b7 100644 --- a/service/lookoutequipment/CHANGELOG.md +++ b/service/lookoutequipment/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.4 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.3 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lookoutequipment/go.mod b/service/lookoutequipment/go.mod index e3781441918..8bb387cd2a6 100644 --- a/service/lookoutequipment/go.mod +++ b/service/lookoutequipment/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/lookoutequipment go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/lookoutequipment/go_module_metadata.go b/service/lookoutequipment/go_module_metadata.go index a74bbc625cb..f562caf484a 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.15.3" +const goModuleVersion = "1.15.4" diff --git a/service/lookoutmetrics/CHANGELOG.md b/service/lookoutmetrics/CHANGELOG.md index c4639e95de4..23061b86007 100644 --- a/service/lookoutmetrics/CHANGELOG.md +++ b/service/lookoutmetrics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/lookoutmetrics/go.mod b/service/lookoutmetrics/go.mod index 5fea5f1d1b9..ce64d625f55 100644 --- a/service/lookoutmetrics/go.mod +++ b/service/lookoutmetrics/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/lookoutmetrics go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/lookoutmetrics/go_module_metadata.go b/service/lookoutmetrics/go_module_metadata.go index ef0e364419e..7a590fcc3d6 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.18.0" +const goModuleVersion = "1.18.1" diff --git a/service/lookoutvision/CHANGELOG.md b/service/lookoutvision/CHANGELOG.md index 308c31039ae..d0c0f526232 100644 --- a/service/lookoutvision/CHANGELOG.md +++ b/service/lookoutvision/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.9 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.8 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lookoutvision/go.mod b/service/lookoutvision/go.mod index cffd3ef0dcd..00cb239ef57 100644 --- a/service/lookoutvision/go.mod +++ b/service/lookoutvision/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/lookoutvision go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/lookoutvision/go_module_metadata.go b/service/lookoutvision/go_module_metadata.go index 8ae1c7711a5..c3f2ea3367a 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.14.8" +const goModuleVersion = "1.14.9" diff --git a/service/m2/CHANGELOG.md b/service/m2/CHANGELOG.md index 603a5f3b660..0b59ca0cf71 100644 --- a/service/m2/CHANGELOG.md +++ b/service/m2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.1.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/m2/go.mod b/service/m2/go.mod index f72b09a7136..09fec5765ac 100644 --- a/service/m2/go.mod +++ b/service/m2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/m2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/m2/go_module_metadata.go b/service/m2/go_module_metadata.go index 089091b223c..82b48e93c0e 100644 --- a/service/m2/go_module_metadata.go +++ b/service/m2/go_module_metadata.go @@ -3,4 +3,4 @@ package m2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.1.0" +const goModuleVersion = "1.1.1" diff --git a/service/machinelearning/CHANGELOG.md b/service/machinelearning/CHANGELOG.md index a0484a261d0..b7de09706e8 100644 --- a/service/machinelearning/CHANGELOG.md +++ b/service/machinelearning/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/machinelearning/go.mod b/service/machinelearning/go.mod index 792ea41bb52..dcc0884d8fc 100644 --- a/service/machinelearning/go.mod +++ b/service/machinelearning/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/machinelearning go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/machinelearning/go_module_metadata.go b/service/machinelearning/go_module_metadata.go index 918fa9e8001..d44544d593e 100644 --- a/service/machinelearning/go_module_metadata.go +++ b/service/machinelearning/go_module_metadata.go @@ -3,4 +3,4 @@ package machinelearning // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.16" +const goModuleVersion = "1.14.17" diff --git a/service/macie/CHANGELOG.md b/service/macie/CHANGELOG.md index 68265735f26..46ce2c8b978 100644 --- a/service/macie/CHANGELOG.md +++ b/service/macie/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/macie/go.mod b/service/macie/go.mod index 382422eaca9..97959fae86c 100644 --- a/service/macie/go.mod +++ b/service/macie/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/macie go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/macie/go_module_metadata.go b/service/macie/go_module_metadata.go index f6a9dfe3042..f932070dd1b 100644 --- a/service/macie/go_module_metadata.go +++ b/service/macie/go_module_metadata.go @@ -3,4 +3,4 @@ package macie // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.16" +const goModuleVersion = "1.14.17" diff --git a/service/macie2/CHANGELOG.md b/service/macie2/CHANGELOG.md index 951647b3868..b8e20a50456 100644 --- a/service/macie2/CHANGELOG.md +++ b/service/macie2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.4 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.3 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/macie2/go.mod b/service/macie2/go.mod index 3b4a1da75d7..c519a8301ac 100644 --- a/service/macie2/go.mod +++ b/service/macie2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/macie2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/macie2/go_module_metadata.go b/service/macie2/go_module_metadata.go index 084d887ed38..2e55a7b5500 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.23.3" +const goModuleVersion = "1.23.4" diff --git a/service/managedblockchain/CHANGELOG.md b/service/managedblockchain/CHANGELOG.md index dffddf62708..27c5af14a77 100644 --- a/service/managedblockchain/CHANGELOG.md +++ b/service/managedblockchain/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.17 (2022-09-15) * No change notes available for this release. diff --git a/service/managedblockchain/go.mod b/service/managedblockchain/go.mod index a95e51c2fe5..2034d98d891 100644 --- a/service/managedblockchain/go.mod +++ b/service/managedblockchain/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/managedblockchain go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/managedblockchain/go_module_metadata.go b/service/managedblockchain/go_module_metadata.go index 7edef872366..28170202cd2 100644 --- a/service/managedblockchain/go_module_metadata.go +++ b/service/managedblockchain/go_module_metadata.go @@ -3,4 +3,4 @@ package managedblockchain // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.17" +const goModuleVersion = "1.12.18" diff --git a/service/marketplacecatalog/CHANGELOG.md b/service/marketplacecatalog/CHANGELOG.md index 2da019d3d0e..895a0783666 100644 --- a/service/marketplacecatalog/CHANGELOG.md +++ b/service/marketplacecatalog/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.9 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.8 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacecatalog/go.mod b/service/marketplacecatalog/go.mod index 11d9d9ef639..e4c13ebf51f 100644 --- a/service/marketplacecatalog/go.mod +++ b/service/marketplacecatalog/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/marketplacecatalog go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/marketplacecatalog/go_module_metadata.go b/service/marketplacecatalog/go_module_metadata.go index 6979a022831..0258fc24745 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.13.8" +const goModuleVersion = "1.13.9" diff --git a/service/marketplacecommerceanalytics/CHANGELOG.md b/service/marketplacecommerceanalytics/CHANGELOG.md index 3c5f6c73b67..e29f5acf811 100644 --- a/service/marketplacecommerceanalytics/CHANGELOG.md +++ b/service/marketplacecommerceanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacecommerceanalytics/go.mod b/service/marketplacecommerceanalytics/go.mod index 6d8434da883..a3acc3cfb85 100644 --- a/service/marketplacecommerceanalytics/go.mod +++ b/service/marketplacecommerceanalytics/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/marketplacecommerceanalytics/go_module_metadata.go b/service/marketplacecommerceanalytics/go_module_metadata.go index 217a0fb6cab..097f6aa105c 100644 --- a/service/marketplacecommerceanalytics/go_module_metadata.go +++ b/service/marketplacecommerceanalytics/go_module_metadata.go @@ -3,4 +3,4 @@ package marketplacecommerceanalytics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.16" +const goModuleVersion = "1.11.17" diff --git a/service/marketplaceentitlementservice/CHANGELOG.md b/service/marketplaceentitlementservice/CHANGELOG.md index 3c5f6c73b67..e29f5acf811 100644 --- a/service/marketplaceentitlementservice/CHANGELOG.md +++ b/service/marketplaceentitlementservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplaceentitlementservice/go.mod b/service/marketplaceentitlementservice/go.mod index 0b2578c9b5e..fce84611a01 100644 --- a/service/marketplaceentitlementservice/go.mod +++ b/service/marketplaceentitlementservice/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/marketplaceentitlementservice go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/marketplaceentitlementservice/go_module_metadata.go b/service/marketplaceentitlementservice/go_module_metadata.go index cc4e26076c2..405e6e6ef8f 100644 --- a/service/marketplaceentitlementservice/go_module_metadata.go +++ b/service/marketplaceentitlementservice/go_module_metadata.go @@ -3,4 +3,4 @@ package marketplaceentitlementservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.16" +const goModuleVersion = "1.11.17" diff --git a/service/marketplacemetering/CHANGELOG.md b/service/marketplacemetering/CHANGELOG.md index 257d1b743ab..2ebd73a5e29 100644 --- a/service/marketplacemetering/CHANGELOG.md +++ b/service/marketplacemetering/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.19 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.18 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacemetering/go.mod b/service/marketplacemetering/go.mod index 1ae64cf0dde..8d517c66d43 100644 --- a/service/marketplacemetering/go.mod +++ b/service/marketplacemetering/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/marketplacemetering go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/marketplacemetering/go_module_metadata.go b/service/marketplacemetering/go_module_metadata.go index 0289c9aae63..48dfa4b6326 100644 --- a/service/marketplacemetering/go_module_metadata.go +++ b/service/marketplacemetering/go_module_metadata.go @@ -3,4 +3,4 @@ package marketplacemetering // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.18" +const goModuleVersion = "1.13.19" diff --git a/service/mediaconnect/CHANGELOG.md b/service/mediaconnect/CHANGELOG.md index 3c677870725..23bda7c373d 100644 --- a/service/mediaconnect/CHANGELOG.md +++ b/service/mediaconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.0 (2022-09-19) * **Feature**: This change allows the customer to use the SRT Caller protocol as part of their flows diff --git a/service/mediaconnect/go.mod b/service/mediaconnect/go.mod index ba10fd7f866..02c7a4e88f2 100644 --- a/service/mediaconnect/go.mod +++ b/service/mediaconnect/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mediaconnect go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/mediaconnect/go_module_metadata.go b/service/mediaconnect/go_module_metadata.go index f3281155283..eb82819e45f 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.17.0" +const goModuleVersion = "1.17.1" diff --git a/service/mediaconvert/CHANGELOG.md b/service/mediaconvert/CHANGELOG.md index 61de4da3a25..3d898ba5e6f 100644 --- a/service/mediaconvert/CHANGELOG.md +++ b/service/mediaconvert/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.12 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.11 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediaconvert/go.mod b/service/mediaconvert/go.mod index 3207aed2a0f..749a80f7a3b 100644 --- a/service/mediaconvert/go.mod +++ b/service/mediaconvert/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mediaconvert go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/mediaconvert/go_module_metadata.go b/service/mediaconvert/go_module_metadata.go index e9eecf6163b..79aba044191 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.25.11" +const goModuleVersion = "1.25.12" diff --git a/service/medialive/CHANGELOG.md b/service/medialive/CHANGELOG.md index 8acb98bf1df..cc6859ba8d3 100644 --- a/service/medialive/CHANGELOG.md +++ b/service/medialive/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.0 (2022-09-14) * **Feature**: This change exposes API settings which allow Dolby Atmos and Dolby Vision to be used when running a channel using Elemental Media Live diff --git a/service/medialive/go.mod b/service/medialive/go.mod index 78a05121a81..53b95b1fa99 100644 --- a/service/medialive/go.mod +++ b/service/medialive/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/medialive go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/medialive/go_module_metadata.go b/service/medialive/go_module_metadata.go index 1a41978f026..6cab95d77d5 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.23.0" +const goModuleVersion = "1.23.1" diff --git a/service/mediapackage/CHANGELOG.md b/service/mediapackage/CHANGELOG.md index df9aa3da4cd..21915052a8f 100644 --- a/service/mediapackage/CHANGELOG.md +++ b/service/mediapackage/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.2 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.1 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediapackage/go.mod b/service/mediapackage/go.mod index da190a416d3..c09937955ed 100644 --- a/service/mediapackage/go.mod +++ b/service/mediapackage/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mediapackage go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/mediapackage/go_module_metadata.go b/service/mediapackage/go_module_metadata.go index f85d5d12d9f..36d24b55cc3 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.19.1" +const goModuleVersion = "1.19.2" diff --git a/service/mediapackagevod/CHANGELOG.md b/service/mediapackagevod/CHANGELOG.md index 0fa5da3259d..91ad1e2cfa5 100644 --- a/service/mediapackagevod/CHANGELOG.md +++ b/service/mediapackagevod/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.14 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.13 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediapackagevod/go.mod b/service/mediapackagevod/go.mod index 7d3658eeb97..916ec6b890f 100644 --- a/service/mediapackagevod/go.mod +++ b/service/mediapackagevod/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mediapackagevod go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/mediapackagevod/go_module_metadata.go b/service/mediapackagevod/go_module_metadata.go index 2c82792fc7c..fa8a52f7742 100644 --- a/service/mediapackagevod/go_module_metadata.go +++ b/service/mediapackagevod/go_module_metadata.go @@ -3,4 +3,4 @@ package mediapackagevod // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.13" +const goModuleVersion = "1.17.14" diff --git a/service/mediastore/CHANGELOG.md b/service/mediastore/CHANGELOG.md index 706d9522897..26fe70e0532 100644 --- a/service/mediastore/CHANGELOG.md +++ b/service/mediastore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediastore/go.mod b/service/mediastore/go.mod index 15ccf9462ee..6ae2717658b 100644 --- a/service/mediastore/go.mod +++ b/service/mediastore/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mediastore go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/mediastore/go_module_metadata.go b/service/mediastore/go_module_metadata.go index 52cb54c1b6c..6b566b4d894 100644 --- a/service/mediastore/go_module_metadata.go +++ b/service/mediastore/go_module_metadata.go @@ -3,4 +3,4 @@ package mediastore // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.16" +const goModuleVersion = "1.12.17" diff --git a/service/mediastoredata/CHANGELOG.md b/service/mediastoredata/CHANGELOG.md index 247e4f979e2..273aad7d45e 100644 --- a/service/mediastoredata/CHANGELOG.md +++ b/service/mediastoredata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediastoredata/go.mod b/service/mediastoredata/go.mod index ed8ef07a251..01c068607a8 100644 --- a/service/mediastoredata/go.mod +++ b/service/mediastoredata/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mediastoredata go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/mediastoredata/go_module_metadata.go b/service/mediastoredata/go_module_metadata.go index a4a0acd259a..26c0fa8e2cf 100644 --- a/service/mediastoredata/go_module_metadata.go +++ b/service/mediastoredata/go_module_metadata.go @@ -3,4 +3,4 @@ package mediastoredata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.16" +const goModuleVersion = "1.12.17" diff --git a/service/mediatailor/CHANGELOG.md b/service/mediatailor/CHANGELOG.md index aa9cff8ce74..221d0d88b1b 100644 --- a/service/mediatailor/CHANGELOG.md +++ b/service/mediatailor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.14 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.13 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediatailor/go.mod b/service/mediatailor/go.mod index 0ff294923e9..d402030305c 100644 --- a/service/mediatailor/go.mod +++ b/service/mediatailor/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mediatailor go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/mediatailor/go_module_metadata.go b/service/mediatailor/go_module_metadata.go index 3f5f9267cb7..ebff7349028 100644 --- a/service/mediatailor/go_module_metadata.go +++ b/service/mediatailor/go_module_metadata.go @@ -3,4 +3,4 @@ package mediatailor // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.13" +const goModuleVersion = "1.17.14" diff --git a/service/memorydb/CHANGELOG.md b/service/memorydb/CHANGELOG.md index f67dfb4627f..00d18e2a94c 100644 --- a/service/memorydb/CHANGELOG.md +++ b/service/memorydb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/memorydb/go.mod b/service/memorydb/go.mod index 607712766cc..f97fc7d6d9f 100644 --- a/service/memorydb/go.mod +++ b/service/memorydb/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/memorydb go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/memorydb/go_module_metadata.go b/service/memorydb/go_module_metadata.go index afdaeef165d..8c352c4cba6 100644 --- a/service/memorydb/go_module_metadata.go +++ b/service/memorydb/go_module_metadata.go @@ -3,4 +3,4 @@ package memorydb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.17" +const goModuleVersion = "1.9.18" diff --git a/service/mgn/CHANGELOG.md b/service/mgn/CHANGELOG.md index eb06a685298..16c8f025f1d 100644 --- a/service/mgn/CHANGELOG.md +++ b/service/mgn/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.12 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.11 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mgn/go.mod b/service/mgn/go.mod index c7cf07a9811..b7c2f7e9cf9 100644 --- a/service/mgn/go.mod +++ b/service/mgn/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mgn go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/mgn/go_module_metadata.go b/service/mgn/go_module_metadata.go index 46c29312ce3..50552ec0737 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.15.11" +const goModuleVersion = "1.15.12" diff --git a/service/migrationhub/CHANGELOG.md b/service/migrationhub/CHANGELOG.md index 706d9522897..26fe70e0532 100644 --- a/service/migrationhub/CHANGELOG.md +++ b/service/migrationhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhub/go.mod b/service/migrationhub/go.mod index 2c34dcc100c..fc62aa41ef5 100644 --- a/service/migrationhub/go.mod +++ b/service/migrationhub/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/migrationhub go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/migrationhub/go_module_metadata.go b/service/migrationhub/go_module_metadata.go index 3a96ba56064..57d2416c5a2 100644 --- a/service/migrationhub/go_module_metadata.go +++ b/service/migrationhub/go_module_metadata.go @@ -3,4 +3,4 @@ package migrationhub // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.16" +const goModuleVersion = "1.12.17" diff --git a/service/migrationhubconfig/CHANGELOG.md b/service/migrationhubconfig/CHANGELOG.md index 706d9522897..26fe70e0532 100644 --- a/service/migrationhubconfig/CHANGELOG.md +++ b/service/migrationhubconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhubconfig/go.mod b/service/migrationhubconfig/go.mod index fa28e82b1b6..41a252f5b65 100644 --- a/service/migrationhubconfig/go.mod +++ b/service/migrationhubconfig/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/migrationhubconfig go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/migrationhubconfig/go_module_metadata.go b/service/migrationhubconfig/go_module_metadata.go index 4d7f090e8d1..327dc478d5f 100644 --- a/service/migrationhubconfig/go_module_metadata.go +++ b/service/migrationhubconfig/go_module_metadata.go @@ -3,4 +3,4 @@ package migrationhubconfig // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.16" +const goModuleVersion = "1.12.17" diff --git a/service/migrationhubrefactorspaces/CHANGELOG.md b/service/migrationhubrefactorspaces/CHANGELOG.md index ab157368c6c..dd3649abb8b 100644 --- a/service/migrationhubrefactorspaces/CHANGELOG.md +++ b/service/migrationhubrefactorspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.11 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.10 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhubrefactorspaces/go.mod b/service/migrationhubrefactorspaces/go.mod index 7abe1f4ce1c..1b792fff162 100644 --- a/service/migrationhubrefactorspaces/go.mod +++ b/service/migrationhubrefactorspaces/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/migrationhubrefactorspaces go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/migrationhubrefactorspaces/go_module_metadata.go b/service/migrationhubrefactorspaces/go_module_metadata.go index 56b85fe0dae..a993d9cbe9d 100644 --- a/service/migrationhubrefactorspaces/go_module_metadata.go +++ b/service/migrationhubrefactorspaces/go_module_metadata.go @@ -3,4 +3,4 @@ package migrationhubrefactorspaces // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.10" +const goModuleVersion = "1.6.11" diff --git a/service/migrationhubstrategy/CHANGELOG.md b/service/migrationhubstrategy/CHANGELOG.md index 1a9d76aa1d3..72a901fee72 100644 --- a/service/migrationhubstrategy/CHANGELOG.md +++ b/service/migrationhubstrategy/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.5.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhubstrategy/go.mod b/service/migrationhubstrategy/go.mod index 657fe7c9e02..75dec5dbd18 100644 --- a/service/migrationhubstrategy/go.mod +++ b/service/migrationhubstrategy/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/migrationhubstrategy go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/migrationhubstrategy/go_module_metadata.go b/service/migrationhubstrategy/go_module_metadata.go index e406b1b8a6d..1a1fe3645d6 100644 --- a/service/migrationhubstrategy/go_module_metadata.go +++ b/service/migrationhubstrategy/go_module_metadata.go @@ -3,4 +3,4 @@ package migrationhubstrategy // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.5.16" +const goModuleVersion = "1.5.17" diff --git a/service/mobile/CHANGELOG.md b/service/mobile/CHANGELOG.md index 34c0137e28c..cdafa62f987 100644 --- a/service/mobile/CHANGELOG.md +++ b/service/mobile/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mobile/go.mod b/service/mobile/go.mod index 080635dbdaa..5ccbdfd3f91 100644 --- a/service/mobile/go.mod +++ b/service/mobile/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mobile go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/mobile/go_module_metadata.go b/service/mobile/go_module_metadata.go index 2c182d6cb8b..c29a46ed30c 100644 --- a/service/mobile/go_module_metadata.go +++ b/service/mobile/go_module_metadata.go @@ -3,4 +3,4 @@ package mobile // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.16" +const goModuleVersion = "1.11.17" diff --git a/service/mq/CHANGELOG.md b/service/mq/CHANGELOG.md index b394c5d5112..0f81a43be1a 100644 --- a/service/mq/CHANGELOG.md +++ b/service/mq/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.13 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.12 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mq/go.mod b/service/mq/go.mod index 8920f827f3b..81d10ded0f2 100644 --- a/service/mq/go.mod +++ b/service/mq/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mq go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/mq/go_module_metadata.go b/service/mq/go_module_metadata.go index c26f44a70fe..b7695be84f1 100644 --- a/service/mq/go_module_metadata.go +++ b/service/mq/go_module_metadata.go @@ -3,4 +3,4 @@ package mq // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.12" +const goModuleVersion = "1.13.13" diff --git a/service/mturk/CHANGELOG.md b/service/mturk/CHANGELOG.md index 414e484780b..7e3df9452c0 100644 --- a/service/mturk/CHANGELOG.md +++ b/service/mturk/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mturk/go.mod b/service/mturk/go.mod index 26326e1ca84..d3254e13225 100644 --- a/service/mturk/go.mod +++ b/service/mturk/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mturk go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/mturk/go_module_metadata.go b/service/mturk/go_module_metadata.go index 9925af48ab5..4a80f158364 100644 --- a/service/mturk/go_module_metadata.go +++ b/service/mturk/go_module_metadata.go @@ -3,4 +3,4 @@ package mturk // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.16" +const goModuleVersion = "1.13.17" diff --git a/service/mwaa/CHANGELOG.md b/service/mwaa/CHANGELOG.md index d905b408401..efb3a5ffb8d 100644 --- a/service/mwaa/CHANGELOG.md +++ b/service/mwaa/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.10 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.9 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mwaa/go.mod b/service/mwaa/go.mod index c183e380efa..7f869476fad 100644 --- a/service/mwaa/go.mod +++ b/service/mwaa/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/mwaa go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/mwaa/go_module_metadata.go b/service/mwaa/go_module_metadata.go index 2dc89419599..b28751363b2 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.13.9" +const goModuleVersion = "1.13.10" diff --git a/service/neptune/CHANGELOG.md b/service/neptune/CHANGELOG.md index 511f5694e63..309e9be3542 100644 --- a/service/neptune/CHANGELOG.md +++ b/service/neptune/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.12 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.11 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/neptune/go.mod b/service/neptune/go.mod index f00e35e9150..41edecbee05 100644 --- a/service/neptune/go.mod +++ b/service/neptune/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/neptune go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/neptune/go_module_metadata.go b/service/neptune/go_module_metadata.go index dc0ef3aa7c6..ba6ff08c703 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.17.11" +const goModuleVersion = "1.17.12" diff --git a/service/networkfirewall/CHANGELOG.md b/service/networkfirewall/CHANGELOG.md index 945579e65f6..3c411997f6a 100644 --- a/service/networkfirewall/CHANGELOG.md +++ b/service/networkfirewall/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/networkfirewall/go.mod b/service/networkfirewall/go.mod index c1f39dc9574..735413b2155 100644 --- a/service/networkfirewall/go.mod +++ b/service/networkfirewall/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/networkfirewall go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/networkfirewall/go_module_metadata.go b/service/networkfirewall/go_module_metadata.go index fd61f792d68..f82421cdef9 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.19.0" +const goModuleVersion = "1.19.1" diff --git a/service/networkmanager/CHANGELOG.md b/service/networkmanager/CHANGELOG.md index f2edcb99307..9a87f78200d 100644 --- a/service/networkmanager/CHANGELOG.md +++ b/service/networkmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.5 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.4 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/networkmanager/go.mod b/service/networkmanager/go.mod index 42a2585fddf..1985332639b 100644 --- a/service/networkmanager/go.mod +++ b/service/networkmanager/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/networkmanager go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/networkmanager/go_module_metadata.go b/service/networkmanager/go_module_metadata.go index 83ba7240730..67ce8c64696 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.15.4" +const goModuleVersion = "1.15.5" diff --git a/service/nimble/CHANGELOG.md b/service/nimble/CHANGELOG.md index 157fb2d3667..dc874a65333 100644 --- a/service/nimble/CHANGELOG.md +++ b/service/nimble/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.9 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.8 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/nimble/go.mod b/service/nimble/go.mod index bd4fb10f3c7..c905ac1717a 100644 --- a/service/nimble/go.mod +++ b/service/nimble/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/nimble go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/nimble/go_module_metadata.go b/service/nimble/go_module_metadata.go index d1fec100bb3..c79189b11dd 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.13.8" +const goModuleVersion = "1.13.9" diff --git a/service/opensearch/CHANGELOG.md b/service/opensearch/CHANGELOG.md index c1ee48bcdd7..85a532c209f 100644 --- a/service/opensearch/CHANGELOG.md +++ b/service/opensearch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.10 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.9 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opensearch/go.mod b/service/opensearch/go.mod index 3caacf4595a..2a783711491 100644 --- a/service/opensearch/go.mod +++ b/service/opensearch/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/opensearch go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/opensearch/go_module_metadata.go b/service/opensearch/go_module_metadata.go index e6971285cc9..d10ec8e9e9b 100644 --- a/service/opensearch/go_module_metadata.go +++ b/service/opensearch/go_module_metadata.go @@ -3,4 +3,4 @@ package opensearch // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.9" +const goModuleVersion = "1.10.10" diff --git a/service/opsworks/CHANGELOG.md b/service/opsworks/CHANGELOG.md index d8c123408c3..f0164302201 100644 --- a/service/opsworks/CHANGELOG.md +++ b/service/opsworks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opsworks/go.mod b/service/opsworks/go.mod index 01aa9669496..606ed265b19 100644 --- a/service/opsworks/go.mod +++ b/service/opsworks/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/opsworks go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/opsworks/go_module_metadata.go b/service/opsworks/go_module_metadata.go index b4582e72a41..a04ac9bee98 100644 --- a/service/opsworks/go_module_metadata.go +++ b/service/opsworks/go_module_metadata.go @@ -3,4 +3,4 @@ package opsworks // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.16" +const goModuleVersion = "1.13.17" diff --git a/service/opsworkscm/CHANGELOG.md b/service/opsworkscm/CHANGELOG.md index e0db5360a95..42efd15f32e 100644 --- a/service/opsworkscm/CHANGELOG.md +++ b/service/opsworkscm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opsworkscm/go.mod b/service/opsworkscm/go.mod index ee009dad7c0..b24f6256bcb 100644 --- a/service/opsworkscm/go.mod +++ b/service/opsworkscm/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/opsworkscm go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/opsworkscm/go_module_metadata.go b/service/opsworkscm/go_module_metadata.go index 260e04d8b18..94e939cf602 100644 --- a/service/opsworkscm/go_module_metadata.go +++ b/service/opsworkscm/go_module_metadata.go @@ -3,4 +3,4 @@ package opsworkscm // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.16" +const goModuleVersion = "1.14.17" diff --git a/service/organizations/CHANGELOG.md b/service/organizations/CHANGELOG.md index ad5eb0368c5..fd438f63906 100644 --- a/service/organizations/CHANGELOG.md +++ b/service/organizations/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.13 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.12 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/organizations/go.mod b/service/organizations/go.mod index 4a4141b4fc7..a6fc32aeadf 100644 --- a/service/organizations/go.mod +++ b/service/organizations/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/organizations go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/organizations/go_module_metadata.go b/service/organizations/go_module_metadata.go index 65cdf454fa3..17a95a6dbce 100644 --- a/service/organizations/go_module_metadata.go +++ b/service/organizations/go_module_metadata.go @@ -3,4 +3,4 @@ package organizations // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.12" +const goModuleVersion = "1.16.13" diff --git a/service/outposts/CHANGELOG.md b/service/outposts/CHANGELOG.md index 9a73bb89c73..5063c888666 100644 --- a/service/outposts/CHANGELOG.md +++ b/service/outposts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.10 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.9 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/outposts/go.mod b/service/outposts/go.mod index 4cbbfe153be..e79a8ad43d5 100644 --- a/service/outposts/go.mod +++ b/service/outposts/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/outposts go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/outposts/go_module_metadata.go b/service/outposts/go_module_metadata.go index 9e7ae757f2e..4dfab359d60 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.22.9" +const goModuleVersion = "1.22.10" diff --git a/service/panorama/CHANGELOG.md b/service/panorama/CHANGELOG.md index 4c68d426b6c..6a36c23795a 100644 --- a/service/panorama/CHANGELOG.md +++ b/service/panorama/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.5 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.4 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/panorama/go.mod b/service/panorama/go.mod index 62c256ac6ad..63dc2097e1d 100644 --- a/service/panorama/go.mod +++ b/service/panorama/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/panorama go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/panorama/go_module_metadata.go b/service/panorama/go_module_metadata.go index cc0dd0da6c1..e50697e86e7 100644 --- a/service/panorama/go_module_metadata.go +++ b/service/panorama/go_module_metadata.go @@ -3,4 +3,4 @@ package panorama // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.4" +const goModuleVersion = "1.8.5" diff --git a/service/personalize/CHANGELOG.md b/service/personalize/CHANGELOG.md index 8e3654d8202..9c10d02e272 100644 --- a/service/personalize/CHANGELOG.md +++ b/service/personalize/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.7 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/personalize/go.mod b/service/personalize/go.mod index f452a481ba5..235272ba043 100644 --- a/service/personalize/go.mod +++ b/service/personalize/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/personalize go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/personalize/go_module_metadata.go b/service/personalize/go_module_metadata.go index ca0981d90cb..464e31f3737 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.21.7" +const goModuleVersion = "1.21.8" diff --git a/service/personalizeevents/CHANGELOG.md b/service/personalizeevents/CHANGELOG.md index 9df7a1158b0..92e007df938 100644 --- a/service/personalizeevents/CHANGELOG.md +++ b/service/personalizeevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/personalizeevents/go.mod b/service/personalizeevents/go.mod index 4bacd49fb0c..80384f44e31 100644 --- a/service/personalizeevents/go.mod +++ b/service/personalizeevents/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/personalizeevents go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/personalizeevents/go_module_metadata.go b/service/personalizeevents/go_module_metadata.go index 4c8acf74c40..2655a004e36 100644 --- a/service/personalizeevents/go_module_metadata.go +++ b/service/personalizeevents/go_module_metadata.go @@ -3,4 +3,4 @@ package personalizeevents // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.16" +const goModuleVersion = "1.11.17" diff --git a/service/personalizeruntime/CHANGELOG.md b/service/personalizeruntime/CHANGELOG.md index 3e1bed42f06..3369b40ef36 100644 --- a/service/personalizeruntime/CHANGELOG.md +++ b/service/personalizeruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.4 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/personalizeruntime/go.mod b/service/personalizeruntime/go.mod index b1847074774..eff092fc8be 100644 --- a/service/personalizeruntime/go.mod +++ b/service/personalizeruntime/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/personalizeruntime go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/personalizeruntime/go_module_metadata.go b/service/personalizeruntime/go_module_metadata.go index 7b0d37ae298..4b181caf432 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.12.4" +const goModuleVersion = "1.12.5" diff --git a/service/pi/CHANGELOG.md b/service/pi/CHANGELOG.md index cb47f797f0d..98bb8e5dce6 100644 --- a/service/pi/CHANGELOG.md +++ b/service/pi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.0 (2022-09-14) * **Feature**: Increases the maximum values of two RDS Performance Insights APIs. The maximum value of the Limit parameter of DimensionGroup is 25. The MaxResult maximum is now 25 for the following APIs: DescribeDimensionKeys, GetResourceMetrics, ListAvailableResourceDimensions, and ListAvailableResourceMetrics. diff --git a/service/pi/go.mod b/service/pi/go.mod index fc7b105f001..ccb4fb39ce5 100644 --- a/service/pi/go.mod +++ b/service/pi/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/pi go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/pi/go_module_metadata.go b/service/pi/go_module_metadata.go index 7b0b1dcf884..3f9367a6096 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.15.0" +const goModuleVersion = "1.15.1" diff --git a/service/pinpoint/CHANGELOG.md b/service/pinpoint/CHANGELOG.md index 63989dc3f14..d201cfbcf3b 100644 --- a/service/pinpoint/CHANGELOG.md +++ b/service/pinpoint/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.7 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.6 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpoint/go.mod b/service/pinpoint/go.mod index cd1d5ff7000..6dd86a02dd9 100644 --- a/service/pinpoint/go.mod +++ b/service/pinpoint/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/pinpoint go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/pinpoint/go_module_metadata.go b/service/pinpoint/go_module_metadata.go index 7c664ba68fd..4e16b078fb7 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.17.6" +const goModuleVersion = "1.17.7" diff --git a/service/pinpointemail/CHANGELOG.md b/service/pinpointemail/CHANGELOG.md index fe14ca68cde..6172b002929 100644 --- a/service/pinpointemail/CHANGELOG.md +++ b/service/pinpointemail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpointemail/go.mod b/service/pinpointemail/go.mod index fa463c0c0e9..a361b2af30f 100644 --- a/service/pinpointemail/go.mod +++ b/service/pinpointemail/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/pinpointemail go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/pinpointemail/go_module_metadata.go b/service/pinpointemail/go_module_metadata.go index fe5c8c39371..42278b0ba4d 100644 --- a/service/pinpointemail/go_module_metadata.go +++ b/service/pinpointemail/go_module_metadata.go @@ -3,4 +3,4 @@ package pinpointemail // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.17" +const goModuleVersion = "1.11.18" diff --git a/service/pinpointsmsvoice/CHANGELOG.md b/service/pinpointsmsvoice/CHANGELOG.md index 5859d1aeb93..b3d028d290d 100644 --- a/service/pinpointsmsvoice/CHANGELOG.md +++ b/service/pinpointsmsvoice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpointsmsvoice/go.mod b/service/pinpointsmsvoice/go.mod index d3c2c1b1c2f..030b04cabef 100644 --- a/service/pinpointsmsvoice/go.mod +++ b/service/pinpointsmsvoice/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/pinpointsmsvoice go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/pinpointsmsvoice/go_module_metadata.go b/service/pinpointsmsvoice/go_module_metadata.go index 153e7e91823..81aa63da56d 100644 --- a/service/pinpointsmsvoice/go_module_metadata.go +++ b/service/pinpointsmsvoice/go_module_metadata.go @@ -3,4 +3,4 @@ package pinpointsmsvoice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.16" +const goModuleVersion = "1.10.17" diff --git a/service/pinpointsmsvoicev2/CHANGELOG.md b/service/pinpointsmsvoicev2/CHANGELOG.md index 7144ebd3412..88a106eb4ff 100644 --- a/service/pinpointsmsvoicev2/CHANGELOG.md +++ b/service/pinpointsmsvoicev2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.15 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.14 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpointsmsvoicev2/go.mod b/service/pinpointsmsvoicev2/go.mod index 604b54ae8d7..071a765712b 100644 --- a/service/pinpointsmsvoicev2/go.mod +++ b/service/pinpointsmsvoicev2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/pinpointsmsvoicev2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/pinpointsmsvoicev2/go_module_metadata.go b/service/pinpointsmsvoicev2/go_module_metadata.go index b2c75b19354..1032cf3ed89 100644 --- a/service/pinpointsmsvoicev2/go_module_metadata.go +++ b/service/pinpointsmsvoicev2/go_module_metadata.go @@ -3,4 +3,4 @@ package pinpointsmsvoicev2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.14" +const goModuleVersion = "1.0.15" diff --git a/service/polly/CHANGELOG.md b/service/polly/CHANGELOG.md index 559af115d45..ac6cb6bfaa1 100644 --- a/service/polly/CHANGELOG.md +++ b/service/polly/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.9 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.8 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/polly/go.mod b/service/polly/go.mod index 7cc476f26a3..3dbe2606def 100644 --- a/service/polly/go.mod +++ b/service/polly/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/polly go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/polly/go_module_metadata.go b/service/polly/go_module_metadata.go index 338218ec1a4..ed14815082c 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.17.8" +const goModuleVersion = "1.17.9" diff --git a/service/pricing/CHANGELOG.md b/service/pricing/CHANGELOG.md index 53fbed9cc37..06d5304575f 100644 --- a/service/pricing/CHANGELOG.md +++ b/service/pricing/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/pricing/go.mod b/service/pricing/go.mod index a320227f5a5..755ac6bc3b9 100644 --- a/service/pricing/go.mod +++ b/service/pricing/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/pricing go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/pricing/go_module_metadata.go b/service/pricing/go_module_metadata.go index 4f9d03117d5..391f5826b75 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.17.0" +const goModuleVersion = "1.17.1" diff --git a/service/privatenetworks/CHANGELOG.md b/service/privatenetworks/CHANGELOG.md index 6d47586d229..c450a65eaea 100644 --- a/service/privatenetworks/CHANGELOG.md +++ b/service/privatenetworks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.5 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.4 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/privatenetworks/go.mod b/service/privatenetworks/go.mod index 1113809b8ae..0b8c25823bf 100644 --- a/service/privatenetworks/go.mod +++ b/service/privatenetworks/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/privatenetworks go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/privatenetworks/go_module_metadata.go b/service/privatenetworks/go_module_metadata.go index afa3beb337f..1b58ab184de 100644 --- a/service/privatenetworks/go_module_metadata.go +++ b/service/privatenetworks/go_module_metadata.go @@ -3,4 +3,4 @@ package privatenetworks // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.4" +const goModuleVersion = "1.0.5" diff --git a/service/proton/CHANGELOG.md b/service/proton/CHANGELOG.md index ac5435ffab8..be4030e8578 100644 --- a/service/proton/CHANGELOG.md +++ b/service/proton/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.12 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.11 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/proton/go.mod b/service/proton/go.mod index bb604abe3cc..b7d1b21cadc 100644 --- a/service/proton/go.mod +++ b/service/proton/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/proton go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/proton/go_module_metadata.go b/service/proton/go_module_metadata.go index 21e5141fc52..960792b5a47 100644 --- a/service/proton/go_module_metadata.go +++ b/service/proton/go_module_metadata.go @@ -3,4 +3,4 @@ package proton // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.11" +const goModuleVersion = "1.14.12" diff --git a/service/qldb/CHANGELOG.md b/service/qldb/CHANGELOG.md index 1bd54e28e46..1a54abba424 100644 --- a/service/qldb/CHANGELOG.md +++ b/service/qldb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/qldb/go.mod b/service/qldb/go.mod index 7c388346a32..e4d8e0296e9 100644 --- a/service/qldb/go.mod +++ b/service/qldb/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/qldb go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/qldb/go_module_metadata.go b/service/qldb/go_module_metadata.go index c6bfe85a3b6..041da3a4c5f 100644 --- a/service/qldb/go_module_metadata.go +++ b/service/qldb/go_module_metadata.go @@ -3,4 +3,4 @@ package qldb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.17" +const goModuleVersion = "1.14.18" diff --git a/service/qldbsession/CHANGELOG.md b/service/qldbsession/CHANGELOG.md index c5d07eb5e98..0601f07b26a 100644 --- a/service/qldbsession/CHANGELOG.md +++ b/service/qldbsession/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/qldbsession/go.mod b/service/qldbsession/go.mod index b0acf1d2a6a..cf479ae52e2 100644 --- a/service/qldbsession/go.mod +++ b/service/qldbsession/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/qldbsession go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/qldbsession/go_module_metadata.go b/service/qldbsession/go_module_metadata.go index 8c9c1d83183..339f9ab60a1 100644 --- a/service/qldbsession/go_module_metadata.go +++ b/service/qldbsession/go_module_metadata.go @@ -3,4 +3,4 @@ package qldbsession // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.16" +const goModuleVersion = "1.13.17" diff --git a/service/quicksight/CHANGELOG.md b/service/quicksight/CHANGELOG.md index 487ad242eb3..fa94ea09ed5 100644 --- a/service/quicksight/CHANGELOG.md +++ b/service/quicksight/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.25.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/quicksight/go.mod b/service/quicksight/go.mod index f5a9b87aa53..1ced935edb1 100644 --- a/service/quicksight/go.mod +++ b/service/quicksight/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/quicksight go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/quicksight/go_module_metadata.go b/service/quicksight/go_module_metadata.go index c80b643ae32..edee6321cf7 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.25.0" +const goModuleVersion = "1.25.1" diff --git a/service/ram/CHANGELOG.md b/service/ram/CHANGELOG.md index 609d394752f..215a58104a6 100644 --- a/service/ram/CHANGELOG.md +++ b/service/ram/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.20 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.19 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ram/go.mod b/service/ram/go.mod index 14d5b58b651..5d2730d6732 100644 --- a/service/ram/go.mod +++ b/service/ram/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ram go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/ram/go_module_metadata.go b/service/ram/go_module_metadata.go index 473e944c828..551747034c8 100644 --- a/service/ram/go_module_metadata.go +++ b/service/ram/go_module_metadata.go @@ -3,4 +3,4 @@ package ram // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.19" +const goModuleVersion = "1.16.20" diff --git a/service/rbin/CHANGELOG.md b/service/rbin/CHANGELOG.md index 420aa577e5d..918e0350f94 100644 --- a/service/rbin/CHANGELOG.md +++ b/service/rbin/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rbin/go.mod b/service/rbin/go.mod index 6562105a8c7..136c063d372 100644 --- a/service/rbin/go.mod +++ b/service/rbin/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/rbin go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/rbin/go_module_metadata.go b/service/rbin/go_module_metadata.go index 61bfe10cfd9..49d8abbea43 100644 --- a/service/rbin/go_module_metadata.go +++ b/service/rbin/go_module_metadata.go @@ -3,4 +3,4 @@ package rbin // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.17" +const goModuleVersion = "1.6.18" diff --git a/service/rds/CHANGELOG.md b/service/rds/CHANGELOG.md index 9138c9b8254..e021a7e9f95 100644 --- a/service/rds/CHANGELOG.md +++ b/service/rds/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.0 (2022-09-19) * **Feature**: This release adds support for Amazon RDS Proxy with SQL Server compatibility. diff --git a/service/rds/go.mod b/service/rds/go.mod index 02c20199e0f..d2a27bf7efe 100644 --- a/service/rds/go.mod +++ b/service/rds/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/rds go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/rds/go_module_metadata.go b/service/rds/go_module_metadata.go index 287667dd95d..f7d10a6aaca 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.26.0" +const goModuleVersion = "1.26.1" diff --git a/service/rdsdata/CHANGELOG.md b/service/rdsdata/CHANGELOG.md index 50be5e16a82..bd825f596b0 100644 --- a/service/rdsdata/CHANGELOG.md +++ b/service/rdsdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.15 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.14 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rdsdata/go.mod b/service/rdsdata/go.mod index 92b45cdb86f..24bd9abee48 100644 --- a/service/rdsdata/go.mod +++ b/service/rdsdata/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/rdsdata go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/rdsdata/go_module_metadata.go b/service/rdsdata/go_module_metadata.go index e17807524a4..85276c5e413 100644 --- a/service/rdsdata/go_module_metadata.go +++ b/service/rdsdata/go_module_metadata.go @@ -3,4 +3,4 @@ package rdsdata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.14" +const goModuleVersion = "1.12.15" diff --git a/service/redshift/CHANGELOG.md b/service/redshift/CHANGELOG.md index 10d3d2f66e2..1e285333275 100644 --- a/service/redshift/CHANGELOG.md +++ b/service/redshift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.10 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.9 (2022-09-14) * **Documentation**: This release updates documentation for AQUA features and other description updates. diff --git a/service/redshift/go.mod b/service/redshift/go.mod index 364fdc9bf0a..35df0da7db3 100644 --- a/service/redshift/go.mod +++ b/service/redshift/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/redshift go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/redshift/go_module_metadata.go b/service/redshift/go_module_metadata.go index edcd719cae0..91985c3f2dc 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.26.9" +const goModuleVersion = "1.26.10" diff --git a/service/redshiftdata/CHANGELOG.md b/service/redshiftdata/CHANGELOG.md index b7416762f72..49b2ed6154e 100644 --- a/service/redshiftdata/CHANGELOG.md +++ b/service/redshiftdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.11 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.10 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/redshiftdata/go.mod b/service/redshiftdata/go.mod index dee831e12eb..603797a1042 100644 --- a/service/redshiftdata/go.mod +++ b/service/redshiftdata/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/redshiftdata go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/redshiftdata/go_module_metadata.go b/service/redshiftdata/go_module_metadata.go index 3dc82d457ba..fe7dae6a1fa 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.16.10" +const goModuleVersion = "1.16.11" diff --git a/service/redshiftserverless/CHANGELOG.md b/service/redshiftserverless/CHANGELOG.md index cac431cb5db..3dfa6a81bef 100644 --- a/service/redshiftserverless/CHANGELOG.md +++ b/service/redshiftserverless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.11 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.2.10 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/redshiftserverless/go.mod b/service/redshiftserverless/go.mod index e6c78d7cb96..be8f0e1f42b 100644 --- a/service/redshiftserverless/go.mod +++ b/service/redshiftserverless/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/redshiftserverless go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/redshiftserverless/go_module_metadata.go b/service/redshiftserverless/go_module_metadata.go index 99e3d9842cc..473e901d933 100644 --- a/service/redshiftserverless/go_module_metadata.go +++ b/service/redshiftserverless/go_module_metadata.go @@ -3,4 +3,4 @@ package redshiftserverless // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.2.10" +const goModuleVersion = "1.2.11" diff --git a/service/rekognition/CHANGELOG.md b/service/rekognition/CHANGELOG.md index 81c3a493a57..e1e72c9c8f8 100644 --- a/service/rekognition/CHANGELOG.md +++ b/service/rekognition/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.5 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.20.4 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rekognition/go.mod b/service/rekognition/go.mod index f8c0eb6be52..850a4fcc891 100644 --- a/service/rekognition/go.mod +++ b/service/rekognition/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/rekognition go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/rekognition/go_module_metadata.go b/service/rekognition/go_module_metadata.go index 28569c61590..a4bbed01b2b 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.20.4" +const goModuleVersion = "1.20.5" diff --git a/service/resiliencehub/CHANGELOG.md b/service/resiliencehub/CHANGELOG.md index 4682d682ff1..08e45c34e29 100644 --- a/service/resiliencehub/CHANGELOG.md +++ b/service/resiliencehub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.14 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.13 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/resiliencehub/go.mod b/service/resiliencehub/go.mod index 7af72b17a7e..55f50665b46 100644 --- a/service/resiliencehub/go.mod +++ b/service/resiliencehub/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/resiliencehub go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/resiliencehub/go_module_metadata.go b/service/resiliencehub/go_module_metadata.go index f43ad32214a..43f54da89a1 100644 --- a/service/resiliencehub/go_module_metadata.go +++ b/service/resiliencehub/go_module_metadata.go @@ -3,4 +3,4 @@ package resiliencehub // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.13" +const goModuleVersion = "1.6.14" diff --git a/service/resourcegroups/CHANGELOG.md b/service/resourcegroups/CHANGELOG.md index 70b2087984a..4f31df5a4f1 100644 --- a/service/resourcegroups/CHANGELOG.md +++ b/service/resourcegroups/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/resourcegroups/go.mod b/service/resourcegroups/go.mod index 1f4f809e472..048390c9ace 100644 --- a/service/resourcegroups/go.mod +++ b/service/resourcegroups/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/resourcegroups go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/resourcegroups/go_module_metadata.go b/service/resourcegroups/go_module_metadata.go index fff25dfa34b..a5099f2c424 100644 --- a/service/resourcegroups/go_module_metadata.go +++ b/service/resourcegroups/go_module_metadata.go @@ -3,4 +3,4 @@ package resourcegroups // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.16" +const goModuleVersion = "1.12.17" diff --git a/service/resourcegroupstaggingapi/CHANGELOG.md b/service/resourcegroupstaggingapi/CHANGELOG.md index a0aeca2a490..6a78d63103a 100644 --- a/service/resourcegroupstaggingapi/CHANGELOG.md +++ b/service/resourcegroupstaggingapi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.19 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.18 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/resourcegroupstaggingapi/go.mod b/service/resourcegroupstaggingapi/go.mod index 69b50a6b6b2..26169bc21ac 100644 --- a/service/resourcegroupstaggingapi/go.mod +++ b/service/resourcegroupstaggingapi/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/resourcegroupstaggingapi/go_module_metadata.go b/service/resourcegroupstaggingapi/go_module_metadata.go index 7995e763590..ca2e0676a6a 100644 --- a/service/resourcegroupstaggingapi/go_module_metadata.go +++ b/service/resourcegroupstaggingapi/go_module_metadata.go @@ -3,4 +3,4 @@ package resourcegroupstaggingapi // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.18" +const goModuleVersion = "1.13.19" diff --git a/service/robomaker/CHANGELOG.md b/service/robomaker/CHANGELOG.md index c2738fa291b..e7efba7b05e 100644 --- a/service/robomaker/CHANGELOG.md +++ b/service/robomaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/robomaker/go.mod b/service/robomaker/go.mod index f77f06a3048..345443330a8 100644 --- a/service/robomaker/go.mod +++ b/service/robomaker/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/robomaker go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/robomaker/go_module_metadata.go b/service/robomaker/go_module_metadata.go index 7b3353a7b6d..a015e223d53 100644 --- a/service/robomaker/go_module_metadata.go +++ b/service/robomaker/go_module_metadata.go @@ -3,4 +3,4 @@ package robomaker // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.17" +const goModuleVersion = "1.17.18" diff --git a/service/rolesanywhere/CHANGELOG.md b/service/rolesanywhere/CHANGELOG.md index 06983a899c5..526ea2fcd50 100644 --- a/service/rolesanywhere/CHANGELOG.md +++ b/service/rolesanywhere/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.10 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.9 (2022-09-15) * No change notes available for this release. diff --git a/service/rolesanywhere/go.mod b/service/rolesanywhere/go.mod index d28c18da1a7..54dadbb1da6 100644 --- a/service/rolesanywhere/go.mod +++ b/service/rolesanywhere/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/rolesanywhere go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/rolesanywhere/go_module_metadata.go b/service/rolesanywhere/go_module_metadata.go index 15f749c85c7..a29d7a3a9ba 100644 --- a/service/rolesanywhere/go_module_metadata.go +++ b/service/rolesanywhere/go_module_metadata.go @@ -3,4 +3,4 @@ package rolesanywhere // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.9" +const goModuleVersion = "1.0.10" diff --git a/service/route53/CHANGELOG.md b/service/route53/CHANGELOG.md index 03e56d9e37c..e00d4b9acb6 100644 --- a/service/route53/CHANGELOG.md +++ b/service/route53/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.0 (2022-09-14) * **Feature**: Amazon Route 53 now supports the Middle East (UAE) Region (me-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. diff --git a/service/route53/go.mod b/service/route53/go.mod index ca15f4340b4..968cc7b8b89 100644 --- a/service/route53/go.mod +++ b/service/route53/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/route53 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/route53/go_module_metadata.go b/service/route53/go_module_metadata.go index 460d6d5a7fb..e317e0f3262 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.22.0" +const goModuleVersion = "1.22.1" diff --git a/service/route53domains/CHANGELOG.md b/service/route53domains/CHANGELOG.md index 3c1e88570e2..2a8d10f1032 100644 --- a/service/route53domains/CHANGELOG.md +++ b/service/route53domains/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53domains/go.mod b/service/route53domains/go.mod index 5135a78b55c..2c561f73867 100644 --- a/service/route53domains/go.mod +++ b/service/route53domains/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/route53domains go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/route53domains/go_module_metadata.go b/service/route53domains/go_module_metadata.go index fca06a90e48..ebeb3f6ae12 100644 --- a/service/route53domains/go_module_metadata.go +++ b/service/route53domains/go_module_metadata.go @@ -3,4 +3,4 @@ package route53domains // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.16" +const goModuleVersion = "1.12.17" diff --git a/service/route53recoverycluster/CHANGELOG.md b/service/route53recoverycluster/CHANGELOG.md index f964372432e..f7b8032edba 100644 --- a/service/route53recoverycluster/CHANGELOG.md +++ b/service/route53recoverycluster/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/route53recoverycluster/go.mod b/service/route53recoverycluster/go.mod index 7e4f155192d..ad6b77818ce 100644 --- a/service/route53recoverycluster/go.mod +++ b/service/route53recoverycluster/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/route53recoverycluster go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/route53recoverycluster/go_module_metadata.go b/service/route53recoverycluster/go_module_metadata.go index 802741f2527..2aa0818988a 100644 --- a/service/route53recoverycluster/go_module_metadata.go +++ b/service/route53recoverycluster/go_module_metadata.go @@ -3,4 +3,4 @@ package route53recoverycluster // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.0" +const goModuleVersion = "1.10.1" diff --git a/service/route53recoverycontrolconfig/CHANGELOG.md b/service/route53recoverycontrolconfig/CHANGELOG.md index 7df7a32daa8..42f87d46407 100644 --- a/service/route53recoverycontrolconfig/CHANGELOG.md +++ b/service/route53recoverycontrolconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53recoverycontrolconfig/go.mod b/service/route53recoverycontrolconfig/go.mod index 1e830681f91..d8d911395a1 100644 --- a/service/route53recoverycontrolconfig/go.mod +++ b/service/route53recoverycontrolconfig/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/route53recoverycontrolconfig go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/route53recoverycontrolconfig/go_module_metadata.go b/service/route53recoverycontrolconfig/go_module_metadata.go index 3febfd91ef7..a6cf48c8fd9 100644 --- a/service/route53recoverycontrolconfig/go_module_metadata.go +++ b/service/route53recoverycontrolconfig/go_module_metadata.go @@ -3,4 +3,4 @@ package route53recoverycontrolconfig // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.16" +const goModuleVersion = "1.9.17" diff --git a/service/route53recoveryreadiness/CHANGELOG.md b/service/route53recoveryreadiness/CHANGELOG.md index 7505ba24f75..6978f7e0383 100644 --- a/service/route53recoveryreadiness/CHANGELOG.md +++ b/service/route53recoveryreadiness/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53recoveryreadiness/go.mod b/service/route53recoveryreadiness/go.mod index 12a909d29be..558d10c90f8 100644 --- a/service/route53recoveryreadiness/go.mod +++ b/service/route53recoveryreadiness/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/route53recoveryreadiness go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/route53recoveryreadiness/go_module_metadata.go b/service/route53recoveryreadiness/go_module_metadata.go index b08a9ea8b91..15c6de7b2a7 100644 --- a/service/route53recoveryreadiness/go_module_metadata.go +++ b/service/route53recoveryreadiness/go_module_metadata.go @@ -3,4 +3,4 @@ package route53recoveryreadiness // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.16" +const goModuleVersion = "1.8.17" diff --git a/service/route53resolver/CHANGELOG.md b/service/route53resolver/CHANGELOG.md index 1ea3b3f44a3..43432f26933 100644 --- a/service/route53resolver/CHANGELOG.md +++ b/service/route53resolver/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53resolver/go.mod b/service/route53resolver/go.mod index 7b1cfb8e51a..7b7e1a3c79e 100644 --- a/service/route53resolver/go.mod +++ b/service/route53resolver/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/route53resolver go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/route53resolver/go_module_metadata.go b/service/route53resolver/go_module_metadata.go index 2d8c6fae82e..1ba820f2acc 100644 --- a/service/route53resolver/go_module_metadata.go +++ b/service/route53resolver/go_module_metadata.go @@ -3,4 +3,4 @@ package route53resolver // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.17" +const goModuleVersion = "1.15.18" diff --git a/service/rum/CHANGELOG.md b/service/rum/CHANGELOG.md index 431e622feb7..be8bb4f0969 100644 --- a/service/rum/CHANGELOG.md +++ b/service/rum/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rum/go.mod b/service/rum/go.mod index 7d766ad7af9..7ccfe5518a3 100644 --- a/service/rum/go.mod +++ b/service/rum/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/rum go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/rum/go_module_metadata.go b/service/rum/go_module_metadata.go index 87225e73c83..7339532180f 100644 --- a/service/rum/go_module_metadata.go +++ b/service/rum/go_module_metadata.go @@ -3,4 +3,4 @@ package rum // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.16" +const goModuleVersion = "1.6.17" diff --git a/service/s3/CHANGELOG.md b/service/s3/CHANGELOG.md index 09502afc223..d81bbdb8894 100644 --- a/service/s3/CHANGELOG.md +++ b/service/s3/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.11 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.10 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/s3/go.mod b/service/s3/go.mod index 76b9a53ca85..912cd2a3e9b 100644 --- a/service/s3/go.mod +++ b/service/s3/go.mod @@ -3,15 +3,15 @@ module github.com/aws/aws-sdk-go-v2/service/s3 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 + github.com/aws/aws-sdk-go-v2 v1.16.16 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.8 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 - github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.13 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 + github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.14 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.9 - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.17 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.16 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.16 + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.18 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.17 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.17 github.com/aws/smithy-go v1.13.3 github.com/google/go-cmp v0.5.8 ) diff --git a/service/s3/go_module_metadata.go b/service/s3/go_module_metadata.go index e88181d4363..a79184177f5 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.27.10" +const goModuleVersion = "1.27.11" diff --git a/service/s3/internal/configtesting/go.mod b/service/s3/internal/configtesting/go.mod index 03de4d5d67c..aef8501af82 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.17.6 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.16 + github.com/aws/aws-sdk-go-v2/config v1.17.7 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.17 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/service/s3control/CHANGELOG.md b/service/s3control/CHANGELOG.md index 39c353c5431..dc83d79c88c 100644 --- a/service/s3control/CHANGELOG.md +++ b/service/s3control/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/s3control/go.mod b/service/s3control/go.mod index 0cac88a756a..b72f1f09aa8 100644 --- a/service/s3control/go.mod +++ b/service/s3control/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/s3control go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 - github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 + github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/s3control/go_module_metadata.go b/service/s3control/go_module_metadata.go index d8d1bfc4a7d..0259534ae16 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.22.0" +const goModuleVersion = "1.22.1" diff --git a/service/s3outposts/CHANGELOG.md b/service/s3outposts/CHANGELOG.md index 955ab20e2dc..bd8982501e9 100644 --- a/service/s3outposts/CHANGELOG.md +++ b/service/s3outposts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/s3outposts/go.mod b/service/s3outposts/go.mod index 3a9319b335c..d72321e5d0f 100644 --- a/service/s3outposts/go.mod +++ b/service/s3outposts/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/s3outposts go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/s3outposts/go_module_metadata.go b/service/s3outposts/go_module_metadata.go index 5af38f149bb..e865534dbcb 100644 --- a/service/s3outposts/go_module_metadata.go +++ b/service/s3outposts/go_module_metadata.go @@ -3,4 +3,4 @@ package s3outposts // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.16" +const goModuleVersion = "1.13.17" diff --git a/service/sagemaker/CHANGELOG.md b/service/sagemaker/CHANGELOG.md index 4fd2da96201..153105cf9ed 100644 --- a/service/sagemaker/CHANGELOG.md +++ b/service/sagemaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.43.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.43.0 (2022-09-15) * **Feature**: Amazon SageMaker Automatic Model Tuning now supports specifying Hyperband strategy for tuning jobs, which uses a multi-fidelity based tuning strategy to stop underperforming hyperparameter configurations early. diff --git a/service/sagemaker/go.mod b/service/sagemaker/go.mod index 1b9d6b6f28c..9f54a101957 100644 --- a/service/sagemaker/go.mod +++ b/service/sagemaker/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sagemaker go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/sagemaker/go_module_metadata.go b/service/sagemaker/go_module_metadata.go index b0205b192a5..49558ad140b 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.43.0" +const goModuleVersion = "1.43.1" diff --git a/service/sagemakera2iruntime/CHANGELOG.md b/service/sagemakera2iruntime/CHANGELOG.md index 4b5cf9d842c..ba7801b2b8a 100644 --- a/service/sagemakera2iruntime/CHANGELOG.md +++ b/service/sagemakera2iruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/sagemakera2iruntime/go.mod b/service/sagemakera2iruntime/go.mod index 890184fbe8f..c67cf578a4d 100644 --- a/service/sagemakera2iruntime/go.mod +++ b/service/sagemakera2iruntime/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sagemakera2iruntime go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/sagemakera2iruntime/go_module_metadata.go b/service/sagemakera2iruntime/go_module_metadata.go index 348aa797a33..f0c825390da 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.14.0" +const goModuleVersion = "1.14.1" diff --git a/service/sagemakeredge/CHANGELOG.md b/service/sagemakeredge/CHANGELOG.md index 1a02f3450ab..6d9bcee92d8 100644 --- a/service/sagemakeredge/CHANGELOG.md +++ b/service/sagemakeredge/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.9 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.8 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakeredge/go.mod b/service/sagemakeredge/go.mod index 35a1bf7387c..57158d5136b 100644 --- a/service/sagemakeredge/go.mod +++ b/service/sagemakeredge/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sagemakeredge go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/sagemakeredge/go_module_metadata.go b/service/sagemakeredge/go_module_metadata.go index c4603a05d7c..99e528a0ed2 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.12.8" +const goModuleVersion = "1.12.9" diff --git a/service/sagemakerfeaturestoreruntime/CHANGELOG.md b/service/sagemakerfeaturestoreruntime/CHANGELOG.md index 3a10ad44bd6..c3db6525db4 100644 --- a/service/sagemakerfeaturestoreruntime/CHANGELOG.md +++ b/service/sagemakerfeaturestoreruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakerfeaturestoreruntime/go.mod b/service/sagemakerfeaturestoreruntime/go.mod index e8dde7419af..190a0c40cb2 100644 --- a/service/sagemakerfeaturestoreruntime/go.mod +++ b/service/sagemakerfeaturestoreruntime/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sagemakerfeaturestoreruntime go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/sagemakerfeaturestoreruntime/go_module_metadata.go b/service/sagemakerfeaturestoreruntime/go_module_metadata.go index 7639a1f54f7..35492822dd7 100644 --- a/service/sagemakerfeaturestoreruntime/go_module_metadata.go +++ b/service/sagemakerfeaturestoreruntime/go_module_metadata.go @@ -3,4 +3,4 @@ package sagemakerfeaturestoreruntime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.16" +const goModuleVersion = "1.11.17" diff --git a/service/sagemakerruntime/CHANGELOG.md b/service/sagemakerruntime/CHANGELOG.md index b7d69360478..a21233d41a3 100644 --- a/service/sagemakerruntime/CHANGELOG.md +++ b/service/sagemakerruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakerruntime/go.mod b/service/sagemakerruntime/go.mod index ff836e08362..a7f8de2d7f3 100644 --- a/service/sagemakerruntime/go.mod +++ b/service/sagemakerruntime/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sagemakerruntime go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/sagemakerruntime/go_module_metadata.go b/service/sagemakerruntime/go_module_metadata.go index bbd55ef4581..16ce87d7cf7 100644 --- a/service/sagemakerruntime/go_module_metadata.go +++ b/service/sagemakerruntime/go_module_metadata.go @@ -3,4 +3,4 @@ package sagemakerruntime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.17" +const goModuleVersion = "1.15.18" diff --git a/service/savingsplans/CHANGELOG.md b/service/savingsplans/CHANGELOG.md index 00cfa92c4f9..84cc8ed6090 100644 --- a/service/savingsplans/CHANGELOG.md +++ b/service/savingsplans/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/savingsplans/go.mod b/service/savingsplans/go.mod index 10d93f9ded6..f48ca50c2cc 100644 --- a/service/savingsplans/go.mod +++ b/service/savingsplans/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/savingsplans go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/savingsplans/go_module_metadata.go b/service/savingsplans/go_module_metadata.go index 87d60cd510a..12441e9bd6b 100644 --- a/service/savingsplans/go_module_metadata.go +++ b/service/savingsplans/go_module_metadata.go @@ -3,4 +3,4 @@ package savingsplans // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.16" +const goModuleVersion = "1.11.17" diff --git a/service/schemas/CHANGELOG.md b/service/schemas/CHANGELOG.md index ad11dd03381..046c29b2ef8 100644 --- a/service/schemas/CHANGELOG.md +++ b/service/schemas/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/schemas/go.mod b/service/schemas/go.mod index 532f3368010..09422f7a575 100644 --- a/service/schemas/go.mod +++ b/service/schemas/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/schemas go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/schemas/go_module_metadata.go b/service/schemas/go_module_metadata.go index bad15f2a5f0..9ba0de037e3 100644 --- a/service/schemas/go_module_metadata.go +++ b/service/schemas/go_module_metadata.go @@ -3,4 +3,4 @@ package schemas // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.16" +const goModuleVersion = "1.14.17" diff --git a/service/secretsmanager/CHANGELOG.md b/service/secretsmanager/CHANGELOG.md index ecaddc0ef3d..8f6f22cf5fd 100644 --- a/service/secretsmanager/CHANGELOG.md +++ b/service/secretsmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/secretsmanager/go.mod b/service/secretsmanager/go.mod index 0284b4ba4c7..43cfdba86dc 100644 --- a/service/secretsmanager/go.mod +++ b/service/secretsmanager/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/secretsmanager go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/secretsmanager/go_module_metadata.go b/service/secretsmanager/go_module_metadata.go index 4ee1436defc..44989b61889 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.16.0" +const goModuleVersion = "1.16.1" diff --git a/service/securityhub/CHANGELOG.md b/service/securityhub/CHANGELOG.md index 9123ccfce87..773b28bc01f 100644 --- a/service/securityhub/CHANGELOG.md +++ b/service/securityhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.5 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.23.4 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/securityhub/go.mod b/service/securityhub/go.mod index 9702e4665b1..b4496200c09 100644 --- a/service/securityhub/go.mod +++ b/service/securityhub/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/securityhub go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/securityhub/go_module_metadata.go b/service/securityhub/go_module_metadata.go index 96e0bb8b02a..b744f245216 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.23.4" +const goModuleVersion = "1.23.5" diff --git a/service/serverlessapplicationrepository/CHANGELOG.md b/service/serverlessapplicationrepository/CHANGELOG.md index 7d92c9b474c..2ff2cbf1131 100644 --- a/service/serverlessapplicationrepository/CHANGELOG.md +++ b/service/serverlessapplicationrepository/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/serverlessapplicationrepository/go.mod b/service/serverlessapplicationrepository/go.mod index 341857e09d1..94fba190a6e 100644 --- a/service/serverlessapplicationrepository/go.mod +++ b/service/serverlessapplicationrepository/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/serverlessapplicationrepository go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/serverlessapplicationrepository/go_module_metadata.go b/service/serverlessapplicationrepository/go_module_metadata.go index c90fbd5c137..5b68a5eee1a 100644 --- a/service/serverlessapplicationrepository/go_module_metadata.go +++ b/service/serverlessapplicationrepository/go_module_metadata.go @@ -3,4 +3,4 @@ package serverlessapplicationrepository // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.16" +const goModuleVersion = "1.11.17" diff --git a/service/servicecatalog/CHANGELOG.md b/service/servicecatalog/CHANGELOG.md index 2deb9bf0b76..1e1af628f64 100644 --- a/service/servicecatalog/CHANGELOG.md +++ b/service/servicecatalog/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicecatalog/go.mod b/service/servicecatalog/go.mod index 0d8a45fbdb2..e9552c66fc7 100644 --- a/service/servicecatalog/go.mod +++ b/service/servicecatalog/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/servicecatalog go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/servicecatalog/go_module_metadata.go b/service/servicecatalog/go_module_metadata.go index 73a9bea78bb..01baf24e4b1 100644 --- a/service/servicecatalog/go_module_metadata.go +++ b/service/servicecatalog/go_module_metadata.go @@ -3,4 +3,4 @@ package servicecatalog // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.16" +const goModuleVersion = "1.14.17" diff --git a/service/servicecatalogappregistry/CHANGELOG.md b/service/servicecatalogappregistry/CHANGELOG.md index a98c7aae572..91487f0c9f6 100644 --- a/service/servicecatalogappregistry/CHANGELOG.md +++ b/service/servicecatalogappregistry/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/servicecatalogappregistry/go.mod b/service/servicecatalogappregistry/go.mod index e7cee8f7a1e..fb743109c9c 100644 --- a/service/servicecatalogappregistry/go.mod +++ b/service/servicecatalogappregistry/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/servicecatalogappregistry/go_module_metadata.go b/service/servicecatalogappregistry/go_module_metadata.go index c91d6a6dfc3..b6142d63095 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.14.0" +const goModuleVersion = "1.14.1" diff --git a/service/servicediscovery/CHANGELOG.md b/service/servicediscovery/CHANGELOG.md index 6e1e59905bb..578a1b7658c 100644 --- a/service/servicediscovery/CHANGELOG.md +++ b/service/servicediscovery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicediscovery/go.mod b/service/servicediscovery/go.mod index 0badb599536..1d07e8be719 100644 --- a/service/servicediscovery/go.mod +++ b/service/servicediscovery/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/servicediscovery go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/servicediscovery/go_module_metadata.go b/service/servicediscovery/go_module_metadata.go index c39dc23cd8f..f0a441569a2 100644 --- a/service/servicediscovery/go_module_metadata.go +++ b/service/servicediscovery/go_module_metadata.go @@ -3,4 +3,4 @@ package servicediscovery // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.17" +const goModuleVersion = "1.17.18" diff --git a/service/servicequotas/CHANGELOG.md b/service/servicequotas/CHANGELOG.md index be4ea28d129..11d80c6f37e 100644 --- a/service/servicequotas/CHANGELOG.md +++ b/service/servicequotas/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicequotas/go.mod b/service/servicequotas/go.mod index 00fcedc932f..bd5db05dd60 100644 --- a/service/servicequotas/go.mod +++ b/service/servicequotas/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/servicequotas go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/servicequotas/go_module_metadata.go b/service/servicequotas/go_module_metadata.go index 706f75bf3bf..afb88cbaf28 100644 --- a/service/servicequotas/go_module_metadata.go +++ b/service/servicequotas/go_module_metadata.go @@ -3,4 +3,4 @@ package servicequotas // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.17" +const goModuleVersion = "1.13.18" diff --git a/service/ses/CHANGELOG.md b/service/ses/CHANGELOG.md index 1a86e7c8207..bba9c188652 100644 --- a/service/ses/CHANGELOG.md +++ b/service/ses/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ses/go.mod b/service/ses/go.mod index 5bedac75fb0..03a420cb38c 100644 --- a/service/ses/go.mod +++ b/service/ses/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ses go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/ses/go_module_metadata.go b/service/ses/go_module_metadata.go index bcfa05bbfaa..20b91f0e0c3 100644 --- a/service/ses/go_module_metadata.go +++ b/service/ses/go_module_metadata.go @@ -3,4 +3,4 @@ package ses // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.17" +const goModuleVersion = "1.14.18" diff --git a/service/sesv2/CHANGELOG.md b/service/sesv2/CHANGELOG.md index c8354303402..629b7705f34 100644 --- a/service/sesv2/CHANGELOG.md +++ b/service/sesv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sesv2/go.mod b/service/sesv2/go.mod index 83694762701..26f66609e61 100644 --- a/service/sesv2/go.mod +++ b/service/sesv2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sesv2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/sesv2/go_module_metadata.go b/service/sesv2/go_module_metadata.go index fbc4ebaf759..0085b2c29ad 100644 --- a/service/sesv2/go_module_metadata.go +++ b/service/sesv2/go_module_metadata.go @@ -3,4 +3,4 @@ package sesv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.17" +const goModuleVersion = "1.13.18" diff --git a/service/sfn/CHANGELOG.md b/service/sfn/CHANGELOG.md index 88ae374b79c..293dc52905b 100644 --- a/service/sfn/CHANGELOG.md +++ b/service/sfn/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/sfn/go.mod b/service/sfn/go.mod index c0d6aa48a27..6cf014cf32c 100644 --- a/service/sfn/go.mod +++ b/service/sfn/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sfn go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/sfn/go_module_metadata.go b/service/sfn/go_module_metadata.go index dc06043f423..b87e7c76240 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.14.0" +const goModuleVersion = "1.14.1" diff --git a/service/shield/CHANGELOG.md b/service/shield/CHANGELOG.md index c8d311bd68b..3ad226505d2 100644 --- a/service/shield/CHANGELOG.md +++ b/service/shield/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.9 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.8 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/shield/go.mod b/service/shield/go.mod index ea533fe898e..b2771664856 100644 --- a/service/shield/go.mod +++ b/service/shield/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/shield go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/shield/go_module_metadata.go b/service/shield/go_module_metadata.go index 96c456aeffe..56087783e58 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.17.8" +const goModuleVersion = "1.17.9" diff --git a/service/signer/CHANGELOG.md b/service/signer/CHANGELOG.md index a926dec2eda..c642789d65b 100644 --- a/service/signer/CHANGELOG.md +++ b/service/signer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/signer/go.mod b/service/signer/go.mod index d8aef180077..f93da5d5ddb 100644 --- a/service/signer/go.mod +++ b/service/signer/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/signer go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/signer/go_module_metadata.go b/service/signer/go_module_metadata.go index c2fe5137c1b..ad6d5412f5a 100644 --- a/service/signer/go_module_metadata.go +++ b/service/signer/go_module_metadata.go @@ -3,4 +3,4 @@ package signer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.16" +const goModuleVersion = "1.13.17" diff --git a/service/sms/CHANGELOG.md b/service/sms/CHANGELOG.md index 428e205c1fa..0a93010d4b1 100644 --- a/service/sms/CHANGELOG.md +++ b/service/sms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sms/go.mod b/service/sms/go.mod index 363acb6dc55..3333c39a2cf 100644 --- a/service/sms/go.mod +++ b/service/sms/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sms go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/sms/go_module_metadata.go b/service/sms/go_module_metadata.go index 86e2a786408..7b7c22770c6 100644 --- a/service/sms/go_module_metadata.go +++ b/service/sms/go_module_metadata.go @@ -3,4 +3,4 @@ package sms // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.17" +const goModuleVersion = "1.12.18" diff --git a/service/snowball/CHANGELOG.md b/service/snowball/CHANGELOG.md index 97b967078ea..279205f714a 100644 --- a/service/snowball/CHANGELOG.md +++ b/service/snowball/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.17 (2022-09-15) * No change notes available for this release. diff --git a/service/snowball/go.mod b/service/snowball/go.mod index b8c0d0714dc..e7d29efcb4a 100644 --- a/service/snowball/go.mod +++ b/service/snowball/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/snowball go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/snowball/go_module_metadata.go b/service/snowball/go_module_metadata.go index 3d70cc10b42..c54e0a798c1 100644 --- a/service/snowball/go_module_metadata.go +++ b/service/snowball/go_module_metadata.go @@ -3,4 +3,4 @@ package snowball // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.17" +const goModuleVersion = "1.15.18" diff --git a/service/snowdevicemanagement/CHANGELOG.md b/service/snowdevicemanagement/CHANGELOG.md index cd27576f902..6db241ca948 100644 --- a/service/snowdevicemanagement/CHANGELOG.md +++ b/service/snowdevicemanagement/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.8.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/snowdevicemanagement/go.mod b/service/snowdevicemanagement/go.mod index 8b0fcc22346..85493d33d5e 100644 --- a/service/snowdevicemanagement/go.mod +++ b/service/snowdevicemanagement/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/snowdevicemanagement go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/snowdevicemanagement/go_module_metadata.go b/service/snowdevicemanagement/go_module_metadata.go index 8698403060b..f53d17834cc 100644 --- a/service/snowdevicemanagement/go_module_metadata.go +++ b/service/snowdevicemanagement/go_module_metadata.go @@ -3,4 +3,4 @@ package snowdevicemanagement // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.16" +const goModuleVersion = "1.8.17" diff --git a/service/sns/CHANGELOG.md b/service/sns/CHANGELOG.md index 60a1e3f3661..d38e11ee992 100644 --- a/service/sns/CHANGELOG.md +++ b/service/sns/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.0 (2022-09-14) * **Feature**: Amazon SNS introduces the Data Protection Policy APIs, which enable customers to attach a data protection policy to an SNS topic. This allows topic owners to enable the new message data protection feature to audit and block sensitive data that is exchanged through their topics. diff --git a/service/sns/go.mod b/service/sns/go.mod index af2edca9e86..fea2a66d102 100644 --- a/service/sns/go.mod +++ b/service/sns/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sns go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/sns/go_module_metadata.go b/service/sns/go_module_metadata.go index d622b37ad81..91a76e6f06e 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.18.0" +const goModuleVersion = "1.18.1" diff --git a/service/sqs/CHANGELOG.md b/service/sqs/CHANGELOG.md index 6c02ff9c151..a1fee1862d3 100644 --- a/service/sqs/CHANGELOG.md +++ b/service/sqs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.10 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.19.9 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sqs/go.mod b/service/sqs/go.mod index 9910f50538e..741d508bc89 100644 --- a/service/sqs/go.mod +++ b/service/sqs/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sqs go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/sqs/go_module_metadata.go b/service/sqs/go_module_metadata.go index 1c0c79f4a4f..088b239418a 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.19.9" +const goModuleVersion = "1.19.10" diff --git a/service/ssm/CHANGELOG.md b/service/ssm/CHANGELOG.md index a4e97ef1ce2..5efbe1a1858 100644 --- a/service/ssm/CHANGELOG.md +++ b/service/ssm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.28.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/ssm/go.mod b/service/ssm/go.mod index adc17bb4215..ee73ae7fe3a 100644 --- a/service/ssm/go.mod +++ b/service/ssm/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ssm go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/ssm/go_module_metadata.go b/service/ssm/go_module_metadata.go index 380731aa5bf..c5adac9405e 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.28.0" +const goModuleVersion = "1.28.1" diff --git a/service/ssmcontacts/CHANGELOG.md b/service/ssmcontacts/CHANGELOG.md index dcaafc4f689..cfbf2b26b63 100644 --- a/service/ssmcontacts/CHANGELOG.md +++ b/service/ssmcontacts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssmcontacts/go.mod b/service/ssmcontacts/go.mod index 7412a03881a..54d03a91eb8 100644 --- a/service/ssmcontacts/go.mod +++ b/service/ssmcontacts/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ssmcontacts go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/ssmcontacts/go_module_metadata.go b/service/ssmcontacts/go_module_metadata.go index 18b3bc656a7..c1b1881cbea 100644 --- a/service/ssmcontacts/go_module_metadata.go +++ b/service/ssmcontacts/go_module_metadata.go @@ -3,4 +3,4 @@ package ssmcontacts // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.17" +const goModuleVersion = "1.13.18" diff --git a/service/ssmincidents/CHANGELOG.md b/service/ssmincidents/CHANGELOG.md index 5eab262bc2b..605a5ee71e8 100644 --- a/service/ssmincidents/CHANGELOG.md +++ b/service/ssmincidents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.9 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.8 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssmincidents/go.mod b/service/ssmincidents/go.mod index 7bb8a831815..02d1608a15d 100644 --- a/service/ssmincidents/go.mod +++ b/service/ssmincidents/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ssmincidents go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/ssmincidents/go_module_metadata.go b/service/ssmincidents/go_module_metadata.go index 79f32228a59..c57e735bb06 100644 --- a/service/ssmincidents/go_module_metadata.go +++ b/service/ssmincidents/go_module_metadata.go @@ -3,4 +3,4 @@ package ssmincidents // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.8" +const goModuleVersion = "1.15.9" diff --git a/service/sso/CHANGELOG.md b/service/sso/CHANGELOG.md index c3a0a616a83..f58d0adb94c 100644 --- a/service/sso/CHANGELOG.md +++ b/service/sso/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.23 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.22 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sso/go.mod b/service/sso/go.mod index a83a3ef99b5..3ba60d756a0 100644 --- a/service/sso/go.mod +++ b/service/sso/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/sso go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/sso/go_module_metadata.go b/service/sso/go_module_metadata.go index 7adcaa51b35..268b841f699 100644 --- a/service/sso/go_module_metadata.go +++ b/service/sso/go_module_metadata.go @@ -3,4 +3,4 @@ package sso // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.22" +const goModuleVersion = "1.11.23" diff --git a/service/ssoadmin/CHANGELOG.md b/service/ssoadmin/CHANGELOG.md index ee265cda2e9..042d8510d3c 100644 --- a/service/ssoadmin/CHANGELOG.md +++ b/service/ssoadmin/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.11 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.10 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssoadmin/go.mod b/service/ssoadmin/go.mod index 08467817bc5..a8aa8285b8c 100644 --- a/service/ssoadmin/go.mod +++ b/service/ssoadmin/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ssoadmin go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/ssoadmin/go_module_metadata.go b/service/ssoadmin/go_module_metadata.go index 24875381fc2..ebcb00e1933 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.15.10" +const goModuleVersion = "1.15.11" diff --git a/service/ssooidc/CHANGELOG.md b/service/ssooidc/CHANGELOG.md index 8185cdbc18b..25eabe16c47 100644 --- a/service/ssooidc/CHANGELOG.md +++ b/service/ssooidc/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.4 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssooidc/go.mod b/service/ssooidc/go.mod index 4a714cf7a93..7eb97a7e04d 100644 --- a/service/ssooidc/go.mod +++ b/service/ssooidc/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/ssooidc go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/ssooidc/go_module_metadata.go b/service/ssooidc/go_module_metadata.go index f188218a560..67b861e2fc9 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.13.4" +const goModuleVersion = "1.13.5" diff --git a/service/storagegateway/CHANGELOG.md b/service/storagegateway/CHANGELOG.md index c7359076c79..48c0ce07ed6 100644 --- a/service/storagegateway/CHANGELOG.md +++ b/service/storagegateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.14 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.13 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/storagegateway/go.mod b/service/storagegateway/go.mod index 28ff4138c6d..531d593b3d9 100644 --- a/service/storagegateway/go.mod +++ b/service/storagegateway/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/storagegateway go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/storagegateway/go_module_metadata.go b/service/storagegateway/go_module_metadata.go index 76c0307ccc9..692ba1145dd 100644 --- a/service/storagegateway/go_module_metadata.go +++ b/service/storagegateway/go_module_metadata.go @@ -3,4 +3,4 @@ package storagegateway // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.13" +const goModuleVersion = "1.17.14" diff --git a/service/sts/CHANGELOG.md b/service/sts/CHANGELOG.md index 57e76195538..6c66c213752 100644 --- a/service/sts/CHANGELOG.md +++ b/service/sts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.19 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.18 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sts/go.mod b/service/sts/go.mod index c5accb9ea13..712650010e9 100644 --- a/service/sts/go.mod +++ b/service/sts/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/sts go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 - github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/sts/go_module_metadata.go b/service/sts/go_module_metadata.go index 217b3465dab..9b9e052e3a5 100644 --- a/service/sts/go_module_metadata.go +++ b/service/sts/go_module_metadata.go @@ -3,4 +3,4 @@ package sts // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.18" +const goModuleVersion = "1.16.19" diff --git a/service/support/CHANGELOG.md b/service/support/CHANGELOG.md index 281fc000e0c..5e72d813464 100644 --- a/service/support/CHANGELOG.md +++ b/service/support/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/support/go.mod b/service/support/go.mod index ab8bc3eaa28..9d193f4c7cc 100644 --- a/service/support/go.mod +++ b/service/support/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/support go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/support/go_module_metadata.go b/service/support/go_module_metadata.go index 28c02ca24a2..b5143ef17c2 100644 --- a/service/support/go_module_metadata.go +++ b/service/support/go_module_metadata.go @@ -3,4 +3,4 @@ package support // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.16" +const goModuleVersion = "1.13.17" diff --git a/service/supportapp/CHANGELOG.md b/service/supportapp/CHANGELOG.md index 3e25d9b9262..3f0d75cc262 100644 --- a/service/supportapp/CHANGELOG.md +++ b/service/supportapp/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.5 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.4 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/supportapp/go.mod b/service/supportapp/go.mod index 78956b52e76..85336759c3d 100644 --- a/service/supportapp/go.mod +++ b/service/supportapp/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/supportapp go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/supportapp/go_module_metadata.go b/service/supportapp/go_module_metadata.go index 8d73791fd35..da6b50c2b0b 100644 --- a/service/supportapp/go_module_metadata.go +++ b/service/supportapp/go_module_metadata.go @@ -3,4 +3,4 @@ package supportapp // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.4" +const goModuleVersion = "1.0.5" diff --git a/service/swf/CHANGELOG.md b/service/swf/CHANGELOG.md index d361b9389fc..a64f046654f 100644 --- a/service/swf/CHANGELOG.md +++ b/service/swf/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/swf/go.mod b/service/swf/go.mod index 9ecff1163d3..8131002b027 100644 --- a/service/swf/go.mod +++ b/service/swf/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/swf go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/swf/go_module_metadata.go b/service/swf/go_module_metadata.go index b96deaaa113..06e26363481 100644 --- a/service/swf/go_module_metadata.go +++ b/service/swf/go_module_metadata.go @@ -3,4 +3,4 @@ package swf // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.17" +const goModuleVersion = "1.13.18" diff --git a/service/synthetics/CHANGELOG.md b/service/synthetics/CHANGELOG.md index ade07dd8557..d3f53c7ada0 100644 --- a/service/synthetics/CHANGELOG.md +++ b/service/synthetics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.10 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.9 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/synthetics/go.mod b/service/synthetics/go.mod index e6333af6d7d..b533479e153 100644 --- a/service/synthetics/go.mod +++ b/service/synthetics/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/synthetics go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/synthetics/go_module_metadata.go b/service/synthetics/go_module_metadata.go index ac9d26a5050..5c470caafd8 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.16.9" +const goModuleVersion = "1.16.10" diff --git a/service/textract/CHANGELOG.md b/service/textract/CHANGELOG.md index 0d584167b39..582c0dabb74 100644 --- a/service/textract/CHANGELOG.md +++ b/service/textract/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.14 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.13 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/textract/go.mod b/service/textract/go.mod index 391d287405f..57db624bba7 100644 --- a/service/textract/go.mod +++ b/service/textract/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/textract go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/textract/go_module_metadata.go b/service/textract/go_module_metadata.go index e8bd856f015..394410010fa 100644 --- a/service/textract/go_module_metadata.go +++ b/service/textract/go_module_metadata.go @@ -3,4 +3,4 @@ package textract // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.13" +const goModuleVersion = "1.15.14" diff --git a/service/timestreamquery/CHANGELOG.md b/service/timestreamquery/CHANGELOG.md index 56bb61919de..4d4e4dc9a13 100644 --- a/service/timestreamquery/CHANGELOG.md +++ b/service/timestreamquery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/timestreamquery/go.mod b/service/timestreamquery/go.mod index 01d5171ad32..ea73dfe8ee8 100644 --- a/service/timestreamquery/go.mod +++ b/service/timestreamquery/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/timestreamquery go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/timestreamquery/go_module_metadata.go b/service/timestreamquery/go_module_metadata.go index 983dd2fb9be..e7a66da7229 100644 --- a/service/timestreamquery/go_module_metadata.go +++ b/service/timestreamquery/go_module_metadata.go @@ -3,4 +3,4 @@ package timestreamquery // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.16" +const goModuleVersion = "1.14.17" diff --git a/service/timestreamwrite/CHANGELOG.md b/service/timestreamwrite/CHANGELOG.md index 22a4433f5f0..6603d572ade 100644 --- a/service/timestreamwrite/CHANGELOG.md +++ b/service/timestreamwrite/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.0 (2022-09-14) * **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API. diff --git a/service/timestreamwrite/go.mod b/service/timestreamwrite/go.mod index f6bfaccf8d9..faff12a3b05 100644 --- a/service/timestreamwrite/go.mod +++ b/service/timestreamwrite/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/timestreamwrite go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 - github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 + github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/timestreamwrite/go_module_metadata.go b/service/timestreamwrite/go_module_metadata.go index cb8bfecacc6..f78327e94b6 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.14.0" +const goModuleVersion = "1.14.1" diff --git a/service/transcribe/CHANGELOG.md b/service/transcribe/CHANGELOG.md index d698906d302..665165391e5 100644 --- a/service/transcribe/CHANGELOG.md +++ b/service/transcribe/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.9 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.21.8 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/transcribe/go.mod b/service/transcribe/go.mod index df791b99ae0..4a0b6817bc4 100644 --- a/service/transcribe/go.mod +++ b/service/transcribe/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/transcribe go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/transcribe/go_module_metadata.go b/service/transcribe/go_module_metadata.go index 5186785360e..7c339cb359b 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.21.8" +const goModuleVersion = "1.21.9" diff --git a/service/transcribestreaming/CHANGELOG.md b/service/transcribestreaming/CHANGELOG.md index 8a2662b5ac9..2c9cf6c4591 100644 --- a/service/transcribestreaming/CHANGELOG.md +++ b/service/transcribestreaming/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.19 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.18 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/transcribestreaming/go.mod b/service/transcribestreaming/go.mod index 81eb510c4bc..03867c6d273 100644 --- a/service/transcribestreaming/go.mod +++ b/service/transcribestreaming/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/transcribestreaming go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 + github.com/aws/aws-sdk-go-v2 v1.16.16 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.8 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/transcribestreaming/go_module_metadata.go b/service/transcribestreaming/go_module_metadata.go index edc87c12eca..4433bc4a3c1 100644 --- a/service/transcribestreaming/go_module_metadata.go +++ b/service/transcribestreaming/go_module_metadata.go @@ -3,4 +3,4 @@ package transcribestreaming // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.18" +const goModuleVersion = "1.6.19" diff --git a/service/transcribestreaming/internal/testing/go.mod b/service/transcribestreaming/internal/testing/go.mod index 792a73f5c06..90976ff177c 100644 --- a/service/transcribestreaming/internal/testing/go.mod +++ b/service/transcribestreaming/internal/testing/go.mod @@ -3,10 +3,10 @@ module github.com/aws/aws-sdk-go-v2/service/transcribestreaming/internal/testing go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 + github.com/aws/aws-sdk-go-v2 v1.16.16 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.8 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.32 - github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.6.18 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.33 + github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.6.19 github.com/aws/smithy-go v1.13.3 github.com/google/go-cmp v0.5.8 ) diff --git a/service/transfer/CHANGELOG.md b/service/transfer/CHANGELOG.md index cdc319940be..0f3358631e4 100644 --- a/service/transfer/CHANGELOG.md +++ b/service/transfer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.1 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.0 (2022-09-14) * **Feature**: This release introduces the ability to have multiple server host keys for any of your Transfer Family servers that use the SFTP protocol. diff --git a/service/transfer/go.mod b/service/transfer/go.mod index a0be9372a0e..3770fd005f2 100644 --- a/service/transfer/go.mod +++ b/service/transfer/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/transfer go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 github.com/jmespath/go-jmespath v0.4.0 ) diff --git a/service/transfer/go_module_metadata.go b/service/transfer/go_module_metadata.go index 11a45b38c4d..070f2f81d42 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.22.0" +const goModuleVersion = "1.22.1" diff --git a/service/translate/CHANGELOG.md b/service/translate/CHANGELOG.md index d52fe40118d..a2e5b292938 100644 --- a/service/translate/CHANGELOG.md +++ b/service/translate/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.10 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.14.9 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/translate/go.mod b/service/translate/go.mod index d56815c2415..c2179a02d6c 100644 --- a/service/translate/go.mod +++ b/service/translate/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/translate go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/translate/go_module_metadata.go b/service/translate/go_module_metadata.go index e8656f7fdd4..da43e00d610 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.14.9" +const goModuleVersion = "1.14.10" diff --git a/service/voiceid/CHANGELOG.md b/service/voiceid/CHANGELOG.md index d016ecc2ebf..a9f8baa34e7 100644 --- a/service/voiceid/CHANGELOG.md +++ b/service/voiceid/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.4 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.3 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/voiceid/go.mod b/service/voiceid/go.mod index d9f50df58bd..e907971a293 100644 --- a/service/voiceid/go.mod +++ b/service/voiceid/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/voiceid go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/voiceid/go_module_metadata.go b/service/voiceid/go_module_metadata.go index d6e2fcd8ed0..aea4aef104d 100644 --- a/service/voiceid/go_module_metadata.go +++ b/service/voiceid/go_module_metadata.go @@ -3,4 +3,4 @@ package voiceid // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.3" +const goModuleVersion = "1.11.4" diff --git a/service/waf/CHANGELOG.md b/service/waf/CHANGELOG.md index fc72dcf0405..d2e7fe0fdea 100644 --- a/service/waf/CHANGELOG.md +++ b/service/waf/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/waf/go.mod b/service/waf/go.mod index 045bad555d0..e9036c4deab 100644 --- a/service/waf/go.mod +++ b/service/waf/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/waf go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/waf/go_module_metadata.go b/service/waf/go_module_metadata.go index 4b6d28860d7..3dec7c9b5ec 100644 --- a/service/waf/go_module_metadata.go +++ b/service/waf/go_module_metadata.go @@ -3,4 +3,4 @@ package waf // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.16" +const goModuleVersion = "1.11.17" diff --git a/service/wafregional/CHANGELOG.md b/service/wafregional/CHANGELOG.md index c043e7e5615..1e5f2abde73 100644 --- a/service/wafregional/CHANGELOG.md +++ b/service/wafregional/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.18 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.17 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/wafregional/go.mod b/service/wafregional/go.mod index 9a69581afa2..0d031fa5361 100644 --- a/service/wafregional/go.mod +++ b/service/wafregional/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/wafregional go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/wafregional/go_module_metadata.go b/service/wafregional/go_module_metadata.go index f2fcfb4aa3c..0a82f6520db 100644 --- a/service/wafregional/go_module_metadata.go +++ b/service/wafregional/go_module_metadata.go @@ -3,4 +3,4 @@ package wafregional // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.17" +const goModuleVersion = "1.12.18" diff --git a/service/wafv2/CHANGELOG.md b/service/wafv2/CHANGELOG.md index 273623a12b3..7e27674f10a 100644 --- a/service/wafv2/CHANGELOG.md +++ b/service/wafv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.8 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.7 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/wafv2/go.mod b/service/wafv2/go.mod index c5d7dd39f49..1729099bfdc 100644 --- a/service/wafv2/go.mod +++ b/service/wafv2/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/wafv2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/wafv2/go_module_metadata.go b/service/wafv2/go_module_metadata.go index 161fee4f6a8..e527cbad915 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.22.7" +const goModuleVersion = "1.22.8" diff --git a/service/wellarchitected/CHANGELOG.md b/service/wellarchitected/CHANGELOG.md index 3ca0e3dc100..28f90c800fb 100644 --- a/service/wellarchitected/CHANGELOG.md +++ b/service/wellarchitected/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.11 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.10 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/wellarchitected/go.mod b/service/wellarchitected/go.mod index 4b82f75b090..63bc4db16fc 100644 --- a/service/wellarchitected/go.mod +++ b/service/wellarchitected/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/wellarchitected go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/wellarchitected/go_module_metadata.go b/service/wellarchitected/go_module_metadata.go index 70e5aa15415..2f9922dc0dd 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.16.10" +const goModuleVersion = "1.16.11" diff --git a/service/wisdom/CHANGELOG.md b/service/wisdom/CHANGELOG.md index ea54c813ec5..4105d4a769c 100644 --- a/service/wisdom/CHANGELOG.md +++ b/service/wisdom/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.5 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.4 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/wisdom/go.mod b/service/wisdom/go.mod index 71a077a700e..e271d93b1ab 100644 --- a/service/wisdom/go.mod +++ b/service/wisdom/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/wisdom go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/wisdom/go_module_metadata.go b/service/wisdom/go_module_metadata.go index 7b666d0aae9..7e956487f06 100644 --- a/service/wisdom/go_module_metadata.go +++ b/service/wisdom/go_module_metadata.go @@ -3,4 +3,4 @@ package wisdom // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.4" +const goModuleVersion = "1.9.5" diff --git a/service/workdocs/CHANGELOG.md b/service/workdocs/CHANGELOG.md index 7d92c9b474c..2ff2cbf1131 100644 --- a/service/workdocs/CHANGELOG.md +++ b/service/workdocs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workdocs/go.mod b/service/workdocs/go.mod index 80258ff6e41..38a04e2fa61 100644 --- a/service/workdocs/go.mod +++ b/service/workdocs/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/workdocs go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/workdocs/go_module_metadata.go b/service/workdocs/go_module_metadata.go index acd453f2073..7873f372c08 100644 --- a/service/workdocs/go_module_metadata.go +++ b/service/workdocs/go_module_metadata.go @@ -3,4 +3,4 @@ package workdocs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.16" +const goModuleVersion = "1.11.17" diff --git a/service/worklink/CHANGELOG.md b/service/worklink/CHANGELOG.md index 3e7fea88090..7fbb4de8306 100644 --- a/service/worklink/CHANGELOG.md +++ b/service/worklink/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.14 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.13 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/worklink/go.mod b/service/worklink/go.mod index 95499122c66..5a5559f7e3f 100644 --- a/service/worklink/go.mod +++ b/service/worklink/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/worklink go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/worklink/go_module_metadata.go b/service/worklink/go_module_metadata.go index 6c92ba8ef8c..5d7d4b37f4b 100644 --- a/service/worklink/go_module_metadata.go +++ b/service/worklink/go_module_metadata.go @@ -3,4 +3,4 @@ package worklink // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.13" +const goModuleVersion = "1.12.14" diff --git a/service/workmail/CHANGELOG.md b/service/workmail/CHANGELOG.md index a16be1f0459..affad0fb0eb 100644 --- a/service/workmail/CHANGELOG.md +++ b/service/workmail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.10 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.9 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workmail/go.mod b/service/workmail/go.mod index a44ed17abfa..9231edbd4a8 100644 --- a/service/workmail/go.mod +++ b/service/workmail/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/workmail go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/workmail/go_module_metadata.go b/service/workmail/go_module_metadata.go index 896636a21a2..4a4c20f21b1 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.16.9" +const goModuleVersion = "1.16.10" diff --git a/service/workmailmessageflow/CHANGELOG.md b/service/workmailmessageflow/CHANGELOG.md index 9df7a1158b0..92e007df938 100644 --- a/service/workmailmessageflow/CHANGELOG.md +++ b/service/workmailmessageflow/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.17 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.16 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workmailmessageflow/go.mod b/service/workmailmessageflow/go.mod index d7b738cf396..8245b7287e8 100644 --- a/service/workmailmessageflow/go.mod +++ b/service/workmailmessageflow/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/workmailmessageflow go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/workmailmessageflow/go_module_metadata.go b/service/workmailmessageflow/go_module_metadata.go index 63097446872..c484690d990 100644 --- a/service/workmailmessageflow/go_module_metadata.go +++ b/service/workmailmessageflow/go_module_metadata.go @@ -3,4 +3,4 @@ package workmailmessageflow // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.16" +const goModuleVersion = "1.11.17" diff --git a/service/workspaces/CHANGELOG.md b/service/workspaces/CHANGELOG.md index 55b3ea2d7b6..9dd3ea845f8 100644 --- a/service/workspaces/CHANGELOG.md +++ b/service/workspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.9 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.22.8 (2022-09-15) * No change notes available for this release. diff --git a/service/workspaces/go.mod b/service/workspaces/go.mod index 6c7426baac9..45131fccaa4 100644 --- a/service/workspaces/go.mod +++ b/service/workspaces/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/workspaces go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/workspaces/go_module_metadata.go b/service/workspaces/go_module_metadata.go index 2a2a31bad88..128822b0f30 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.22.8" +const goModuleVersion = "1.22.9" diff --git a/service/workspacesweb/CHANGELOG.md b/service/workspacesweb/CHANGELOG.md index 6782e2297c6..a2350cda36d 100644 --- a/service/workspacesweb/CHANGELOG.md +++ b/service/workspacesweb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.15 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.14 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workspacesweb/go.mod b/service/workspacesweb/go.mod index 0d33468352a..ec611da1503 100644 --- a/service/workspacesweb/go.mod +++ b/service/workspacesweb/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/workspacesweb go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/workspacesweb/go_module_metadata.go b/service/workspacesweb/go_module_metadata.go index 6712ea968c7..9aa9f1dc818 100644 --- a/service/workspacesweb/go_module_metadata.go +++ b/service/workspacesweb/go_module_metadata.go @@ -3,4 +3,4 @@ package workspacesweb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.14" +const goModuleVersion = "1.6.15" diff --git a/service/xray/CHANGELOG.md b/service/xray/CHANGELOG.md index 69f6b907933..4bf2b21f345 100644 --- a/service/xray/CHANGELOG.md +++ b/service/xray/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.19 (2022-09-20) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.18 (2022-09-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/xray/go.mod b/service/xray/go.mod index f89cadf0df2..3476eeab9e6 100644 --- a/service/xray/go.mod +++ b/service/xray/go.mod @@ -3,9 +3,9 @@ module github.com/aws/aws-sdk-go-v2/service/xray go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.16.15 - github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.22 - github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.16 + github.com/aws/aws-sdk-go-v2 v1.16.16 + github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.23 + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.17 github.com/aws/smithy-go v1.13.3 ) diff --git a/service/xray/go_module_metadata.go b/service/xray/go_module_metadata.go index 2ffa55b6a78..6ab2b392c52 100644 --- a/service/xray/go_module_metadata.go +++ b/service/xray/go_module_metadata.go @@ -3,4 +3,4 @@ package xray // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.18" +const goModuleVersion = "1.13.19"