diff --git a/.changelog/248a3d4fe1e3454f964856eed5569948.json b/.changelog/248a3d4fe1e3454f964856eed5569948.json deleted file mode 100644 index ec8d9bc3a04..00000000000 --- a/.changelog/248a3d4fe1e3454f964856eed5569948.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "248a3d4f-e1e3-454f-9648-56eed5569948", - "type": "feature", - "description": "ApiGateway CLI command get-usage now includes usagePlanId, startDate, and endDate fields in the output to match documentation.", - "modules": [ - "service/apigateway" - ] -} \ No newline at end of file diff --git a/.changelog/2a395467f888440190bbf72ada747135.json b/.changelog/2a395467f888440190bbf72ada747135.json deleted file mode 100644 index 3fec321ce14..00000000000 --- a/.changelog/2a395467f888440190bbf72ada747135.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "2a395467-f888-4401-90bb-f72ada747135", - "type": "release", - "description": "New internal v4a signing module location.", - "modules": [ - "internal/v4a" - ] -} \ No newline at end of file diff --git a/.changelog/485f7ea775d6440dba680ea73678a607.json b/.changelog/485f7ea775d6440dba680ea73678a607.json deleted file mode 100644 index 441dd58ff08..00000000000 --- a/.changelog/485f7ea775d6440dba680ea73678a607.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "485f7ea7-75d6-440d-ba68-0ea73678a607", - "type": "feature", - "description": "This release provides tagging support in AWS Personalize.", - "modules": [ - "service/personalize" - ] -} \ No newline at end of file diff --git a/.changelog/647ba97fdc57431dbe03bd19fa7e6013.json b/.changelog/647ba97fdc57431dbe03bd19fa7e6013.json deleted file mode 100644 index 17bf380bf4a..00000000000 --- a/.changelog/647ba97fdc57431dbe03bd19fa7e6013.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "647ba97f-dc57-431d-be03-bd19fa7e6013", - "type": "feature", - "description": "Adds new EventBridge Endpoint resources for disaster recovery, multi-region failover, and cross-region replication capabilities to help you build resilient event-driven applications.", - "modules": [ - "service/eventbridge" - ] -} \ No newline at end of file diff --git a/.changelog/9e34fbb78b344a5ea5b75a2a3097734b.json b/.changelog/9e34fbb78b344a5ea5b75a2a3097734b.json deleted file mode 100644 index 6a43c486c9a..00000000000 --- a/.changelog/9e34fbb78b344a5ea5b75a2a3097734b.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "9e34fbb7-8b34-4a5e-a5b7-5a2a3097734b", - "type": "feature", - "description": "Added support to enable/disable performance insights when creating or modifying db instances", - "modules": [ - "service/docdb" - ] -} \ No newline at end of file diff --git a/.changelog/a10fcc880c83472db5ac1ac4df371181.json b/.changelog/a10fcc880c83472db5ac1ac4df371181.json deleted file mode 100644 index cb60a13b3a1..00000000000 --- a/.changelog/a10fcc880c83472db5ac1ac4df371181.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "a10fcc88-0c83-472d-b5ac-1ac4df371181", - "type": "feature", - "description": "Amazon Sagemaker Notebook Instances now supports G5 instance types", - "modules": [ - "service/sagemaker" - ] -} \ No newline at end of file diff --git a/.changelog/b8c55b74d8384522b63cd365d5907655.json b/.changelog/b8c55b74d8384522b63cd365d5907655.json deleted file mode 100644 index d2c47b55e90..00000000000 --- a/.changelog/b8c55b74d8384522b63cd365d5907655.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b8c55b74-d838-4522-b63c-d365d5907655", - "type": "documentation", - "description": "Adds support for DocumentDB to the Performance Insights API.", - "modules": [ - "service/pi" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index adc4c7a02a4..3f6623eec18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# Release (2022-04-07) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/internal/v4a`: [v1.0.0](internal/v4a/CHANGELOG.md#v100-2022-04-07) + * **Release**: New internal v4a signing module location. +* `github.com/aws/aws-sdk-go-v2/service/docdb`: [v1.18.0](service/docdb/CHANGELOG.md#v1180-2022-04-07) + * **Feature**: Added support to enable/disable performance insights when creating or modifying db instances +* `github.com/aws/aws-sdk-go-v2/service/eventbridge`: [v1.16.0](service/eventbridge/CHANGELOG.md#v1160-2022-04-07) + * **Feature**: Adds new EventBridge Endpoint resources for disaster recovery, multi-region failover, and cross-region replication capabilities to help you build resilient event-driven applications. +* `github.com/aws/aws-sdk-go-v2/service/personalize`: [v1.18.0](service/personalize/CHANGELOG.md#v1180-2022-04-07) + * **Feature**: This release provides tagging support in AWS Personalize. +* `github.com/aws/aws-sdk-go-v2/service/pi`: [v1.14.4](service/pi/CHANGELOG.md#v1144-2022-04-07) + * **Documentation**: Adds support for DocumentDB to the Performance Insights API. +* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.27.0](service/sagemaker/CHANGELOG.md#v1270-2022-04-07) + * **Feature**: Amazon Sagemaker Notebook Instances now supports G5 instance types + # Release (2022-04-06) ## Module Highlights diff --git a/example/service/s3/listObjects/go.mod b/example/service/s3/listObjects/go.mod index 76bd3435955..774b33ff4f4 100644 --- a/example/service/s3/listObjects/go.mod +++ b/example/service/s3/listObjects/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2/config v1.15.3 - github.com/aws/aws-sdk-go-v2/service/s3 v1.26.3 + github.com/aws/aws-sdk-go-v2/service/s3 v1.26.4 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/example/service/s3/usingPrivateLink/go.mod b/example/service/s3/usingPrivateLink/go.mod index 2f80b22b070..5ed9317a7ff 100644 --- a/example/service/s3/usingPrivateLink/go.mod +++ b/example/service/s3/usingPrivateLink/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.16.2 github.com/aws/aws-sdk-go-v2/config v1.15.3 - github.com/aws/aws-sdk-go-v2/service/s3 v1.26.3 + github.com/aws/aws-sdk-go-v2/service/s3 v1.26.4 github.com/aws/aws-sdk-go-v2/service/s3control v1.21.4 ) diff --git a/feature/s3/manager/CHANGELOG.md b/feature/s3/manager/CHANGELOG.md index 75624241b28..ea3cf32f5a3 100644 --- a/feature/s3/manager/CHANGELOG.md +++ b/feature/s3/manager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.4 (2022-04-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.3 (2022-03-30) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index 32cba1f0bb7..0731eda5806 100644 --- a/feature/s3/manager/go.mod +++ b/feature/s3/manager/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.16.2 github.com/aws/aws-sdk-go-v2/config v1.15.3 - github.com/aws/aws-sdk-go-v2/service/s3 v1.26.3 + github.com/aws/aws-sdk-go-v2/service/s3 v1.26.4 github.com/aws/smithy-go v1.11.2 github.com/google/go-cmp v0.5.7 ) diff --git a/feature/s3/manager/go_module_metadata.go b/feature/s3/manager/go_module_metadata.go index 6bc4990d2ad..1999f419fd4 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.3" +const goModuleVersion = "1.11.4" diff --git a/internal/v4a/CHANGELOG.md b/internal/v4a/CHANGELOG.md new file mode 100644 index 00000000000..3856a6f5918 --- /dev/null +++ b/internal/v4a/CHANGELOG.md @@ -0,0 +1,4 @@ +# v1.0.0 (2022-04-07) + +* **Release**: New internal v4a signing module location. + diff --git a/internal/v4a/go_module_metadata.go b/internal/v4a/go_module_metadata.go index 554caa578a9..809ae2a3303 100644 --- a/internal/v4a/go_module_metadata.go +++ b/internal/v4a/go_module_metadata.go @@ -3,4 +3,4 @@ package v4a // goModuleVersion is the tagged release for this module -const goModuleVersion = "tip" +const goModuleVersion = "1.0.0" diff --git a/service/docdb/CHANGELOG.md b/service/docdb/CHANGELOG.md index a2150c144dc..596a313c4a3 100644 --- a/service/docdb/CHANGELOG.md +++ b/service/docdb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.0 (2022-04-07) + +* **Feature**: Added support to enable/disable performance insights when creating or modifying db instances + # v1.17.3 (2022-03-30) * **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 9e48ad9477c..7e53d5e4016 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.17.3" +const goModuleVersion = "1.18.0" diff --git a/service/eventbridge/CHANGELOG.md b/service/eventbridge/CHANGELOG.md index 417a2e20429..9cd9b0d7ac1 100644 --- a/service/eventbridge/CHANGELOG.md +++ b/service/eventbridge/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.16.0 (2022-04-07) + +* **Feature**: Adds new EventBridge Endpoint resources for disaster recovery, multi-region failover, and cross-region replication capabilities to help you build resilient event-driven applications. +* **Dependency Update**: Updated to the latest SDK module versions + # v1.15.4 (2022-03-30) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/eventbridge/go.mod b/service/eventbridge/go.mod index 453261aa275..4cf9452910a 100644 --- a/service/eventbridge/go.mod +++ b/service/eventbridge/go.mod @@ -6,7 +6,7 @@ require ( github.com/aws/aws-sdk-go-v2 v1.16.2 github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.9 github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.3 - github.com/aws/aws-sdk-go-v2/internal/v4a v0.0.0-00010101000000-000000000000 + github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.0 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/eventbridge/go_module_metadata.go b/service/eventbridge/go_module_metadata.go index aa7cb9bea97..fbe6fc8d509 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.15.4" +const goModuleVersion = "1.16.0" diff --git a/service/internal/benchmark/go.mod b/service/internal/benchmark/go.mod index 202b0aa3283..2cfd492e294 100644 --- a/service/internal/benchmark/go.mod +++ b/service/internal/benchmark/go.mod @@ -7,7 +7,7 @@ require ( github.com/aws/aws-sdk-go-v2 v1.16.2 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.3 github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.12.3 - github.com/aws/aws-sdk-go-v2/service/s3 v1.26.3 + github.com/aws/aws-sdk-go-v2/service/s3 v1.26.4 github.com/aws/aws-sdk-go-v2/service/schemas v1.14.3 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 5ebbec51a5e..33c2cf34730 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -29,7 +29,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/devicefarm v1.13.3 github.com/aws/aws-sdk-go-v2/service/directconnect v1.17.3 github.com/aws/aws-sdk-go-v2/service/directoryservice v1.13.3 - github.com/aws/aws-sdk-go-v2/service/docdb v1.17.3 + github.com/aws/aws-sdk-go-v2/service/docdb v1.18.0 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.3 github.com/aws/aws-sdk-go-v2/service/ec2 v1.34.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.17.3 @@ -42,7 +42,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.15.3 github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.13.3 github.com/aws/aws-sdk-go-v2/service/emr v1.17.3 - github.com/aws/aws-sdk-go-v2/service/eventbridge v1.15.4 + github.com/aws/aws-sdk-go-v2/service/eventbridge v1.16.0 github.com/aws/aws-sdk-go-v2/service/firehose v1.14.3 github.com/aws/aws-sdk-go-v2/service/gamelift v1.14.3 github.com/aws/aws-sdk-go-v2/service/glacier v1.13.3 @@ -66,7 +66,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/route53 v1.20.3 github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.3 github.com/aws/aws-sdk-go-v2/service/route53resolver v1.15.3 - github.com/aws/aws-sdk-go-v2/service/s3 v1.26.3 + github.com/aws/aws-sdk-go-v2/service/s3 v1.26.4 github.com/aws/aws-sdk-go-v2/service/s3control v1.21.4 github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.15.4 github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.0 diff --git a/service/personalize/CHANGELOG.md b/service/personalize/CHANGELOG.md index cca4d0eb12f..f8df2623593 100644 --- a/service/personalize/CHANGELOG.md +++ b/service/personalize/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.0 (2022-04-07) + +* **Feature**: This release provides tagging support in AWS Personalize. + # v1.17.3 (2022-03-30) * **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 4c91a1ae168..50fae145f47 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.17.3" +const goModuleVersion = "1.18.0" diff --git a/service/pi/CHANGELOG.md b/service/pi/CHANGELOG.md index 8cc03851e6a..9e40cf6c683 100644 --- a/service/pi/CHANGELOG.md +++ b/service/pi/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.4 (2022-04-07) + +* **Documentation**: Adds support for DocumentDB to the Performance Insights API. + # v1.14.3 (2022-03-30) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pi/go_module_metadata.go b/service/pi/go_module_metadata.go index 6dbd0fd43ce..b7f1207df46 100644 --- a/service/pi/go_module_metadata.go +++ b/service/pi/go_module_metadata.go @@ -3,4 +3,4 @@ package pi // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.3" +const goModuleVersion = "1.14.4" diff --git a/service/s3/CHANGELOG.md b/service/s3/CHANGELOG.md index e531f68e976..85eba8fbc56 100644 --- a/service/s3/CHANGELOG.md +++ b/service/s3/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.4 (2022-04-07) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.3 (2022-03-30) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/s3/go.mod b/service/s3/go.mod index e086e800bcf..1c2c2abedaf 100644 --- a/service/s3/go.mod +++ b/service/s3/go.mod @@ -7,7 +7,7 @@ require ( github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.1 github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.9 github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.3 - github.com/aws/aws-sdk-go-v2/internal/v4a v0.0.0-00010101000000-000000000000 + github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.0 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.1 github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.3 github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.3 diff --git a/service/s3/go_module_metadata.go b/service/s3/go_module_metadata.go index 6274ff8d49b..7aee9916ff7 100644 --- a/service/s3/go_module_metadata.go +++ b/service/s3/go_module_metadata.go @@ -3,4 +3,4 @@ package s3 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.3" +const goModuleVersion = "1.26.4" diff --git a/service/sagemaker/CHANGELOG.md b/service/sagemaker/CHANGELOG.md index f11d20e987b..3c42b5de782 100644 --- a/service/sagemaker/CHANGELOG.md +++ b/service/sagemaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.0 (2022-04-07) + +* **Feature**: Amazon Sagemaker Notebook Instances now supports G5 instance types + # v1.26.3 (2022-03-30) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/sagemaker/go_module_metadata.go b/service/sagemaker/go_module_metadata.go index 7fe720b084a..6495f4c3523 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.26.3" +const goModuleVersion = "1.27.0"