diff --git a/.changelog/384878677f9a4885825e6a4cc2b1012f.json b/.changelog/384878677f9a4885825e6a4cc2b1012f.json deleted file mode 100644 index 69dfdcb6cf8..00000000000 --- a/.changelog/384878677f9a4885825e6a4cc2b1012f.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "38487867-7f9a-4885-825e-6a4cc2b1012f", - "type": "bugfix", - "description": "Prevent parsing failures for nonstandard `Expires` values in responses. If the SDK cannot parse the value set in the response header for this field it will now be returned as `nil`. A new field, `ExpiresString`, has been added that will retain the unparsed value from the response (regardless of whether it came back in a format recognized by the SDK).", - "modules": [ - "service/s3" - ] -} diff --git a/.changelog/422e97444e83499eabfee55a6d263189.json b/.changelog/422e97444e83499eabfee55a6d263189.json deleted file mode 100644 index 609bc109ecb..00000000000 --- a/.changelog/422e97444e83499eabfee55a6d263189.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "422e9744-4e83-499e-abfe-e55a6d263189", - "type": "documentation", - "description": "Documentation-only update for OpsWorks Stacks.", - "modules": [ - "service/opsworks" - ] -} \ No newline at end of file diff --git a/.changelog/46836310b70c46d397462b1844505ea0.json b/.changelog/46836310b70c46d397462b1844505ea0.json deleted file mode 100644 index 12136e62bcb..00000000000 --- a/.changelog/46836310b70c46d397462b1844505ea0.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "46836310-b70c-46d3-9746-2b1844505ea0", - "type": "feature", - "description": "This release adds the capability to run interactive workloads using Apache Livy Endpoint.", - "modules": [ - "service/emrserverless" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ce933be66f1..15190543d40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# Release (2024-05-23) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/emrserverless`: [v1.20.0](service/emrserverless/CHANGELOG.md#v1200-2024-05-23) + * **Feature**: This release adds the capability to run interactive workloads using Apache Livy Endpoint. +* `github.com/aws/aws-sdk-go-v2/service/opsworks`: [v1.22.8](service/opsworks/CHANGELOG.md#v1228-2024-05-23) + * **Documentation**: Documentation-only update for OpsWorks Stacks. +* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.54.3](service/s3/CHANGELOG.md#v1543-2024-05-23) + * **Bug Fix**: Prevent parsing failures for nonstandard `Expires` values in responses. If the SDK cannot parse the value set in the response header for this field it will now be returned as `nil`. A new field, `ExpiresString`, has been added that will retain the unparsed value from the response (regardless of whether it came back in a format recognized by the SDK). + # Release (2024-05-22) ## Module Highlights diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index ff8ccb9fa90..20ce6ee8712 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.16 (2024-05-23) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.27.15 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/config/go.mod b/config/go.mod index 1c580b24518..4d8c8740ed3 100644 --- a/config/go.mod +++ b/config/go.mod @@ -4,12 +4,12 @@ go 1.20 require ( github.com/aws/aws-sdk-go-v2 v1.27.0 - github.com/aws/aws-sdk-go-v2/credentials v1.17.15 + github.com/aws/aws-sdk-go-v2/credentials v1.17.16 github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.3 github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 - github.com/aws/aws-sdk-go-v2/service/sso v1.20.8 - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.2 - github.com/aws/aws-sdk-go-v2/service/sts v1.28.9 + github.com/aws/aws-sdk-go-v2/service/sso v1.20.9 + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.3 + github.com/aws/aws-sdk-go-v2/service/sts v1.28.10 github.com/aws/smithy-go v1.20.2 ) diff --git a/config/go_module_metadata.go b/config/go_module_metadata.go index 7300e7a88f6..60d884c4f71 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.27.15" +const goModuleVersion = "1.27.16" diff --git a/credentials/CHANGELOG.md b/credentials/CHANGELOG.md index d70fbf9c550..d93b31f47a4 100644 --- a/credentials/CHANGELOG.md +++ b/credentials/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.16 (2024-05-23) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.15 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/credentials/go.mod b/credentials/go.mod index 29fee64ba79..14b42325e72 100644 --- a/credentials/go.mod +++ b/credentials/go.mod @@ -5,9 +5,9 @@ go 1.20 require ( github.com/aws/aws-sdk-go-v2 v1.27.0 github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.3 - github.com/aws/aws-sdk-go-v2/service/sso v1.20.8 - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.2 - github.com/aws/aws-sdk-go-v2/service/sts v1.28.9 + github.com/aws/aws-sdk-go-v2/service/sso v1.20.9 + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.3 + github.com/aws/aws-sdk-go-v2/service/sts v1.28.10 github.com/aws/smithy-go v1.20.2 ) diff --git a/credentials/go_module_metadata.go b/credentials/go_module_metadata.go index 785a5d0037c..91c40c6e709 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.17.15" +const goModuleVersion = "1.17.16" diff --git a/example/service/dynamodb/createTable/go.mod b/example/service/dynamodb/createTable/go.mod index 7a9d623e707..ad5781c2879 100644 --- a/example/service/dynamodb/createTable/go.mod +++ b/example/service/dynamodb/createTable/go.mod @@ -4,12 +4,12 @@ go 1.20 require ( github.com/aws/aws-sdk-go-v2 v1.27.0 - github.com/aws/aws-sdk-go-v2/config v1.27.15 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.3 + github.com/aws/aws-sdk-go-v2/config v1.27.16 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.4 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.17.15 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.16 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.3 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.7 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.7 // indirect @@ -17,9 +17,9 @@ require ( github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 // indirect github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.9.8 // indirect github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.9 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.20.8 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.28.9 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.20.9 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.28.10 // indirect github.com/aws/smithy-go v1.20.2 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect ) diff --git a/example/service/dynamodb/scanItems/go.mod b/example/service/dynamodb/scanItems/go.mod index 2739b9ac516..c5e83215b8f 100644 --- a/example/service/dynamodb/scanItems/go.mod +++ b/example/service/dynamodb/scanItems/go.mod @@ -4,24 +4,24 @@ go 1.20 require ( github.com/aws/aws-sdk-go-v2 v1.27.0 - github.com/aws/aws-sdk-go-v2/config v1.27.15 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.17 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.3 + github.com/aws/aws-sdk-go-v2/config v1.27.16 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.18 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.4 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.17.15 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.16 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.3 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.7 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.7 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.20.7 // indirect + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.20.8 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 // indirect github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.9.8 // indirect github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.9 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.20.8 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.28.9 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.20.9 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.28.10 // indirect github.com/aws/smithy-go v1.20.2 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect ) diff --git a/example/service/s3/listObjects/go.mod b/example/service/s3/listObjects/go.mod index 7e2b4315f57..d80b1f02fb0 100644 --- a/example/service/s3/listObjects/go.mod +++ b/example/service/s3/listObjects/go.mod @@ -3,14 +3,14 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/listObjects go 1.20 require ( - github.com/aws/aws-sdk-go-v2/config v1.27.15 - github.com/aws/aws-sdk-go-v2/service/s3 v1.54.2 + github.com/aws/aws-sdk-go-v2/config v1.27.16 + github.com/aws/aws-sdk-go-v2/service/s3 v1.54.3 ) require ( github.com/aws/aws-sdk-go-v2 v1.27.0 // indirect github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.2 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.15 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.16 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.3 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.7 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.7 // indirect @@ -20,9 +20,9 @@ require ( github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.9 // indirect github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.9 // indirect github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.7 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.20.8 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.28.9 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.20.9 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.28.10 // indirect github.com/aws/smithy-go v1.20.2 // indirect ) diff --git a/example/service/s3/usingPrivateLink/go.mod b/example/service/s3/usingPrivateLink/go.mod index 1e5aa1bb9d9..d90b3e2e75d 100644 --- a/example/service/s3/usingPrivateLink/go.mod +++ b/example/service/s3/usingPrivateLink/go.mod @@ -4,14 +4,14 @@ go 1.20 require ( github.com/aws/aws-sdk-go-v2 v1.27.0 - github.com/aws/aws-sdk-go-v2/config v1.27.15 - github.com/aws/aws-sdk-go-v2/service/s3 v1.54.2 - github.com/aws/aws-sdk-go-v2/service/s3control v1.44.10 + github.com/aws/aws-sdk-go-v2/config v1.27.16 + github.com/aws/aws-sdk-go-v2/service/s3 v1.54.3 + github.com/aws/aws-sdk-go-v2/service/s3control v1.44.11 ) require ( github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.2 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.15 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.16 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.3 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.7 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.7 // indirect @@ -21,9 +21,9 @@ require ( github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.9 // indirect github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.9 // indirect github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.7 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.20.8 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.28.9 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.20.9 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.28.10 // indirect github.com/aws/smithy-go v1.20.2 // indirect ) diff --git a/feature/dynamodb/attributevalue/CHANGELOG.md b/feature/dynamodb/attributevalue/CHANGELOG.md index 6bad90ff2e7..9146080b40a 100644 --- a/feature/dynamodb/attributevalue/CHANGELOG.md +++ b/feature/dynamodb/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.18 (2024-05-23) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.17 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/attributevalue/go.mod b/feature/dynamodb/attributevalue/go.mod index 9ec48341c9e..6481fb593e0 100644 --- a/feature/dynamodb/attributevalue/go.mod +++ b/feature/dynamodb/attributevalue/go.mod @@ -4,8 +4,8 @@ go 1.20 require ( github.com/aws/aws-sdk-go-v2 v1.27.0 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.3 - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.20.7 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.4 + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.20.8 ) require ( diff --git a/feature/dynamodb/attributevalue/go_module_metadata.go b/feature/dynamodb/attributevalue/go_module_metadata.go index fa66e5a0ed1..ac9316b60cd 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.13.17" +const goModuleVersion = "1.13.18" diff --git a/feature/dynamodb/expression/CHANGELOG.md b/feature/dynamodb/expression/CHANGELOG.md index 50625d6e96a..59c1106b31d 100644 --- a/feature/dynamodb/expression/CHANGELOG.md +++ b/feature/dynamodb/expression/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.18 (2024-05-23) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.7.17 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/expression/go.mod b/feature/dynamodb/expression/go.mod index 321d46fdbf2..f0c1474e1aa 100644 --- a/feature/dynamodb/expression/go.mod +++ b/feature/dynamodb/expression/go.mod @@ -4,14 +4,14 @@ go 1.20 require ( github.com/aws/aws-sdk-go-v2 v1.27.0 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.17 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.3 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.13.18 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.4 ) require ( github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.7 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.7 // indirect - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.20.7 // indirect + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.20.8 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 // indirect github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.9.8 // indirect github.com/aws/smithy-go v1.20.2 // indirect diff --git a/feature/dynamodb/expression/go_module_metadata.go b/feature/dynamodb/expression/go_module_metadata.go index 2949dd2e04a..924748530f3 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.7.17" +const goModuleVersion = "1.7.18" diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index a4b1ec480bd..8dc4947941a 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.18 (2024-05-23) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.17 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodbstreams/attributevalue/go.mod b/feature/dynamodbstreams/attributevalue/go.mod index 25b04e88d29..66c32b59a52 100644 --- a/feature/dynamodbstreams/attributevalue/go.mod +++ b/feature/dynamodbstreams/attributevalue/go.mod @@ -4,8 +4,8 @@ go 1.20 require ( github.com/aws/aws-sdk-go-v2 v1.27.0 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.3 - github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.20.7 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.4 + github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.20.8 ) require ( diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index fa66e5a0ed1..ac9316b60cd 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.13.17" +const goModuleVersion = "1.13.18" diff --git a/feature/ec2/imds/internal/configtesting/go.mod b/feature/ec2/imds/internal/configtesting/go.mod index a4c95660c92..bccd201c53a 100644 --- a/feature/ec2/imds/internal/configtesting/go.mod +++ b/feature/ec2/imds/internal/configtesting/go.mod @@ -3,21 +3,21 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/configtesting go 1.20 require ( - github.com/aws/aws-sdk-go-v2/config v1.27.15 + github.com/aws/aws-sdk-go-v2/config v1.27.16 github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.3 ) require ( github.com/aws/aws-sdk-go-v2 v1.27.0 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.15 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.16 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.7 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.7 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 // indirect github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.9 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.20.8 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.28.9 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.20.9 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.28.10 // indirect github.com/aws/smithy-go v1.20.2 // indirect ) diff --git a/feature/s3/manager/CHANGELOG.md b/feature/s3/manager/CHANGELOG.md index 57f169ddf2c..5b5d2595646 100644 --- a/feature/s3/manager/CHANGELOG.md +++ b/feature/s3/manager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.21 (2024-05-23) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.16.20 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index 0cfb0b6bf3e..b4edbc66899 100644 --- a/feature/s3/manager/go.mod +++ b/feature/s3/manager/go.mod @@ -4,14 +4,14 @@ go 1.20 require ( github.com/aws/aws-sdk-go-v2 v1.27.0 - github.com/aws/aws-sdk-go-v2/config v1.27.15 - github.com/aws/aws-sdk-go-v2/service/s3 v1.54.2 + github.com/aws/aws-sdk-go-v2/config v1.27.16 + github.com/aws/aws-sdk-go-v2/service/s3 v1.54.3 github.com/aws/smithy-go v1.20.2 ) require ( github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.2 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.15 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.16 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.3 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.7 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.7 // indirect @@ -21,9 +21,9 @@ require ( github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.9 // indirect github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.9 // indirect github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.7 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.20.8 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.28.9 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.20.9 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.28.10 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect ) diff --git a/feature/s3/manager/go_module_metadata.go b/feature/s3/manager/go_module_metadata.go index 01f6fe31638..8a397922780 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.16.20" +const goModuleVersion = "1.16.21" diff --git a/internal/configsources/configtesting/go.mod b/internal/configsources/configtesting/go.mod index fc3515d26d9..9acabfe2870 100644 --- a/internal/configsources/configtesting/go.mod +++ b/internal/configsources/configtesting/go.mod @@ -3,21 +3,21 @@ module github.com/aws/aws-sdk-go-v2/internal/configsources/configtesting go 1.20 require ( - github.com/aws/aws-sdk-go-v2/config v1.27.15 + github.com/aws/aws-sdk-go-v2/config v1.27.16 github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.7 ) require ( github.com/aws/aws-sdk-go-v2 v1.27.0 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.15 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.16 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.3 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.7 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 // indirect github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.9 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.20.8 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.28.9 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.20.9 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.28.10 // indirect github.com/aws/smithy-go v1.20.2 // indirect ) diff --git a/service/accessanalyzer/CHANGELOG.md b/service/accessanalyzer/CHANGELOG.md index 56eeee40a5e..84ae07ec531 100644 --- a/service/accessanalyzer/CHANGELOG.md +++ b/service/accessanalyzer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.6 (2024-05-23) + +* No change notes available for this release. + # v1.29.5 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/accessanalyzer/go_module_metadata.go b/service/accessanalyzer/go_module_metadata.go index 78e9e8d7f5f..3ab0be7e3ce 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.29.5" +const goModuleVersion = "1.29.6" diff --git a/service/account/CHANGELOG.md b/service/account/CHANGELOG.md index da0260a1003..f71f0827beb 100644 --- a/service/account/CHANGELOG.md +++ b/service/account/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.8 (2024-05-23) + +* No change notes available for this release. + # v1.16.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/account/go_module_metadata.go b/service/account/go_module_metadata.go index 0736fdc6cd8..588ebb072ff 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.16.7" +const goModuleVersion = "1.16.8" diff --git a/service/acm/CHANGELOG.md b/service/acm/CHANGELOG.md index a69bb462094..793ae5f48af 100644 --- a/service/acm/CHANGELOG.md +++ b/service/acm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-05-23) + +* No change notes available for this release. + # v1.25.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/acm/go_module_metadata.go b/service/acm/go_module_metadata.go index 9328ce2d6da..6f75c336a8b 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.25.7" +const goModuleVersion = "1.25.8" diff --git a/service/acmpca/CHANGELOG.md b/service/acmpca/CHANGELOG.md index 04c612feea5..ffef030fb42 100644 --- a/service/acmpca/CHANGELOG.md +++ b/service/acmpca/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.1 (2024-05-23) + +* No change notes available for this release. + # v1.30.0 (2024-05-16) * **Feature**: This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions diff --git a/service/acmpca/go_module_metadata.go b/service/acmpca/go_module_metadata.go index 2b13b058cb1..4bdfeca6b73 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.30.0" +const goModuleVersion = "1.30.1" diff --git a/service/amp/CHANGELOG.md b/service/amp/CHANGELOG.md index 62ec7faaf4d..d60d135e8c3 100644 --- a/service/amp/CHANGELOG.md +++ b/service/amp/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-05-23) + +* No change notes available for this release. + # v1.25.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/amp/go_module_metadata.go b/service/amp/go_module_metadata.go index 94989ce0b8e..560a5fc7502 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.25.7" +const goModuleVersion = "1.25.8" diff --git a/service/amplify/CHANGELOG.md b/service/amplify/CHANGELOG.md index 8d2d695cb72..1282b0490f1 100644 --- a/service/amplify/CHANGELOG.md +++ b/service/amplify/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.9 (2024-05-23) + +* No change notes available for this release. + # v1.21.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/amplify/go_module_metadata.go b/service/amplify/go_module_metadata.go index cbd9f2e6201..b9c2ed21767 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.21.8" +const goModuleVersion = "1.21.9" diff --git a/service/amplifybackend/CHANGELOG.md b/service/amplifybackend/CHANGELOG.md index 2ec0450810a..225c46c76b4 100644 --- a/service/amplifybackend/CHANGELOG.md +++ b/service/amplifybackend/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.9 (2024-05-23) + +* No change notes available for this release. + # v1.23.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/amplifybackend/go_module_metadata.go b/service/amplifybackend/go_module_metadata.go index b0e427901f0..776df51eab1 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.23.8" +const goModuleVersion = "1.23.9" diff --git a/service/amplifyuibuilder/CHANGELOG.md b/service/amplifyuibuilder/CHANGELOG.md index 6f760d78800..c84ca3c308c 100644 --- a/service/amplifyuibuilder/CHANGELOG.md +++ b/service/amplifyuibuilder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.7 (2024-05-23) + +* No change notes available for this release. + # v1.19.6 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/amplifyuibuilder/go_module_metadata.go b/service/amplifyuibuilder/go_module_metadata.go index c767214a3e9..e9b6eadd769 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.19.6" +const goModuleVersion = "1.19.7" diff --git a/service/apigateway/CHANGELOG.md b/service/apigateway/CHANGELOG.md index ae0cd1bf174..ea7e38b3eb9 100644 --- a/service/apigateway/CHANGELOG.md +++ b/service/apigateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.10 (2024-05-23) + +* No change notes available for this release. + # v1.23.9 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apigateway/go_module_metadata.go b/service/apigateway/go_module_metadata.go index 5e3b8bc936b..f8777abce7e 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.23.9" +const goModuleVersion = "1.23.10" diff --git a/service/apigatewaymanagementapi/CHANGELOG.md b/service/apigatewaymanagementapi/CHANGELOG.md index 763724373e6..84bfe9f8bbf 100644 --- a/service/apigatewaymanagementapi/CHANGELOG.md +++ b/service/apigatewaymanagementapi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.8 (2024-05-23) + +* No change notes available for this release. + # v1.19.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apigatewaymanagementapi/go_module_metadata.go b/service/apigatewaymanagementapi/go_module_metadata.go index 45369a7023b..f7897071636 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.19.7" +const goModuleVersion = "1.19.8" diff --git a/service/apigatewayv2/CHANGELOG.md b/service/apigatewayv2/CHANGELOG.md index a8b66120286..26607b450c7 100644 --- a/service/apigatewayv2/CHANGELOG.md +++ b/service/apigatewayv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.8 (2024-05-23) + +* No change notes available for this release. + # v1.20.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apigatewayv2/go_module_metadata.go b/service/apigatewayv2/go_module_metadata.go index de81d0c1d80..27e4d292c3b 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.20.7" +const goModuleVersion = "1.20.8" diff --git a/service/appconfig/CHANGELOG.md b/service/appconfig/CHANGELOG.md index c9290e5d6df..14cf6e64556 100644 --- a/service/appconfig/CHANGELOG.md +++ b/service/appconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.6 (2024-05-23) + +* No change notes available for this release. + # v1.29.5 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appconfig/go_module_metadata.go b/service/appconfig/go_module_metadata.go index 54b94dddf3f..d32223b2e79 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.29.5" +const goModuleVersion = "1.29.6" diff --git a/service/appconfigdata/CHANGELOG.md b/service/appconfigdata/CHANGELOG.md index 4932b21a662..4dced743cdd 100644 --- a/service/appconfigdata/CHANGELOG.md +++ b/service/appconfigdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.8 (2024-05-23) + +* No change notes available for this release. + # v1.14.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appconfigdata/go_module_metadata.go b/service/appconfigdata/go_module_metadata.go index ad28560da7c..61036c3e785 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.14.7" +const goModuleVersion = "1.14.8" diff --git a/service/appfabric/CHANGELOG.md b/service/appfabric/CHANGELOG.md index 34a1c75adab..428aa047fe0 100644 --- a/service/appfabric/CHANGELOG.md +++ b/service/appfabric/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.8 (2024-05-23) + +* No change notes available for this release. + # v1.7.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appfabric/go_module_metadata.go b/service/appfabric/go_module_metadata.go index 4ac63a6cfd5..156f447cfdf 100644 --- a/service/appfabric/go_module_metadata.go +++ b/service/appfabric/go_module_metadata.go @@ -3,4 +3,4 @@ package appfabric // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.7" +const goModuleVersion = "1.7.8" diff --git a/service/appflow/CHANGELOG.md b/service/appflow/CHANGELOG.md index 6dc9b3fb10b..2c524066a3b 100644 --- a/service/appflow/CHANGELOG.md +++ b/service/appflow/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.41.8 (2024-05-23) + +* No change notes available for this release. + # v1.41.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appflow/go_module_metadata.go b/service/appflow/go_module_metadata.go index 67f8f6997f2..142568080ef 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.41.7" +const goModuleVersion = "1.41.8" diff --git a/service/appintegrations/CHANGELOG.md b/service/appintegrations/CHANGELOG.md index ce7a33b1f67..4aa6d4df258 100644 --- a/service/appintegrations/CHANGELOG.md +++ b/service/appintegrations/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-05-23) + +* No change notes available for this release. + # v1.25.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appintegrations/go_module_metadata.go b/service/appintegrations/go_module_metadata.go index f7c5548695b..ced9e89ae47 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.25.7" +const goModuleVersion = "1.25.8" diff --git a/service/applicationautoscaling/CHANGELOG.md b/service/applicationautoscaling/CHANGELOG.md index 762a8d09c81..349b6127bab 100644 --- a/service/applicationautoscaling/CHANGELOG.md +++ b/service/applicationautoscaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-05-23) + +* No change notes available for this release. + # v1.27.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationautoscaling/go_module_metadata.go b/service/applicationautoscaling/go_module_metadata.go index 7f26aff88e1..4d0ebbf7050 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.27.7" +const goModuleVersion = "1.27.8" diff --git a/service/applicationcostprofiler/CHANGELOG.md b/service/applicationcostprofiler/CHANGELOG.md index a7198dde774..35d1eb5d70b 100644 --- a/service/applicationcostprofiler/CHANGELOG.md +++ b/service/applicationcostprofiler/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.8 (2024-05-23) + +* No change notes available for this release. + # v1.17.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationcostprofiler/go_module_metadata.go b/service/applicationcostprofiler/go_module_metadata.go index 6d7bf1ffd07..788b654a823 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.17.7" +const goModuleVersion = "1.17.8" diff --git a/service/applicationdiscoveryservice/CHANGELOG.md b/service/applicationdiscoveryservice/CHANGELOG.md index 79c53a7b5c9..39d253fa51d 100644 --- a/service/applicationdiscoveryservice/CHANGELOG.md +++ b/service/applicationdiscoveryservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-05-23) + +* No change notes available for this release. + # v1.24.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationdiscoveryservice/go_module_metadata.go b/service/applicationdiscoveryservice/go_module_metadata.go index e14778c2037..0aadda14a05 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.24.7" +const goModuleVersion = "1.24.8" diff --git a/service/applicationinsights/CHANGELOG.md b/service/applicationinsights/CHANGELOG.md index 6a08db9b9a0..cfee32336d1 100644 --- a/service/applicationinsights/CHANGELOG.md +++ b/service/applicationinsights/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-05-23) + +* No change notes available for this release. + # v1.24.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/applicationinsights/go_module_metadata.go b/service/applicationinsights/go_module_metadata.go index c171b08ab79..10ebad41eaa 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.24.7" +const goModuleVersion = "1.24.8" diff --git a/service/appmesh/CHANGELOG.md b/service/appmesh/CHANGELOG.md index c03fb8161d2..f8aac4fe405 100644 --- a/service/appmesh/CHANGELOG.md +++ b/service/appmesh/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-05-23) + +* No change notes available for this release. + # v1.25.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appmesh/go_module_metadata.go b/service/appmesh/go_module_metadata.go index c48992fec9c..ba02b9f4050 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.25.7" +const goModuleVersion = "1.25.8" diff --git a/service/apprunner/CHANGELOG.md b/service/apprunner/CHANGELOG.md index 441fc6ddcc1..4b2cca67060 100644 --- a/service/apprunner/CHANGELOG.md +++ b/service/apprunner/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.8 (2024-05-23) + +* No change notes available for this release. + # v1.28.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/apprunner/go_module_metadata.go b/service/apprunner/go_module_metadata.go index 105ccf80c7e..97f41b4e77b 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.28.7" +const goModuleVersion = "1.28.8" diff --git a/service/appstream/CHANGELOG.md b/service/appstream/CHANGELOG.md index db1b97bb798..29d10b15740 100644 --- a/service/appstream/CHANGELOG.md +++ b/service/appstream/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.8 (2024-05-23) + +* No change notes available for this release. + # v1.34.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appstream/go_module_metadata.go b/service/appstream/go_module_metadata.go index ca2237a8567..5caf019fa8a 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.34.7" +const goModuleVersion = "1.34.8" diff --git a/service/appsync/CHANGELOG.md b/service/appsync/CHANGELOG.md index 1be8a35c59c..86f55af3c65 100644 --- a/service/appsync/CHANGELOG.md +++ b/service/appsync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.4 (2024-05-23) + +* No change notes available for this release. + # v1.32.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appsync/go_module_metadata.go b/service/appsync/go_module_metadata.go index 4da38e5b83f..c6b853673bb 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.32.3" +const goModuleVersion = "1.32.4" diff --git a/service/arczonalshift/CHANGELOG.md b/service/arczonalshift/CHANGELOG.md index f4170968302..7f5660b13b0 100644 --- a/service/arczonalshift/CHANGELOG.md +++ b/service/arczonalshift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.9 (2024-05-23) + +* No change notes available for this release. + # v1.9.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/arczonalshift/go_module_metadata.go b/service/arczonalshift/go_module_metadata.go index 26728a4e478..9126f33c62d 100644 --- a/service/arczonalshift/go_module_metadata.go +++ b/service/arczonalshift/go_module_metadata.go @@ -3,4 +3,4 @@ package arczonalshift // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.8" +const goModuleVersion = "1.9.9" diff --git a/service/artifact/CHANGELOG.md b/service/artifact/CHANGELOG.md index 8cfc5725d27..23c7596b551 100644 --- a/service/artifact/CHANGELOG.md +++ b/service/artifact/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.8 (2024-05-23) + +* No change notes available for this release. + # v1.1.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/artifact/go_module_metadata.go b/service/artifact/go_module_metadata.go index 5d0d9beaa37..816eb4d3d04 100644 --- a/service/artifact/go_module_metadata.go +++ b/service/artifact/go_module_metadata.go @@ -3,4 +3,4 @@ package artifact // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.1.7" +const goModuleVersion = "1.1.8" diff --git a/service/athena/CHANGELOG.md b/service/athena/CHANGELOG.md index 516b60787e6..a2c8dd89c81 100644 --- a/service/athena/CHANGELOG.md +++ b/service/athena/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.40.8 (2024-05-23) + +* No change notes available for this release. + # v1.40.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/athena/go_module_metadata.go b/service/athena/go_module_metadata.go index e563ef2e480..cf8dd27724f 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.40.7" +const goModuleVersion = "1.40.8" diff --git a/service/auditmanager/CHANGELOG.md b/service/auditmanager/CHANGELOG.md index faf1f47b86c..a49fbe4435f 100644 --- a/service/auditmanager/CHANGELOG.md +++ b/service/auditmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.8 (2024-05-23) + +* No change notes available for this release. + # v1.32.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/auditmanager/go_module_metadata.go b/service/auditmanager/go_module_metadata.go index c804506a525..c0d2b0e9a2b 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.32.7" +const goModuleVersion = "1.32.8" diff --git a/service/autoscaling/CHANGELOG.md b/service/autoscaling/CHANGELOG.md index edcf5178a92..6a18817577e 100644 --- a/service/autoscaling/CHANGELOG.md +++ b/service/autoscaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.40.9 (2024-05-23) + +* No change notes available for this release. + # v1.40.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/autoscaling/go_module_metadata.go b/service/autoscaling/go_module_metadata.go index 9c00e06c655..efefaa6ba32 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.40.8" +const goModuleVersion = "1.40.9" diff --git a/service/autoscalingplans/CHANGELOG.md b/service/autoscalingplans/CHANGELOG.md index 4e2b25263ea..c86881bd069 100644 --- a/service/autoscalingplans/CHANGELOG.md +++ b/service/autoscalingplans/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.9 (2024-05-23) + +* No change notes available for this release. + # v1.20.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/autoscalingplans/go_module_metadata.go b/service/autoscalingplans/go_module_metadata.go index 9e7a06872f4..8a218cf9e28 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.20.8" +const goModuleVersion = "1.20.9" diff --git a/service/b2bi/CHANGELOG.md b/service/b2bi/CHANGELOG.md index f6a9df0d011..dc061a4f377 100644 --- a/service/b2bi/CHANGELOG.md +++ b/service/b2bi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.0-preview.26 (2024-05-23) + +* No change notes available for this release. + # v1.0.0-preview.25 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/b2bi/go_module_metadata.go b/service/b2bi/go_module_metadata.go index 8bb8fbaff7b..4eda718a0b7 100644 --- a/service/b2bi/go_module_metadata.go +++ b/service/b2bi/go_module_metadata.go @@ -3,4 +3,4 @@ package b2bi // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.0-preview.25" +const goModuleVersion = "1.0.0-preview.26" diff --git a/service/backup/CHANGELOG.md b/service/backup/CHANGELOG.md index 5dacc002065..01ccf6133e8 100644 --- a/service/backup/CHANGELOG.md +++ b/service/backup/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.6 (2024-05-23) + +* No change notes available for this release. + # v1.34.5 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/backup/go_module_metadata.go b/service/backup/go_module_metadata.go index 80f768eed65..5cefcea2179 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.34.5" +const goModuleVersion = "1.34.6" diff --git a/service/backupgateway/CHANGELOG.md b/service/backupgateway/CHANGELOG.md index 1802bdf004f..8b233738a26 100644 --- a/service/backupgateway/CHANGELOG.md +++ b/service/backupgateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.8 (2024-05-23) + +* No change notes available for this release. + # v1.16.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/backupgateway/go_module_metadata.go b/service/backupgateway/go_module_metadata.go index cc268df94e1..d0c1f2ecb0a 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.16.7" +const goModuleVersion = "1.16.8" diff --git a/service/backupstorage/CHANGELOG.md b/service/backupstorage/CHANGELOG.md index fff2bec106d..ed58bf2da8c 100644 --- a/service/backupstorage/CHANGELOG.md +++ b/service/backupstorage/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.8 (2024-05-23) + +* No change notes available for this release. + # v1.9.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/backupstorage/go_module_metadata.go b/service/backupstorage/go_module_metadata.go index f8afd9faf1c..ea18dd4f4bd 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.9.7" +const goModuleVersion = "1.9.8" diff --git a/service/batch/CHANGELOG.md b/service/batch/CHANGELOG.md index 36103b92a0a..bca40793288 100644 --- a/service/batch/CHANGELOG.md +++ b/service/batch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.37.4 (2024-05-23) + +* No change notes available for this release. + # v1.37.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/batch/go_module_metadata.go b/service/batch/go_module_metadata.go index 710dcf8865e..c04bf7b9f22 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.37.3" +const goModuleVersion = "1.37.4" diff --git a/service/bcmdataexports/CHANGELOG.md b/service/bcmdataexports/CHANGELOG.md index 59e1acd833a..d00818b6146 100644 --- a/service/bcmdataexports/CHANGELOG.md +++ b/service/bcmdataexports/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.8 (2024-05-23) + +* No change notes available for this release. + # v1.3.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/bcmdataexports/go_module_metadata.go b/service/bcmdataexports/go_module_metadata.go index 5f66aff1816..4e79ba8fffd 100644 --- a/service/bcmdataexports/go_module_metadata.go +++ b/service/bcmdataexports/go_module_metadata.go @@ -3,4 +3,4 @@ package bcmdataexports // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.3.7" +const goModuleVersion = "1.3.8" diff --git a/service/bedrock/CHANGELOG.md b/service/bedrock/CHANGELOG.md index 470c4a3d0cd..3c433ef6e5e 100644 --- a/service/bedrock/CHANGELOG.md +++ b/service/bedrock/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.5 (2024-05-23) + +* No change notes available for this release. + # v1.8.4 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/bedrock/go_module_metadata.go b/service/bedrock/go_module_metadata.go index 4060851ca66..53ceffbbb39 100644 --- a/service/bedrock/go_module_metadata.go +++ b/service/bedrock/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrock // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.4" +const goModuleVersion = "1.8.5" diff --git a/service/bedrockagent/CHANGELOG.md b/service/bedrockagent/CHANGELOG.md index a2e0d6aeb99..45ab099f8cb 100644 --- a/service/bedrockagent/CHANGELOG.md +++ b/service/bedrockagent/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.1 (2024-05-23) + +* No change notes available for this release. + # v1.11.0 (2024-05-20) * **Feature**: This release adds support for using Guardrails with Bedrock Agents. diff --git a/service/bedrockagent/go_module_metadata.go b/service/bedrockagent/go_module_metadata.go index f81bfdbfb6b..ac95e6fce4a 100644 --- a/service/bedrockagent/go_module_metadata.go +++ b/service/bedrockagent/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrockagent // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.0" +const goModuleVersion = "1.11.1" diff --git a/service/bedrockagentruntime/CHANGELOG.md b/service/bedrockagentruntime/CHANGELOG.md index 90851684069..98c14b75ad5 100644 --- a/service/bedrockagentruntime/CHANGELOG.md +++ b/service/bedrockagentruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.1 (2024-05-23) + +* No change notes available for this release. + # v1.11.0 (2024-05-20) * **Feature**: This release adds support for using Guardrails with Bedrock Agents. diff --git a/service/bedrockagentruntime/go_module_metadata.go b/service/bedrockagentruntime/go_module_metadata.go index d9555d0401c..d760fdce866 100644 --- a/service/bedrockagentruntime/go_module_metadata.go +++ b/service/bedrockagentruntime/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrockagentruntime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.0" +const goModuleVersion = "1.11.1" diff --git a/service/bedrockruntime/CHANGELOG.md b/service/bedrockruntime/CHANGELOG.md index 2cdb5469146..7cd86a65696 100644 --- a/service/bedrockruntime/CHANGELOG.md +++ b/service/bedrockruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.4 (2024-05-23) + +* No change notes available for this release. + # v1.8.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/bedrockruntime/go_module_metadata.go b/service/bedrockruntime/go_module_metadata.go index 5cd46e8314b..57a6bf5a07b 100644 --- a/service/bedrockruntime/go_module_metadata.go +++ b/service/bedrockruntime/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrockruntime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.3" +const goModuleVersion = "1.8.4" diff --git a/service/billingconductor/CHANGELOG.md b/service/billingconductor/CHANGELOG.md index d61a2783168..0925d7ae987 100644 --- a/service/billingconductor/CHANGELOG.md +++ b/service/billingconductor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.8 (2024-05-23) + +* No change notes available for this release. + # v1.16.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/billingconductor/go_module_metadata.go b/service/billingconductor/go_module_metadata.go index 5a1bce71fe5..f6ae6755a3b 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.16.7" +const goModuleVersion = "1.16.8" diff --git a/service/braket/CHANGELOG.md b/service/braket/CHANGELOG.md index ff3704f7b9f..06eba0ed5eb 100644 --- a/service/braket/CHANGELOG.md +++ b/service/braket/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-05-23) + +* No change notes available for this release. + # v1.27.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/braket/go_module_metadata.go b/service/braket/go_module_metadata.go index 3514865729c..be44b2e96d8 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.27.7" +const goModuleVersion = "1.27.8" diff --git a/service/budgets/CHANGELOG.md b/service/budgets/CHANGELOG.md index 911f4a69517..d12eff27132 100644 --- a/service/budgets/CHANGELOG.md +++ b/service/budgets/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.4 (2024-05-23) + +* No change notes available for this release. + # v1.23.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/budgets/go_module_metadata.go b/service/budgets/go_module_metadata.go index e3132291c37..fb3c0b60931 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.23.3" +const goModuleVersion = "1.23.4" diff --git a/service/chatbot/CHANGELOG.md b/service/chatbot/CHANGELOG.md index 9cb6f4d2c80..9b6d66a76a0 100644 --- a/service/chatbot/CHANGELOG.md +++ b/service/chatbot/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2024-05-23) + +* No change notes available for this release. + # v1.2.0 (2024-05-22) * **Feature**: This change adds support for tagging Chatbot configurations. diff --git a/service/chatbot/go_module_metadata.go b/service/chatbot/go_module_metadata.go index c1024991634..74948984be2 100644 --- a/service/chatbot/go_module_metadata.go +++ b/service/chatbot/go_module_metadata.go @@ -3,4 +3,4 @@ package chatbot // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/chime/CHANGELOG.md b/service/chime/CHANGELOG.md index 14a8d9731ae..75099a8dadd 100644 --- a/service/chime/CHANGELOG.md +++ b/service/chime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.8 (2024-05-23) + +* No change notes available for this release. + # v1.30.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chime/go_module_metadata.go b/service/chime/go_module_metadata.go index 08a1b102582..3b48ea142a7 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.30.7" +const goModuleVersion = "1.30.8" diff --git a/service/chimesdkidentity/CHANGELOG.md b/service/chimesdkidentity/CHANGELOG.md index 76d56b8d186..cfddc10e964 100644 --- a/service/chimesdkidentity/CHANGELOG.md +++ b/service/chimesdkidentity/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.8 (2024-05-23) + +* No change notes available for this release. + # v1.18.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkidentity/go_module_metadata.go b/service/chimesdkidentity/go_module_metadata.go index e51d1ee97c2..89b3a3f1657 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.18.7" +const goModuleVersion = "1.18.8" diff --git a/service/chimesdkmediapipelines/CHANGELOG.md b/service/chimesdkmediapipelines/CHANGELOG.md index cecaef6d7e1..a9ecf935bca 100644 --- a/service/chimesdkmediapipelines/CHANGELOG.md +++ b/service/chimesdkmediapipelines/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.9 (2024-05-23) + +* No change notes available for this release. + # v1.15.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkmediapipelines/go_module_metadata.go b/service/chimesdkmediapipelines/go_module_metadata.go index b461c643a93..1ba8d8c39f2 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.15.8" +const goModuleVersion = "1.15.9" diff --git a/service/chimesdkmeetings/CHANGELOG.md b/service/chimesdkmeetings/CHANGELOG.md index 5e5015c979d..9a2833b7feb 100644 --- a/service/chimesdkmeetings/CHANGELOG.md +++ b/service/chimesdkmeetings/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-05-23) + +* No change notes available for this release. + # v1.23.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkmeetings/go_module_metadata.go b/service/chimesdkmeetings/go_module_metadata.go index 0de12a00a48..79e58d287c7 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.23.7" +const goModuleVersion = "1.23.8" diff --git a/service/chimesdkmessaging/CHANGELOG.md b/service/chimesdkmessaging/CHANGELOG.md index f8bc0193057..5ce9157ec5c 100644 --- a/service/chimesdkmessaging/CHANGELOG.md +++ b/service/chimesdkmessaging/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.8 (2024-05-23) + +* No change notes available for this release. + # v1.22.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkmessaging/go_module_metadata.go b/service/chimesdkmessaging/go_module_metadata.go index 527a3fdcf13..0b1f19df9ca 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.22.7" +const goModuleVersion = "1.22.8" diff --git a/service/chimesdkvoice/CHANGELOG.md b/service/chimesdkvoice/CHANGELOG.md index 42d6370273b..2df7e1ae8c3 100644 --- a/service/chimesdkvoice/CHANGELOG.md +++ b/service/chimesdkvoice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.4 (2024-05-23) + +* No change notes available for this release. + # v1.15.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chimesdkvoice/go_module_metadata.go b/service/chimesdkvoice/go_module_metadata.go index 01b12700981..60d5e8f0054 100644 --- a/service/chimesdkvoice/go_module_metadata.go +++ b/service/chimesdkvoice/go_module_metadata.go @@ -3,4 +3,4 @@ package chimesdkvoice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.3" +const goModuleVersion = "1.15.4" diff --git a/service/cleanrooms/CHANGELOG.md b/service/cleanrooms/CHANGELOG.md index 7603fffd7a9..e0367ee119f 100644 --- a/service/cleanrooms/CHANGELOG.md +++ b/service/cleanrooms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.4 (2024-05-23) + +* No change notes available for this release. + # v1.12.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cleanrooms/go_module_metadata.go b/service/cleanrooms/go_module_metadata.go index a6ec1533ed5..0fdd54ba402 100644 --- a/service/cleanrooms/go_module_metadata.go +++ b/service/cleanrooms/go_module_metadata.go @@ -3,4 +3,4 @@ package cleanrooms // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.3" +const goModuleVersion = "1.12.4" diff --git a/service/cleanroomsml/CHANGELOG.md b/service/cleanroomsml/CHANGELOG.md index 529a37f27de..c82e6d07894 100644 --- a/service/cleanroomsml/CHANGELOG.md +++ b/service/cleanroomsml/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.4 (2024-05-23) + +* No change notes available for this release. + # v1.4.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cleanroomsml/go_module_metadata.go b/service/cleanroomsml/go_module_metadata.go index ddd5640585c..a6f9763265c 100644 --- a/service/cleanroomsml/go_module_metadata.go +++ b/service/cleanroomsml/go_module_metadata.go @@ -3,4 +3,4 @@ package cleanroomsml // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.4.3" +const goModuleVersion = "1.4.4" diff --git a/service/cloud9/CHANGELOG.md b/service/cloud9/CHANGELOG.md index c786399a487..cb8eae8b55a 100644 --- a/service/cloud9/CHANGELOG.md +++ b/service/cloud9/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-05-23) + +* No change notes available for this release. + # v1.24.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloud9/go_module_metadata.go b/service/cloud9/go_module_metadata.go index 9dc4279ca57..d00fa581168 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.24.7" +const goModuleVersion = "1.24.8" diff --git a/service/cloudcontrol/CHANGELOG.md b/service/cloudcontrol/CHANGELOG.md index 99931d048ac..6bd42d2e501 100644 --- a/service/cloudcontrol/CHANGELOG.md +++ b/service/cloudcontrol/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.8 (2024-05-23) + +* No change notes available for this release. + # v1.18.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudcontrol/go_module_metadata.go b/service/cloudcontrol/go_module_metadata.go index 8f6d631b9ca..2d0539ea726 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.18.7" +const goModuleVersion = "1.18.8" diff --git a/service/clouddirectory/CHANGELOG.md b/service/clouddirectory/CHANGELOG.md index 259e698b1ea..b3d1bdd82e5 100644 --- a/service/clouddirectory/CHANGELOG.md +++ b/service/clouddirectory/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.8 (2024-05-23) + +* No change notes available for this release. + # v1.20.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/clouddirectory/go_module_metadata.go b/service/clouddirectory/go_module_metadata.go index a4ad787417d..e9e2276ed93 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.20.7" +const goModuleVersion = "1.20.8" diff --git a/service/cloudformation/CHANGELOG.md b/service/cloudformation/CHANGELOG.md index 0637b4d5a55..0b129c2d225 100644 --- a/service/cloudformation/CHANGELOG.md +++ b/service/cloudformation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.51.1 (2024-05-23) + +* No change notes available for this release. + # v1.51.0 (2024-05-22) * **Feature**: Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure. diff --git a/service/cloudformation/go_module_metadata.go b/service/cloudformation/go_module_metadata.go index fdc64f418b9..6bd0a55ba7f 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.51.0" +const goModuleVersion = "1.51.1" diff --git a/service/cloudfront/CHANGELOG.md b/service/cloudfront/CHANGELOG.md index a81f97b322e..42dc9354529 100644 --- a/service/cloudfront/CHANGELOG.md +++ b/service/cloudfront/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.36.4 (2024-05-23) + +* No change notes available for this release. + # v1.36.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudfront/go_module_metadata.go b/service/cloudfront/go_module_metadata.go index d9c93684e7c..61084278ec7 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.36.3" +const goModuleVersion = "1.36.4" diff --git a/service/cloudfrontkeyvaluestore/CHANGELOG.md b/service/cloudfrontkeyvaluestore/CHANGELOG.md index fc1bf3f432b..6fe635fab39 100644 --- a/service/cloudfrontkeyvaluestore/CHANGELOG.md +++ b/service/cloudfrontkeyvaluestore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.8 (2024-05-23) + +* No change notes available for this release. + # v1.4.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudfrontkeyvaluestore/go_module_metadata.go b/service/cloudfrontkeyvaluestore/go_module_metadata.go index fb22b0550f7..c4e8abefca4 100644 --- a/service/cloudfrontkeyvaluestore/go_module_metadata.go +++ b/service/cloudfrontkeyvaluestore/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudfrontkeyvaluestore // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.4.7" +const goModuleVersion = "1.4.8" diff --git a/service/cloudhsm/CHANGELOG.md b/service/cloudhsm/CHANGELOG.md index b58484a6998..ccbcb610aa8 100644 --- a/service/cloudhsm/CHANGELOG.md +++ b/service/cloudhsm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.8 (2024-05-23) + +* No change notes available for this release. + # v1.20.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudhsm/go_module_metadata.go b/service/cloudhsm/go_module_metadata.go index 40768a1bc5a..be539c58524 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.20.7" +const goModuleVersion = "1.20.8" diff --git a/service/cloudhsmv2/CHANGELOG.md b/service/cloudhsmv2/CHANGELOG.md index 80b288db9f4..19cd477dc5a 100644 --- a/service/cloudhsmv2/CHANGELOG.md +++ b/service/cloudhsmv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-05-23) + +* No change notes available for this release. + # v1.21.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudhsmv2/go_module_metadata.go b/service/cloudhsmv2/go_module_metadata.go index cc0dc19e12d..6aec35a4c75 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.21.7" +const goModuleVersion = "1.21.8" diff --git a/service/cloudsearch/CHANGELOG.md b/service/cloudsearch/CHANGELOG.md index 549213b8c86..bbc1c276805 100644 --- a/service/cloudsearch/CHANGELOG.md +++ b/service/cloudsearch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.8 (2024-05-23) + +* No change notes available for this release. + # v1.22.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudsearch/go_module_metadata.go b/service/cloudsearch/go_module_metadata.go index ce197619cad..d277339e2ec 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.22.7" +const goModuleVersion = "1.22.8" diff --git a/service/cloudsearchdomain/CHANGELOG.md b/service/cloudsearchdomain/CHANGELOG.md index 142f158f5c9..99a489dcfe4 100644 --- a/service/cloudsearchdomain/CHANGELOG.md +++ b/service/cloudsearchdomain/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.8 (2024-05-23) + +* No change notes available for this release. + # v1.19.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudsearchdomain/go_module_metadata.go b/service/cloudsearchdomain/go_module_metadata.go index 6d9bde2ef36..9e0e29b2532 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.19.7" +const goModuleVersion = "1.19.8" diff --git a/service/cloudtrail/CHANGELOG.md b/service/cloudtrail/CHANGELOG.md index fb9bb5ee00d..a2e8d130316 100644 --- a/service/cloudtrail/CHANGELOG.md +++ b/service/cloudtrail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.39.6 (2024-05-23) + +* No change notes available for this release. + # v1.39.5 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudtrail/go_module_metadata.go b/service/cloudtrail/go_module_metadata.go index 7532c66b74e..da930871b4c 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.39.5" +const goModuleVersion = "1.39.6" diff --git a/service/cloudtraildata/CHANGELOG.md b/service/cloudtraildata/CHANGELOG.md index 3aa5deebc51..66fa1ad1a0a 100644 --- a/service/cloudtraildata/CHANGELOG.md +++ b/service/cloudtraildata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.8 (2024-05-23) + +* No change notes available for this release. + # v1.7.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudtraildata/go_module_metadata.go b/service/cloudtraildata/go_module_metadata.go index 0c1213501b5..56b3587a5a7 100644 --- a/service/cloudtraildata/go_module_metadata.go +++ b/service/cloudtraildata/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudtraildata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.7" +const goModuleVersion = "1.7.8" diff --git a/service/cloudwatch/CHANGELOG.md b/service/cloudwatch/CHANGELOG.md index 67918225ca9..1503e5f6d02 100644 --- a/service/cloudwatch/CHANGELOG.md +++ b/service/cloudwatch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.4 (2024-05-23) + +* No change notes available for this release. + # v1.38.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudwatch/go_module_metadata.go b/service/cloudwatch/go_module_metadata.go index bc7fdac0443..9d88642219d 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.38.3" +const goModuleVersion = "1.38.4" diff --git a/service/cloudwatchevents/CHANGELOG.md b/service/cloudwatchevents/CHANGELOG.md index 41f259dc51f..a07258f7134 100644 --- a/service/cloudwatchevents/CHANGELOG.md +++ b/service/cloudwatchevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-05-23) + +* No change notes available for this release. + # v1.23.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudwatchevents/go_module_metadata.go b/service/cloudwatchevents/go_module_metadata.go index 86813649580..a96e95da5f0 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.23.7" +const goModuleVersion = "1.23.8" diff --git a/service/cloudwatchlogs/CHANGELOG.md b/service/cloudwatchlogs/CHANGELOG.md index 472ad96ffdc..27552fda308 100644 --- a/service/cloudwatchlogs/CHANGELOG.md +++ b/service/cloudwatchlogs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.35.5 (2024-05-23) + +* No change notes available for this release. + # v1.35.4 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudwatchlogs/go_module_metadata.go b/service/cloudwatchlogs/go_module_metadata.go index 79db49bf37e..6f45f7d3538 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.35.4" +const goModuleVersion = "1.35.5" diff --git a/service/codeartifact/CHANGELOG.md b/service/codeartifact/CHANGELOG.md index f50e1424985..2b8140b400a 100644 --- a/service/codeartifact/CHANGELOG.md +++ b/service/codeartifact/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.4 (2024-05-23) + +* No change notes available for this release. + # v1.27.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codeartifact/go_module_metadata.go b/service/codeartifact/go_module_metadata.go index 110d4c149ec..d9049efdbba 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.27.3" +const goModuleVersion = "1.27.4" diff --git a/service/codebuild/CHANGELOG.md b/service/codebuild/CHANGELOG.md index a087f4d2b57..fb4024d47ed 100644 --- a/service/codebuild/CHANGELOG.md +++ b/service/codebuild/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.36.1 (2024-05-23) + +* No change notes available for this release. + # v1.36.0 (2024-05-17) * **Feature**: Aws CodeBuild now supports 36 hours build timeout diff --git a/service/codebuild/go_module_metadata.go b/service/codebuild/go_module_metadata.go index 1448c283848..7295245814b 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.36.0" +const goModuleVersion = "1.36.1" diff --git a/service/codecatalyst/CHANGELOG.md b/service/codecatalyst/CHANGELOG.md index 9829c0822ba..f88ad9cb3e6 100644 --- a/service/codecatalyst/CHANGELOG.md +++ b/service/codecatalyst/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2024-05-23) + +* No change notes available for this release. + # v1.13.4 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codecatalyst/go_module_metadata.go b/service/codecatalyst/go_module_metadata.go index 7f79a6e4abd..d921d81f796 100644 --- a/service/codecatalyst/go_module_metadata.go +++ b/service/codecatalyst/go_module_metadata.go @@ -3,4 +3,4 @@ package codecatalyst // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.4" +const goModuleVersion = "1.13.5" diff --git a/service/codecommit/CHANGELOG.md b/service/codecommit/CHANGELOG.md index adb5cb301fa..554a3c09b95 100644 --- a/service/codecommit/CHANGELOG.md +++ b/service/codecommit/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.8 (2024-05-23) + +* No change notes available for this release. + # v1.22.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codecommit/go_module_metadata.go b/service/codecommit/go_module_metadata.go index 2c0b32e49d5..82477111bd3 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.22.7" +const goModuleVersion = "1.22.8" diff --git a/service/codeconnections/CHANGELOG.md b/service/codeconnections/CHANGELOG.md index 12c7a58ba9d..cdad6b0116d 100644 --- a/service/codeconnections/CHANGELOG.md +++ b/service/codeconnections/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.4 (2024-05-23) + +* No change notes available for this release. + # v1.0.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codeconnections/go_module_metadata.go b/service/codeconnections/go_module_metadata.go index e25849b7a9e..88ac7bd8d1a 100644 --- a/service/codeconnections/go_module_metadata.go +++ b/service/codeconnections/go_module_metadata.go @@ -3,4 +3,4 @@ package codeconnections // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.3" +const goModuleVersion = "1.0.4" diff --git a/service/codedeploy/CHANGELOG.md b/service/codedeploy/CHANGELOG.md index 6287100b491..b419909c817 100644 --- a/service/codedeploy/CHANGELOG.md +++ b/service/codedeploy/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-05-23) + +* No change notes available for this release. + # v1.25.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codedeploy/go_module_metadata.go b/service/codedeploy/go_module_metadata.go index 5f9f6f39afd..3a330cc06b2 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.25.7" +const goModuleVersion = "1.25.8" diff --git a/service/codeguruprofiler/CHANGELOG.md b/service/codeguruprofiler/CHANGELOG.md index 167fddf9da6..7c860e44903 100644 --- a/service/codeguruprofiler/CHANGELOG.md +++ b/service/codeguruprofiler/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.8 (2024-05-23) + +* No change notes available for this release. + # v1.20.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codeguruprofiler/go_module_metadata.go b/service/codeguruprofiler/go_module_metadata.go index 7da1db44bab..d82a082e35c 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.20.7" +const goModuleVersion = "1.20.8" diff --git a/service/codegurureviewer/CHANGELOG.md b/service/codegurureviewer/CHANGELOG.md index 0d0e472b229..a10bf59c273 100644 --- a/service/codegurureviewer/CHANGELOG.md +++ b/service/codegurureviewer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-05-23) + +* No change notes available for this release. + # v1.25.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codegurureviewer/go_module_metadata.go b/service/codegurureviewer/go_module_metadata.go index 48a03c3b262..64d23e75cb5 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.25.7" +const goModuleVersion = "1.25.8" diff --git a/service/codegurusecurity/CHANGELOG.md b/service/codegurusecurity/CHANGELOG.md index 7ea36566e39..734b215a59d 100644 --- a/service/codegurusecurity/CHANGELOG.md +++ b/service/codegurusecurity/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.8 (2024-05-23) + +* No change notes available for this release. + # v1.7.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codegurusecurity/go_module_metadata.go b/service/codegurusecurity/go_module_metadata.go index 58dc814028c..f392f7e1489 100644 --- a/service/codegurusecurity/go_module_metadata.go +++ b/service/codegurusecurity/go_module_metadata.go @@ -3,4 +3,4 @@ package codegurusecurity // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.7" +const goModuleVersion = "1.7.8" diff --git a/service/codepipeline/CHANGELOG.md b/service/codepipeline/CHANGELOG.md index 8f3352a4234..4be7e8632e1 100644 --- a/service/codepipeline/CHANGELOG.md +++ b/service/codepipeline/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.4 (2024-05-23) + +* No change notes available for this release. + # v1.27.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codepipeline/go_module_metadata.go b/service/codepipeline/go_module_metadata.go index 732bc47fa09..7dd2740a051 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.27.3" +const goModuleVersion = "1.27.4" diff --git a/service/codestar/CHANGELOG.md b/service/codestar/CHANGELOG.md index 5660b563da7..67f2f49b47e 100644 --- a/service/codestar/CHANGELOG.md +++ b/service/codestar/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-05-23) + +* No change notes available for this release. + # v1.21.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codestar/go_module_metadata.go b/service/codestar/go_module_metadata.go index 456bb734461..790b4a518d2 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.21.7" +const goModuleVersion = "1.21.8" diff --git a/service/codestarconnections/CHANGELOG.md b/service/codestarconnections/CHANGELOG.md index 4fc528d2347..a46d6df8b77 100644 --- a/service/codestarconnections/CHANGELOG.md +++ b/service/codestarconnections/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.6 (2024-05-23) + +* No change notes available for this release. + # v1.25.5 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codestarconnections/go_module_metadata.go b/service/codestarconnections/go_module_metadata.go index dc4bfee34c1..eb1af39124b 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.25.5" +const goModuleVersion = "1.25.6" diff --git a/service/codestarnotifications/CHANGELOG.md b/service/codestarnotifications/CHANGELOG.md index 247b8140a39..f6da31347bf 100644 --- a/service/codestarnotifications/CHANGELOG.md +++ b/service/codestarnotifications/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.8 (2024-05-23) + +* No change notes available for this release. + # v1.22.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/codestarnotifications/go_module_metadata.go b/service/codestarnotifications/go_module_metadata.go index 0e535484f68..5e57a837d7f 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.22.7" +const goModuleVersion = "1.22.8" diff --git a/service/cognitoidentity/CHANGELOG.md b/service/cognitoidentity/CHANGELOG.md index 183e1d3956e..96a37a63d2c 100644 --- a/service/cognitoidentity/CHANGELOG.md +++ b/service/cognitoidentity/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.11 (2024-05-23) + +* No change notes available for this release. + # v1.23.10 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cognitoidentity/go_module_metadata.go b/service/cognitoidentity/go_module_metadata.go index d426f08b83c..c560ec5ebbe 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.23.10" +const goModuleVersion = "1.23.11" diff --git a/service/cognitoidentityprovider/CHANGELOG.md b/service/cognitoidentityprovider/CHANGELOG.md index 4b7faaa31a2..3c034a57242 100644 --- a/service/cognitoidentityprovider/CHANGELOG.md +++ b/service/cognitoidentityprovider/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.3 (2024-05-23) + +* No change notes available for this release. + # v1.38.2 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cognitoidentityprovider/go_module_metadata.go b/service/cognitoidentityprovider/go_module_metadata.go index 70a98e76b76..0ad46b2e32a 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.38.2" +const goModuleVersion = "1.38.3" diff --git a/service/cognitosync/CHANGELOG.md b/service/cognitosync/CHANGELOG.md index 142f158f5c9..99a489dcfe4 100644 --- a/service/cognitosync/CHANGELOG.md +++ b/service/cognitosync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.8 (2024-05-23) + +* No change notes available for this release. + # v1.19.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cognitosync/go_module_metadata.go b/service/cognitosync/go_module_metadata.go index f79fcc8ee81..48308709401 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.19.7" +const goModuleVersion = "1.19.8" diff --git a/service/comprehend/CHANGELOG.md b/service/comprehend/CHANGELOG.md index bb82868c9d5..dde8613d440 100644 --- a/service/comprehend/CHANGELOG.md +++ b/service/comprehend/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.8 (2024-05-23) + +* No change notes available for this release. + # v1.31.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/comprehend/go_module_metadata.go b/service/comprehend/go_module_metadata.go index 7702d63ea13..157ca9fc24a 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.31.7" +const goModuleVersion = "1.31.8" diff --git a/service/comprehendmedical/CHANGELOG.md b/service/comprehendmedical/CHANGELOG.md index 9f81ba2a04a..18b20f07ef4 100644 --- a/service/comprehendmedical/CHANGELOG.md +++ b/service/comprehendmedical/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.9 (2024-05-23) + +* No change notes available for this release. + # v1.22.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/comprehendmedical/go_module_metadata.go b/service/comprehendmedical/go_module_metadata.go index f20460d22b6..f166a8db411 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.22.8" +const goModuleVersion = "1.22.9" diff --git a/service/computeoptimizer/CHANGELOG.md b/service/computeoptimizer/CHANGELOG.md index 66380463848..a00fae21760 100644 --- a/service/computeoptimizer/CHANGELOG.md +++ b/service/computeoptimizer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.5 (2024-05-23) + +* No change notes available for this release. + # v1.34.4 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/computeoptimizer/go_module_metadata.go b/service/computeoptimizer/go_module_metadata.go index 8e563f2f901..ea46c4a649a 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.34.4" +const goModuleVersion = "1.34.5" diff --git a/service/configservice/CHANGELOG.md b/service/configservice/CHANGELOG.md index 0579db929f4..d848ea5687d 100644 --- a/service/configservice/CHANGELOG.md +++ b/service/configservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.46.9 (2024-05-23) + +* No change notes available for this release. + # v1.46.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/configservice/go_module_metadata.go b/service/configservice/go_module_metadata.go index eec20905672..feb19ecbacb 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.46.8" +const goModuleVersion = "1.46.9" diff --git a/service/connect/CHANGELOG.md b/service/connect/CHANGELOG.md index ee3b2f7d42b..d5a5da9ee78 100644 --- a/service/connect/CHANGELOG.md +++ b/service/connect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.98.3 (2024-05-23) + +* No change notes available for this release. + # v1.98.2 (2024-05-16) * **Documentation**: Adding Contact Flow metrics to the GetMetricDataV2 API diff --git a/service/connect/go_module_metadata.go b/service/connect/go_module_metadata.go index e4bccca8307..f662909e6b1 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.98.2" +const goModuleVersion = "1.98.3" diff --git a/service/connectcampaigns/CHANGELOG.md b/service/connectcampaigns/CHANGELOG.md index d5632709f9f..25c4828731d 100644 --- a/service/connectcampaigns/CHANGELOG.md +++ b/service/connectcampaigns/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.4 (2024-05-23) + +* No change notes available for this release. + # v1.11.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/connectcampaigns/go_module_metadata.go b/service/connectcampaigns/go_module_metadata.go index 6aa1a9197c9..9a009304ad9 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.11.3" +const goModuleVersion = "1.11.4" diff --git a/service/connectcases/CHANGELOG.md b/service/connectcases/CHANGELOG.md index d5890ca68cc..60cca40a3a4 100644 --- a/service/connectcases/CHANGELOG.md +++ b/service/connectcases/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.4 (2024-05-23) + +* No change notes available for this release. + # v1.17.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/connectcases/go_module_metadata.go b/service/connectcases/go_module_metadata.go index b28eac1ca40..560704a65f6 100644 --- a/service/connectcases/go_module_metadata.go +++ b/service/connectcases/go_module_metadata.go @@ -3,4 +3,4 @@ package connectcases // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.3" +const goModuleVersion = "1.17.4" diff --git a/service/connectcontactlens/CHANGELOG.md b/service/connectcontactlens/CHANGELOG.md index 66912a3b2ee..0168d5588c9 100644 --- a/service/connectcontactlens/CHANGELOG.md +++ b/service/connectcontactlens/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-05-23) + +* No change notes available for this release. + # v1.21.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/connectcontactlens/go_module_metadata.go b/service/connectcontactlens/go_module_metadata.go index ca1761e1502..3511f0743ec 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.21.7" +const goModuleVersion = "1.21.8" diff --git a/service/connectparticipant/CHANGELOG.md b/service/connectparticipant/CHANGELOG.md index 8802f48ed40..dc3294e1d4e 100644 --- a/service/connectparticipant/CHANGELOG.md +++ b/service/connectparticipant/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-05-23) + +* No change notes available for this release. + # v1.23.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/connectparticipant/go_module_metadata.go b/service/connectparticipant/go_module_metadata.go index 6cbd55b6ebd..9c62d369a25 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.23.7" +const goModuleVersion = "1.23.8" diff --git a/service/controlcatalog/CHANGELOG.md b/service/controlcatalog/CHANGELOG.md index 130167c7268..d2cbc4ab5bd 100644 --- a/service/controlcatalog/CHANGELOG.md +++ b/service/controlcatalog/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.4 (2024-05-23) + +* No change notes available for this release. + # v1.0.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/controlcatalog/go_module_metadata.go b/service/controlcatalog/go_module_metadata.go index e9a5942dd0e..dc4d717fa20 100644 --- a/service/controlcatalog/go_module_metadata.go +++ b/service/controlcatalog/go_module_metadata.go @@ -3,4 +3,4 @@ package controlcatalog // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.3" +const goModuleVersion = "1.0.4" diff --git a/service/controltower/CHANGELOG.md b/service/controltower/CHANGELOG.md index bc0306ec4e9..56ce86f1c04 100644 --- a/service/controltower/CHANGELOG.md +++ b/service/controltower/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.1 (2024-05-23) + +* No change notes available for this release. + # v1.14.0 (2024-05-20) * **Feature**: Added ListControlOperations API and filtering support for ListEnabledControls API. Updates also includes added metadata for enabled controls and control operations. diff --git a/service/controltower/go_module_metadata.go b/service/controltower/go_module_metadata.go index f28ffeeb125..2a406c1c309 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.14.0" +const goModuleVersion = "1.14.1" diff --git a/service/costandusagereportservice/CHANGELOG.md b/service/costandusagereportservice/CHANGELOG.md index d6a8dcec030..20c84caa830 100644 --- a/service/costandusagereportservice/CHANGELOG.md +++ b/service/costandusagereportservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-05-23) + +* No change notes available for this release. + # v1.23.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/costandusagereportservice/go_module_metadata.go b/service/costandusagereportservice/go_module_metadata.go index 94c83540d9c..f342e14b7be 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.23.7" +const goModuleVersion = "1.23.8" diff --git a/service/costexplorer/CHANGELOG.md b/service/costexplorer/CHANGELOG.md index 092d1d6052a..712d331c3ec 100644 --- a/service/costexplorer/CHANGELOG.md +++ b/service/costexplorer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.4 (2024-05-23) + +* No change notes available for this release. + # v1.38.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/costexplorer/go_module_metadata.go b/service/costexplorer/go_module_metadata.go index 26bd36f4bf6..dc12707fc76 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.38.3" +const goModuleVersion = "1.38.4" diff --git a/service/costoptimizationhub/CHANGELOG.md b/service/costoptimizationhub/CHANGELOG.md index 4c12586f1db..a7d7d1c716e 100644 --- a/service/costoptimizationhub/CHANGELOG.md +++ b/service/costoptimizationhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.8 (2024-05-23) + +* No change notes available for this release. + # v1.4.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/costoptimizationhub/go_module_metadata.go b/service/costoptimizationhub/go_module_metadata.go index 1095bbf4b0e..4f9af4adbe5 100644 --- a/service/costoptimizationhub/go_module_metadata.go +++ b/service/costoptimizationhub/go_module_metadata.go @@ -3,4 +3,4 @@ package costoptimizationhub // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.4.7" +const goModuleVersion = "1.4.8" diff --git a/service/customerprofiles/CHANGELOG.md b/service/customerprofiles/CHANGELOG.md index 21576018929..4f8b381727b 100644 --- a/service/customerprofiles/CHANGELOG.md +++ b/service/customerprofiles/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.36.8 (2024-05-23) + +* No change notes available for this release. + # v1.36.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/customerprofiles/go_module_metadata.go b/service/customerprofiles/go_module_metadata.go index f5b142d5598..8b704e470b4 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.36.7" +const goModuleVersion = "1.36.8" diff --git a/service/databasemigrationservice/CHANGELOG.md b/service/databasemigrationservice/CHANGELOG.md index eeb15bbe17d..05f43afb642 100644 --- a/service/databasemigrationservice/CHANGELOG.md +++ b/service/databasemigrationservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.8 (2024-05-23) + +* No change notes available for this release. + # v1.38.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/databasemigrationservice/go_module_metadata.go b/service/databasemigrationservice/go_module_metadata.go index d86a52c2d50..85f1e57dec6 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.38.7" +const goModuleVersion = "1.38.8" diff --git a/service/databrew/CHANGELOG.md b/service/databrew/CHANGELOG.md index 6d9d1b9d00b..1651b9187e7 100644 --- a/service/databrew/CHANGELOG.md +++ b/service/databrew/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.8 (2024-05-23) + +* No change notes available for this release. + # v1.29.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/databrew/go_module_metadata.go b/service/databrew/go_module_metadata.go index 77f8e36203e..49a3b5af02c 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.29.7" +const goModuleVersion = "1.29.8" diff --git a/service/dataexchange/CHANGELOG.md b/service/dataexchange/CHANGELOG.md index c6dccb5daa8..93536647cc2 100644 --- a/service/dataexchange/CHANGELOG.md +++ b/service/dataexchange/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.8 (2024-05-23) + +* No change notes available for this release. + # v1.28.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dataexchange/go_module_metadata.go b/service/dataexchange/go_module_metadata.go index 46d8f7083a9..01d0ab196c4 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.28.7" +const goModuleVersion = "1.28.8" diff --git a/service/datapipeline/CHANGELOG.md b/service/datapipeline/CHANGELOG.md index 114348b47a9..412afc50e06 100644 --- a/service/datapipeline/CHANGELOG.md +++ b/service/datapipeline/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-05-23) + +* No change notes available for this release. + # v1.21.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/datapipeline/go_module_metadata.go b/service/datapipeline/go_module_metadata.go index f10fee95fe5..b5b95ae4a3e 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.21.7" +const goModuleVersion = "1.21.8" diff --git a/service/datasync/CHANGELOG.md b/service/datasync/CHANGELOG.md index 65f3882b4a6..2acb7c4f89a 100644 --- a/service/datasync/CHANGELOG.md +++ b/service/datasync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.2 (2024-05-23) + +* No change notes available for this release. + # v1.38.1 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/datasync/go_module_metadata.go b/service/datasync/go_module_metadata.go index de13eb0e805..f2da8f77fdb 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.38.1" +const goModuleVersion = "1.38.2" diff --git a/service/datazone/CHANGELOG.md b/service/datazone/CHANGELOG.md index e5d35fc3f41..55f8ee272a9 100644 --- a/service/datazone/CHANGELOG.md +++ b/service/datazone/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.4 (2024-05-23) + +* No change notes available for this release. + # v1.8.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/datazone/go_module_metadata.go b/service/datazone/go_module_metadata.go index 00012da759f..e5a04f47bd0 100644 --- a/service/datazone/go_module_metadata.go +++ b/service/datazone/go_module_metadata.go @@ -3,4 +3,4 @@ package datazone // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.3" +const goModuleVersion = "1.8.4" diff --git a/service/dax/CHANGELOG.md b/service/dax/CHANGELOG.md index 4378bbaf671..e2c0d463c11 100644 --- a/service/dax/CHANGELOG.md +++ b/service/dax/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.8 (2024-05-23) + +* No change notes available for this release. + # v1.19.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dax/go_module_metadata.go b/service/dax/go_module_metadata.go index 9b8dbd383d7..a1e53304822 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.19.7" +const goModuleVersion = "1.19.8" diff --git a/service/deadline/CHANGELOG.md b/service/deadline/CHANGELOG.md index 92690d25a69..4a20232369c 100644 --- a/service/deadline/CHANGELOG.md +++ b/service/deadline/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.4 (2024-05-23) + +* No change notes available for this release. + # v1.0.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/deadline/go_module_metadata.go b/service/deadline/go_module_metadata.go index 8de26d65ccb..9a76ad98191 100644 --- a/service/deadline/go_module_metadata.go +++ b/service/deadline/go_module_metadata.go @@ -3,4 +3,4 @@ package deadline // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.3" +const goModuleVersion = "1.0.4" diff --git a/service/detective/CHANGELOG.md b/service/detective/CHANGELOG.md index a2a59c13d5c..2c8c971d95f 100644 --- a/service/detective/CHANGELOG.md +++ b/service/detective/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-05-23) + +* No change notes available for this release. + # v1.27.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/detective/go_module_metadata.go b/service/detective/go_module_metadata.go index 918ddbef718..3532259e0bd 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.27.7" +const goModuleVersion = "1.27.8" diff --git a/service/devicefarm/CHANGELOG.md b/service/devicefarm/CHANGELOG.md index b0e9744cda0..af100e231d0 100644 --- a/service/devicefarm/CHANGELOG.md +++ b/service/devicefarm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.8 (2024-05-23) + +* No change notes available for this release. + # v1.22.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/devicefarm/go_module_metadata.go b/service/devicefarm/go_module_metadata.go index 3f1aac034ea..b0f320d457f 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.22.7" +const goModuleVersion = "1.22.8" diff --git a/service/devopsguru/CHANGELOG.md b/service/devopsguru/CHANGELOG.md index 6f16743efac..a269b70ecca 100644 --- a/service/devopsguru/CHANGELOG.md +++ b/service/devopsguru/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.8 (2024-05-23) + +* No change notes available for this release. + # v1.30.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/devopsguru/go_module_metadata.go b/service/devopsguru/go_module_metadata.go index 2e003207e1d..029e8aad51a 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.30.7" +const goModuleVersion = "1.30.8" diff --git a/service/directconnect/CHANGELOG.md b/service/directconnect/CHANGELOG.md index dcef1b03e6a..e173df28bb5 100644 --- a/service/directconnect/CHANGELOG.md +++ b/service/directconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-05-23) + +* No change notes available for this release. + # v1.24.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/directconnect/go_module_metadata.go b/service/directconnect/go_module_metadata.go index 9cd77b07190..7fee5b84c8b 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.24.7" +const goModuleVersion = "1.24.8" diff --git a/service/directoryservice/CHANGELOG.md b/service/directoryservice/CHANGELOG.md index c04def9d6ae..e0670e4b573 100644 --- a/service/directoryservice/CHANGELOG.md +++ b/service/directoryservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-05-23) + +* No change notes available for this release. + # v1.24.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/directoryservice/go_module_metadata.go b/service/directoryservice/go_module_metadata.go index 79aae668fa5..3be9a57e45e 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.24.7" +const goModuleVersion = "1.24.8" diff --git a/service/dlm/CHANGELOG.md b/service/dlm/CHANGELOG.md index 56e8abbac1d..d160c364721 100644 --- a/service/dlm/CHANGELOG.md +++ b/service/dlm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-05-23) + +* No change notes available for this release. + # v1.24.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dlm/go_module_metadata.go b/service/dlm/go_module_metadata.go index 8392a64f94a..8d0465d0eeb 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.24.7" +const goModuleVersion = "1.24.8" diff --git a/service/docdb/CHANGELOG.md b/service/docdb/CHANGELOG.md index 553b148cb85..a62d524d991 100644 --- a/service/docdb/CHANGELOG.md +++ b/service/docdb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.4 (2024-05-23) + +* No change notes available for this release. + # v1.34.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/docdb/go_module_metadata.go b/service/docdb/go_module_metadata.go index f1fd9cd9ba2..06ac7942f06 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.34.3" +const goModuleVersion = "1.34.4" diff --git a/service/docdbelastic/CHANGELOG.md b/service/docdbelastic/CHANGELOG.md index 8e166caad0d..806b3575a7f 100644 --- a/service/docdbelastic/CHANGELOG.md +++ b/service/docdbelastic/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.7 (2024-05-23) + +* No change notes available for this release. + # v1.9.6 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/docdbelastic/go_module_metadata.go b/service/docdbelastic/go_module_metadata.go index 525467d040a..9df3da2d2c2 100644 --- a/service/docdbelastic/go_module_metadata.go +++ b/service/docdbelastic/go_module_metadata.go @@ -3,4 +3,4 @@ package docdbelastic // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.6" +const goModuleVersion = "1.9.7" diff --git a/service/drs/CHANGELOG.md b/service/drs/CHANGELOG.md index 23f8eb982f0..64d05dcc356 100644 --- a/service/drs/CHANGELOG.md +++ b/service/drs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.4 (2024-05-23) + +* No change notes available for this release. + # v1.26.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/drs/go_module_metadata.go b/service/drs/go_module_metadata.go index ee5af36eb38..fed638c7db3 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.26.3" +const goModuleVersion = "1.26.4" diff --git a/service/dynamodb/CHANGELOG.md b/service/dynamodb/CHANGELOG.md index af594916b98..fc32f59d41e 100644 --- a/service/dynamodb/CHANGELOG.md +++ b/service/dynamodb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.4 (2024-05-23) + +* No change notes available for this release. + # v1.32.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dynamodb/go_module_metadata.go b/service/dynamodb/go_module_metadata.go index 496ae774212..867663fea3b 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.32.3" +const goModuleVersion = "1.32.4" diff --git a/service/dynamodbstreams/CHANGELOG.md b/service/dynamodbstreams/CHANGELOG.md index 5133656d532..06d6549b614 100644 --- a/service/dynamodbstreams/CHANGELOG.md +++ b/service/dynamodbstreams/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.8 (2024-05-23) + +* No change notes available for this release. + # v1.20.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dynamodbstreams/go_module_metadata.go b/service/dynamodbstreams/go_module_metadata.go index 3354d4726a8..757587463a5 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.20.7" +const goModuleVersion = "1.20.8" diff --git a/service/ebs/CHANGELOG.md b/service/ebs/CHANGELOG.md index 35b1401a917..5c06692fc06 100644 --- a/service/ebs/CHANGELOG.md +++ b/service/ebs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-05-23) + +* No change notes available for this release. + # v1.23.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ebs/go_module_metadata.go b/service/ebs/go_module_metadata.go index 43e26ff2aa7..f8e6a1c5a97 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.23.7" +const goModuleVersion = "1.23.8" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index a3df5c5bfa3..0f601407bf8 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.161.4 (2024-05-23) + +* No change notes available for this release. + # v1.161.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index 0a2dbb06278..d59aa4ee4f1 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.161.3" +const goModuleVersion = "1.161.4" diff --git a/service/ec2instanceconnect/CHANGELOG.md b/service/ec2instanceconnect/CHANGELOG.md index 0506107bc11..5fdf980e698 100644 --- a/service/ec2instanceconnect/CHANGELOG.md +++ b/service/ec2instanceconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.6 (2024-05-23) + +* No change notes available for this release. + # v1.23.5 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ec2instanceconnect/go_module_metadata.go b/service/ec2instanceconnect/go_module_metadata.go index a444dfb0535..cf75a5442f3 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.23.5" +const goModuleVersion = "1.23.6" diff --git a/service/ecr/CHANGELOG.md b/service/ecr/CHANGELOG.md index c4160719efb..65da1faf28c 100644 --- a/service/ecr/CHANGELOG.md +++ b/service/ecr/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.3 (2024-05-23) + +* No change notes available for this release. + # v1.28.2 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ecr/go_module_metadata.go b/service/ecr/go_module_metadata.go index 9e4f1b100db..2ec7848e823 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.28.2" +const goModuleVersion = "1.28.3" diff --git a/service/ecrpublic/CHANGELOG.md b/service/ecrpublic/CHANGELOG.md index eb220fc6dcc..351728faba9 100644 --- a/service/ecrpublic/CHANGELOG.md +++ b/service/ecrpublic/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-05-23) + +* No change notes available for this release. + # v1.23.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ecrpublic/go_module_metadata.go b/service/ecrpublic/go_module_metadata.go index 881df07787e..b970f7ae814 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.23.7" +const goModuleVersion = "1.23.8" diff --git a/service/ecs/CHANGELOG.md b/service/ecs/CHANGELOG.md index 42cd1ab69b1..ab4a06c4a75 100644 --- a/service/ecs/CHANGELOG.md +++ b/service/ecs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.41.11 (2024-05-23) + +* No change notes available for this release. + # v1.41.10 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ecs/go_module_metadata.go b/service/ecs/go_module_metadata.go index c473a0826e6..548e7d44a18 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.41.10" +const goModuleVersion = "1.41.11" diff --git a/service/efs/CHANGELOG.md b/service/efs/CHANGELOG.md index d6a4c43da05..dcb65db565b 100644 --- a/service/efs/CHANGELOG.md +++ b/service/efs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.8 (2024-05-23) + +* No change notes available for this release. + # v1.28.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/efs/go_module_metadata.go b/service/efs/go_module_metadata.go index 2577efd78a4..05b1343915f 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.28.7" +const goModuleVersion = "1.28.8" diff --git a/service/eks/CHANGELOG.md b/service/eks/CHANGELOG.md index de0149b4529..6d2f2668b0e 100644 --- a/service/eks/CHANGELOG.md +++ b/service/eks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.42.5 (2024-05-23) + +* No change notes available for this release. + # v1.42.4 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/eks/go_module_metadata.go b/service/eks/go_module_metadata.go index 5af9b4910ab..0d8ad12f8d5 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.42.4" +const goModuleVersion = "1.42.5" diff --git a/service/eksauth/CHANGELOG.md b/service/eksauth/CHANGELOG.md index 9b236790169..715aeb1c3d5 100644 --- a/service/eksauth/CHANGELOG.md +++ b/service/eksauth/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.8 (2024-05-23) + +* No change notes available for this release. + # v1.3.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/eksauth/go_module_metadata.go b/service/eksauth/go_module_metadata.go index 4f41ac9a136..25830464b49 100644 --- a/service/eksauth/go_module_metadata.go +++ b/service/eksauth/go_module_metadata.go @@ -3,4 +3,4 @@ package eksauth // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.3.7" +const goModuleVersion = "1.3.8" diff --git a/service/elasticache/CHANGELOG.md b/service/elasticache/CHANGELOG.md index b7549cd282d..23df733d493 100644 --- a/service/elasticache/CHANGELOG.md +++ b/service/elasticache/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.5 (2024-05-23) + +* No change notes available for this release. + # v1.38.4 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticache/go_module_metadata.go b/service/elasticache/go_module_metadata.go index f3eec07b349..dd2ae62eecb 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.38.4" +const goModuleVersion = "1.38.5" diff --git a/service/elasticbeanstalk/CHANGELOG.md b/service/elasticbeanstalk/CHANGELOG.md index 4e5013eec6b..f9c550d8432 100644 --- a/service/elasticbeanstalk/CHANGELOG.md +++ b/service/elasticbeanstalk/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-05-23) + +* No change notes available for this release. + # v1.23.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticbeanstalk/go_module_metadata.go b/service/elasticbeanstalk/go_module_metadata.go index 85bacce5dac..c6ea994632c 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.23.7" +const goModuleVersion = "1.23.8" diff --git a/service/elasticinference/CHANGELOG.md b/service/elasticinference/CHANGELOG.md index 1c8642ce106..09f0ea41074 100644 --- a/service/elasticinference/CHANGELOG.md +++ b/service/elasticinference/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.8 (2024-05-23) + +* No change notes available for this release. + # v1.19.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticinference/go_module_metadata.go b/service/elasticinference/go_module_metadata.go index 50c5bc2d69f..934a68ea16b 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.19.7" +const goModuleVersion = "1.19.8" diff --git a/service/elasticloadbalancing/CHANGELOG.md b/service/elasticloadbalancing/CHANGELOG.md index 1451111ded8..4b3b2511bde 100644 --- a/service/elasticloadbalancing/CHANGELOG.md +++ b/service/elasticloadbalancing/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-05-23) + +* No change notes available for this release. + # v1.24.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticloadbalancing/go_module_metadata.go b/service/elasticloadbalancing/go_module_metadata.go index 4b59701a374..f33db9d31d1 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.24.7" +const goModuleVersion = "1.24.8" diff --git a/service/elasticloadbalancingv2/CHANGELOG.md b/service/elasticloadbalancingv2/CHANGELOG.md index 4315ab89843..19d49fc0e25 100644 --- a/service/elasticloadbalancingv2/CHANGELOG.md +++ b/service/elasticloadbalancingv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.1 (2024-05-23) + +* No change notes available for this release. + # v1.31.0 (2024-05-17) * **Feature**: This release adds dualstack-without-public-ipv4 IP address type for ALB. diff --git a/service/elasticloadbalancingv2/go_module_metadata.go b/service/elasticloadbalancingv2/go_module_metadata.go index f1521a36690..6e6ad530c0d 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.31.0" +const goModuleVersion = "1.31.1" diff --git a/service/elasticsearchservice/CHANGELOG.md b/service/elasticsearchservice/CHANGELOG.md index 35ed321ea8b..4bc479051f5 100644 --- a/service/elasticsearchservice/CHANGELOG.md +++ b/service/elasticsearchservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.8 (2024-05-23) + +* No change notes available for this release. + # v1.28.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticsearchservice/go_module_metadata.go b/service/elasticsearchservice/go_module_metadata.go index 49de278f893..a5943968a31 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.28.7" +const goModuleVersion = "1.28.8" diff --git a/service/elastictranscoder/CHANGELOG.md b/service/elastictranscoder/CHANGELOG.md index 4a37845998f..057e1425c82 100644 --- a/service/elastictranscoder/CHANGELOG.md +++ b/service/elastictranscoder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.8 (2024-05-23) + +* No change notes available for this release. + # v1.22.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elastictranscoder/go_module_metadata.go b/service/elastictranscoder/go_module_metadata.go index 5659002c677..170da0cf3b6 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.22.7" +const goModuleVersion = "1.22.8" diff --git a/service/emr/CHANGELOG.md b/service/emr/CHANGELOG.md index 2dc802bb7f7..736f1d258a0 100644 --- a/service/emr/CHANGELOG.md +++ b/service/emr/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.39.9 (2024-05-23) + +* No change notes available for this release. + # v1.39.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/emr/go_module_metadata.go b/service/emr/go_module_metadata.go index c2776f8a37f..b61387b8f9c 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.39.8" +const goModuleVersion = "1.39.9" diff --git a/service/emrcontainers/CHANGELOG.md b/service/emrcontainers/CHANGELOG.md index 774f1fc7c7a..aef21fdb127 100644 --- a/service/emrcontainers/CHANGELOG.md +++ b/service/emrcontainers/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.5 (2024-05-23) + +* No change notes available for this release. + # v1.28.4 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/emrcontainers/go_module_metadata.go b/service/emrcontainers/go_module_metadata.go index f160032d034..209119d9202 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.28.4" +const goModuleVersion = "1.28.5" diff --git a/service/emrserverless/CHANGELOG.md b/service/emrserverless/CHANGELOG.md index c2429b1260c..de04fb0c6fa 100644 --- a/service/emrserverless/CHANGELOG.md +++ b/service/emrserverless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.0 (2024-05-23) + +* **Feature**: This release adds the capability to run interactive workloads using Apache Livy Endpoint. + # v1.19.4 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/emrserverless/go_module_metadata.go b/service/emrserverless/go_module_metadata.go index e2df7d1997c..c4465290903 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.19.4" +const goModuleVersion = "1.20.0" diff --git a/service/entityresolution/CHANGELOG.md b/service/entityresolution/CHANGELOG.md index 38b76e740cd..5423a9a5f88 100644 --- a/service/entityresolution/CHANGELOG.md +++ b/service/entityresolution/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.4 (2024-05-23) + +* No change notes available for this release. + # v1.10.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/entityresolution/go_module_metadata.go b/service/entityresolution/go_module_metadata.go index 3a531b8da5f..a5cfe083a6b 100644 --- a/service/entityresolution/go_module_metadata.go +++ b/service/entityresolution/go_module_metadata.go @@ -3,4 +3,4 @@ package entityresolution // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.3" +const goModuleVersion = "1.10.4" diff --git a/service/eventbridge/CHANGELOG.md b/service/eventbridge/CHANGELOG.md index 69c95bef941..604347fa795 100644 --- a/service/eventbridge/CHANGELOG.md +++ b/service/eventbridge/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.3 (2024-05-23) + +* No change notes available for this release. + # v1.31.2 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/eventbridge/go_module_metadata.go b/service/eventbridge/go_module_metadata.go index 8968dc15513..28187c9d096 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.31.2" +const goModuleVersion = "1.31.3" diff --git a/service/evidently/CHANGELOG.md b/service/evidently/CHANGELOG.md index 1b388af9c49..7d2109a4730 100644 --- a/service/evidently/CHANGELOG.md +++ b/service/evidently/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.8 (2024-05-23) + +* No change notes available for this release. + # v1.19.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/evidently/go_module_metadata.go b/service/evidently/go_module_metadata.go index c97e1399530..b097b967dd3 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.19.7" +const goModuleVersion = "1.19.8" diff --git a/service/finspace/CHANGELOG.md b/service/finspace/CHANGELOG.md index 91c688dc529..ff2d0597d8e 100644 --- a/service/finspace/CHANGELOG.md +++ b/service/finspace/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.5 (2024-05-23) + +* No change notes available for this release. + # v1.24.4 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/finspace/go_module_metadata.go b/service/finspace/go_module_metadata.go index a2ea115edd2..2909f92cf36 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.24.4" +const goModuleVersion = "1.24.5" diff --git a/service/finspacedata/CHANGELOG.md b/service/finspacedata/CHANGELOG.md index c3163a333f5..8704c9cc405 100644 --- a/service/finspacedata/CHANGELOG.md +++ b/service/finspacedata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-05-23) + +* No change notes available for this release. + # v1.24.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/finspacedata/go_module_metadata.go b/service/finspacedata/go_module_metadata.go index b8a5b4f22c6..c1d2fa8ae33 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.24.7" +const goModuleVersion = "1.24.8" diff --git a/service/firehose/CHANGELOG.md b/service/firehose/CHANGELOG.md index e56d0e4e50a..c81a00543f8 100644 --- a/service/firehose/CHANGELOG.md +++ b/service/firehose/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.10 (2024-05-23) + +* No change notes available for this release. + # v1.28.9 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/firehose/go_module_metadata.go b/service/firehose/go_module_metadata.go index d1e85b81f0e..209da8a4d86 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.28.9" +const goModuleVersion = "1.28.10" diff --git a/service/fis/CHANGELOG.md b/service/fis/CHANGELOG.md index ce499865f00..d776ae331cd 100644 --- a/service/fis/CHANGELOG.md +++ b/service/fis/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.6 (2024-05-23) + +* No change notes available for this release. + # v1.24.5 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/fis/go_module_metadata.go b/service/fis/go_module_metadata.go index 6051c82d67c..191a2b76c0f 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.24.5" +const goModuleVersion = "1.24.6" diff --git a/service/fms/CHANGELOG.md b/service/fms/CHANGELOG.md index 19c13beb4a9..6de1051122a 100644 --- a/service/fms/CHANGELOG.md +++ b/service/fms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.5 (2024-05-23) + +* No change notes available for this release. + # v1.33.4 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/fms/go_module_metadata.go b/service/fms/go_module_metadata.go index fae4c6b19e1..1ed75aecdf8 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.33.4" +const goModuleVersion = "1.33.5" diff --git a/service/forecast/CHANGELOG.md b/service/forecast/CHANGELOG.md index 81bcbee08a9..b492c84a01a 100644 --- a/service/forecast/CHANGELOG.md +++ b/service/forecast/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.8 (2024-05-23) + +* No change notes available for this release. + # v1.32.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/forecast/go_module_metadata.go b/service/forecast/go_module_metadata.go index f548a923637..1b3a732629b 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.32.7" +const goModuleVersion = "1.32.8" diff --git a/service/forecastquery/CHANGELOG.md b/service/forecastquery/CHANGELOG.md index 82055557cc9..280d9e0d1ea 100644 --- a/service/forecastquery/CHANGELOG.md +++ b/service/forecastquery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.8 (2024-05-23) + +* No change notes available for this release. + # v1.20.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/forecastquery/go_module_metadata.go b/service/forecastquery/go_module_metadata.go index b81e43853a6..a1c5cd01380 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.20.7" +const goModuleVersion = "1.20.8" diff --git a/service/frauddetector/CHANGELOG.md b/service/frauddetector/CHANGELOG.md index b7c5d42ec96..8b23d19649d 100644 --- a/service/frauddetector/CHANGELOG.md +++ b/service/frauddetector/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.8 (2024-05-23) + +* No change notes available for this release. + # v1.31.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/frauddetector/go_module_metadata.go b/service/frauddetector/go_module_metadata.go index 4e30bb426f9..cb9f5cb91bb 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.31.7" +const goModuleVersion = "1.31.8" diff --git a/service/freetier/CHANGELOG.md b/service/freetier/CHANGELOG.md index ff1a390f054..64180f9c8c3 100644 --- a/service/freetier/CHANGELOG.md +++ b/service/freetier/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.8 (2024-05-23) + +* No change notes available for this release. + # v1.3.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/freetier/go_module_metadata.go b/service/freetier/go_module_metadata.go index 5c52d2cc035..5bf148cbca8 100644 --- a/service/freetier/go_module_metadata.go +++ b/service/freetier/go_module_metadata.go @@ -3,4 +3,4 @@ package freetier // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.3.7" +const goModuleVersion = "1.3.8" diff --git a/service/fsx/CHANGELOG.md b/service/fsx/CHANGELOG.md index 276e7e47d7c..3e58f520322 100644 --- a/service/fsx/CHANGELOG.md +++ b/service/fsx/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.43.9 (2024-05-23) + +* No change notes available for this release. + # v1.43.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/fsx/go_module_metadata.go b/service/fsx/go_module_metadata.go index 83db79405aa..ab4919884b7 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.43.8" +const goModuleVersion = "1.43.9" diff --git a/service/gamelift/CHANGELOG.md b/service/gamelift/CHANGELOG.md index 45be011ce5a..097fd5c9322 100644 --- a/service/gamelift/CHANGELOG.md +++ b/service/gamelift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.4 (2024-05-23) + +* No change notes available for this release. + # v1.31.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/gamelift/go_module_metadata.go b/service/gamelift/go_module_metadata.go index 1f81d29af15..3b61bded195 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.31.3" +const goModuleVersion = "1.31.4" diff --git a/service/glacier/CHANGELOG.md b/service/glacier/CHANGELOG.md index ca0011e0ba0..f9c7c686919 100644 --- a/service/glacier/CHANGELOG.md +++ b/service/glacier/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.8 (2024-05-23) + +* No change notes available for this release. + # v1.22.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/glacier/go_module_metadata.go b/service/glacier/go_module_metadata.go index 8e633aa337b..a579d8eaa67 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.22.7" +const goModuleVersion = "1.22.8" diff --git a/service/globalaccelerator/CHANGELOG.md b/service/globalaccelerator/CHANGELOG.md index 5f3f84948b3..e9b49eb6569 100644 --- a/service/globalaccelerator/CHANGELOG.md +++ b/service/globalaccelerator/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.5 (2024-05-23) + +* No change notes available for this release. + # v1.23.4 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/globalaccelerator/go_module_metadata.go b/service/globalaccelerator/go_module_metadata.go index 32b1a2c0b84..b6f96343d3c 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.23.4" +const goModuleVersion = "1.23.5" diff --git a/service/glue/CHANGELOG.md b/service/glue/CHANGELOG.md index 371dcfd92b2..2eeb7fe0b5d 100644 --- a/service/glue/CHANGELOG.md +++ b/service/glue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.81.1 (2024-05-23) + +* No change notes available for this release. + # v1.81.0 (2024-05-21) * **Feature**: Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED. diff --git a/service/glue/go_module_metadata.go b/service/glue/go_module_metadata.go index 45e12df0133..1b94121d0cb 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.81.0" +const goModuleVersion = "1.81.1" diff --git a/service/grafana/CHANGELOG.md b/service/grafana/CHANGELOG.md index 2fd7eea04e6..5ed772ffd69 100644 --- a/service/grafana/CHANGELOG.md +++ b/service/grafana/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.2 (2024-05-23) + +* No change notes available for this release. + # v1.22.1 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/grafana/go_module_metadata.go b/service/grafana/go_module_metadata.go index c4e2d57d891..bd85fa3b23c 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.22.1" +const goModuleVersion = "1.22.2" diff --git a/service/greengrass/CHANGELOG.md b/service/greengrass/CHANGELOG.md index abd300c2fc6..d57e2c9b052 100644 --- a/service/greengrass/CHANGELOG.md +++ b/service/greengrass/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-05-23) + +* No change notes available for this release. + # v1.23.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/greengrass/go_module_metadata.go b/service/greengrass/go_module_metadata.go index 46ca70245a3..0a4943237f8 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.23.7" +const goModuleVersion = "1.23.8" diff --git a/service/greengrassv2/CHANGELOG.md b/service/greengrassv2/CHANGELOG.md index 6ee9f27a571..dde79725cf3 100644 --- a/service/greengrassv2/CHANGELOG.md +++ b/service/greengrassv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.3 (2024-05-23) + +* No change notes available for this release. + # v1.31.2 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/greengrassv2/go_module_metadata.go b/service/greengrassv2/go_module_metadata.go index 19789e13785..1afea1b7f67 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.31.2" +const goModuleVersion = "1.31.3" diff --git a/service/groundstation/CHANGELOG.md b/service/groundstation/CHANGELOG.md index 094602baabd..5803b80324c 100644 --- a/service/groundstation/CHANGELOG.md +++ b/service/groundstation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.4 (2024-05-23) + +* No change notes available for this release. + # v1.27.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/groundstation/go_module_metadata.go b/service/groundstation/go_module_metadata.go index be7ba710257..d06e53d7e97 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.27.3" +const goModuleVersion = "1.27.4" diff --git a/service/guardduty/CHANGELOG.md b/service/guardduty/CHANGELOG.md index 0885c17a320..31fdfa55c81 100644 --- a/service/guardduty/CHANGELOG.md +++ b/service/guardduty/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.42.4 (2024-05-23) + +* No change notes available for this release. + # v1.42.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/guardduty/go_module_metadata.go b/service/guardduty/go_module_metadata.go index 5f26521c6d0..36be9f3461a 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.42.3" +const goModuleVersion = "1.42.4" diff --git a/service/health/CHANGELOG.md b/service/health/CHANGELOG.md index d2665ab37de..4f61fe27abf 100644 --- a/service/health/CHANGELOG.md +++ b/service/health/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-05-23) + +* No change notes available for this release. + # v1.24.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/health/go_module_metadata.go b/service/health/go_module_metadata.go index 2116da27ae6..302f66f0bd0 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.24.7" +const goModuleVersion = "1.24.8" diff --git a/service/healthlake/CHANGELOG.md b/service/healthlake/CHANGELOG.md index c16fa9fb84b..af99eecc363 100644 --- a/service/healthlake/CHANGELOG.md +++ b/service/healthlake/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.4 (2024-05-23) + +* No change notes available for this release. + # v1.24.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/healthlake/go_module_metadata.go b/service/healthlake/go_module_metadata.go index db6297f9195..c49662421f7 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.24.3" +const goModuleVersion = "1.24.4" diff --git a/service/iam/CHANGELOG.md b/service/iam/CHANGELOG.md index 90d7fb4eb1b..6c388dfc630 100644 --- a/service/iam/CHANGELOG.md +++ b/service/iam/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.4 (2024-05-23) + +* No change notes available for this release. + # v1.32.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iam/go_module_metadata.go b/service/iam/go_module_metadata.go index 1ec08f2a35c..0bfee5b0f9e 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.32.3" +const goModuleVersion = "1.32.4" diff --git a/service/identitystore/CHANGELOG.md b/service/identitystore/CHANGELOG.md index 368ee4e681c..a06fd0c48ab 100644 --- a/service/identitystore/CHANGELOG.md +++ b/service/identitystore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.9 (2024-05-23) + +* No change notes available for this release. + # v1.23.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/identitystore/go_module_metadata.go b/service/identitystore/go_module_metadata.go index a8940b7d58e..bea105550bc 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.23.8" +const goModuleVersion = "1.23.9" diff --git a/service/imagebuilder/CHANGELOG.md b/service/imagebuilder/CHANGELOG.md index 7784e5e2280..2e6e20f6570 100644 --- a/service/imagebuilder/CHANGELOG.md +++ b/service/imagebuilder/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.7 (2024-05-23) + +* No change notes available for this release. + # v1.33.6 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/imagebuilder/go_module_metadata.go b/service/imagebuilder/go_module_metadata.go index 06e1f70c6cb..acf4d87aec3 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.33.6" +const goModuleVersion = "1.33.7" diff --git a/service/inspector/CHANGELOG.md b/service/inspector/CHANGELOG.md index 48826edcd49..1921d95029f 100644 --- a/service/inspector/CHANGELOG.md +++ b/service/inspector/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-05-23) + +* No change notes available for this release. + # v1.21.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/inspector/go_module_metadata.go b/service/inspector/go_module_metadata.go index 1ce404207f9..3c14aa0d38f 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.21.7" +const goModuleVersion = "1.21.8" diff --git a/service/inspector2/CHANGELOG.md b/service/inspector2/CHANGELOG.md index 1593b5ac1f4..ec4a4e95cd1 100644 --- a/service/inspector2/CHANGELOG.md +++ b/service/inspector2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.4 (2024-05-23) + +* No change notes available for this release. + # v1.26.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/inspector2/go_module_metadata.go b/service/inspector2/go_module_metadata.go index c1fc3704517..9fb9aad87b4 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.26.3" +const goModuleVersion = "1.26.4" diff --git a/service/inspectorscan/CHANGELOG.md b/service/inspectorscan/CHANGELOG.md index d56964699f6..b1c18a635d5 100644 --- a/service/inspectorscan/CHANGELOG.md +++ b/service/inspectorscan/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.8 (2024-05-23) + +* No change notes available for this release. + # v1.3.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/inspectorscan/go_module_metadata.go b/service/inspectorscan/go_module_metadata.go index 20a356eae21..adfe1fad7f6 100644 --- a/service/inspectorscan/go_module_metadata.go +++ b/service/inspectorscan/go_module_metadata.go @@ -3,4 +3,4 @@ package inspectorscan // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.3.7" +const goModuleVersion = "1.3.8" diff --git a/service/internal/benchmark/go.mod b/service/internal/benchmark/go.mod index 5dcb7aaac0d..35e5febf310 100644 --- a/service/internal/benchmark/go.mod +++ b/service/internal/benchmark/go.mod @@ -5,10 +5,10 @@ go 1.20 require ( github.com/aws/aws-sdk-go v1.44.28 github.com/aws/aws-sdk-go-v2 v1.27.0 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.3 - github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.20.7 - github.com/aws/aws-sdk-go-v2/service/s3 v1.54.2 - github.com/aws/aws-sdk-go-v2/service/schemas v1.24.7 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.4 + github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.20.8 + github.com/aws/aws-sdk-go-v2/service/s3 v1.54.3 + github.com/aws/aws-sdk-go-v2/service/schemas v1.24.8 github.com/aws/smithy-go v1.20.2 ) diff --git a/service/internal/eventstreamtesting/CHANGELOG.md b/service/internal/eventstreamtesting/CHANGELOG.md index c27526e8354..72c65f3305f 100644 --- a/service/internal/eventstreamtesting/CHANGELOG.md +++ b/service/internal/eventstreamtesting/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.3 (2024-05-23) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.2 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/eventstreamtesting/go.mod b/service/internal/eventstreamtesting/go.mod index 555a6a84fd1..933801ea845 100644 --- a/service/internal/eventstreamtesting/go.mod +++ b/service/internal/eventstreamtesting/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/aws/aws-sdk-go-v2 v1.27.0 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.2 - github.com/aws/aws-sdk-go-v2/credentials v1.17.15 + github.com/aws/aws-sdk-go-v2/credentials v1.17.16 ) require github.com/aws/smithy-go v1.20.2 // indirect diff --git a/service/internal/eventstreamtesting/go_module_metadata.go b/service/internal/eventstreamtesting/go_module_metadata.go index 4f50a758830..e2dad2e19ff 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.4.2" +const goModuleVersion = "1.4.3" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 4beb5fceb0d..3c7e49b4750 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -2,96 +2,96 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest require ( github.com/aws/aws-sdk-go-v2 v1.27.0 - github.com/aws/aws-sdk-go-v2/config v1.27.15 - github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.20 - github.com/aws/aws-sdk-go-v2/service/acm v1.25.7 - github.com/aws/aws-sdk-go-v2/service/apigateway v1.23.9 - github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.27.7 - github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.24.7 - github.com/aws/aws-sdk-go-v2/service/appstream v1.34.7 - github.com/aws/aws-sdk-go-v2/service/athena v1.40.7 - github.com/aws/aws-sdk-go-v2/service/autoscaling v1.40.8 - github.com/aws/aws-sdk-go-v2/service/batch v1.37.3 - github.com/aws/aws-sdk-go-v2/service/cloudformation v1.51.0 - github.com/aws/aws-sdk-go-v2/service/cloudfront v1.36.3 - github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.21.7 - github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.22.7 - github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.39.5 - github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.38.3 - github.com/aws/aws-sdk-go-v2/service/codebuild v1.36.0 - github.com/aws/aws-sdk-go-v2/service/codecommit v1.22.7 - github.com/aws/aws-sdk-go-v2/service/codedeploy v1.25.7 - github.com/aws/aws-sdk-go-v2/service/codepipeline v1.27.3 - github.com/aws/aws-sdk-go-v2/service/codestar v1.21.7 - github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.38.2 - github.com/aws/aws-sdk-go-v2/service/configservice v1.46.8 - github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.23.7 - github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.38.7 - github.com/aws/aws-sdk-go-v2/service/devicefarm v1.22.7 - github.com/aws/aws-sdk-go-v2/service/directconnect v1.24.7 - github.com/aws/aws-sdk-go-v2/service/directoryservice v1.24.7 - github.com/aws/aws-sdk-go-v2/service/docdb v1.34.3 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.3 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.161.3 - github.com/aws/aws-sdk-go-v2/service/ecr v1.28.2 - github.com/aws/aws-sdk-go-v2/service/ecs v1.41.10 - github.com/aws/aws-sdk-go-v2/service/efs v1.28.7 - github.com/aws/aws-sdk-go-v2/service/elasticache v1.38.4 - github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.23.7 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.24.7 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.31.0 - github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.28.7 - github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.22.7 - github.com/aws/aws-sdk-go-v2/service/emr v1.39.8 - github.com/aws/aws-sdk-go-v2/service/eventbridge v1.31.2 - github.com/aws/aws-sdk-go-v2/service/firehose v1.28.9 - github.com/aws/aws-sdk-go-v2/service/gamelift v1.31.3 - github.com/aws/aws-sdk-go-v2/service/glacier v1.22.7 - github.com/aws/aws-sdk-go-v2/service/glue v1.81.0 - github.com/aws/aws-sdk-go-v2/service/health v1.24.7 - github.com/aws/aws-sdk-go-v2/service/iam v1.32.3 - github.com/aws/aws-sdk-go-v2/service/inspector v1.21.7 - github.com/aws/aws-sdk-go-v2/service/iot v1.53.6 - github.com/aws/aws-sdk-go-v2/service/kinesis v1.27.7 - github.com/aws/aws-sdk-go-v2/service/kms v1.32.0 - github.com/aws/aws-sdk-go-v2/service/lambda v1.54.3 - github.com/aws/aws-sdk-go-v2/service/lightsail v1.38.0 - github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.20.7 - github.com/aws/aws-sdk-go-v2/service/neptune v1.31.9 - github.com/aws/aws-sdk-go-v2/service/opsworks v1.22.7 - github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.19.8 - github.com/aws/aws-sdk-go-v2/service/polly v1.40.2 - github.com/aws/aws-sdk-go-v2/service/rds v1.79.1 - github.com/aws/aws-sdk-go-v2/service/redshift v1.44.3 - github.com/aws/aws-sdk-go-v2/service/rekognition v1.40.3 - github.com/aws/aws-sdk-go-v2/service/route53 v1.40.7 - github.com/aws/aws-sdk-go-v2/service/route53domains v1.23.7 - github.com/aws/aws-sdk-go-v2/service/route53resolver v1.28.4 - github.com/aws/aws-sdk-go-v2/service/s3 v1.54.2 - github.com/aws/aws-sdk-go-v2/service/s3control v1.44.10 - github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.29.0 - github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.28.7 - github.com/aws/aws-sdk-go-v2/service/ses v1.22.8 - github.com/aws/aws-sdk-go-v2/service/sfn v1.27.3 - github.com/aws/aws-sdk-go-v2/service/shield v1.25.7 - github.com/aws/aws-sdk-go-v2/service/snowball v1.26.9 - github.com/aws/aws-sdk-go-v2/service/sns v1.29.7 - github.com/aws/aws-sdk-go-v2/service/sqs v1.32.2 - github.com/aws/aws-sdk-go-v2/service/ssm v1.50.3 - github.com/aws/aws-sdk-go-v2/service/sts v1.28.9 - github.com/aws/aws-sdk-go-v2/service/support v1.22.3 - github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.25.8 - github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.17.7 - github.com/aws/aws-sdk-go-v2/service/waf v1.20.7 - github.com/aws/aws-sdk-go-v2/service/wafregional v1.21.7 - github.com/aws/aws-sdk-go-v2/service/wafv2 v1.49.0 - github.com/aws/aws-sdk-go-v2/service/workspaces v1.39.3 + github.com/aws/aws-sdk-go-v2/config v1.27.16 + github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.21 + github.com/aws/aws-sdk-go-v2/service/acm v1.25.8 + github.com/aws/aws-sdk-go-v2/service/apigateway v1.23.10 + github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.27.8 + github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.24.8 + github.com/aws/aws-sdk-go-v2/service/appstream v1.34.8 + github.com/aws/aws-sdk-go-v2/service/athena v1.40.8 + github.com/aws/aws-sdk-go-v2/service/autoscaling v1.40.9 + github.com/aws/aws-sdk-go-v2/service/batch v1.37.4 + github.com/aws/aws-sdk-go-v2/service/cloudformation v1.51.1 + github.com/aws/aws-sdk-go-v2/service/cloudfront v1.36.4 + github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.21.8 + github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.22.8 + github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.39.6 + github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.38.4 + github.com/aws/aws-sdk-go-v2/service/codebuild v1.36.1 + github.com/aws/aws-sdk-go-v2/service/codecommit v1.22.8 + github.com/aws/aws-sdk-go-v2/service/codedeploy v1.25.8 + github.com/aws/aws-sdk-go-v2/service/codepipeline v1.27.4 + github.com/aws/aws-sdk-go-v2/service/codestar v1.21.8 + github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.38.3 + github.com/aws/aws-sdk-go-v2/service/configservice v1.46.9 + github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.23.8 + github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.38.8 + github.com/aws/aws-sdk-go-v2/service/devicefarm v1.22.8 + github.com/aws/aws-sdk-go-v2/service/directconnect v1.24.8 + github.com/aws/aws-sdk-go-v2/service/directoryservice v1.24.8 + github.com/aws/aws-sdk-go-v2/service/docdb v1.34.4 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.4 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.161.4 + github.com/aws/aws-sdk-go-v2/service/ecr v1.28.3 + github.com/aws/aws-sdk-go-v2/service/ecs v1.41.11 + github.com/aws/aws-sdk-go-v2/service/efs v1.28.8 + github.com/aws/aws-sdk-go-v2/service/elasticache v1.38.5 + github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.23.8 + github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.24.8 + github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.31.1 + github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.28.8 + github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.22.8 + github.com/aws/aws-sdk-go-v2/service/emr v1.39.9 + github.com/aws/aws-sdk-go-v2/service/eventbridge v1.31.3 + github.com/aws/aws-sdk-go-v2/service/firehose v1.28.10 + github.com/aws/aws-sdk-go-v2/service/gamelift v1.31.4 + github.com/aws/aws-sdk-go-v2/service/glacier v1.22.8 + github.com/aws/aws-sdk-go-v2/service/glue v1.81.1 + github.com/aws/aws-sdk-go-v2/service/health v1.24.8 + github.com/aws/aws-sdk-go-v2/service/iam v1.32.4 + github.com/aws/aws-sdk-go-v2/service/inspector v1.21.8 + github.com/aws/aws-sdk-go-v2/service/iot v1.53.7 + github.com/aws/aws-sdk-go-v2/service/kinesis v1.27.8 + github.com/aws/aws-sdk-go-v2/service/kms v1.32.1 + github.com/aws/aws-sdk-go-v2/service/lambda v1.54.4 + github.com/aws/aws-sdk-go-v2/service/lightsail v1.38.1 + github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.20.8 + github.com/aws/aws-sdk-go-v2/service/neptune v1.31.10 + github.com/aws/aws-sdk-go-v2/service/opsworks v1.22.8 + github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.19.9 + github.com/aws/aws-sdk-go-v2/service/polly v1.40.3 + github.com/aws/aws-sdk-go-v2/service/rds v1.79.2 + github.com/aws/aws-sdk-go-v2/service/redshift v1.44.4 + github.com/aws/aws-sdk-go-v2/service/rekognition v1.40.4 + github.com/aws/aws-sdk-go-v2/service/route53 v1.40.8 + github.com/aws/aws-sdk-go-v2/service/route53domains v1.23.8 + github.com/aws/aws-sdk-go-v2/service/route53resolver v1.28.5 + github.com/aws/aws-sdk-go-v2/service/s3 v1.54.3 + github.com/aws/aws-sdk-go-v2/service/s3control v1.44.11 + github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.29.1 + github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.28.8 + github.com/aws/aws-sdk-go-v2/service/ses v1.22.9 + github.com/aws/aws-sdk-go-v2/service/sfn v1.27.4 + github.com/aws/aws-sdk-go-v2/service/shield v1.25.8 + github.com/aws/aws-sdk-go-v2/service/snowball v1.26.10 + github.com/aws/aws-sdk-go-v2/service/sns v1.29.8 + github.com/aws/aws-sdk-go-v2/service/sqs v1.32.3 + github.com/aws/aws-sdk-go-v2/service/ssm v1.50.4 + github.com/aws/aws-sdk-go-v2/service/sts v1.28.10 + github.com/aws/aws-sdk-go-v2/service/support v1.22.4 + github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.25.9 + github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.17.8 + github.com/aws/aws-sdk-go-v2/service/waf v1.20.8 + github.com/aws/aws-sdk-go-v2/service/wafregional v1.21.8 + github.com/aws/aws-sdk-go-v2/service/wafv2 v1.49.1 + github.com/aws/aws-sdk-go-v2/service/workspaces v1.39.4 github.com/aws/smithy-go v1.20.2 ) require ( github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.2 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.15 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.16 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.3 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.7 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.7 // indirect @@ -102,8 +102,8 @@ require ( github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.9.8 // indirect github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.9 // indirect github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.7 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.20.8 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.2 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.20.9 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.3 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect ) diff --git a/service/internetmonitor/CHANGELOG.md b/service/internetmonitor/CHANGELOG.md index b773d3770d1..d2bd33099b5 100644 --- a/service/internetmonitor/CHANGELOG.md +++ b/service/internetmonitor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.4 (2024-05-23) + +* No change notes available for this release. + # v1.14.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internetmonitor/go_module_metadata.go b/service/internetmonitor/go_module_metadata.go index af0ce57d8cb..79597062c3b 100644 --- a/service/internetmonitor/go_module_metadata.go +++ b/service/internetmonitor/go_module_metadata.go @@ -3,4 +3,4 @@ package internetmonitor // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.3" +const goModuleVersion = "1.14.4" diff --git a/service/iot/CHANGELOG.md b/service/iot/CHANGELOG.md index d8bec7eb7ba..48bee3be8cf 100644 --- a/service/iot/CHANGELOG.md +++ b/service/iot/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.53.7 (2024-05-23) + +* No change notes available for this release. + # v1.53.6 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iot/go_module_metadata.go b/service/iot/go_module_metadata.go index e8c27831c28..630f35e1ac8 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.53.6" +const goModuleVersion = "1.53.7" diff --git a/service/iot1clickdevicesservice/CHANGELOG.md b/service/iot1clickdevicesservice/CHANGELOG.md index 752330b2bc7..d18c37bae4a 100644 --- a/service/iot1clickdevicesservice/CHANGELOG.md +++ b/service/iot1clickdevicesservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.8 (2024-05-23) + +* No change notes available for this release. + # v1.19.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iot1clickdevicesservice/go_module_metadata.go b/service/iot1clickdevicesservice/go_module_metadata.go index 15b17bdab7d..9848d0c4120 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.19.7" +const goModuleVersion = "1.19.8" diff --git a/service/iot1clickprojects/CHANGELOG.md b/service/iot1clickprojects/CHANGELOG.md index d1a229ddfc3..6d38c8e282d 100644 --- a/service/iot1clickprojects/CHANGELOG.md +++ b/service/iot1clickprojects/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.8 (2024-05-23) + +* No change notes available for this release. + # v1.19.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iot1clickprojects/go_module_metadata.go b/service/iot1clickprojects/go_module_metadata.go index 64beb385998..fe0e1ca4fd7 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.19.7" +const goModuleVersion = "1.19.8" diff --git a/service/iotanalytics/CHANGELOG.md b/service/iotanalytics/CHANGELOG.md index 960c4022874..e53e3ded965 100644 --- a/service/iotanalytics/CHANGELOG.md +++ b/service/iotanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.8 (2024-05-23) + +* No change notes available for this release. + # v1.22.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotanalytics/go_module_metadata.go b/service/iotanalytics/go_module_metadata.go index 3cb39904226..5350fef2222 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.22.7" +const goModuleVersion = "1.22.8" diff --git a/service/iotdataplane/CHANGELOG.md b/service/iotdataplane/CHANGELOG.md index 0979e14ef11..df6db1084ca 100644 --- a/service/iotdataplane/CHANGELOG.md +++ b/service/iotdataplane/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.8 (2024-05-23) + +* No change notes available for this release. + # v1.22.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotdataplane/go_module_metadata.go b/service/iotdataplane/go_module_metadata.go index f38afee8196..fabd6da44eb 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.22.7" +const goModuleVersion = "1.22.8" diff --git a/service/iotdeviceadvisor/CHANGELOG.md b/service/iotdeviceadvisor/CHANGELOG.md index e223f0998c5..b42c8ff8afa 100644 --- a/service/iotdeviceadvisor/CHANGELOG.md +++ b/service/iotdeviceadvisor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.8 (2024-05-23) + +* No change notes available for this release. + # v1.26.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotdeviceadvisor/go_module_metadata.go b/service/iotdeviceadvisor/go_module_metadata.go index 0e0300b5924..6045c8ab0ae 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.26.7" +const goModuleVersion = "1.26.8" diff --git a/service/iotevents/CHANGELOG.md b/service/iotevents/CHANGELOG.md index 626d9f03993..1af6766bb0a 100644 --- a/service/iotevents/CHANGELOG.md +++ b/service/iotevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-05-23) + +* No change notes available for this release. + # v1.23.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotevents/go_module_metadata.go b/service/iotevents/go_module_metadata.go index 623bc3f4512..6d4f2f7b024 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.23.7" +const goModuleVersion = "1.23.8" diff --git a/service/ioteventsdata/CHANGELOG.md b/service/ioteventsdata/CHANGELOG.md index ef796399338..0afa76e10d7 100644 --- a/service/ioteventsdata/CHANGELOG.md +++ b/service/ioteventsdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.8 (2024-05-23) + +* No change notes available for this release. + # v1.20.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ioteventsdata/go_module_metadata.go b/service/ioteventsdata/go_module_metadata.go index a72add8be3f..acf5b9e3676 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.20.7" +const goModuleVersion = "1.20.8" diff --git a/service/iotfleethub/CHANGELOG.md b/service/iotfleethub/CHANGELOG.md index b93508a892c..cac36a43c24 100644 --- a/service/iotfleethub/CHANGELOG.md +++ b/service/iotfleethub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.9 (2024-05-23) + +* No change notes available for this release. + # v1.20.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotfleethub/go_module_metadata.go b/service/iotfleethub/go_module_metadata.go index 0acdbc76e02..7329d0ad956 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.20.8" +const goModuleVersion = "1.20.9" diff --git a/service/iotfleetwise/CHANGELOG.md b/service/iotfleetwise/CHANGELOG.md index 5f1ad4b22ca..2efaa9d35a8 100644 --- a/service/iotfleetwise/CHANGELOG.md +++ b/service/iotfleetwise/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.8 (2024-05-23) + +* No change notes available for this release. + # v1.14.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotfleetwise/go_module_metadata.go b/service/iotfleetwise/go_module_metadata.go index 00b73af1ee5..2a20a292ef6 100644 --- a/service/iotfleetwise/go_module_metadata.go +++ b/service/iotfleetwise/go_module_metadata.go @@ -3,4 +3,4 @@ package iotfleetwise // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.7" +const goModuleVersion = "1.14.8" diff --git a/service/iotjobsdataplane/CHANGELOG.md b/service/iotjobsdataplane/CHANGELOG.md index d0417a79791..6096a64a5f8 100644 --- a/service/iotjobsdataplane/CHANGELOG.md +++ b/service/iotjobsdataplane/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.8 (2024-05-23) + +* No change notes available for this release. + # v1.19.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotjobsdataplane/go_module_metadata.go b/service/iotjobsdataplane/go_module_metadata.go index a16e41dd211..28521120318 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.19.7" +const goModuleVersion = "1.19.8" diff --git a/service/iotsecuretunneling/CHANGELOG.md b/service/iotsecuretunneling/CHANGELOG.md index e219560942a..fc1bf41f891 100644 --- a/service/iotsecuretunneling/CHANGELOG.md +++ b/service/iotsecuretunneling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-05-23) + +* No change notes available for this release. + # v1.23.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotsecuretunneling/go_module_metadata.go b/service/iotsecuretunneling/go_module_metadata.go index 5a75a6383c1..65dd5b4ac44 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.23.7" +const goModuleVersion = "1.23.8" diff --git a/service/iotsitewise/CHANGELOG.md b/service/iotsitewise/CHANGELOG.md index cb242fd3e9f..0064aaa7645 100644 --- a/service/iotsitewise/CHANGELOG.md +++ b/service/iotsitewise/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.37.8 (2024-05-23) + +* No change notes available for this release. + # v1.37.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotsitewise/go_module_metadata.go b/service/iotsitewise/go_module_metadata.go index d6e3a5de16d..f81dc415612 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.37.7" +const goModuleVersion = "1.37.8" diff --git a/service/iotthingsgraph/CHANGELOG.md b/service/iotthingsgraph/CHANGELOG.md index adb632e8a9b..5f0bfd33b73 100644 --- a/service/iotthingsgraph/CHANGELOG.md +++ b/service/iotthingsgraph/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-05-23) + +* No change notes available for this release. + # v1.21.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotthingsgraph/go_module_metadata.go b/service/iotthingsgraph/go_module_metadata.go index ecb3b144941..0f648b08a3e 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.21.7" +const goModuleVersion = "1.21.8" diff --git a/service/iottwinmaker/CHANGELOG.md b/service/iottwinmaker/CHANGELOG.md index 1b8c5eebb54..8fa0c815f31 100644 --- a/service/iottwinmaker/CHANGELOG.md +++ b/service/iottwinmaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.8 (2024-05-23) + +* No change notes available for this release. + # v1.19.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iottwinmaker/go_module_metadata.go b/service/iottwinmaker/go_module_metadata.go index 2efbd3320b6..7abc416992c 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.19.7" +const goModuleVersion = "1.19.8" diff --git a/service/iotwireless/CHANGELOG.md b/service/iotwireless/CHANGELOG.md index 25c96b8ba3d..d1eee5f7279 100644 --- a/service/iotwireless/CHANGELOG.md +++ b/service/iotwireless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.4 (2024-05-23) + +* No change notes available for this release. + # v1.38.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotwireless/go_module_metadata.go b/service/iotwireless/go_module_metadata.go index 3ba2f75fbc2..3a83769dd2c 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.38.3" +const goModuleVersion = "1.38.4" diff --git a/service/ivs/CHANGELOG.md b/service/ivs/CHANGELOG.md index 04e0e1f3fc4..fefae2f1f07 100644 --- a/service/ivs/CHANGELOG.md +++ b/service/ivs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.35.4 (2024-05-23) + +* No change notes available for this release. + # v1.35.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ivs/go_module_metadata.go b/service/ivs/go_module_metadata.go index e648d744b16..f55462267c3 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.35.3" +const goModuleVersion = "1.35.4" diff --git a/service/ivschat/CHANGELOG.md b/service/ivschat/CHANGELOG.md index cb1c95d0d03..f98ca839b17 100644 --- a/service/ivschat/CHANGELOG.md +++ b/service/ivschat/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.9 (2024-05-23) + +* No change notes available for this release. + # v1.12.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ivschat/go_module_metadata.go b/service/ivschat/go_module_metadata.go index 097df83e54f..ee0644a3cd5 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.12.8" +const goModuleVersion = "1.12.9" diff --git a/service/ivsrealtime/CHANGELOG.md b/service/ivsrealtime/CHANGELOG.md index e611ab1fb3c..96d3217eceb 100644 --- a/service/ivsrealtime/CHANGELOG.md +++ b/service/ivsrealtime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.4 (2024-05-23) + +* No change notes available for this release. + # v1.13.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ivsrealtime/go_module_metadata.go b/service/ivsrealtime/go_module_metadata.go index 3d59284d1fc..a9dded4587f 100644 --- a/service/ivsrealtime/go_module_metadata.go +++ b/service/ivsrealtime/go_module_metadata.go @@ -3,4 +3,4 @@ package ivsrealtime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.3" +const goModuleVersion = "1.13.4" diff --git a/service/kafka/CHANGELOG.md b/service/kafka/CHANGELOG.md index 1220e8548a2..c4cc989beed 100644 --- a/service/kafka/CHANGELOG.md +++ b/service/kafka/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.1 (2024-05-23) + +* No change notes available for this release. + # v1.32.0 (2024-05-16) * **Feature**: AWS MSK support for Broker Removal. diff --git a/service/kafka/go_module_metadata.go b/service/kafka/go_module_metadata.go index ff03c36a7ef..901402fbbb0 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.32.0" +const goModuleVersion = "1.32.1" diff --git a/service/kafkaconnect/CHANGELOG.md b/service/kafkaconnect/CHANGELOG.md index e67f870e68b..5930fdae696 100644 --- a/service/kafkaconnect/CHANGELOG.md +++ b/service/kafkaconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.7 (2024-05-23) + +* No change notes available for this release. + # v1.17.6 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kafkaconnect/go_module_metadata.go b/service/kafkaconnect/go_module_metadata.go index ea64c35a1d8..07d2d01a2a6 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.17.6" +const goModuleVersion = "1.17.7" diff --git a/service/kendra/CHANGELOG.md b/service/kendra/CHANGELOG.md index 9d9c0c7b25e..10054c1218b 100644 --- a/service/kendra/CHANGELOG.md +++ b/service/kendra/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.50.5 (2024-05-23) + +* No change notes available for this release. + # v1.50.4 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kendra/go_module_metadata.go b/service/kendra/go_module_metadata.go index 0ef1009670e..e5b02b6f7cd 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.50.4" +const goModuleVersion = "1.50.5" diff --git a/service/kendraranking/CHANGELOG.md b/service/kendraranking/CHANGELOG.md index 95d9ebe0514..cf760727010 100644 --- a/service/kendraranking/CHANGELOG.md +++ b/service/kendraranking/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.8 (2024-05-23) + +* No change notes available for this release. + # v1.7.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kendraranking/go_module_metadata.go b/service/kendraranking/go_module_metadata.go index bd8167e409a..e0410efe5cc 100644 --- a/service/kendraranking/go_module_metadata.go +++ b/service/kendraranking/go_module_metadata.go @@ -3,4 +3,4 @@ package kendraranking // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.7" +const goModuleVersion = "1.7.8" diff --git a/service/keyspaces/CHANGELOG.md b/service/keyspaces/CHANGELOG.md index 3178e7fe1d4..240c87a1cc0 100644 --- a/service/keyspaces/CHANGELOG.md +++ b/service/keyspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.8 (2024-05-23) + +* No change notes available for this release. + # v1.10.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/keyspaces/go_module_metadata.go b/service/keyspaces/go_module_metadata.go index 4fc156837c2..9bb4b2a735e 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.10.7" +const goModuleVersion = "1.10.8" diff --git a/service/kinesis/CHANGELOG.md b/service/kinesis/CHANGELOG.md index ad3c1048d9e..160bc5e7613 100644 --- a/service/kinesis/CHANGELOG.md +++ b/service/kinesis/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-05-23) + +* No change notes available for this release. + # v1.27.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesis/go_module_metadata.go b/service/kinesis/go_module_metadata.go index 8a545c01bc8..4fcc6a07fe9 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.27.7" +const goModuleVersion = "1.27.8" diff --git a/service/kinesis/internal/testing/go.mod b/service/kinesis/internal/testing/go.mod index 0f84a5d3180..6cf7d387987 100644 --- a/service/kinesis/internal/testing/go.mod +++ b/service/kinesis/internal/testing/go.mod @@ -5,13 +5,13 @@ go 1.20 require ( github.com/aws/aws-sdk-go-v2 v1.27.0 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.2 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.4.2 - github.com/aws/aws-sdk-go-v2/service/kinesis v1.27.7 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.4.3 + github.com/aws/aws-sdk-go-v2/service/kinesis v1.27.8 github.com/aws/smithy-go v1.20.2 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.17.15 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.16 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.7 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.7 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect diff --git a/service/kinesisanalytics/CHANGELOG.md b/service/kinesisanalytics/CHANGELOG.md index cb1e7846325..808739c7ed0 100644 --- a/service/kinesisanalytics/CHANGELOG.md +++ b/service/kinesisanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.9 (2024-05-23) + +* No change notes available for this release. + # v1.21.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisanalytics/go_module_metadata.go b/service/kinesisanalytics/go_module_metadata.go index 8a47d28d1da..7c0d6daa6d7 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.21.8" +const goModuleVersion = "1.21.9" diff --git a/service/kinesisanalyticsv2/CHANGELOG.md b/service/kinesisanalyticsv2/CHANGELOG.md index f1f4b0a246a..f60d9beec73 100644 --- a/service/kinesisanalyticsv2/CHANGELOG.md +++ b/service/kinesisanalyticsv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.6 (2024-05-23) + +* No change notes available for this release. + # v1.25.5 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisanalyticsv2/go_module_metadata.go b/service/kinesisanalyticsv2/go_module_metadata.go index 0fb3b01c1b2..d09f7ca8638 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.25.5" +const goModuleVersion = "1.25.6" diff --git a/service/kinesisvideo/CHANGELOG.md b/service/kinesisvideo/CHANGELOG.md index 55378b56ac1..658d34c7ab9 100644 --- a/service/kinesisvideo/CHANGELOG.md +++ b/service/kinesisvideo/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-05-23) + +* No change notes available for this release. + # v1.23.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideo/go_module_metadata.go b/service/kinesisvideo/go_module_metadata.go index bd43a5574df..270ac833b45 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.23.7" +const goModuleVersion = "1.23.8" diff --git a/service/kinesisvideoarchivedmedia/CHANGELOG.md b/service/kinesisvideoarchivedmedia/CHANGELOG.md index 5f077d137b9..68dda256112 100644 --- a/service/kinesisvideoarchivedmedia/CHANGELOG.md +++ b/service/kinesisvideoarchivedmedia/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-05-23) + +* No change notes available for this release. + # v1.23.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideoarchivedmedia/go_module_metadata.go b/service/kinesisvideoarchivedmedia/go_module_metadata.go index dbd2184aa56..ff997a2e6fa 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.23.7" +const goModuleVersion = "1.23.8" diff --git a/service/kinesisvideomedia/CHANGELOG.md b/service/kinesisvideomedia/CHANGELOG.md index e13ae29c3c7..0febcc4234c 100644 --- a/service/kinesisvideomedia/CHANGELOG.md +++ b/service/kinesisvideomedia/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.8 (2024-05-23) + +* No change notes available for this release. + # v1.18.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideomedia/go_module_metadata.go b/service/kinesisvideomedia/go_module_metadata.go index de253ae5a31..2227533c874 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.18.7" +const goModuleVersion = "1.18.8" diff --git a/service/kinesisvideosignaling/CHANGELOG.md b/service/kinesisvideosignaling/CHANGELOG.md index dc042c58603..8560273f772 100644 --- a/service/kinesisvideosignaling/CHANGELOG.md +++ b/service/kinesisvideosignaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.8 (2024-05-23) + +* No change notes available for this release. + # v1.19.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideosignaling/go_module_metadata.go b/service/kinesisvideosignaling/go_module_metadata.go index dd9c75c82d5..0a7cfa9a4c8 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.19.7" +const goModuleVersion = "1.19.8" diff --git a/service/kinesisvideowebrtcstorage/CHANGELOG.md b/service/kinesisvideowebrtcstorage/CHANGELOG.md index 52d5ecda1df..4a642ef8b7e 100644 --- a/service/kinesisvideowebrtcstorage/CHANGELOG.md +++ b/service/kinesisvideowebrtcstorage/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.8 (2024-05-23) + +* No change notes available for this release. + # v1.9.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kinesisvideowebrtcstorage/go_module_metadata.go b/service/kinesisvideowebrtcstorage/go_module_metadata.go index 7d3217d3366..cc77ef00fc7 100644 --- a/service/kinesisvideowebrtcstorage/go_module_metadata.go +++ b/service/kinesisvideowebrtcstorage/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisvideowebrtcstorage // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.7" +const goModuleVersion = "1.9.8" diff --git a/service/kms/CHANGELOG.md b/service/kms/CHANGELOG.md index 21ce6ff3768..481b8b29db3 100644 --- a/service/kms/CHANGELOG.md +++ b/service/kms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.1 (2024-05-23) + +* No change notes available for this release. + # v1.32.0 (2024-05-22) * **Feature**: This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China. diff --git a/service/kms/go_module_metadata.go b/service/kms/go_module_metadata.go index 70c4538cdb3..9e459d38e97 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.32.0" +const goModuleVersion = "1.32.1" diff --git a/service/lakeformation/CHANGELOG.md b/service/lakeformation/CHANGELOG.md index 0f298cf6ce7..1c1fc346a79 100644 --- a/service/lakeformation/CHANGELOG.md +++ b/service/lakeformation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.1 (2024-05-23) + +* No change notes available for this release. + # v1.33.0 (2024-05-17) * **Feature**: Introduces a new API, GetDataLakePrincipal, that returns the identity of the invoking principal diff --git a/service/lakeformation/go_module_metadata.go b/service/lakeformation/go_module_metadata.go index 348d1b167cc..edf4e7ee407 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.33.0" +const goModuleVersion = "1.33.1" diff --git a/service/lambda/CHANGELOG.md b/service/lambda/CHANGELOG.md index 984fb901c17..2d627b5e8b6 100644 --- a/service/lambda/CHANGELOG.md +++ b/service/lambda/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.54.4 (2024-05-23) + +* No change notes available for this release. + # v1.54.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lambda/go_module_metadata.go b/service/lambda/go_module_metadata.go index d09e02fe0dc..41fe2f23f52 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.54.3" +const goModuleVersion = "1.54.4" diff --git a/service/launchwizard/CHANGELOG.md b/service/launchwizard/CHANGELOG.md index e701959a3bb..1fb5f7a78fb 100644 --- a/service/launchwizard/CHANGELOG.md +++ b/service/launchwizard/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.8 (2024-05-23) + +* No change notes available for this release. + # v1.3.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/launchwizard/go_module_metadata.go b/service/launchwizard/go_module_metadata.go index c9668789e5c..17005de77b6 100644 --- a/service/launchwizard/go_module_metadata.go +++ b/service/launchwizard/go_module_metadata.go @@ -3,4 +3,4 @@ package launchwizard // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.3.7" +const goModuleVersion = "1.3.8" diff --git a/service/lexmodelbuildingservice/CHANGELOG.md b/service/lexmodelbuildingservice/CHANGELOG.md index 85611585260..65334ebf2b3 100644 --- a/service/lexmodelbuildingservice/CHANGELOG.md +++ b/service/lexmodelbuildingservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-05-23) + +* No change notes available for this release. + # v1.24.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexmodelbuildingservice/go_module_metadata.go b/service/lexmodelbuildingservice/go_module_metadata.go index 1d423738721..52684b9b6f4 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.24.7" +const goModuleVersion = "1.24.8" diff --git a/service/lexmodelsv2/CHANGELOG.md b/service/lexmodelsv2/CHANGELOG.md index e03c6de20fe..980bc028d09 100644 --- a/service/lexmodelsv2/CHANGELOG.md +++ b/service/lexmodelsv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.43.8 (2024-05-23) + +* No change notes available for this release. + # v1.43.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexmodelsv2/go_module_metadata.go b/service/lexmodelsv2/go_module_metadata.go index 1dda0666b92..1c38a2f0a1b 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.43.7" +const goModuleVersion = "1.43.8" diff --git a/service/lexruntimeservice/CHANGELOG.md b/service/lexruntimeservice/CHANGELOG.md index 0e48fac2e4a..f049928cc6e 100644 --- a/service/lexruntimeservice/CHANGELOG.md +++ b/service/lexruntimeservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.8 (2024-05-23) + +* No change notes available for this release. + # v1.20.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexruntimeservice/go_module_metadata.go b/service/lexruntimeservice/go_module_metadata.go index b26021e0f86..2db92fc8f9f 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.20.7" +const goModuleVersion = "1.20.8" diff --git a/service/lexruntimev2/CHANGELOG.md b/service/lexruntimev2/CHANGELOG.md index d8bd73ff340..e3404556daa 100644 --- a/service/lexruntimev2/CHANGELOG.md +++ b/service/lexruntimev2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.9 (2024-05-23) + +* No change notes available for this release. + # v1.25.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lexruntimev2/go_module_metadata.go b/service/lexruntimev2/go_module_metadata.go index 30dbad418cb..843d9021ff2 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.25.8" +const goModuleVersion = "1.25.9" diff --git a/service/licensemanager/CHANGELOG.md b/service/licensemanager/CHANGELOG.md index f20600b324f..b48904bd5f6 100644 --- a/service/licensemanager/CHANGELOG.md +++ b/service/licensemanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.9 (2024-05-23) + +* No change notes available for this release. + # v1.25.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/licensemanager/go_module_metadata.go b/service/licensemanager/go_module_metadata.go index 5aa54cff619..38c31c639d8 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.25.8" +const goModuleVersion = "1.25.9" diff --git a/service/licensemanagerlinuxsubscriptions/CHANGELOG.md b/service/licensemanagerlinuxsubscriptions/CHANGELOG.md index 7366fdb58ea..8d76acc47ad 100644 --- a/service/licensemanagerlinuxsubscriptions/CHANGELOG.md +++ b/service/licensemanagerlinuxsubscriptions/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.8 (2024-05-23) + +* No change notes available for this release. + # v1.8.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/licensemanagerlinuxsubscriptions/go_module_metadata.go b/service/licensemanagerlinuxsubscriptions/go_module_metadata.go index 7985df7d0bd..d548a5b1eb9 100644 --- a/service/licensemanagerlinuxsubscriptions/go_module_metadata.go +++ b/service/licensemanagerlinuxsubscriptions/go_module_metadata.go @@ -3,4 +3,4 @@ package licensemanagerlinuxsubscriptions // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.7" +const goModuleVersion = "1.8.8" diff --git a/service/licensemanagerusersubscriptions/CHANGELOG.md b/service/licensemanagerusersubscriptions/CHANGELOG.md index 476f2062916..39665f74744 100644 --- a/service/licensemanagerusersubscriptions/CHANGELOG.md +++ b/service/licensemanagerusersubscriptions/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.10 (2024-05-23) + +* No change notes available for this release. + # v1.9.9 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/licensemanagerusersubscriptions/go_module_metadata.go b/service/licensemanagerusersubscriptions/go_module_metadata.go index 8753ffa4040..48027fa949e 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.9.9" +const goModuleVersion = "1.9.10" diff --git a/service/lightsail/CHANGELOG.md b/service/lightsail/CHANGELOG.md index cf73380a6f8..05cea5c6c10 100644 --- a/service/lightsail/CHANGELOG.md +++ b/service/lightsail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.1 (2024-05-23) + +* No change notes available for this release. + # v1.38.0 (2024-05-21) * **Feature**: This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types. diff --git a/service/lightsail/go_module_metadata.go b/service/lightsail/go_module_metadata.go index df6b1b5377c..f59584ef10c 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.38.0" +const goModuleVersion = "1.38.1" diff --git a/service/location/CHANGELOG.md b/service/location/CHANGELOG.md index 58c50500395..2c7a39196fd 100644 --- a/service/location/CHANGELOG.md +++ b/service/location/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.37.8 (2024-05-23) + +* No change notes available for this release. + # v1.37.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/location/go_module_metadata.go b/service/location/go_module_metadata.go index 4a707924b4c..d461bbc7330 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.37.7" +const goModuleVersion = "1.37.8" diff --git a/service/lookoutequipment/CHANGELOG.md b/service/lookoutequipment/CHANGELOG.md index 4f2c192fc98..b4181761233 100644 --- a/service/lookoutequipment/CHANGELOG.md +++ b/service/lookoutequipment/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.8 (2024-05-23) + +* No change notes available for this release. + # v1.26.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lookoutequipment/go_module_metadata.go b/service/lookoutequipment/go_module_metadata.go index a80f0dd6d0e..cc0961152d0 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.26.7" +const goModuleVersion = "1.26.8" diff --git a/service/lookoutmetrics/CHANGELOG.md b/service/lookoutmetrics/CHANGELOG.md index 8feb87f1bab..9fe632ec3c1 100644 --- a/service/lookoutmetrics/CHANGELOG.md +++ b/service/lookoutmetrics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-05-23) + +* No change notes available for this release. + # v1.27.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lookoutmetrics/go_module_metadata.go b/service/lookoutmetrics/go_module_metadata.go index 33382e42caa..65a011e602f 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.27.7" +const goModuleVersion = "1.27.8" diff --git a/service/lookoutvision/CHANGELOG.md b/service/lookoutvision/CHANGELOG.md index c2db5b725d8..bcc12a3bf32 100644 --- a/service/lookoutvision/CHANGELOG.md +++ b/service/lookoutvision/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-05-23) + +* No change notes available for this release. + # v1.23.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lookoutvision/go_module_metadata.go b/service/lookoutvision/go_module_metadata.go index bda9cffe0c9..ebb50960baf 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.23.7" +const goModuleVersion = "1.23.8" diff --git a/service/m2/CHANGELOG.md b/service/m2/CHANGELOG.md index 9669c4f0902..3a09c642d9e 100644 --- a/service/m2/CHANGELOG.md +++ b/service/m2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.4 (2024-05-23) + +* No change notes available for this release. + # v1.13.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/m2/go_module_metadata.go b/service/m2/go_module_metadata.go index 4d673945de4..46853472a56 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.13.3" +const goModuleVersion = "1.13.4" diff --git a/service/machinelearning/CHANGELOG.md b/service/machinelearning/CHANGELOG.md index 8a51ed0756a..046865b0ae9 100644 --- a/service/machinelearning/CHANGELOG.md +++ b/service/machinelearning/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-05-23) + +* No change notes available for this release. + # v1.24.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/machinelearning/go_module_metadata.go b/service/machinelearning/go_module_metadata.go index 91aade2fb80..9022f859f04 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.24.7" +const goModuleVersion = "1.24.8" diff --git a/service/macie2/CHANGELOG.md b/service/macie2/CHANGELOG.md index 888283da5ae..38bb5bf6f00 100644 --- a/service/macie2/CHANGELOG.md +++ b/service/macie2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.8 (2024-05-23) + +* No change notes available for this release. + # v1.38.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/macie2/go_module_metadata.go b/service/macie2/go_module_metadata.go index 62f028e6cfc..2b83e62f8e2 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.38.7" +const goModuleVersion = "1.38.8" diff --git a/service/mailmanager/CHANGELOG.md b/service/mailmanager/CHANGELOG.md index 590ba5d71b9..4ffc3cd5380 100644 --- a/service/mailmanager/CHANGELOG.md +++ b/service/mailmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.1 (2024-05-23) + +* No change notes available for this release. + # v1.0.0 (2024-05-21) * **Release**: New AWS service client module diff --git a/service/mailmanager/go_module_metadata.go b/service/mailmanager/go_module_metadata.go index ae33932f662..66d255e281b 100644 --- a/service/mailmanager/go_module_metadata.go +++ b/service/mailmanager/go_module_metadata.go @@ -3,4 +3,4 @@ package mailmanager // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.0" +const goModuleVersion = "1.0.1" diff --git a/service/managedblockchain/CHANGELOG.md b/service/managedblockchain/CHANGELOG.md index 7b99bdafde4..e136e1041a2 100644 --- a/service/managedblockchain/CHANGELOG.md +++ b/service/managedblockchain/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.8 (2024-05-23) + +* No change notes available for this release. + # v1.22.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/managedblockchain/go_module_metadata.go b/service/managedblockchain/go_module_metadata.go index fe0dfb25ca0..2bf477cf6fa 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.22.7" +const goModuleVersion = "1.22.8" diff --git a/service/managedblockchainquery/CHANGELOG.md b/service/managedblockchainquery/CHANGELOG.md index 44a853ee554..e50d31afbb9 100644 --- a/service/managedblockchainquery/CHANGELOG.md +++ b/service/managedblockchainquery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2024-05-23) + +* No change notes available for this release. + # v1.12.4 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/managedblockchainquery/go_module_metadata.go b/service/managedblockchainquery/go_module_metadata.go index 82a2d53a8b6..42a8f9a63e9 100644 --- a/service/managedblockchainquery/go_module_metadata.go +++ b/service/managedblockchainquery/go_module_metadata.go @@ -3,4 +3,4 @@ package managedblockchainquery // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.4" +const goModuleVersion = "1.12.5" diff --git a/service/marketplaceagreement/CHANGELOG.md b/service/marketplaceagreement/CHANGELOG.md index a3c312db2b5..d51cb673ce7 100644 --- a/service/marketplaceagreement/CHANGELOG.md +++ b/service/marketplaceagreement/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.8 (2024-05-23) + +* No change notes available for this release. + # v1.2.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplaceagreement/go_module_metadata.go b/service/marketplaceagreement/go_module_metadata.go index cf7495e652a..2d3da8c6e92 100644 --- a/service/marketplaceagreement/go_module_metadata.go +++ b/service/marketplaceagreement/go_module_metadata.go @@ -3,4 +3,4 @@ package marketplaceagreement // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.2.7" +const goModuleVersion = "1.2.8" diff --git a/service/marketplacecatalog/CHANGELOG.md b/service/marketplacecatalog/CHANGELOG.md index 9535d293a3c..fe7f7473fc6 100644 --- a/service/marketplacecatalog/CHANGELOG.md +++ b/service/marketplacecatalog/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.4 (2024-05-23) + +* No change notes available for this release. + # v1.26.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacecatalog/go_module_metadata.go b/service/marketplacecatalog/go_module_metadata.go index f630f75b91f..216bfb73c99 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.26.3" +const goModuleVersion = "1.26.4" diff --git a/service/marketplacecommerceanalytics/CHANGELOG.md b/service/marketplacecommerceanalytics/CHANGELOG.md index ce0aaf40793..aab2442003e 100644 --- a/service/marketplacecommerceanalytics/CHANGELOG.md +++ b/service/marketplacecommerceanalytics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.8 (2024-05-23) + +* No change notes available for this release. + # v1.20.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacecommerceanalytics/go_module_metadata.go b/service/marketplacecommerceanalytics/go_module_metadata.go index 8000ac37611..52023fb7e41 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.20.7" +const goModuleVersion = "1.20.8" diff --git a/service/marketplacedeployment/CHANGELOG.md b/service/marketplacedeployment/CHANGELOG.md index 2b1dde7a646..ae62df62abb 100644 --- a/service/marketplacedeployment/CHANGELOG.md +++ b/service/marketplacedeployment/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.8 (2024-05-23) + +* No change notes available for this release. + # v1.2.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacedeployment/go_module_metadata.go b/service/marketplacedeployment/go_module_metadata.go index e4ed6a74eec..9fd9f26bf08 100644 --- a/service/marketplacedeployment/go_module_metadata.go +++ b/service/marketplacedeployment/go_module_metadata.go @@ -3,4 +3,4 @@ package marketplacedeployment // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.2.7" +const goModuleVersion = "1.2.8" diff --git a/service/marketplaceentitlementservice/CHANGELOG.md b/service/marketplaceentitlementservice/CHANGELOG.md index 45f3cd26d27..2f148c69a51 100644 --- a/service/marketplaceentitlementservice/CHANGELOG.md +++ b/service/marketplaceentitlementservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.4 (2024-05-23) + +* No change notes available for this release. + # v1.21.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplaceentitlementservice/go_module_metadata.go b/service/marketplaceentitlementservice/go_module_metadata.go index 0617ae691f1..92d0ca6dadf 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.21.3" +const goModuleVersion = "1.21.4" diff --git a/service/marketplacemetering/CHANGELOG.md b/service/marketplacemetering/CHANGELOG.md index bc83b439c69..c1d7fc451b0 100644 --- a/service/marketplacemetering/CHANGELOG.md +++ b/service/marketplacemetering/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-05-23) + +* No change notes available for this release. + # v1.21.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacemetering/go_module_metadata.go b/service/marketplacemetering/go_module_metadata.go index b7ad4408a5f..31efb44e2f3 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.21.7" +const goModuleVersion = "1.21.8" diff --git a/service/mediaconnect/CHANGELOG.md b/service/mediaconnect/CHANGELOG.md index 6d15489f663..97d2b485ed7 100644 --- a/service/mediaconnect/CHANGELOG.md +++ b/service/mediaconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.8 (2024-05-23) + +* No change notes available for this release. + # v1.28.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediaconnect/go_module_metadata.go b/service/mediaconnect/go_module_metadata.go index fc13249eb0c..b5d8f4d5bad 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.28.7" +const goModuleVersion = "1.28.8" diff --git a/service/mediaconvert/CHANGELOG.md b/service/mediaconvert/CHANGELOG.md index b1ae827755e..58ee9a7a39e 100644 --- a/service/mediaconvert/CHANGELOG.md +++ b/service/mediaconvert/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.53.5 (2024-05-23) + +* No change notes available for this release. + # v1.53.4 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediaconvert/go_module_metadata.go b/service/mediaconvert/go_module_metadata.go index f7eb988bd43..9946bb28b28 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.53.4" +const goModuleVersion = "1.53.5" diff --git a/service/medialive/CHANGELOG.md b/service/medialive/CHANGELOG.md index 73c919eb640..09813bf02d6 100644 --- a/service/medialive/CHANGELOG.md +++ b/service/medialive/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.52.4 (2024-05-23) + +* No change notes available for this release. + # v1.52.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/medialive/go_module_metadata.go b/service/medialive/go_module_metadata.go index d610ae2ff58..c39a22ff10f 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.52.3" +const goModuleVersion = "1.52.4" diff --git a/service/mediapackage/CHANGELOG.md b/service/mediapackage/CHANGELOG.md index 340f8385a6a..1303a8f3a6a 100644 --- a/service/mediapackage/CHANGELOG.md +++ b/service/mediapackage/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.9 (2024-05-23) + +* No change notes available for this release. + # v1.30.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediapackage/go_module_metadata.go b/service/mediapackage/go_module_metadata.go index a4a80757247..7570c18efed 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.30.8" +const goModuleVersion = "1.30.9" diff --git a/service/mediapackagev2/CHANGELOG.md b/service/mediapackagev2/CHANGELOG.md index 2880089d17f..437553cdf39 100644 --- a/service/mediapackagev2/CHANGELOG.md +++ b/service/mediapackagev2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.4 (2024-05-23) + +* No change notes available for this release. + # v1.11.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediapackagev2/go_module_metadata.go b/service/mediapackagev2/go_module_metadata.go index e85f82f7289..f86d8bff973 100644 --- a/service/mediapackagev2/go_module_metadata.go +++ b/service/mediapackagev2/go_module_metadata.go @@ -3,4 +3,4 @@ package mediapackagev2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.3" +const goModuleVersion = "1.11.4" diff --git a/service/mediapackagevod/CHANGELOG.md b/service/mediapackagevod/CHANGELOG.md index 33b00828c23..6fb3063d68c 100644 --- a/service/mediapackagevod/CHANGELOG.md +++ b/service/mediapackagevod/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.8 (2024-05-23) + +* No change notes available for this release. + # v1.30.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediapackagevod/go_module_metadata.go b/service/mediapackagevod/go_module_metadata.go index 6f02608be46..54273ea201e 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.30.7" +const goModuleVersion = "1.30.8" diff --git a/service/mediastore/CHANGELOG.md b/service/mediastore/CHANGELOG.md index 21e3c13a76b..7bd44180fb1 100644 --- a/service/mediastore/CHANGELOG.md +++ b/service/mediastore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.8 (2024-05-23) + +* No change notes available for this release. + # v1.20.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediastore/go_module_metadata.go b/service/mediastore/go_module_metadata.go index 6d38c1213ba..79ee462be97 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.20.7" +const goModuleVersion = "1.20.8" diff --git a/service/mediastoredata/CHANGELOG.md b/service/mediastoredata/CHANGELOG.md index 35c7b25ef20..8c38c1490ba 100644 --- a/service/mediastoredata/CHANGELOG.md +++ b/service/mediastoredata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.8 (2024-05-23) + +* No change notes available for this release. + # v1.20.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediastoredata/go_module_metadata.go b/service/mediastoredata/go_module_metadata.go index 96d54d7a73c..14ddefe95ff 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.20.7" +const goModuleVersion = "1.20.8" diff --git a/service/mediatailor/CHANGELOG.md b/service/mediatailor/CHANGELOG.md index 32d76f250f7..3ea897e122a 100644 --- a/service/mediatailor/CHANGELOG.md +++ b/service/mediatailor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.4 (2024-05-23) + +* No change notes available for this release. + # v1.38.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mediatailor/go_module_metadata.go b/service/mediatailor/go_module_metadata.go index fd84ad000b9..f4e326b23ea 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.38.3" +const goModuleVersion = "1.38.4" diff --git a/service/medicalimaging/CHANGELOG.md b/service/medicalimaging/CHANGELOG.md index cd967af4c15..b82e06609bb 100644 --- a/service/medicalimaging/CHANGELOG.md +++ b/service/medicalimaging/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.2 (2024-05-23) + +* No change notes available for this release. + # v1.9.1 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/medicalimaging/go_module_metadata.go b/service/medicalimaging/go_module_metadata.go index e0f6495697f..c2b25905333 100644 --- a/service/medicalimaging/go_module_metadata.go +++ b/service/medicalimaging/go_module_metadata.go @@ -3,4 +3,4 @@ package medicalimaging // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.1" +const goModuleVersion = "1.9.2" diff --git a/service/memorydb/CHANGELOG.md b/service/memorydb/CHANGELOG.md index e4b6a8fb66f..b0c590c81d5 100644 --- a/service/memorydb/CHANGELOG.md +++ b/service/memorydb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.8 (2024-05-23) + +* No change notes available for this release. + # v1.19.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/memorydb/go_module_metadata.go b/service/memorydb/go_module_metadata.go index 1552f370bfc..c63808334a4 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.19.7" +const goModuleVersion = "1.19.8" diff --git a/service/mgn/CHANGELOG.md b/service/mgn/CHANGELOG.md index f80c06b7277..35301d64bf6 100644 --- a/service/mgn/CHANGELOG.md +++ b/service/mgn/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.4 (2024-05-23) + +* No change notes available for this release. + # v1.28.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mgn/go_module_metadata.go b/service/mgn/go_module_metadata.go index aeda8b13ef2..fbe2bef351d 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.28.3" +const goModuleVersion = "1.28.4" diff --git a/service/migrationhub/CHANGELOG.md b/service/migrationhub/CHANGELOG.md index 21e3c13a76b..7bd44180fb1 100644 --- a/service/migrationhub/CHANGELOG.md +++ b/service/migrationhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.8 (2024-05-23) + +* No change notes available for this release. + # v1.20.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhub/go_module_metadata.go b/service/migrationhub/go_module_metadata.go index de7b27c2e01..22b8c7b26f4 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.20.7" +const goModuleVersion = "1.20.8" diff --git a/service/migrationhubconfig/CHANGELOG.md b/service/migrationhubconfig/CHANGELOG.md index b4361277507..3723ba57c9e 100644 --- a/service/migrationhubconfig/CHANGELOG.md +++ b/service/migrationhubconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-05-23) + +* No change notes available for this release. + # v1.21.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhubconfig/go_module_metadata.go b/service/migrationhubconfig/go_module_metadata.go index 3b4f8fe0f63..13b8e2c0dc6 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.21.7" +const goModuleVersion = "1.21.8" diff --git a/service/migrationhuborchestrator/CHANGELOG.md b/service/migrationhuborchestrator/CHANGELOG.md index 7aeab4e8831..d860ddf412a 100644 --- a/service/migrationhuborchestrator/CHANGELOG.md +++ b/service/migrationhuborchestrator/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.7 (2024-05-23) + +* No change notes available for this release. + # v1.9.6 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhuborchestrator/go_module_metadata.go b/service/migrationhuborchestrator/go_module_metadata.go index a8223b4d1d7..ea63fbec752 100644 --- a/service/migrationhuborchestrator/go_module_metadata.go +++ b/service/migrationhuborchestrator/go_module_metadata.go @@ -3,4 +3,4 @@ package migrationhuborchestrator // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.6" +const goModuleVersion = "1.9.7" diff --git a/service/migrationhubrefactorspaces/CHANGELOG.md b/service/migrationhubrefactorspaces/CHANGELOG.md index 82eb9a4b3f9..676eff6d090 100644 --- a/service/migrationhubrefactorspaces/CHANGELOG.md +++ b/service/migrationhubrefactorspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.8 (2024-05-23) + +* No change notes available for this release. + # v1.16.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhubrefactorspaces/go_module_metadata.go b/service/migrationhubrefactorspaces/go_module_metadata.go index ced77950af1..2d4fdb37176 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.16.7" +const goModuleVersion = "1.16.8" diff --git a/service/migrationhubstrategy/CHANGELOG.md b/service/migrationhubstrategy/CHANGELOG.md index cc425ced357..ee77f0b8e3e 100644 --- a/service/migrationhubstrategy/CHANGELOG.md +++ b/service/migrationhubstrategy/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.8 (2024-05-23) + +* No change notes available for this release. + # v1.17.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/migrationhubstrategy/go_module_metadata.go b/service/migrationhubstrategy/go_module_metadata.go index 3d1c40da1a0..f1aa68e0f1c 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.17.7" +const goModuleVersion = "1.17.8" diff --git a/service/mobile/CHANGELOG.md b/service/mobile/CHANGELOG.md index 15a7539273a..7d594290f2a 100644 --- a/service/mobile/CHANGELOG.md +++ b/service/mobile/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.8 (2024-05-23) + +* No change notes available for this release. + # v1.19.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mobile/go_module_metadata.go b/service/mobile/go_module_metadata.go index 65030fbcd97..affff20035c 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.19.7" +const goModuleVersion = "1.19.8" diff --git a/service/mq/CHANGELOG.md b/service/mq/CHANGELOG.md index d69254ef6b2..e9645fad4a9 100644 --- a/service/mq/CHANGELOG.md +++ b/service/mq/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.8 (2024-05-23) + +* No change notes available for this release. + # v1.22.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mq/go_module_metadata.go b/service/mq/go_module_metadata.go index 13044ef26d8..8700540641a 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.22.7" +const goModuleVersion = "1.22.8" diff --git a/service/mturk/CHANGELOG.md b/service/mturk/CHANGELOG.md index 114348b47a9..412afc50e06 100644 --- a/service/mturk/CHANGELOG.md +++ b/service/mturk/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-05-23) + +* No change notes available for this release. + # v1.21.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/mturk/go_module_metadata.go b/service/mturk/go_module_metadata.go index fb7667e5c06..a4f4b0a11ce 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.21.7" +const goModuleVersion = "1.21.8" diff --git a/service/mwaa/CHANGELOG.md b/service/mwaa/CHANGELOG.md index be08bcb05dd..af5d9f8a5cd 100644 --- a/service/mwaa/CHANGELOG.md +++ b/service/mwaa/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.2 (2024-05-23) + +* No change notes available for this release. + # v1.27.1 (2024-05-17) * No change notes available for this release. diff --git a/service/mwaa/go_module_metadata.go b/service/mwaa/go_module_metadata.go index dfd1c2ff90c..1350b359b9b 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.27.1" +const goModuleVersion = "1.27.2" diff --git a/service/neptune/CHANGELOG.md b/service/neptune/CHANGELOG.md index 26dd3d0697d..773c5e2af04 100644 --- a/service/neptune/CHANGELOG.md +++ b/service/neptune/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.10 (2024-05-23) + +* No change notes available for this release. + # v1.31.9 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/neptune/go_module_metadata.go b/service/neptune/go_module_metadata.go index 8e4646307e7..55190151d0a 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.31.9" +const goModuleVersion = "1.31.10" diff --git a/service/neptunedata/CHANGELOG.md b/service/neptunedata/CHANGELOG.md index eafb66ba119..722f31ac5b3 100644 --- a/service/neptunedata/CHANGELOG.md +++ b/service/neptunedata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.8 (2024-05-23) + +* No change notes available for this release. + # v1.5.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/neptunedata/go_module_metadata.go b/service/neptunedata/go_module_metadata.go index 727293638e6..181d7d1dc8b 100644 --- a/service/neptunedata/go_module_metadata.go +++ b/service/neptunedata/go_module_metadata.go @@ -3,4 +3,4 @@ package neptunedata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.5.7" +const goModuleVersion = "1.5.8" diff --git a/service/neptunegraph/CHANGELOG.md b/service/neptunegraph/CHANGELOG.md index 905fa368d07..b9f91617c97 100644 --- a/service/neptunegraph/CHANGELOG.md +++ b/service/neptunegraph/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.5 (2024-05-23) + +* No change notes available for this release. + # v1.8.4 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/neptunegraph/go_module_metadata.go b/service/neptunegraph/go_module_metadata.go index 56d32c74a5e..f18d7c5d654 100644 --- a/service/neptunegraph/go_module_metadata.go +++ b/service/neptunegraph/go_module_metadata.go @@ -3,4 +3,4 @@ package neptunegraph // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.4" +const goModuleVersion = "1.8.5" diff --git a/service/networkfirewall/CHANGELOG.md b/service/networkfirewall/CHANGELOG.md index ea4706646ab..6dd11b28450 100644 --- a/service/networkfirewall/CHANGELOG.md +++ b/service/networkfirewall/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.9 (2024-05-23) + +* No change notes available for this release. + # v1.38.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/networkfirewall/go_module_metadata.go b/service/networkfirewall/go_module_metadata.go index c58038f648d..28f9d1c8747 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.38.8" +const goModuleVersion = "1.38.9" diff --git a/service/networkmanager/CHANGELOG.md b/service/networkmanager/CHANGELOG.md index 9e505364c05..e56fd9d6d5d 100644 --- a/service/networkmanager/CHANGELOG.md +++ b/service/networkmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-05-23) + +* No change notes available for this release. + # v1.25.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/networkmanager/go_module_metadata.go b/service/networkmanager/go_module_metadata.go index 242b1b5fe13..b1311317858 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.25.7" +const goModuleVersion = "1.25.8" diff --git a/service/networkmonitor/CHANGELOG.md b/service/networkmonitor/CHANGELOG.md index 1f94361a2e0..6af119d8333 100644 --- a/service/networkmonitor/CHANGELOG.md +++ b/service/networkmonitor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.5 (2024-05-23) + +* No change notes available for this release. + # v1.3.4 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/networkmonitor/go_module_metadata.go b/service/networkmonitor/go_module_metadata.go index 72641a9bee1..fea4f8a4a40 100644 --- a/service/networkmonitor/go_module_metadata.go +++ b/service/networkmonitor/go_module_metadata.go @@ -3,4 +3,4 @@ package networkmonitor // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.3.4" +const goModuleVersion = "1.3.5" diff --git a/service/nimble/CHANGELOG.md b/service/nimble/CHANGELOG.md index 7ad75571cbd..0f23cc07d58 100644 --- a/service/nimble/CHANGELOG.md +++ b/service/nimble/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-05-23) + +* No change notes available for this release. + # v1.24.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/nimble/go_module_metadata.go b/service/nimble/go_module_metadata.go index 2cc111c305a..43d6d507a54 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.24.7" +const goModuleVersion = "1.24.8" diff --git a/service/oam/CHANGELOG.md b/service/oam/CHANGELOG.md index 184071d4478..6f0bbb24823 100644 --- a/service/oam/CHANGELOG.md +++ b/service/oam/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.4 (2024-05-23) + +* No change notes available for this release. + # v1.11.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/oam/go_module_metadata.go b/service/oam/go_module_metadata.go index b47e0bc14ee..56d7ed84348 100644 --- a/service/oam/go_module_metadata.go +++ b/service/oam/go_module_metadata.go @@ -3,4 +3,4 @@ package oam // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.3" +const goModuleVersion = "1.11.4" diff --git a/service/omics/CHANGELOG.md b/service/omics/CHANGELOG.md index 2870ae36051..a9a3f75bd14 100644 --- a/service/omics/CHANGELOG.md +++ b/service/omics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.4 (2024-05-23) + +* No change notes available for this release. + # v1.21.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/omics/go_module_metadata.go b/service/omics/go_module_metadata.go index ed5e5850de0..59e81c1c7a3 100644 --- a/service/omics/go_module_metadata.go +++ b/service/omics/go_module_metadata.go @@ -3,4 +3,4 @@ package omics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.3" +const goModuleVersion = "1.21.4" diff --git a/service/opensearch/CHANGELOG.md b/service/opensearch/CHANGELOG.md index 5ee71eb142f..d8622150376 100644 --- a/service/opensearch/CHANGELOG.md +++ b/service/opensearch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.1 (2024-05-23) + +* No change notes available for this release. + # v1.34.0 (2024-05-22) * **Feature**: This release adds support for enabling or disabling a data source configured as part of Zero-ETL integration with Amazon S3, by setting its status. diff --git a/service/opensearch/go_module_metadata.go b/service/opensearch/go_module_metadata.go index cf61a364e7a..8fa4b72021d 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.34.0" +const goModuleVersion = "1.34.1" diff --git a/service/opensearchserverless/CHANGELOG.md b/service/opensearchserverless/CHANGELOG.md index a286cc0420b..c13d84c1a17 100644 --- a/service/opensearchserverless/CHANGELOG.md +++ b/service/opensearchserverless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.11 (2024-05-23) + +* No change notes available for this release. + # v1.11.10 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opensearchserverless/go_module_metadata.go b/service/opensearchserverless/go_module_metadata.go index 6d30fa91eae..219f4fb87e0 100644 --- a/service/opensearchserverless/go_module_metadata.go +++ b/service/opensearchserverless/go_module_metadata.go @@ -3,4 +3,4 @@ package opensearchserverless // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.10" +const goModuleVersion = "1.11.11" diff --git a/service/opsworks/CHANGELOG.md b/service/opsworks/CHANGELOG.md index 277430e1e80..e3a25e004a5 100644 --- a/service/opsworks/CHANGELOG.md +++ b/service/opsworks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.8 (2024-05-23) + +* **Documentation**: Documentation-only update for OpsWorks Stacks. + # v1.22.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opsworks/go_module_metadata.go b/service/opsworks/go_module_metadata.go index b81a80ed843..ae9a028425e 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.22.7" +const goModuleVersion = "1.22.8" diff --git a/service/opsworkscm/CHANGELOG.md b/service/opsworkscm/CHANGELOG.md index 42ce509dd72..c42772e9643 100644 --- a/service/opsworkscm/CHANGELOG.md +++ b/service/opsworkscm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-05-23) + +* No change notes available for this release. + # v1.23.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opsworkscm/go_module_metadata.go b/service/opsworkscm/go_module_metadata.go index 7cb436d33d9..4ca10fce425 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.23.7" +const goModuleVersion = "1.23.8" diff --git a/service/organizations/CHANGELOG.md b/service/organizations/CHANGELOG.md index f9ec2a699ab..27b269fe407 100644 --- a/service/organizations/CHANGELOG.md +++ b/service/organizations/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.7 (2024-05-23) + +* No change notes available for this release. + # v1.27.6 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/organizations/go_module_metadata.go b/service/organizations/go_module_metadata.go index 42381fd45d2..c5f9dd830cd 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.27.6" +const goModuleVersion = "1.27.7" diff --git a/service/osis/CHANGELOG.md b/service/osis/CHANGELOG.md index aa3ea87158a..e99d8b2544b 100644 --- a/service/osis/CHANGELOG.md +++ b/service/osis/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.1 (2024-05-23) + +* No change notes available for this release. + # v1.9.0 (2024-05-20) * **Feature**: Add support for creating an OpenSearch Ingestion pipeline that is attached to a provided VPC. Add information about the destinations of an OpenSearch Ingestion pipeline to the GetPipeline and ListPipelines APIs. diff --git a/service/osis/go_module_metadata.go b/service/osis/go_module_metadata.go index cef8c2070e2..0f91827d45e 100644 --- a/service/osis/go_module_metadata.go +++ b/service/osis/go_module_metadata.go @@ -3,4 +3,4 @@ package osis // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.0" +const goModuleVersion = "1.9.1" diff --git a/service/outposts/CHANGELOG.md b/service/outposts/CHANGELOG.md index 40288d825b9..78bfa0bbf42 100644 --- a/service/outposts/CHANGELOG.md +++ b/service/outposts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.39.4 (2024-05-23) + +* No change notes available for this release. + # v1.39.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/outposts/go_module_metadata.go b/service/outposts/go_module_metadata.go index 8edde79392b..31b9bb292b2 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.39.3" +const goModuleVersion = "1.39.4" diff --git a/service/panorama/CHANGELOG.md b/service/panorama/CHANGELOG.md index 48ddc47afc6..29026a62a1d 100644 --- a/service/panorama/CHANGELOG.md +++ b/service/panorama/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.8 (2024-05-23) + +* No change notes available for this release. + # v1.18.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/panorama/go_module_metadata.go b/service/panorama/go_module_metadata.go index 5a5979b0f83..b62c03ebc59 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.18.7" +const goModuleVersion = "1.18.8" diff --git a/service/paymentcryptography/CHANGELOG.md b/service/paymentcryptography/CHANGELOG.md index 89f89ec013b..f2adb3b8c54 100644 --- a/service/paymentcryptography/CHANGELOG.md +++ b/service/paymentcryptography/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.4 (2024-05-23) + +* No change notes available for this release. + # v1.10.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/paymentcryptography/go_module_metadata.go b/service/paymentcryptography/go_module_metadata.go index 68d2db02e62..a3b7b974e24 100644 --- a/service/paymentcryptography/go_module_metadata.go +++ b/service/paymentcryptography/go_module_metadata.go @@ -3,4 +3,4 @@ package paymentcryptography // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.3" +const goModuleVersion = "1.10.4" diff --git a/service/paymentcryptographydata/CHANGELOG.md b/service/paymentcryptographydata/CHANGELOG.md index 6831e90e674..0eed346764d 100644 --- a/service/paymentcryptographydata/CHANGELOG.md +++ b/service/paymentcryptographydata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.6 (2024-05-23) + +* No change notes available for this release. + # v1.8.5 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/paymentcryptographydata/go_module_metadata.go b/service/paymentcryptographydata/go_module_metadata.go index d9a90bbbded..87290203342 100644 --- a/service/paymentcryptographydata/go_module_metadata.go +++ b/service/paymentcryptographydata/go_module_metadata.go @@ -3,4 +3,4 @@ package paymentcryptographydata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.5" +const goModuleVersion = "1.8.6" diff --git a/service/pcaconnectorad/CHANGELOG.md b/service/pcaconnectorad/CHANGELOG.md index 4ba6393b89c..f8db2df03c4 100644 --- a/service/pcaconnectorad/CHANGELOG.md +++ b/service/pcaconnectorad/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.8 (2024-05-23) + +* No change notes available for this release. + # v1.5.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pcaconnectorad/go_module_metadata.go b/service/pcaconnectorad/go_module_metadata.go index 9288cc20737..ea073f199b2 100644 --- a/service/pcaconnectorad/go_module_metadata.go +++ b/service/pcaconnectorad/go_module_metadata.go @@ -3,4 +3,4 @@ package pcaconnectorad // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.5.7" +const goModuleVersion = "1.5.8" diff --git a/service/personalize/CHANGELOG.md b/service/personalize/CHANGELOG.md index 1ef4b4fff8d..d1b0ce8730c 100644 --- a/service/personalize/CHANGELOG.md +++ b/service/personalize/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.34.4 (2024-05-23) + +* No change notes available for this release. + # v1.34.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/personalize/go_module_metadata.go b/service/personalize/go_module_metadata.go index ca48426a262..5f138156d58 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.34.3" +const goModuleVersion = "1.34.4" diff --git a/service/personalizeevents/CHANGELOG.md b/service/personalizeevents/CHANGELOG.md index 8ebe789ad7d..64352e214cc 100644 --- a/service/personalizeevents/CHANGELOG.md +++ b/service/personalizeevents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-05-23) + +* No change notes available for this release. + # v1.21.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/personalizeevents/go_module_metadata.go b/service/personalizeevents/go_module_metadata.go index c202b1a9599..ccd818beb5c 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.21.7" +const goModuleVersion = "1.21.8" diff --git a/service/personalizeruntime/CHANGELOG.md b/service/personalizeruntime/CHANGELOG.md index 182f2d37907..6b929b25d83 100644 --- a/service/personalizeruntime/CHANGELOG.md +++ b/service/personalizeruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.4 (2024-05-23) + +* No change notes available for this release. + # v1.23.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/personalizeruntime/go_module_metadata.go b/service/personalizeruntime/go_module_metadata.go index 4b07703d301..b0e3b2aaab3 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.23.3" +const goModuleVersion = "1.23.4" diff --git a/service/pi/CHANGELOG.md b/service/pi/CHANGELOG.md index 03b835948d5..4ba65a75e82 100644 --- a/service/pi/CHANGELOG.md +++ b/service/pi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.1 (2024-05-23) + +* No change notes available for this release. + # v1.25.0 (2024-05-21) * **Feature**: Performance Insights added a new input parameter called AuthorizedActions to support the fine-grained access feature. Performance Insights also restricted the acceptable input characters. diff --git a/service/pi/go_module_metadata.go b/service/pi/go_module_metadata.go index 20a5433242b..3a400703a08 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.25.0" +const goModuleVersion = "1.25.1" diff --git a/service/pinpoint/CHANGELOG.md b/service/pinpoint/CHANGELOG.md index e3208205360..7af5fd415e9 100644 --- a/service/pinpoint/CHANGELOG.md +++ b/service/pinpoint/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.3 (2024-05-23) + +* No change notes available for this release. + # v1.30.2 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpoint/go_module_metadata.go b/service/pinpoint/go_module_metadata.go index 496d728470a..53c5cda2049 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.30.2" +const goModuleVersion = "1.30.3" diff --git a/service/pinpointemail/CHANGELOG.md b/service/pinpointemail/CHANGELOG.md index 05fd4bec552..fa2d4f112ca 100644 --- a/service/pinpointemail/CHANGELOG.md +++ b/service/pinpointemail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.9 (2024-05-23) + +* No change notes available for this release. + # v1.19.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpointemail/go_module_metadata.go b/service/pinpointemail/go_module_metadata.go index 516aaea3a75..de31a38c78d 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.19.8" +const goModuleVersion = "1.19.9" diff --git a/service/pinpointsmsvoice/CHANGELOG.md b/service/pinpointsmsvoice/CHANGELOG.md index f5904d4c00b..57013bbfc54 100644 --- a/service/pinpointsmsvoice/CHANGELOG.md +++ b/service/pinpointsmsvoice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.8 (2024-05-23) + +* No change notes available for this release. + # v1.19.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpointsmsvoice/go_module_metadata.go b/service/pinpointsmsvoice/go_module_metadata.go index 74e9c47155c..2b9912c5b47 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.19.7" +const goModuleVersion = "1.19.8" diff --git a/service/pinpointsmsvoicev2/CHANGELOG.md b/service/pinpointsmsvoicev2/CHANGELOG.md index 81c5c2e2a3b..421753bf72b 100644 --- a/service/pinpointsmsvoicev2/CHANGELOG.md +++ b/service/pinpointsmsvoicev2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.4 (2024-05-23) + +* No change notes available for this release. + # v1.10.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpointsmsvoicev2/go_module_metadata.go b/service/pinpointsmsvoicev2/go_module_metadata.go index dd27816b085..7728d982c83 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.10.3" +const goModuleVersion = "1.10.4" diff --git a/service/pipes/CHANGELOG.md b/service/pipes/CHANGELOG.md index 03756c748f0..b4977dc0bba 100644 --- a/service/pipes/CHANGELOG.md +++ b/service/pipes/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.8 (2024-05-23) + +* No change notes available for this release. + # v1.11.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pipes/go_module_metadata.go b/service/pipes/go_module_metadata.go index 80c29a9fd54..c3c541f9b6d 100644 --- a/service/pipes/go_module_metadata.go +++ b/service/pipes/go_module_metadata.go @@ -3,4 +3,4 @@ package pipes // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.7" +const goModuleVersion = "1.11.8" diff --git a/service/polly/CHANGELOG.md b/service/polly/CHANGELOG.md index 2adf9723924..53aeb96951f 100644 --- a/service/polly/CHANGELOG.md +++ b/service/polly/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.40.3 (2024-05-23) + +* No change notes available for this release. + # v1.40.2 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/polly/go_module_metadata.go b/service/polly/go_module_metadata.go index 81405df05da..b9debab8309 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.40.2" +const goModuleVersion = "1.40.3" diff --git a/service/pricing/CHANGELOG.md b/service/pricing/CHANGELOG.md index 00aa7d515a2..119ce3052ca 100644 --- a/service/pricing/CHANGELOG.md +++ b/service/pricing/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.5 (2024-05-23) + +* No change notes available for this release. + # v1.28.4 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pricing/go_module_metadata.go b/service/pricing/go_module_metadata.go index a6b5cf2ff0b..96a39def9ea 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.28.4" +const goModuleVersion = "1.28.5" diff --git a/service/privatenetworks/CHANGELOG.md b/service/privatenetworks/CHANGELOG.md index f797a284542..e1c81d2d618 100644 --- a/service/privatenetworks/CHANGELOG.md +++ b/service/privatenetworks/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.8 (2024-05-23) + +* No change notes available for this release. + # v1.9.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/privatenetworks/go_module_metadata.go b/service/privatenetworks/go_module_metadata.go index 59266089d6f..fc5b0c2c0fc 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.9.7" +const goModuleVersion = "1.9.8" diff --git a/service/proton/CHANGELOG.md b/service/proton/CHANGELOG.md index 00132cc020b..730372cd9d0 100644 --- a/service/proton/CHANGELOG.md +++ b/service/proton/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.8 (2024-05-23) + +* No change notes available for this release. + # v1.29.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/proton/go_module_metadata.go b/service/proton/go_module_metadata.go index 4d5a5e6a4c7..62a9af319be 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.29.7" +const goModuleVersion = "1.29.8" diff --git a/service/qbusiness/CHANGELOG.md b/service/qbusiness/CHANGELOG.md index 10103ae38af..56f44fc7384 100644 --- a/service/qbusiness/CHANGELOG.md +++ b/service/qbusiness/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.4 (2024-05-23) + +* No change notes available for this release. + # v1.6.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/qbusiness/go_module_metadata.go b/service/qbusiness/go_module_metadata.go index 2ddcbe22cd9..a3ddee2d500 100644 --- a/service/qbusiness/go_module_metadata.go +++ b/service/qbusiness/go_module_metadata.go @@ -3,4 +3,4 @@ package qbusiness // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.3" +const goModuleVersion = "1.6.4" diff --git a/service/qconnect/CHANGELOG.md b/service/qconnect/CHANGELOG.md index 215e8b7c400..637dbad8ad5 100644 --- a/service/qconnect/CHANGELOG.md +++ b/service/qconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.4 (2024-05-23) + +* No change notes available for this release. + # v1.6.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/qconnect/go_module_metadata.go b/service/qconnect/go_module_metadata.go index 0a1663fa643..53016f4374d 100644 --- a/service/qconnect/go_module_metadata.go +++ b/service/qconnect/go_module_metadata.go @@ -3,4 +3,4 @@ package qconnect // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.3" +const goModuleVersion = "1.6.4" diff --git a/service/qldb/CHANGELOG.md b/service/qldb/CHANGELOG.md index ac91eed6d8e..70ffc4b557c 100644 --- a/service/qldb/CHANGELOG.md +++ b/service/qldb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-05-23) + +* No change notes available for this release. + # v1.21.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/qldb/go_module_metadata.go b/service/qldb/go_module_metadata.go index c454092890b..d8a28516f94 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.21.7" +const goModuleVersion = "1.21.8" diff --git a/service/qldbsession/CHANGELOG.md b/service/qldbsession/CHANGELOG.md index a7c89a1de46..f524a9a6eff 100644 --- a/service/qldbsession/CHANGELOG.md +++ b/service/qldbsession/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-05-23) + +* No change notes available for this release. + # v1.21.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/qldbsession/go_module_metadata.go b/service/qldbsession/go_module_metadata.go index d2e66f5a764..3a7a5bd18c9 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.21.7" +const goModuleVersion = "1.21.8" diff --git a/service/quicksight/CHANGELOG.md b/service/quicksight/CHANGELOG.md index b9fd6e18c9a..40031ce3755 100644 --- a/service/quicksight/CHANGELOG.md +++ b/service/quicksight/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.64.1 (2024-05-23) + +* No change notes available for this release. + # v1.64.0 (2024-05-16) * **Feature**: This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK). diff --git a/service/quicksight/go_module_metadata.go b/service/quicksight/go_module_metadata.go index 9cb9dd98a0d..260f47c1788 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.64.0" +const goModuleVersion = "1.64.1" diff --git a/service/ram/CHANGELOG.md b/service/ram/CHANGELOG.md index 1d2f7f2dbf0..f0a9a561bd2 100644 --- a/service/ram/CHANGELOG.md +++ b/service/ram/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-05-23) + +* No change notes available for this release. + # v1.25.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ram/go_module_metadata.go b/service/ram/go_module_metadata.go index f3089c0a3ef..0455c3a4ed5 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.25.7" +const goModuleVersion = "1.25.8" diff --git a/service/rbin/CHANGELOG.md b/service/rbin/CHANGELOG.md index f52bfa62861..615b52818f6 100644 --- a/service/rbin/CHANGELOG.md +++ b/service/rbin/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.8 (2024-05-23) + +* No change notes available for this release. + # v1.16.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rbin/go_module_metadata.go b/service/rbin/go_module_metadata.go index 872de1fd3aa..0e58b2156b2 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.16.7" +const goModuleVersion = "1.16.8" diff --git a/service/rds/CHANGELOG.md b/service/rds/CHANGELOG.md index 1344dbc4841..f4e2334f080 100644 --- a/service/rds/CHANGELOG.md +++ b/service/rds/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.79.2 (2024-05-23) + +* No change notes available for this release. + # v1.79.1 (2024-05-21) * **Documentation**: Updates Amazon RDS documentation for Db2 license through AWS Marketplace. diff --git a/service/rds/go_module_metadata.go b/service/rds/go_module_metadata.go index 55fb738d7d4..dcf7d516ece 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.79.1" +const goModuleVersion = "1.79.2" diff --git a/service/rdsdata/CHANGELOG.md b/service/rdsdata/CHANGELOG.md index eb3e27b31c4..796c047e9a1 100644 --- a/service/rdsdata/CHANGELOG.md +++ b/service/rdsdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-05-23) + +* No change notes available for this release. + # v1.21.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rdsdata/go_module_metadata.go b/service/rdsdata/go_module_metadata.go index 61d5ccb7b57..b6da85ab10e 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.21.7" +const goModuleVersion = "1.21.8" diff --git a/service/redshift/CHANGELOG.md b/service/redshift/CHANGELOG.md index c453a1aa7fa..da6bd584b6e 100644 --- a/service/redshift/CHANGELOG.md +++ b/service/redshift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.44.4 (2024-05-23) + +* No change notes available for this release. + # v1.44.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/redshift/go_module_metadata.go b/service/redshift/go_module_metadata.go index 219b22ae98b..3cbbab14555 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.44.3" +const goModuleVersion = "1.44.4" diff --git a/service/redshiftdata/CHANGELOG.md b/service/redshiftdata/CHANGELOG.md index 8e03f8453b5..5bc8584c320 100644 --- a/service/redshiftdata/CHANGELOG.md +++ b/service/redshiftdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-05-23) + +* No change notes available for this release. + # v1.25.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/redshiftdata/go_module_metadata.go b/service/redshiftdata/go_module_metadata.go index b8dd5298040..6521389a0a2 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.25.7" +const goModuleVersion = "1.25.8" diff --git a/service/redshiftserverless/CHANGELOG.md b/service/redshiftserverless/CHANGELOG.md index ce0f3b2ce83..3b84ed15ce6 100644 --- a/service/redshiftserverless/CHANGELOG.md +++ b/service/redshiftserverless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.4 (2024-05-23) + +* No change notes available for this release. + # v1.18.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/redshiftserverless/go_module_metadata.go b/service/redshiftserverless/go_module_metadata.go index 0f10f5500b3..d4947de0c5d 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.18.3" +const goModuleVersion = "1.18.4" diff --git a/service/rekognition/CHANGELOG.md b/service/rekognition/CHANGELOG.md index 9da284034c4..342ef61ae0a 100644 --- a/service/rekognition/CHANGELOG.md +++ b/service/rekognition/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.40.4 (2024-05-23) + +* No change notes available for this release. + # v1.40.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rekognition/go_module_metadata.go b/service/rekognition/go_module_metadata.go index 2d68bb6dc94..43ec35473f4 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.40.3" +const goModuleVersion = "1.40.4" diff --git a/service/repostspace/CHANGELOG.md b/service/repostspace/CHANGELOG.md index cc848f848b9..1c27725198e 100644 --- a/service/repostspace/CHANGELOG.md +++ b/service/repostspace/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.8 (2024-05-23) + +* No change notes available for this release. + # v1.3.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/repostspace/go_module_metadata.go b/service/repostspace/go_module_metadata.go index 5116c66f7d6..b0e01197e7f 100644 --- a/service/repostspace/go_module_metadata.go +++ b/service/repostspace/go_module_metadata.go @@ -3,4 +3,4 @@ package repostspace // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.3.7" +const goModuleVersion = "1.3.8" diff --git a/service/resiliencehub/CHANGELOG.md b/service/resiliencehub/CHANGELOG.md index 92bb5d40705..39c7a0c2380 100644 --- a/service/resiliencehub/CHANGELOG.md +++ b/service/resiliencehub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.4 (2024-05-23) + +* No change notes available for this release. + # v1.21.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/resiliencehub/go_module_metadata.go b/service/resiliencehub/go_module_metadata.go index 0f5c06be468..d1b7ec04718 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.21.3" +const goModuleVersion = "1.21.4" diff --git a/service/resourceexplorer2/CHANGELOG.md b/service/resourceexplorer2/CHANGELOG.md index bf9f87d7083..993ff602083 100644 --- a/service/resourceexplorer2/CHANGELOG.md +++ b/service/resourceexplorer2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.9 (2024-05-23) + +* No change notes available for this release. + # v1.10.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/resourceexplorer2/go_module_metadata.go b/service/resourceexplorer2/go_module_metadata.go index ae4b082798f..575cd555780 100644 --- a/service/resourceexplorer2/go_module_metadata.go +++ b/service/resourceexplorer2/go_module_metadata.go @@ -3,4 +3,4 @@ package resourceexplorer2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.8" +const goModuleVersion = "1.10.9" diff --git a/service/resourcegroups/CHANGELOG.md b/service/resourcegroups/CHANGELOG.md index 076cc29f80a..bdbaf98d182 100644 --- a/service/resourcegroups/CHANGELOG.md +++ b/service/resourcegroups/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.4 (2024-05-23) + +* No change notes available for this release. + # v1.22.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/resourcegroups/go_module_metadata.go b/service/resourcegroups/go_module_metadata.go index 20d9a1a0892..b95ad17833e 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.22.3" +const goModuleVersion = "1.22.4" diff --git a/service/resourcegroupstaggingapi/CHANGELOG.md b/service/resourcegroupstaggingapi/CHANGELOG.md index 97ed6376e62..0ad12bc380f 100644 --- a/service/resourcegroupstaggingapi/CHANGELOG.md +++ b/service/resourcegroupstaggingapi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-05-23) + +* No change notes available for this release. + # v1.21.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/resourcegroupstaggingapi/go_module_metadata.go b/service/resourcegroupstaggingapi/go_module_metadata.go index 05b1ffd0cbf..64b77acbc1f 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.21.7" +const goModuleVersion = "1.21.8" diff --git a/service/robomaker/CHANGELOG.md b/service/robomaker/CHANGELOG.md index 0f88509db3d..f84b473b9b0 100644 --- a/service/robomaker/CHANGELOG.md +++ b/service/robomaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.8 (2024-05-23) + +* No change notes available for this release. + # v1.26.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/robomaker/go_module_metadata.go b/service/robomaker/go_module_metadata.go index ab9d5255109..d93b2b65460 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.26.7" +const goModuleVersion = "1.26.8" diff --git a/service/rolesanywhere/CHANGELOG.md b/service/rolesanywhere/CHANGELOG.md index 93acd5a5a5c..7722da17039 100644 --- a/service/rolesanywhere/CHANGELOG.md +++ b/service/rolesanywhere/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.4 (2024-05-23) + +* No change notes available for this release. + # v1.11.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rolesanywhere/go_module_metadata.go b/service/rolesanywhere/go_module_metadata.go index ff44342fc92..b8009e1be72 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.11.3" +const goModuleVersion = "1.11.4" diff --git a/service/route53/CHANGELOG.md b/service/route53/CHANGELOG.md index dbeb5d7ce10..4cfd37d718a 100644 --- a/service/route53/CHANGELOG.md +++ b/service/route53/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.40.8 (2024-05-23) + +* No change notes available for this release. + # v1.40.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53/go_module_metadata.go b/service/route53/go_module_metadata.go index 456c07b2c82..96dc0e25575 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.40.7" +const goModuleVersion = "1.40.8" diff --git a/service/route53domains/CHANGELOG.md b/service/route53domains/CHANGELOG.md index 3ab42a6d004..a110176658f 100644 --- a/service/route53domains/CHANGELOG.md +++ b/service/route53domains/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-05-23) + +* No change notes available for this release. + # v1.23.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53domains/go_module_metadata.go b/service/route53domains/go_module_metadata.go index 257afc6185f..17e6afb8eaa 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.23.7" +const goModuleVersion = "1.23.8" diff --git a/service/route53profiles/CHANGELOG.md b/service/route53profiles/CHANGELOG.md index 3614ef2a214..164c766b83c 100644 --- a/service/route53profiles/CHANGELOG.md +++ b/service/route53profiles/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.5 (2024-05-23) + +* No change notes available for this release. + # v1.0.4 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53profiles/go_module_metadata.go b/service/route53profiles/go_module_metadata.go index 7cb07f417ac..f2a68245484 100644 --- a/service/route53profiles/go_module_metadata.go +++ b/service/route53profiles/go_module_metadata.go @@ -3,4 +3,4 @@ package route53profiles // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.4" +const goModuleVersion = "1.0.5" diff --git a/service/route53recoverycluster/CHANGELOG.md b/service/route53recoverycluster/CHANGELOG.md index 408c4f0f6dd..bb7253d0cec 100644 --- a/service/route53recoverycluster/CHANGELOG.md +++ b/service/route53recoverycluster/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.8 (2024-05-23) + +* No change notes available for this release. + # v1.19.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53recoverycluster/go_module_metadata.go b/service/route53recoverycluster/go_module_metadata.go index 14841cf53a5..4f27e03ccbd 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.19.7" +const goModuleVersion = "1.19.8" diff --git a/service/route53recoverycontrolconfig/CHANGELOG.md b/service/route53recoverycontrolconfig/CHANGELOG.md index 6fde149580d..0138381e9c4 100644 --- a/service/route53recoverycontrolconfig/CHANGELOG.md +++ b/service/route53recoverycontrolconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-05-23) + +* No change notes available for this release. + # v1.21.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53recoverycontrolconfig/go_module_metadata.go b/service/route53recoverycontrolconfig/go_module_metadata.go index baecf50c100..655dca5d6ae 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.21.7" +const goModuleVersion = "1.21.8" diff --git a/service/route53recoveryreadiness/CHANGELOG.md b/service/route53recoveryreadiness/CHANGELOG.md index 443eccae612..755a4d3f93d 100644 --- a/service/route53recoveryreadiness/CHANGELOG.md +++ b/service/route53recoveryreadiness/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.8 (2024-05-23) + +* No change notes available for this release. + # v1.17.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53recoveryreadiness/go_module_metadata.go b/service/route53recoveryreadiness/go_module_metadata.go index c7bbd6ea19e..441be42abdf 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.17.7" +const goModuleVersion = "1.17.8" diff --git a/service/route53resolver/CHANGELOG.md b/service/route53resolver/CHANGELOG.md index cd7b8f686f7..82d9be263ff 100644 --- a/service/route53resolver/CHANGELOG.md +++ b/service/route53resolver/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.5 (2024-05-23) + +* No change notes available for this release. + # v1.28.4 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53resolver/go_module_metadata.go b/service/route53resolver/go_module_metadata.go index 04b1bd94963..9fed0dfff79 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.28.4" +const goModuleVersion = "1.28.5" diff --git a/service/rum/CHANGELOG.md b/service/rum/CHANGELOG.md index 91330865c56..cb303f3b77b 100644 --- a/service/rum/CHANGELOG.md +++ b/service/rum/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.10 (2024-05-23) + +* No change notes available for this release. + # v1.17.9 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rum/go_module_metadata.go b/service/rum/go_module_metadata.go index 434fe2b49ae..33709a46b50 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.17.9" +const goModuleVersion = "1.17.10" diff --git a/service/s3/CHANGELOG.md b/service/s3/CHANGELOG.md index 4d9957a689d..d95930cdb76 100644 --- a/service/s3/CHANGELOG.md +++ b/service/s3/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.54.3 (2024-05-23) + +* **Bug Fix**: Prevent parsing failures for nonstandard `Expires` values in responses. If the SDK cannot parse the value set in the response header for this field it will now be returned as `nil`. A new field, `ExpiresString`, has been added that will retain the unparsed value from the response (regardless of whether it came back in a format recognized by the SDK). + # v1.54.2 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/s3/go_module_metadata.go b/service/s3/go_module_metadata.go index ac25c831bfe..d383412e958 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.54.2" +const goModuleVersion = "1.54.3" diff --git a/service/s3/internal/configtesting/go.mod b/service/s3/internal/configtesting/go.mod index d0e78a0be9c..6b5cd401820 100644 --- a/service/s3/internal/configtesting/go.mod +++ b/service/s3/internal/configtesting/go.mod @@ -3,22 +3,22 @@ module github.com/aws/aws-sdk-go-v2/service/s3/internal/configtesting go 1.20 require ( - github.com/aws/aws-sdk-go-v2/config v1.27.15 + github.com/aws/aws-sdk-go-v2/config v1.27.16 github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.7 ) require ( github.com/aws/aws-sdk-go-v2 v1.27.0 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.17.15 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.16 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.3 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.7 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.7 // indirect github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 // indirect github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.9 // indirect - github.com/aws/aws-sdk-go-v2/service/sso v1.20.8 // indirect - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.2 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.28.9 // indirect + github.com/aws/aws-sdk-go-v2/service/sso v1.20.9 // indirect + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.3 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.28.10 // indirect github.com/aws/smithy-go v1.20.2 // indirect ) diff --git a/service/s3control/CHANGELOG.md b/service/s3control/CHANGELOG.md index 3cdcf47e9dc..48da50864d8 100644 --- a/service/s3control/CHANGELOG.md +++ b/service/s3control/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.44.11 (2024-05-23) + +* No change notes available for this release. + # v1.44.10 (2024-05-22) * No change notes available for this release. diff --git a/service/s3control/go_module_metadata.go b/service/s3control/go_module_metadata.go index 30119600860..3d557909f40 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.44.10" +const goModuleVersion = "1.44.11" diff --git a/service/s3outposts/CHANGELOG.md b/service/s3outposts/CHANGELOG.md index 6109d2b0905..ca3a6ad4875 100644 --- a/service/s3outposts/CHANGELOG.md +++ b/service/s3outposts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-05-23) + +* No change notes available for this release. + # v1.24.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/s3outposts/go_module_metadata.go b/service/s3outposts/go_module_metadata.go index 196b76af1fc..b5eca599a43 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.24.7" +const goModuleVersion = "1.24.8" diff --git a/service/sagemaker/CHANGELOG.md b/service/sagemaker/CHANGELOG.md index 15e106546b7..68b52bfbd38 100644 --- a/service/sagemaker/CHANGELOG.md +++ b/service/sagemaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.141.1 (2024-05-23) + +* No change notes available for this release. + # v1.141.0 (2024-05-16) * **Feature**: Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam. diff --git a/service/sagemaker/go_module_metadata.go b/service/sagemaker/go_module_metadata.go index 6fe70c63183..5969ef88623 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.141.0" +const goModuleVersion = "1.141.1" diff --git a/service/sagemakera2iruntime/CHANGELOG.md b/service/sagemakera2iruntime/CHANGELOG.md index 654e519d76e..3769ad9aa9b 100644 --- a/service/sagemakera2iruntime/CHANGELOG.md +++ b/service/sagemakera2iruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-05-23) + +* No change notes available for this release. + # v1.23.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakera2iruntime/go_module_metadata.go b/service/sagemakera2iruntime/go_module_metadata.go index eaca38acec6..7feb111f071 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.23.7" +const goModuleVersion = "1.23.8" diff --git a/service/sagemakeredge/CHANGELOG.md b/service/sagemakeredge/CHANGELOG.md index 9f4098d26d8..8fdea46b9a0 100644 --- a/service/sagemakeredge/CHANGELOG.md +++ b/service/sagemakeredge/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-05-23) + +* No change notes available for this release. + # v1.21.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakeredge/go_module_metadata.go b/service/sagemakeredge/go_module_metadata.go index 7fd5a84e0c9..529df97b3a7 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.21.7" +const goModuleVersion = "1.21.8" diff --git a/service/sagemakerfeaturestoreruntime/CHANGELOG.md b/service/sagemakerfeaturestoreruntime/CHANGELOG.md index 597a1cdd781..6403609a97a 100644 --- a/service/sagemakerfeaturestoreruntime/CHANGELOG.md +++ b/service/sagemakerfeaturestoreruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-05-23) + +* No change notes available for this release. + # v1.25.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakerfeaturestoreruntime/go_module_metadata.go b/service/sagemakerfeaturestoreruntime/go_module_metadata.go index 654dd3a4d00..51b46cb4324 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.25.7" +const goModuleVersion = "1.25.8" diff --git a/service/sagemakergeospatial/CHANGELOG.md b/service/sagemakergeospatial/CHANGELOG.md index 4d89c683aa3..f96444e11d5 100644 --- a/service/sagemakergeospatial/CHANGELOG.md +++ b/service/sagemakergeospatial/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.8 (2024-05-23) + +* No change notes available for this release. + # v1.10.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakergeospatial/go_module_metadata.go b/service/sagemakergeospatial/go_module_metadata.go index 513f95d9b26..44688752194 100644 --- a/service/sagemakergeospatial/go_module_metadata.go +++ b/service/sagemakergeospatial/go_module_metadata.go @@ -3,4 +3,4 @@ package sagemakergeospatial // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.7" +const goModuleVersion = "1.10.8" diff --git a/service/sagemakermetrics/CHANGELOG.md b/service/sagemakermetrics/CHANGELOG.md index d04e8fd9860..0d8b1bece51 100644 --- a/service/sagemakermetrics/CHANGELOG.md +++ b/service/sagemakermetrics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.8 (2024-05-23) + +* No change notes available for this release. + # v1.8.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakermetrics/go_module_metadata.go b/service/sagemakermetrics/go_module_metadata.go index 9e735916a8c..833debc4677 100644 --- a/service/sagemakermetrics/go_module_metadata.go +++ b/service/sagemakermetrics/go_module_metadata.go @@ -3,4 +3,4 @@ package sagemakermetrics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.7" +const goModuleVersion = "1.8.8" diff --git a/service/sagemakerruntime/CHANGELOG.md b/service/sagemakerruntime/CHANGELOG.md index a16e013a1bd..80023373827 100644 --- a/service/sagemakerruntime/CHANGELOG.md +++ b/service/sagemakerruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-05-23) + +* No change notes available for this release. + # v1.27.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemakerruntime/go_module_metadata.go b/service/sagemakerruntime/go_module_metadata.go index b93e2260cd0..0054baef93a 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.27.7" +const goModuleVersion = "1.27.8" diff --git a/service/savingsplans/CHANGELOG.md b/service/savingsplans/CHANGELOG.md index d100d65946b..64c09adf669 100644 --- a/service/savingsplans/CHANGELOG.md +++ b/service/savingsplans/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.5 (2024-05-23) + +* No change notes available for this release. + # v1.19.4 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/savingsplans/go_module_metadata.go b/service/savingsplans/go_module_metadata.go index ca193c3df90..2b956b1ea06 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.19.4" +const goModuleVersion = "1.19.5" diff --git a/service/scheduler/CHANGELOG.md b/service/scheduler/CHANGELOG.md index f11b6efb8bb..59a76b63078 100644 --- a/service/scheduler/CHANGELOG.md +++ b/service/scheduler/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.8 (2024-05-23) + +* No change notes available for this release. + # v1.8.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/scheduler/go_module_metadata.go b/service/scheduler/go_module_metadata.go index 23686a766e4..185ad5e7b10 100644 --- a/service/scheduler/go_module_metadata.go +++ b/service/scheduler/go_module_metadata.go @@ -3,4 +3,4 @@ package scheduler // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.7" +const goModuleVersion = "1.8.8" diff --git a/service/schemas/CHANGELOG.md b/service/schemas/CHANGELOG.md index 8271f45ca8f..13312d3cc3f 100644 --- a/service/schemas/CHANGELOG.md +++ b/service/schemas/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-05-23) + +* No change notes available for this release. + # v1.24.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/schemas/go_module_metadata.go b/service/schemas/go_module_metadata.go index 57cab8acffd..6db5e4f1af5 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.24.7" +const goModuleVersion = "1.24.8" diff --git a/service/secretsmanager/CHANGELOG.md b/service/secretsmanager/CHANGELOG.md index 6b31dca4916..a05d1fc9e2c 100644 --- a/service/secretsmanager/CHANGELOG.md +++ b/service/secretsmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.1 (2024-05-23) + +* No change notes available for this release. + # v1.29.0 (2024-05-20) * **Feature**: add v2 smoke tests and smithy smokeTests trait for SDK testing diff --git a/service/secretsmanager/go_module_metadata.go b/service/secretsmanager/go_module_metadata.go index 96219bb87bd..a49b8bfebbb 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.29.0" +const goModuleVersion = "1.29.1" diff --git a/service/securityhub/CHANGELOG.md b/service/securityhub/CHANGELOG.md index 1215b917d9c..ed37993fec5 100644 --- a/service/securityhub/CHANGELOG.md +++ b/service/securityhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.48.4 (2024-05-23) + +* No change notes available for this release. + # v1.48.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/securityhub/go_module_metadata.go b/service/securityhub/go_module_metadata.go index ef5e39e6628..4537c63a620 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.48.3" +const goModuleVersion = "1.48.4" diff --git a/service/securitylake/CHANGELOG.md b/service/securitylake/CHANGELOG.md index feac8786f85..adda362131b 100644 --- a/service/securitylake/CHANGELOG.md +++ b/service/securitylake/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.7 (2024-05-23) + +* No change notes available for this release. + # v1.13.6 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/securitylake/go_module_metadata.go b/service/securitylake/go_module_metadata.go index 5a8d2af2faa..ab7d9018215 100644 --- a/service/securitylake/go_module_metadata.go +++ b/service/securitylake/go_module_metadata.go @@ -3,4 +3,4 @@ package securitylake // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.6" +const goModuleVersion = "1.13.7" diff --git a/service/serverlessapplicationrepository/CHANGELOG.md b/service/serverlessapplicationrepository/CHANGELOG.md index a5bfb21e446..a1272ee6b15 100644 --- a/service/serverlessapplicationrepository/CHANGELOG.md +++ b/service/serverlessapplicationrepository/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.9 (2024-05-23) + +* No change notes available for this release. + # v1.20.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/serverlessapplicationrepository/go_module_metadata.go b/service/serverlessapplicationrepository/go_module_metadata.go index 8762ae0f8af..22c6026aebc 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.20.8" +const goModuleVersion = "1.20.9" diff --git a/service/servicecatalog/CHANGELOG.md b/service/servicecatalog/CHANGELOG.md index 75cc8d44cac..439d183f7bc 100644 --- a/service/servicecatalog/CHANGELOG.md +++ b/service/servicecatalog/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.8 (2024-05-23) + +* No change notes available for this release. + # v1.28.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicecatalog/go_module_metadata.go b/service/servicecatalog/go_module_metadata.go index 0dd515df2c7..607c9e5b69a 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.28.7" +const goModuleVersion = "1.28.8" diff --git a/service/servicecatalogappregistry/CHANGELOG.md b/service/servicecatalogappregistry/CHANGELOG.md index 3122232e862..b12fcb4aa18 100644 --- a/service/servicecatalogappregistry/CHANGELOG.md +++ b/service/servicecatalogappregistry/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.8 (2024-05-23) + +* No change notes available for this release. + # v1.26.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicecatalogappregistry/go_module_metadata.go b/service/servicecatalogappregistry/go_module_metadata.go index 96971497947..05a69a73732 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.26.7" +const goModuleVersion = "1.26.8" diff --git a/service/servicediscovery/CHANGELOG.md b/service/servicediscovery/CHANGELOG.md index d7356332ea4..78f118602b0 100644 --- a/service/servicediscovery/CHANGELOG.md +++ b/service/servicediscovery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.10 (2024-05-23) + +* No change notes available for this release. + # v1.29.9 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicediscovery/go_module_metadata.go b/service/servicediscovery/go_module_metadata.go index 3af2f4d1f90..ce9370d062f 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.29.9" +const goModuleVersion = "1.29.10" diff --git a/service/servicequotas/CHANGELOG.md b/service/servicequotas/CHANGELOG.md index c92bb89b749..ac5aac2206c 100644 --- a/service/servicequotas/CHANGELOG.md +++ b/service/servicequotas/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-05-23) + +* No change notes available for this release. + # v1.21.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/servicequotas/go_module_metadata.go b/service/servicequotas/go_module_metadata.go index 001ae82c0f1..920014677da 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.21.7" +const goModuleVersion = "1.21.8" diff --git a/service/ses/CHANGELOG.md b/service/ses/CHANGELOG.md index da8acbd6ed4..b3b240c0874 100644 --- a/service/ses/CHANGELOG.md +++ b/service/ses/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.9 (2024-05-23) + +* No change notes available for this release. + # v1.22.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ses/go_module_metadata.go b/service/ses/go_module_metadata.go index a76d9da751b..813e605b5be 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.22.8" +const goModuleVersion = "1.22.9" diff --git a/service/sesv2/CHANGELOG.md b/service/sesv2/CHANGELOG.md index cd2727caddd..a18c69bc7f3 100644 --- a/service/sesv2/CHANGELOG.md +++ b/service/sesv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.4 (2024-05-23) + +* No change notes available for this release. + # v1.29.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sesv2/go_module_metadata.go b/service/sesv2/go_module_metadata.go index 88550eac47f..41e39a9f499 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.29.3" +const goModuleVersion = "1.29.4" diff --git a/service/sfn/CHANGELOG.md b/service/sfn/CHANGELOG.md index 764aad8cb54..ebee27bfc2c 100644 --- a/service/sfn/CHANGELOG.md +++ b/service/sfn/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.4 (2024-05-23) + +* No change notes available for this release. + # v1.27.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sfn/go_module_metadata.go b/service/sfn/go_module_metadata.go index b3c60549438..4c2d31df463 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.27.3" +const goModuleVersion = "1.27.4" diff --git a/service/shield/CHANGELOG.md b/service/shield/CHANGELOG.md index 3c726e8d64d..e5a60b62053 100644 --- a/service/shield/CHANGELOG.md +++ b/service/shield/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-05-23) + +* No change notes available for this release. + # v1.25.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/shield/go_module_metadata.go b/service/shield/go_module_metadata.go index 38c0a26428e..77f1e43515d 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.25.7" +const goModuleVersion = "1.25.8" diff --git a/service/signer/CHANGELOG.md b/service/signer/CHANGELOG.md index 73fb525be88..9c6ae4accd4 100644 --- a/service/signer/CHANGELOG.md +++ b/service/signer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.11 (2024-05-23) + +* No change notes available for this release. + # v1.22.10 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/signer/go_module_metadata.go b/service/signer/go_module_metadata.go index a5ed3b3d100..8b0cf59d500 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.22.10" +const goModuleVersion = "1.22.11" diff --git a/service/simspaceweaver/CHANGELOG.md b/service/simspaceweaver/CHANGELOG.md index 28da20163d2..5cb1ff6a03b 100644 --- a/service/simspaceweaver/CHANGELOG.md +++ b/service/simspaceweaver/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.8 (2024-05-23) + +* No change notes available for this release. + # v1.10.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/simspaceweaver/go_module_metadata.go b/service/simspaceweaver/go_module_metadata.go index 75161c41d4a..71016e962e7 100644 --- a/service/simspaceweaver/go_module_metadata.go +++ b/service/simspaceweaver/go_module_metadata.go @@ -3,4 +3,4 @@ package simspaceweaver // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.7" +const goModuleVersion = "1.10.8" diff --git a/service/sms/CHANGELOG.md b/service/sms/CHANGELOG.md index 4737ae35f8b..b2c76609e5c 100644 --- a/service/sms/CHANGELOG.md +++ b/service/sms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.8 (2024-05-23) + +* No change notes available for this release. + # v1.20.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sms/go_module_metadata.go b/service/sms/go_module_metadata.go index 68642a58c8b..cb607b31ef9 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.20.7" +const goModuleVersion = "1.20.8" diff --git a/service/snowball/CHANGELOG.md b/service/snowball/CHANGELOG.md index f3517010c7f..15a15f2c259 100644 --- a/service/snowball/CHANGELOG.md +++ b/service/snowball/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.10 (2024-05-23) + +* No change notes available for this release. + # v1.26.9 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/snowball/go_module_metadata.go b/service/snowball/go_module_metadata.go index eb4c94505e8..a4f0516c96e 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.26.9" +const goModuleVersion = "1.26.10" diff --git a/service/snowdevicemanagement/CHANGELOG.md b/service/snowdevicemanagement/CHANGELOG.md index 9c8913eb2d7..99972318c20 100644 --- a/service/snowdevicemanagement/CHANGELOG.md +++ b/service/snowdevicemanagement/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.8 (2024-05-23) + +* No change notes available for this release. + # v1.16.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/snowdevicemanagement/go_module_metadata.go b/service/snowdevicemanagement/go_module_metadata.go index eef7cde8337..9c2fffdcb95 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.16.7" +const goModuleVersion = "1.16.8" diff --git a/service/sns/CHANGELOG.md b/service/sns/CHANGELOG.md index 6815b00aa52..0dd2c34aa65 100644 --- a/service/sns/CHANGELOG.md +++ b/service/sns/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.8 (2024-05-23) + +* No change notes available for this release. + # v1.29.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sns/go_module_metadata.go b/service/sns/go_module_metadata.go index a3ee281e59a..12cf5a1b700 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.29.7" +const goModuleVersion = "1.29.8" diff --git a/service/sqs/CHANGELOG.md b/service/sqs/CHANGELOG.md index 415fc29d440..85682acfd8b 100644 --- a/service/sqs/CHANGELOG.md +++ b/service/sqs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.32.3 (2024-05-23) + +* No change notes available for this release. + # v1.32.2 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sqs/go_module_metadata.go b/service/sqs/go_module_metadata.go index 0f2b430585a..3f9920b916e 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.32.2" +const goModuleVersion = "1.32.3" diff --git a/service/ssm/CHANGELOG.md b/service/ssm/CHANGELOG.md index d8c40233ef0..0c991175694 100644 --- a/service/ssm/CHANGELOG.md +++ b/service/ssm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.50.4 (2024-05-23) + +* No change notes available for this release. + # v1.50.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssm/go_module_metadata.go b/service/ssm/go_module_metadata.go index a4a0771e21e..708bf2687ec 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.50.3" +const goModuleVersion = "1.50.4" diff --git a/service/ssmcontacts/CHANGELOG.md b/service/ssmcontacts/CHANGELOG.md index 1656cdf61b7..20ee41161d3 100644 --- a/service/ssmcontacts/CHANGELOG.md +++ b/service/ssmcontacts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.8 (2024-05-23) + +* No change notes available for this release. + # v1.22.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssmcontacts/go_module_metadata.go b/service/ssmcontacts/go_module_metadata.go index 28484ad039e..e5d51b57da8 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.22.7" +const goModuleVersion = "1.22.8" diff --git a/service/ssmincidents/CHANGELOG.md b/service/ssmincidents/CHANGELOG.md index f32558a89f8..4e8b2fc224a 100644 --- a/service/ssmincidents/CHANGELOG.md +++ b/service/ssmincidents/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.8 (2024-05-23) + +* No change notes available for this release. + # v1.30.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssmincidents/go_module_metadata.go b/service/ssmincidents/go_module_metadata.go index 90e98d11c08..5327223f415 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.30.7" +const goModuleVersion = "1.30.8" diff --git a/service/ssmsap/CHANGELOG.md b/service/ssmsap/CHANGELOG.md index 37080fd2b44..d70e782997f 100644 --- a/service/ssmsap/CHANGELOG.md +++ b/service/ssmsap/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.3 (2024-05-23) + +* No change notes available for this release. + # v1.13.2 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssmsap/go_module_metadata.go b/service/ssmsap/go_module_metadata.go index d2fa874e01d..73264b26498 100644 --- a/service/ssmsap/go_module_metadata.go +++ b/service/ssmsap/go_module_metadata.go @@ -3,4 +3,4 @@ package ssmsap // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.2" +const goModuleVersion = "1.13.3" diff --git a/service/sso/CHANGELOG.md b/service/sso/CHANGELOG.md index f5f7d5a22b3..d477f4212fc 100644 --- a/service/sso/CHANGELOG.md +++ b/service/sso/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.9 (2024-05-23) + +* No change notes available for this release. + # v1.20.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sso/go_module_metadata.go b/service/sso/go_module_metadata.go index 66ee5a4ce2b..e9adaf46aa4 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.20.8" +const goModuleVersion = "1.20.9" diff --git a/service/ssoadmin/CHANGELOG.md b/service/ssoadmin/CHANGELOG.md index 817095ca880..a1b7625928f 100644 --- a/service/ssoadmin/CHANGELOG.md +++ b/service/ssoadmin/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.9 (2024-05-23) + +* No change notes available for this release. + # v1.25.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssoadmin/go_module_metadata.go b/service/ssoadmin/go_module_metadata.go index bc4c404c928..5a5ca4f62b9 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.25.8" +const goModuleVersion = "1.25.9" diff --git a/service/ssooidc/CHANGELOG.md b/service/ssooidc/CHANGELOG.md index f5591a7d3ce..b70701a5287 100644 --- a/service/ssooidc/CHANGELOG.md +++ b/service/ssooidc/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.3 (2024-05-23) + +* No change notes available for this release. + # v1.24.2 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssooidc/go_module_metadata.go b/service/ssooidc/go_module_metadata.go index f699d84bb91..80189fbfbc6 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.24.2" +const goModuleVersion = "1.24.3" diff --git a/service/storagegateway/CHANGELOG.md b/service/storagegateway/CHANGELOG.md index f8f3a78a0eb..4fe438f7437 100644 --- a/service/storagegateway/CHANGELOG.md +++ b/service/storagegateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.1 (2024-05-23) + +* No change notes available for this release. + # v1.28.0 (2024-05-21) * **Feature**: Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums. diff --git a/service/storagegateway/go_module_metadata.go b/service/storagegateway/go_module_metadata.go index febc4848401..fdc22d8baa4 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.28.0" +const goModuleVersion = "1.28.1" diff --git a/service/sts/CHANGELOG.md b/service/sts/CHANGELOG.md index 2f8900987cf..77cd6034609 100644 --- a/service/sts/CHANGELOG.md +++ b/service/sts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.10 (2024-05-23) + +* No change notes available for this release. + # v1.28.9 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sts/go_module_metadata.go b/service/sts/go_module_metadata.go index 5583e60cc8e..f8c5b4e9162 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.28.9" +const goModuleVersion = "1.28.10" diff --git a/service/supplychain/CHANGELOG.md b/service/supplychain/CHANGELOG.md index 5a408070b42..17291e448d5 100644 --- a/service/supplychain/CHANGELOG.md +++ b/service/supplychain/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.4 (2024-05-23) + +* No change notes available for this release. + # v1.3.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/supplychain/go_module_metadata.go b/service/supplychain/go_module_metadata.go index 615a5d07cd8..65f08bf8077 100644 --- a/service/supplychain/go_module_metadata.go +++ b/service/supplychain/go_module_metadata.go @@ -3,4 +3,4 @@ package supplychain // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.3.3" +const goModuleVersion = "1.3.4" diff --git a/service/support/CHANGELOG.md b/service/support/CHANGELOG.md index 604b047e4c1..239cf7b6e2a 100644 --- a/service/support/CHANGELOG.md +++ b/service/support/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.4 (2024-05-23) + +* No change notes available for this release. + # v1.22.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/support/go_module_metadata.go b/service/support/go_module_metadata.go index 4c96b34dcf4..5cfc670908c 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.22.3" +const goModuleVersion = "1.22.4" diff --git a/service/supportapp/CHANGELOG.md b/service/supportapp/CHANGELOG.md index b5af247bd77..af4fd7426c2 100644 --- a/service/supportapp/CHANGELOG.md +++ b/service/supportapp/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.8 (2024-05-23) + +* No change notes available for this release. + # v1.9.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/supportapp/go_module_metadata.go b/service/supportapp/go_module_metadata.go index 031b9c61d3a..1169e996bba 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.9.7" +const goModuleVersion = "1.9.8" diff --git a/service/swf/CHANGELOG.md b/service/swf/CHANGELOG.md index da60869bc10..48bac5512c4 100644 --- a/service/swf/CHANGELOG.md +++ b/service/swf/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.8 (2024-05-23) + +* No change notes available for this release. + # v1.22.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/swf/go_module_metadata.go b/service/swf/go_module_metadata.go index 3892c932df0..ee9b96db338 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.22.7" +const goModuleVersion = "1.22.8" diff --git a/service/synthetics/CHANGELOG.md b/service/synthetics/CHANGELOG.md index f0a94b779b7..ff599db0626 100644 --- a/service/synthetics/CHANGELOG.md +++ b/service/synthetics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-05-23) + +* No change notes available for this release. + # v1.24.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/synthetics/go_module_metadata.go b/service/synthetics/go_module_metadata.go index 7610a0ac802..5ecf72f0799 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.24.7" +const goModuleVersion = "1.24.8" diff --git a/service/textract/CHANGELOG.md b/service/textract/CHANGELOG.md index fbbd7a58880..e94ebfc8aed 100644 --- a/service/textract/CHANGELOG.md +++ b/service/textract/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.9 (2024-05-23) + +* No change notes available for this release. + # v1.30.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/textract/go_module_metadata.go b/service/textract/go_module_metadata.go index 4ccb15a8574..642470522f2 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.30.8" +const goModuleVersion = "1.30.9" diff --git a/service/timestreaminfluxdb/CHANGELOG.md b/service/timestreaminfluxdb/CHANGELOG.md index 402aec76ac7..37f885919e4 100644 --- a/service/timestreaminfluxdb/CHANGELOG.md +++ b/service/timestreaminfluxdb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.6 (2024-05-23) + +* No change notes available for this release. + # v1.0.5 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/timestreaminfluxdb/go_module_metadata.go b/service/timestreaminfluxdb/go_module_metadata.go index 8eed051c31a..63f05be1391 100644 --- a/service/timestreaminfluxdb/go_module_metadata.go +++ b/service/timestreaminfluxdb/go_module_metadata.go @@ -3,4 +3,4 @@ package timestreaminfluxdb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.5" +const goModuleVersion = "1.0.6" diff --git a/service/timestreamquery/CHANGELOG.md b/service/timestreamquery/CHANGELOG.md index 01ba4f0b558..0bfeb670de7 100644 --- a/service/timestreamquery/CHANGELOG.md +++ b/service/timestreamquery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.4 (2024-05-23) + +* No change notes available for this release. + # v1.23.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/timestreamquery/go_module_metadata.go b/service/timestreamquery/go_module_metadata.go index df3e23abf55..f98f188170e 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.23.3" +const goModuleVersion = "1.23.4" diff --git a/service/timestreamwrite/CHANGELOG.md b/service/timestreamwrite/CHANGELOG.md index 060a9d4b582..08ea872e050 100644 --- a/service/timestreamwrite/CHANGELOG.md +++ b/service/timestreamwrite/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.9 (2024-05-23) + +* No change notes available for this release. + # v1.25.8 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/timestreamwrite/go_module_metadata.go b/service/timestreamwrite/go_module_metadata.go index fb46587bdf6..043e6b20a9d 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.25.8" +const goModuleVersion = "1.25.9" diff --git a/service/tnb/CHANGELOG.md b/service/tnb/CHANGELOG.md index 6317a997f56..f82e71f24fd 100644 --- a/service/tnb/CHANGELOG.md +++ b/service/tnb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.8 (2024-05-23) + +* No change notes available for this release. + # v1.8.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/tnb/go_module_metadata.go b/service/tnb/go_module_metadata.go index 3c7f792c59e..9aaab9df909 100644 --- a/service/tnb/go_module_metadata.go +++ b/service/tnb/go_module_metadata.go @@ -3,4 +3,4 @@ package tnb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.7" +const goModuleVersion = "1.8.8" diff --git a/service/transcribe/CHANGELOG.md b/service/transcribe/CHANGELOG.md index c79bc72ad53..a425c1f5ec6 100644 --- a/service/transcribe/CHANGELOG.md +++ b/service/transcribe/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.37.4 (2024-05-23) + +* No change notes available for this release. + # v1.37.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/transcribe/go_module_metadata.go b/service/transcribe/go_module_metadata.go index 7bb1bc23b29..4a16a382c7b 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.37.3" +const goModuleVersion = "1.37.4" diff --git a/service/transcribestreaming/CHANGELOG.md b/service/transcribestreaming/CHANGELOG.md index 7092feae7d4..38da07a37fe 100644 --- a/service/transcribestreaming/CHANGELOG.md +++ b/service/transcribestreaming/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.8 (2024-05-23) + +* No change notes available for this release. + # v1.17.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/transcribestreaming/go_module_metadata.go b/service/transcribestreaming/go_module_metadata.go index c50a2113c7b..7b1d05bc2f5 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.17.7" +const goModuleVersion = "1.17.8" diff --git a/service/transcribestreaming/internal/testing/go.mod b/service/transcribestreaming/internal/testing/go.mod index fd7fd0a903a..105b37553d9 100644 --- a/service/transcribestreaming/internal/testing/go.mod +++ b/service/transcribestreaming/internal/testing/go.mod @@ -5,13 +5,13 @@ go 1.20 require ( github.com/aws/aws-sdk-go-v2 v1.27.0 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.2 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.4.2 - github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.17.7 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.4.3 + github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.17.8 github.com/aws/smithy-go v1.20.2 ) require ( - github.com/aws/aws-sdk-go-v2/credentials v1.17.15 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.17.16 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.7 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.7 // indirect ) diff --git a/service/transfer/CHANGELOG.md b/service/transfer/CHANGELOG.md index 3b19ae3d087..8dc615919ff 100644 --- a/service/transfer/CHANGELOG.md +++ b/service/transfer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.48.1 (2024-05-23) + +* No change notes available for this release. + # v1.48.0 (2024-05-17) * **Feature**: Enable use of CloudFormation traits in Smithy model to improve generated CloudFormation schema from the Smithy API model. diff --git a/service/transfer/go_module_metadata.go b/service/transfer/go_module_metadata.go index 9fecb1d9565..5cb01b7e9f4 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.48.0" +const goModuleVersion = "1.48.1" diff --git a/service/translate/CHANGELOG.md b/service/translate/CHANGELOG.md index 7bb3a4908c0..d189e34022b 100644 --- a/service/translate/CHANGELOG.md +++ b/service/translate/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.8 (2024-05-23) + +* No change notes available for this release. + # v1.24.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/translate/go_module_metadata.go b/service/translate/go_module_metadata.go index 41ef0f8e50a..fbc7d43fd87 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.24.7" +const goModuleVersion = "1.24.8" diff --git a/service/trustedadvisor/CHANGELOG.md b/service/trustedadvisor/CHANGELOG.md index 75646a4af33..726e2d9b235 100644 --- a/service/trustedadvisor/CHANGELOG.md +++ b/service/trustedadvisor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.4 (2024-05-23) + +* No change notes available for this release. + # v1.4.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/trustedadvisor/go_module_metadata.go b/service/trustedadvisor/go_module_metadata.go index 7849fde7027..450cd389691 100644 --- a/service/trustedadvisor/go_module_metadata.go +++ b/service/trustedadvisor/go_module_metadata.go @@ -3,4 +3,4 @@ package trustedadvisor // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.4.3" +const goModuleVersion = "1.4.4" diff --git a/service/verifiedpermissions/CHANGELOG.md b/service/verifiedpermissions/CHANGELOG.md index bf771db0ce3..0122b454702 100644 --- a/service/verifiedpermissions/CHANGELOG.md +++ b/service/verifiedpermissions/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.3 (2024-05-23) + +* No change notes available for this release. + # v1.14.2 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/verifiedpermissions/go_module_metadata.go b/service/verifiedpermissions/go_module_metadata.go index 7be1e0443fe..d18935ae9bd 100644 --- a/service/verifiedpermissions/go_module_metadata.go +++ b/service/verifiedpermissions/go_module_metadata.go @@ -3,4 +3,4 @@ package verifiedpermissions // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.2" +const goModuleVersion = "1.14.3" diff --git a/service/voiceid/CHANGELOG.md b/service/voiceid/CHANGELOG.md index 3ec6008bf4a..9f2261dc298 100644 --- a/service/voiceid/CHANGELOG.md +++ b/service/voiceid/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.8 (2024-05-23) + +* No change notes available for this release. + # v1.20.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/voiceid/go_module_metadata.go b/service/voiceid/go_module_metadata.go index 3f61e2e0fd7..ed28067dcd9 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.20.7" +const goModuleVersion = "1.20.8" diff --git a/service/vpclattice/CHANGELOG.md b/service/vpclattice/CHANGELOG.md index 903fe7e4fe5..af9b1d2390b 100644 --- a/service/vpclattice/CHANGELOG.md +++ b/service/vpclattice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.3 (2024-05-23) + +* No change notes available for this release. + # v1.8.2 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/vpclattice/go_module_metadata.go b/service/vpclattice/go_module_metadata.go index 8b11c89a920..3f05ad05f80 100644 --- a/service/vpclattice/go_module_metadata.go +++ b/service/vpclattice/go_module_metadata.go @@ -3,4 +3,4 @@ package vpclattice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.2" +const goModuleVersion = "1.8.3" diff --git a/service/waf/CHANGELOG.md b/service/waf/CHANGELOG.md index f093a96e606..768873a80f9 100644 --- a/service/waf/CHANGELOG.md +++ b/service/waf/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.8 (2024-05-23) + +* No change notes available for this release. + # v1.20.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/waf/go_module_metadata.go b/service/waf/go_module_metadata.go index db94650e5c0..c68617c5a70 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.20.7" +const goModuleVersion = "1.20.8" diff --git a/service/wafregional/CHANGELOG.md b/service/wafregional/CHANGELOG.md index 96ec766900f..cf0881b9501 100644 --- a/service/wafregional/CHANGELOG.md +++ b/service/wafregional/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-05-23) + +* No change notes available for this release. + # v1.21.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/wafregional/go_module_metadata.go b/service/wafregional/go_module_metadata.go index 268f5a26761..8b77acc0702 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.21.7" +const goModuleVersion = "1.21.8" diff --git a/service/wafv2/CHANGELOG.md b/service/wafv2/CHANGELOG.md index eda8ab9c97b..b9579a309c6 100644 --- a/service/wafv2/CHANGELOG.md +++ b/service/wafv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.49.1 (2024-05-23) + +* No change notes available for this release. + # v1.49.0 (2024-05-22) * **Feature**: You can now use Security Lake to collect web ACL traffic data. diff --git a/service/wafv2/go_module_metadata.go b/service/wafv2/go_module_metadata.go index 2f387007bd9..4d28e377cdf 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.49.0" +const goModuleVersion = "1.49.1" diff --git a/service/wellarchitected/CHANGELOG.md b/service/wellarchitected/CHANGELOG.md index 643f0b150ec..fa8e4c1ccef 100644 --- a/service/wellarchitected/CHANGELOG.md +++ b/service/wellarchitected/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.4 (2024-05-23) + +* No change notes available for this release. + # v1.30.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/wellarchitected/go_module_metadata.go b/service/wellarchitected/go_module_metadata.go index 960fbc1423e..e6ee4b442b3 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.30.3" +const goModuleVersion = "1.30.4" diff --git a/service/wisdom/CHANGELOG.md b/service/wisdom/CHANGELOG.md index 7ad85b423a6..dc9d4737f76 100644 --- a/service/wisdom/CHANGELOG.md +++ b/service/wisdom/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.8 (2024-05-23) + +* No change notes available for this release. + # v1.23.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/wisdom/go_module_metadata.go b/service/wisdom/go_module_metadata.go index 02a3a7629bf..604aeefcbf1 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.23.7" +const goModuleVersion = "1.23.8" diff --git a/service/workdocs/CHANGELOG.md b/service/workdocs/CHANGELOG.md index 87ff358a81c..0f50df228da 100644 --- a/service/workdocs/CHANGELOG.md +++ b/service/workdocs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.8 (2024-05-23) + +* No change notes available for this release. + # v1.21.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workdocs/go_module_metadata.go b/service/workdocs/go_module_metadata.go index e0b6a8134a3..1daaec5d1a8 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.21.7" +const goModuleVersion = "1.21.8" diff --git a/service/worklink/CHANGELOG.md b/service/worklink/CHANGELOG.md index bf7949eab32..6a130d48f12 100644 --- a/service/worklink/CHANGELOG.md +++ b/service/worklink/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.8 (2024-05-23) + +* No change notes available for this release. + # v1.20.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/worklink/go_module_metadata.go b/service/worklink/go_module_metadata.go index 59a8b4b6558..edf3b2e54bd 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.20.7" +const goModuleVersion = "1.20.8" diff --git a/service/workmail/CHANGELOG.md b/service/workmail/CHANGELOG.md index 86d700b3c07..ff0ee925e11 100644 --- a/service/workmail/CHANGELOG.md +++ b/service/workmail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-05-23) + +* No change notes available for this release. + # v1.25.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workmail/go_module_metadata.go b/service/workmail/go_module_metadata.go index 404288bb53b..a84703eb9e1 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.25.7" +const goModuleVersion = "1.25.8" diff --git a/service/workmailmessageflow/CHANGELOG.md b/service/workmailmessageflow/CHANGELOG.md index 142f158f5c9..99a489dcfe4 100644 --- a/service/workmailmessageflow/CHANGELOG.md +++ b/service/workmailmessageflow/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.8 (2024-05-23) + +* No change notes available for this release. + # v1.19.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workmailmessageflow/go_module_metadata.go b/service/workmailmessageflow/go_module_metadata.go index f7974e4fb22..1611ae7f8ea 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.19.7" +const goModuleVersion = "1.19.8" diff --git a/service/workspaces/CHANGELOG.md b/service/workspaces/CHANGELOG.md index 023118dbebb..e4dfa916f8a 100644 --- a/service/workspaces/CHANGELOG.md +++ b/service/workspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.39.4 (2024-05-23) + +* No change notes available for this release. + # v1.39.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workspaces/go_module_metadata.go b/service/workspaces/go_module_metadata.go index 9667af95603..6a83c3477d6 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.39.3" +const goModuleVersion = "1.39.4" diff --git a/service/workspacesthinclient/CHANGELOG.md b/service/workspacesthinclient/CHANGELOG.md index 9916b0227ad..87fb575c173 100644 --- a/service/workspacesthinclient/CHANGELOG.md +++ b/service/workspacesthinclient/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.5.4 (2024-05-23) + +* No change notes available for this release. + # v1.5.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workspacesthinclient/go_module_metadata.go b/service/workspacesthinclient/go_module_metadata.go index 49df4d94bba..1a4be093849 100644 --- a/service/workspacesthinclient/go_module_metadata.go +++ b/service/workspacesthinclient/go_module_metadata.go @@ -3,4 +3,4 @@ package workspacesthinclient // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.5.3" +const goModuleVersion = "1.5.4" diff --git a/service/workspacesweb/CHANGELOG.md b/service/workspacesweb/CHANGELOG.md index 5a43bd07436..fa82a6c6571 100644 --- a/service/workspacesweb/CHANGELOG.md +++ b/service/workspacesweb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.4 (2024-05-23) + +* No change notes available for this release. + # v1.18.3 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workspacesweb/go_module_metadata.go b/service/workspacesweb/go_module_metadata.go index 34533c57e20..dca4fa6d03f 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.18.3" +const goModuleVersion = "1.18.4" diff --git a/service/xray/CHANGELOG.md b/service/xray/CHANGELOG.md index 247a3b4f70a..3b009557947 100644 --- a/service/xray/CHANGELOG.md +++ b/service/xray/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.8 (2024-05-23) + +* No change notes available for this release. + # v1.25.7 (2024-05-16) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/xray/go_module_metadata.go b/service/xray/go_module_metadata.go index 39548bed44e..ebe4d82cef8 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.25.7" +const goModuleVersion = "1.25.8"