diff --git a/.changelog/0447209eac7047f98a220625e9d91cf0.json b/.changelog/0447209eac7047f98a220625e9d91cf0.json deleted file mode 100644 index 787c74dbf5a..00000000000 --- a/.changelog/0447209eac7047f98a220625e9d91cf0.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "0447209e-ac70-47f9-8a22-0625e9d91cf0", - "type": "documentation", - "description": "Removed prerelease language for GA launch.", - "modules": [ - "service/redshiftserverless" - ] -} \ No newline at end of file diff --git a/.changelog/4b95805cf32b4f99b9237329d231fa65.json b/.changelog/4b95805cf32b4f99b9237329d231fa65.json deleted file mode 100644 index 98800f58430..00000000000 --- a/.changelog/4b95805cf32b4f99b9237329d231fa65.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "4b95805c-f32b-4f99-b923-7329d231fa65", - "type": "feature", - "description": "Build, manage, and monitor a unified global network that connects resources running across your cloud and on-premises environments using the AWS Cloud WAN APIs.", - "modules": [ - "service/ec2" - ] -} \ No newline at end of file diff --git a/.changelog/56b59e6b1fe3484da087e3592e1ed35e.json b/.changelog/56b59e6b1fe3484da087e3592e1ed35e.json deleted file mode 100644 index 29f800edea9..00000000000 --- a/.changelog/56b59e6b1fe3484da087e3592e1ed35e.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "56b59e6b-1fe3-484d-a087-e3592e1ed35e", - "type": "feature", - "description": "This release adds a new --snapshot-arn field for describe-cluster-snapshots, describe-node-configuration-options, restore-from-cluster-snapshot, authorize-snapshot-acsess, and revoke-snapshot-acsess APIs. It allows customers to give a Redshift snapshot ARN or a Redshift Serverless ARN as input.", - "modules": [ - "service/redshift" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 61d4dc3119f..34c2cd98de4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# Release (2022-07-11) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.48.0](service/ec2/CHANGELOG.md#v1480-2022-07-11) + * **Feature**: Build, manage, and monitor a unified global network that connects resources running across your cloud and on-premises environments using the AWS Cloud WAN APIs. +* `github.com/aws/aws-sdk-go-v2/service/redshift`: [v1.26.0](service/redshift/CHANGELOG.md#v1260-2022-07-11) + * **Feature**: This release adds a new --snapshot-arn field for describe-cluster-snapshots, describe-node-configuration-options, restore-from-cluster-snapshot, authorize-snapshot-acsess, and revoke-snapshot-acsess APIs. It allows customers to give a Redshift snapshot ARN or a Redshift Serverless ARN as input. +* `github.com/aws/aws-sdk-go-v2/service/redshiftserverless`: [v1.2.2](service/redshiftserverless/CHANGELOG.md#v122-2022-07-11) + * **Documentation**: Removed prerelease language for GA launch. + # Release (2022-07-08) ## Module Highlights diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index ffb4409ac2b..367db4ee50d 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.14 (2022-07-11) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.13 (2022-07-05) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/config/go.mod b/config/go.mod index 1569dee4a5f..94f4b1c7171 100644 --- a/config/go.mod +++ b/config/go.mod @@ -4,10 +4,10 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.16.7 - github.com/aws/aws-sdk-go-v2/credentials v1.12.8 + github.com/aws/aws-sdk-go-v2/credentials v1.12.9 github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.8 github.com/aws/aws-sdk-go-v2/internal/ini v1.3.15 - github.com/aws/aws-sdk-go-v2/service/sso v1.11.11 + github.com/aws/aws-sdk-go-v2/service/sso v1.11.12 github.com/aws/aws-sdk-go-v2/service/sts v1.16.9 github.com/aws/smithy-go v1.12.0 github.com/google/go-cmp v0.5.8 diff --git a/config/go_module_metadata.go b/config/go_module_metadata.go index 30a693c0592..76e6ba49f03 100644 --- a/config/go_module_metadata.go +++ b/config/go_module_metadata.go @@ -3,4 +3,4 @@ package config // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.13" +const goModuleVersion = "1.15.14" diff --git a/credentials/CHANGELOG.md b/credentials/CHANGELOG.md index 6a908ad48ea..fadcc748cec 100644 --- a/credentials/CHANGELOG.md +++ b/credentials/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.9 (2022-07-11) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.8 (2022-07-05) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/credentials/go.mod b/credentials/go.mod index 82a1c9acd6b..e920659a1f9 100644 --- a/credentials/go.mod +++ b/credentials/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.16.7 github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.8 - github.com/aws/aws-sdk-go-v2/service/sso v1.11.11 + github.com/aws/aws-sdk-go-v2/service/sso v1.11.12 github.com/aws/aws-sdk-go-v2/service/sts v1.16.9 github.com/aws/smithy-go v1.12.0 github.com/google/go-cmp v0.5.8 diff --git a/credentials/go_module_metadata.go b/credentials/go_module_metadata.go index 26454055a3b..ffc124cd541 100644 --- a/credentials/go_module_metadata.go +++ b/credentials/go_module_metadata.go @@ -3,4 +3,4 @@ package credentials // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.8" +const goModuleVersion = "1.12.9" diff --git a/example/service/dynamodb/createTable/go.mod b/example/service/dynamodb/createTable/go.mod index bd4e2d097a4..9d5913c546b 100644 --- a/example/service/dynamodb/createTable/go.mod +++ b/example/service/dynamodb/createTable/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.16.7 - github.com/aws/aws-sdk-go-v2/config v1.15.13 + github.com/aws/aws-sdk-go-v2/config v1.15.14 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.9 ) diff --git a/example/service/dynamodb/scanItems/go.mod b/example/service/dynamodb/scanItems/go.mod index c7b5f36c770..2e1ac14dba8 100644 --- a/example/service/dynamodb/scanItems/go.mod +++ b/example/service/dynamodb/scanItems/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.16.7 - github.com/aws/aws-sdk-go-v2/config v1.15.13 + github.com/aws/aws-sdk-go-v2/config v1.15.14 github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.6 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.9 ) diff --git a/example/service/s3/listObjects/go.mod b/example/service/s3/listObjects/go.mod index 63660e87a50..e6719c5299d 100644 --- a/example/service/s3/listObjects/go.mod +++ b/example/service/s3/listObjects/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/listObjects go 1.15 require ( - github.com/aws/aws-sdk-go-v2/config v1.15.13 + github.com/aws/aws-sdk-go-v2/config v1.15.14 github.com/aws/aws-sdk-go-v2/service/s3 v1.27.1 ) diff --git a/example/service/s3/usingPrivateLink/go.mod b/example/service/s3/usingPrivateLink/go.mod index 173b851c2c3..69b469cde77 100644 --- a/example/service/s3/usingPrivateLink/go.mod +++ b/example/service/s3/usingPrivateLink/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.16.7 - github.com/aws/aws-sdk-go-v2/config v1.15.13 + github.com/aws/aws-sdk-go-v2/config v1.15.14 github.com/aws/aws-sdk-go-v2/service/s3 v1.27.1 github.com/aws/aws-sdk-go-v2/service/s3control v1.21.9 ) diff --git a/feature/ec2/imds/internal/configtesting/go.mod b/feature/ec2/imds/internal/configtesting/go.mod index a016f877595..4dd1dd03cf3 100644 --- a/feature/ec2/imds/internal/configtesting/go.mod +++ b/feature/ec2/imds/internal/configtesting/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/configtesting go 1.15 require ( - github.com/aws/aws-sdk-go-v2/config v1.15.13 + github.com/aws/aws-sdk-go-v2/config v1.15.14 github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.8 ) diff --git a/feature/s3/manager/CHANGELOG.md b/feature/s3/manager/CHANGELOG.md index 112412cc2d1..dd3bdc51486 100644 --- a/feature/s3/manager/CHANGELOG.md +++ b/feature/s3/manager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.20 (2022-07-11) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.19 (2022-07-05) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index 8173724e54c..7cca508f272 100644 --- a/feature/s3/manager/go.mod +++ b/feature/s3/manager/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.16.7 - github.com/aws/aws-sdk-go-v2/config v1.15.13 + github.com/aws/aws-sdk-go-v2/config v1.15.14 github.com/aws/aws-sdk-go-v2/service/s3 v1.27.1 github.com/aws/smithy-go v1.12.0 github.com/google/go-cmp v0.5.8 diff --git a/feature/s3/manager/go_module_metadata.go b/feature/s3/manager/go_module_metadata.go index 9b5831a44e2..060b326d1c9 100644 --- a/feature/s3/manager/go_module_metadata.go +++ b/feature/s3/manager/go_module_metadata.go @@ -3,4 +3,4 @@ package manager // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.19" +const goModuleVersion = "1.11.20" diff --git a/internal/configsources/configtesting/go.mod b/internal/configsources/configtesting/go.mod index bc4230818fa..1129e3846d3 100644 --- a/internal/configsources/configtesting/go.mod +++ b/internal/configsources/configtesting/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/configsources/configtesting go 1.15 require ( - github.com/aws/aws-sdk-go-v2/config v1.15.13 + github.com/aws/aws-sdk-go-v2/config v1.15.14 github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.14 ) diff --git a/service/amplifybackend/CHANGELOG.md b/service/amplifybackend/CHANGELOG.md index ef8a8e5ef82..b7336e3f695 100644 --- a/service/amplifybackend/CHANGELOG.md +++ b/service/amplifybackend/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.9 (2022-07-11) + +* No change notes available for this release. + # v1.13.8 (2022-07-05) * **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 e0ca0e3c8e0..a7218c0d023 100644 --- a/service/amplifybackend/go_module_metadata.go +++ b/service/amplifybackend/go_module_metadata.go @@ -3,4 +3,4 @@ package amplifybackend // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.8" +const goModuleVersion = "1.13.9" diff --git a/service/appstream/CHANGELOG.md b/service/appstream/CHANGELOG.md index af01a3bbf68..83aa56d0c2e 100644 --- a/service/appstream/CHANGELOG.md +++ b/service/appstream/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.2 (2022-07-11) + +* No change notes available for this release. + # v1.17.1 (2022-07-05) * **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 3b12ea40fe1..57a1b57d9aa 100644 --- a/service/appstream/go_module_metadata.go +++ b/service/appstream/go_module_metadata.go @@ -3,4 +3,4 @@ package appstream // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.1" +const goModuleVersion = "1.17.2" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index 235fd6ab9c3..e136068e6e2 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.48.0 (2022-07-11) + +* **Feature**: Build, manage, and monitor a unified global network that connects resources running across your cloud and on-premises environments using the AWS Cloud WAN APIs. + # v1.47.2 (2022-07-05) * **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 f9b95ee345b..5323695b840 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.47.2" +const goModuleVersion = "1.48.0" diff --git a/service/elasticsearchservice/CHANGELOG.md b/service/elasticsearchservice/CHANGELOG.md index 58055f23a63..1e71ea12e86 100644 --- a/service/elasticsearchservice/CHANGELOG.md +++ b/service/elasticsearchservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.9 (2022-07-11) + +* No change notes available for this release. + # v1.15.8 (2022-07-05) * **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 b9e6d10a82c..f33a83316b0 100644 --- a/service/elasticsearchservice/go_module_metadata.go +++ b/service/elasticsearchservice/go_module_metadata.go @@ -3,4 +3,4 @@ package elasticsearchservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.8" +const goModuleVersion = "1.15.9" diff --git a/service/internal/eventstreamtesting/CHANGELOG.md b/service/internal/eventstreamtesting/CHANGELOG.md index b7f59051fab..5206ac17d1f 100644 --- a/service/internal/eventstreamtesting/CHANGELOG.md +++ b/service/internal/eventstreamtesting/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.22 (2022-07-11) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.21 (2022-07-05) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/eventstreamtesting/go.mod b/service/internal/eventstreamtesting/go.mod index e5b604b40bf..4526fef51ce 100644 --- a/service/internal/eventstreamtesting/go.mod +++ b/service/internal/eventstreamtesting/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.16.7 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.3 - github.com/aws/aws-sdk-go-v2/credentials v1.12.8 + github.com/aws/aws-sdk-go-v2/credentials v1.12.9 golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd ) diff --git a/service/internal/eventstreamtesting/go_module_metadata.go b/service/internal/eventstreamtesting/go_module_metadata.go index 2977115a86a..73ff85742b2 100644 --- a/service/internal/eventstreamtesting/go_module_metadata.go +++ b/service/internal/eventstreamtesting/go_module_metadata.go @@ -3,4 +3,4 @@ package eventstreamtesting // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.21" +const goModuleVersion = "1.0.22" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index e068863bd87..27348c18997 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -2,12 +2,12 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest require ( github.com/aws/aws-sdk-go-v2 v1.16.7 - github.com/aws/aws-sdk-go-v2/config v1.15.13 + github.com/aws/aws-sdk-go-v2/config v1.15.14 github.com/aws/aws-sdk-go-v2/service/acm v1.14.8 github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.10 github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.15.8 github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.13.4 - github.com/aws/aws-sdk-go-v2/service/appstream v1.17.1 + github.com/aws/aws-sdk-go-v2/service/appstream v1.17.2 github.com/aws/aws-sdk-go-v2/service/athena v1.16.1 github.com/aws/aws-sdk-go-v2/service/autoscaling v1.23.5 github.com/aws/aws-sdk-go-v2/service/batch v1.18.7 @@ -31,7 +31,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/directoryservice v1.14.2 github.com/aws/aws-sdk-go-v2/service/docdb v1.18.5 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.9 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.47.2 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.48.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.17.8 github.com/aws/aws-sdk-go-v2/service/ecs v1.18.11 github.com/aws/aws-sdk-go-v2/service/efs v1.17.6 @@ -39,7 +39,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.9 github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.8 github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.8 - github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.15.8 + github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.15.9 github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.13.8 github.com/aws/aws-sdk-go-v2/service/emr v1.20.1 github.com/aws/aws-sdk-go-v2/service/eventbridge v1.16.5 @@ -61,7 +61,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.11.9 github.com/aws/aws-sdk-go-v2/service/polly v1.16.2 github.com/aws/aws-sdk-go-v2/service/rds v1.22.0 - github.com/aws/aws-sdk-go-v2/service/redshift v1.25.2 + github.com/aws/aws-sdk-go-v2/service/redshift v1.26.0 github.com/aws/aws-sdk-go-v2/service/rekognition v1.18.5 github.com/aws/aws-sdk-go-v2/service/route53 v1.21.3 github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.8 diff --git a/service/kinesis/internal/testing/go.mod b/service/kinesis/internal/testing/go.mod index 2b0f59ca448..29fd3842eac 100644 --- a/service/kinesis/internal/testing/go.mod +++ b/service/kinesis/internal/testing/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.16.7 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.3 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.21 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.22 github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.9 github.com/aws/smithy-go v1.12.0 github.com/google/go-cmp v0.5.8 diff --git a/service/kinesisvideo/CHANGELOG.md b/service/kinesisvideo/CHANGELOG.md index 24d30a5a4d0..14a4f0c6f9c 100644 --- a/service/kinesisvideo/CHANGELOG.md +++ b/service/kinesisvideo/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.5 (2022-07-11) + +* No change notes available for this release. + # v1.12.4 (2022-07-05) * **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 9930ee8d103..0e6c307a874 100644 --- a/service/kinesisvideo/go_module_metadata.go +++ b/service/kinesisvideo/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisvideo // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.4" +const goModuleVersion = "1.12.5" diff --git a/service/kinesisvideoarchivedmedia/CHANGELOG.md b/service/kinesisvideoarchivedmedia/CHANGELOG.md index 891c15c48ea..fb81cd8bf37 100644 --- a/service/kinesisvideoarchivedmedia/CHANGELOG.md +++ b/service/kinesisvideoarchivedmedia/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.5 (2022-07-11) + +* No change notes available for this release. + # v1.13.4 (2022-07-05) * **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 6d05b81753f..37254374d2d 100644 --- a/service/kinesisvideoarchivedmedia/go_module_metadata.go +++ b/service/kinesisvideoarchivedmedia/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisvideoarchivedmedia // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.4" +const goModuleVersion = "1.13.5" diff --git a/service/kinesisvideomedia/CHANGELOG.md b/service/kinesisvideomedia/CHANGELOG.md index 5d3980f9fdd..a508240f646 100644 --- a/service/kinesisvideomedia/CHANGELOG.md +++ b/service/kinesisvideomedia/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.9 (2022-07-11) + +* No change notes available for this release. + # v1.10.8 (2022-07-05) * **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 692e188c19e..acdf4a12d3f 100644 --- a/service/kinesisvideomedia/go_module_metadata.go +++ b/service/kinesisvideomedia/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisvideomedia // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.8" +const goModuleVersion = "1.10.9" diff --git a/service/kinesisvideosignaling/CHANGELOG.md b/service/kinesisvideosignaling/CHANGELOG.md index 5d3980f9fdd..a508240f646 100644 --- a/service/kinesisvideosignaling/CHANGELOG.md +++ b/service/kinesisvideosignaling/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.9 (2022-07-11) + +* No change notes available for this release. + # v1.10.8 (2022-07-05) * **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 8c67fc2c1e5..7ed9f819f86 100644 --- a/service/kinesisvideosignaling/go_module_metadata.go +++ b/service/kinesisvideosignaling/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesisvideosignaling // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.8" +const goModuleVersion = "1.10.9" diff --git a/service/opensearch/CHANGELOG.md b/service/opensearch/CHANGELOG.md index 663313f5af1..9485d925f4f 100644 --- a/service/opensearch/CHANGELOG.md +++ b/service/opensearch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.9 (2022-07-11) + +* No change notes available for this release. + # v1.9.8 (2022-07-05) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opensearch/go_module_metadata.go b/service/opensearch/go_module_metadata.go index d3a286da6e3..08e51e7222e 100644 --- a/service/opensearch/go_module_metadata.go +++ b/service/opensearch/go_module_metadata.go @@ -3,4 +3,4 @@ package opensearch // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.8" +const goModuleVersion = "1.9.9" diff --git a/service/redshift/CHANGELOG.md b/service/redshift/CHANGELOG.md index dd74dd02e94..5b3a2b48c78 100644 --- a/service/redshift/CHANGELOG.md +++ b/service/redshift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.0 (2022-07-11) + +* **Feature**: This release adds a new --snapshot-arn field for describe-cluster-snapshots, describe-node-configuration-options, restore-from-cluster-snapshot, authorize-snapshot-acsess, and revoke-snapshot-acsess APIs. It allows customers to give a Redshift snapshot ARN or a Redshift Serverless ARN as input. + # v1.25.2 (2022-07-05) * **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 c19d15807a8..9ea89b9c990 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.25.2" +const goModuleVersion = "1.26.0" diff --git a/service/redshiftserverless/CHANGELOG.md b/service/redshiftserverless/CHANGELOG.md index 5ed702320e4..99948a45299 100644 --- a/service/redshiftserverless/CHANGELOG.md +++ b/service/redshiftserverless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.2 (2022-07-11) + +* **Documentation**: Removed prerelease language for GA launch. + # v1.2.1 (2022-07-05) * **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 1926dfec8ac..01058387e6c 100644 --- a/service/redshiftserverless/go_module_metadata.go +++ b/service/redshiftserverless/go_module_metadata.go @@ -3,4 +3,4 @@ package redshiftserverless // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.2.1" +const goModuleVersion = "1.2.2" diff --git a/service/s3/internal/configtesting/go.mod b/service/s3/internal/configtesting/go.mod index 85bce0a1552..07de864a993 100644 --- a/service/s3/internal/configtesting/go.mod +++ b/service/s3/internal/configtesting/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/s3/internal/configtesting go 1.15 require ( - github.com/aws/aws-sdk-go-v2/config v1.15.13 + github.com/aws/aws-sdk-go-v2/config v1.15.14 github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.8 ) diff --git a/service/sso/CHANGELOG.md b/service/sso/CHANGELOG.md index bf922efa90b..6626ff9c91b 100644 --- a/service/sso/CHANGELOG.md +++ b/service/sso/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.12 (2022-07-11) + +* No change notes available for this release. + # v1.11.11 (2022-07-05) * **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 aec431b3c70..ebd52eaea5d 100644 --- a/service/sso/go_module_metadata.go +++ b/service/sso/go_module_metadata.go @@ -3,4 +3,4 @@ package sso // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.11" +const goModuleVersion = "1.11.12" diff --git a/service/ssooidc/CHANGELOG.md b/service/ssooidc/CHANGELOG.md index e07c56b67b2..27877348f30 100644 --- a/service/ssooidc/CHANGELOG.md +++ b/service/ssooidc/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.10 (2022-07-11) + +* No change notes available for this release. + # v1.12.9 (2022-07-05) * **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 22d3d4abfc8..ada6f8a36a6 100644 --- a/service/ssooidc/go_module_metadata.go +++ b/service/ssooidc/go_module_metadata.go @@ -3,4 +3,4 @@ package ssooidc // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.9" +const goModuleVersion = "1.12.10" diff --git a/service/transcribestreaming/internal/testing/go.mod b/service/transcribestreaming/internal/testing/go.mod index f19fe30a2f9..f7892ec6045 100644 --- a/service/transcribestreaming/internal/testing/go.mod +++ b/service/transcribestreaming/internal/testing/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.16.7 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.3 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.21 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.22 github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.6.10 github.com/aws/smithy-go v1.12.0 github.com/google/go-cmp v0.5.8