diff --git a/.changelog/2e6eb52504cf434491ca7c2000f5d0de.json b/.changelog/2e6eb52504cf434491ca7c2000f5d0de.json deleted file mode 100644 index 9dc97c161f1..00000000000 --- a/.changelog/2e6eb52504cf434491ca7c2000f5d0de.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "2e6eb525-04cf-4344-91ca-7c2000f5d0de", - "type": "feature", - "description": "This release adds a new parameter StructuredLogDestinations to CreateServer, UpdateServer APIs.", - "modules": [ - "service/transfer" - ] -} \ No newline at end of file diff --git a/.changelog/5de61eaef88049a4bb52f17f32d3e1db.json b/.changelog/5de61eaef88049a4bb52f17f32d3e1db.json deleted file mode 100644 index b9b8e49c1ae..00000000000 --- a/.changelog/5de61eaef88049a4bb52f17f32d3e1db.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "5de61eae-f880-49a4-bb52-f17f32d3e1db", - "type": "feature", - "description": "The Cross Region Disaster Recovery feature allows to replicate a brokers state from one region to another in order to provide customers with multi-region resiliency in the event of a regional outage.", - "modules": [ - "service/mq" - ] -} \ No newline at end of file diff --git a/.changelog/9cfb224e2bf94b7387053339e2dc7761.json b/.changelog/9cfb224e2bf94b7387053339e2dc7761.json deleted file mode 100644 index 69782d3bb75..00000000000 --- a/.changelog/9cfb224e2bf94b7387053339e2dc7761.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "9cfb224e-2bf9-4b73-8705-3339e2dc7761", - "type": "feature", - "description": "This release provides support in SageMaker for output files in training jobs to be uploaded without compression and enable customer to deploy uncompressed model from S3 to real-time inference Endpoints. In addition, ml.trn1n.32xlarge is added to supported instance type list in training job.", - "modules": [ - "service/sagemaker" - ] -} \ No newline at end of file diff --git a/.changelog/ba5fd1eadadc4930bdb3ae308273836e.json b/.changelog/ba5fd1eadadc4930bdb3ae308273836e.json deleted file mode 100644 index f4134a4f270..00000000000 --- a/.changelog/ba5fd1eadadc4930bdb3ae308273836e.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "ba5fd1ea-dadc-4930-bdb3-ae308273836e", - "type": "feature", - "description": "This release introduces the bandwidth reduction filter for the HEVC encoder, increases the limits of outputs per job, and updates support for the Nagra SDK to version 1.14.7.", - "modules": [ - "service/mediaconvert" - ] -} \ No newline at end of file diff --git a/.changelog/c095f04e2244400285eb2bffad9d2dd0.json b/.changelog/c095f04e2244400285eb2bffad9d2dd0.json deleted file mode 100644 index 5860342d5c7..00000000000 --- a/.changelog/c095f04e2244400285eb2bffad9d2dd0.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "c095f04e-2244-4002-85eb-2bffad9d2dd0", - "type": "feature", - "description": "This release introduces a new Amazon EMR EPI called ListSupportedInstanceTypes that returns a list of all instance types supported by a given EMR release.", - "modules": [ - "service/emr" - ] -} \ No newline at end of file diff --git a/.changelog/dfe254536734458f95b7009b886ed7ed.json b/.changelog/dfe254536734458f95b7009b886ed7ed.json deleted file mode 100644 index c174d9884b7..00000000000 --- a/.changelog/dfe254536734458f95b7009b886ed7ed.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "dfe25453-6734-458f-95b7-009b886ed7ed", - "type": "documentation", - "description": "Documentation updates for DynamoDB", - "modules": [ - "service/dynamodb" - ] -} \ No newline at end of file diff --git a/.changelog/e735aa600a4440eea99af103f4dd6ff7.json b/.changelog/e735aa600a4440eea99af103f4dd6ff7.json deleted file mode 100644 index 530459e7b98..00000000000 --- a/.changelog/e735aa600a4440eea99af103f4dd6ff7.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "e735aa60-0a44-40ee-a99a-f103f4dd6ff7", - "type": "feature", - "description": "This release adds support for Software Bill of Materials (SBOM) export and the general availability of code scanning for AWS Lambda functions.", - "modules": [ - "service/inspector2" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5189c567d4c..5b94a692ecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# Release (2023-06-21) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.19.11](service/dynamodb/CHANGELOG.md#v11911-2023-06-21) + * **Documentation**: Documentation updates for DynamoDB +* `github.com/aws/aws-sdk-go-v2/service/emr`: [v1.27.0](service/emr/CHANGELOG.md#v1270-2023-06-21) + * **Feature**: This release introduces a new Amazon EMR EPI called ListSupportedInstanceTypes that returns a list of all instance types supported by a given EMR release. +* `github.com/aws/aws-sdk-go-v2/service/inspector2`: [v1.15.0](service/inspector2/CHANGELOG.md#v1150-2023-06-21) + * **Feature**: This release adds support for Software Bill of Materials (SBOM) export and the general availability of code scanning for AWS Lambda functions. +* `github.com/aws/aws-sdk-go-v2/service/mediaconvert`: [v1.38.0](service/mediaconvert/CHANGELOG.md#v1380-2023-06-21) + * **Feature**: This release introduces the bandwidth reduction filter for the HEVC encoder, increases the limits of outputs per job, and updates support for the Nagra SDK to version 1.14.7. +* `github.com/aws/aws-sdk-go-v2/service/mq`: [v1.15.0](service/mq/CHANGELOG.md#v1150-2023-06-21) + * **Feature**: The Cross Region Disaster Recovery feature allows to replicate a brokers state from one region to another in order to provide customers with multi-region resiliency in the event of a regional outage. +* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.86.0](service/sagemaker/CHANGELOG.md#v1860-2023-06-21) + * **Feature**: This release provides support in SageMaker for output files in training jobs to be uploaded without compression and enable customer to deploy uncompressed model from S3 to real-time inference Endpoints. In addition, ml.trn1n.32xlarge is added to supported instance type list in training job. +* `github.com/aws/aws-sdk-go-v2/service/transfer`: [v1.30.0](service/transfer/CHANGELOG.md#v1300-2023-06-21) + * **Feature**: This release adds a new parameter StructuredLogDestinations to CreateServer, UpdateServer APIs. + # Release (2023-06-20) ## Module Highlights diff --git a/example/service/dynamodb/createTable/go.mod b/example/service/dynamodb/createTable/go.mod index 65a664d8448..ed04d2f7050 100644 --- a/example/service/dynamodb/createTable/go.mod +++ b/example/service/dynamodb/createTable/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.18.1 github.com/aws/aws-sdk-go-v2/config v1.18.27 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.10 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.11 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/example/service/dynamodb/scanItems/go.mod b/example/service/dynamodb/scanItems/go.mod index 2b0260af285..a9c6775b8f7 100644 --- a/example/service/dynamodb/scanItems/go.mod +++ b/example/service/dynamodb/scanItems/go.mod @@ -5,8 +5,8 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.18.1 github.com/aws/aws-sdk-go-v2/config v1.18.27 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.28 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.10 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.29 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.11 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/feature/dynamodb/attributevalue/CHANGELOG.md b/feature/dynamodb/attributevalue/CHANGELOG.md index 94ec06a4b4d..0a7c482d817 100644 --- a/feature/dynamodb/attributevalue/CHANGELOG.md +++ b/feature/dynamodb/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.29 (2023-06-21) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.28 (2023-06-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/attributevalue/go.mod b/feature/dynamodb/attributevalue/go.mod index 2b4c6d3bb97..166e4ac96a8 100644 --- a/feature/dynamodb/attributevalue/go.mod +++ b/feature/dynamodb/attributevalue/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.18.1 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.10 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.11 github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.14.14 github.com/aws/smithy-go v1.13.5 github.com/google/go-cmp v0.5.8 diff --git a/feature/dynamodb/attributevalue/go_module_metadata.go b/feature/dynamodb/attributevalue/go_module_metadata.go index eeb1d3ca62e..84ae7b32a05 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.10.28" +const goModuleVersion = "1.10.29" diff --git a/feature/dynamodb/expression/CHANGELOG.md b/feature/dynamodb/expression/CHANGELOG.md index 076649c6b25..068dcb4eff7 100644 --- a/feature/dynamodb/expression/CHANGELOG.md +++ b/feature/dynamodb/expression/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.56 (2023-06-21) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.4.55 (2023-06-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/expression/go.mod b/feature/dynamodb/expression/go.mod index efc17ae7cbc..77c568b7fe4 100644 --- a/feature/dynamodb/expression/go.mod +++ b/feature/dynamodb/expression/go.mod @@ -4,8 +4,8 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.18.1 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.28 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.10 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.29 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.11 github.com/google/go-cmp v0.5.8 ) diff --git a/feature/dynamodb/expression/go_module_metadata.go b/feature/dynamodb/expression/go_module_metadata.go index 04fd6523c96..68e63e186cc 100644 --- a/feature/dynamodb/expression/go_module_metadata.go +++ b/feature/dynamodb/expression/go_module_metadata.go @@ -3,4 +3,4 @@ package expression // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.4.55" +const goModuleVersion = "1.4.56" diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 530928e302a..e2935563906 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.29 (2023-06-21) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.10.28 (2023-06-15) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodbstreams/attributevalue/go.mod b/feature/dynamodbstreams/attributevalue/go.mod index ed0f0660cae..5b378b57fd0 100644 --- a/feature/dynamodbstreams/attributevalue/go.mod +++ b/feature/dynamodbstreams/attributevalue/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.18.1 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.10 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.11 github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.14.14 github.com/aws/smithy-go v1.13.5 github.com/google/go-cmp v0.5.8 diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index eeb1d3ca62e..84ae7b32a05 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.10.28" +const goModuleVersion = "1.10.29" diff --git a/service/dynamodb/CHANGELOG.md b/service/dynamodb/CHANGELOG.md index 82d8816a341..5b3be35ceae 100644 --- a/service/dynamodb/CHANGELOG.md +++ b/service/dynamodb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.11 (2023-06-21) + +* **Documentation**: Documentation updates for DynamoDB + # v1.19.10 (2023-06-15) * No change notes available for this release. diff --git a/service/dynamodb/go_module_metadata.go b/service/dynamodb/go_module_metadata.go index 7066d6caef7..4946968e10b 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.19.10" +const goModuleVersion = "1.19.11" diff --git a/service/emr/CHANGELOG.md b/service/emr/CHANGELOG.md index d28e515183b..00ab02492d7 100644 --- a/service/emr/CHANGELOG.md +++ b/service/emr/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.0 (2023-06-21) + +* **Feature**: This release introduces a new Amazon EMR EPI called ListSupportedInstanceTypes that returns a list of all instance types supported by a given EMR release. + # v1.26.2 (2023-06-15) * No change notes available for this release. diff --git a/service/emr/go_module_metadata.go b/service/emr/go_module_metadata.go index bd96da518d5..1cc99faedf2 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.26.2" +const goModuleVersion = "1.27.0" diff --git a/service/inspector2/CHANGELOG.md b/service/inspector2/CHANGELOG.md index 2c523906a3a..1d2e8f21974 100644 --- a/service/inspector2/CHANGELOG.md +++ b/service/inspector2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.0 (2023-06-21) + +* **Feature**: This release adds support for Software Bill of Materials (SBOM) export and the general availability of code scanning for AWS Lambda functions. + # v1.14.2 (2023-06-15) * No change notes available for this release. diff --git a/service/inspector2/go_module_metadata.go b/service/inspector2/go_module_metadata.go index b699770711a..2e7e14cecc9 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.14.2" +const goModuleVersion = "1.15.0" diff --git a/service/internal/benchmark/go.mod b/service/internal/benchmark/go.mod index 5fec2a03976..6ca33e3e548 100644 --- a/service/internal/benchmark/go.mod +++ b/service/internal/benchmark/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go v1.44.28 github.com/aws/aws-sdk-go-v2 v1.18.1 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.10 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.11 github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.13.12 github.com/aws/aws-sdk-go-v2/service/s3 v1.35.0 github.com/aws/aws-sdk-go-v2/service/schemas v1.15.12 diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 551ee621a53..6fb93eed5b7 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -30,7 +30,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/directconnect v1.18.17 github.com/aws/aws-sdk-go-v2/service/directoryservice v1.17.3 github.com/aws/aws-sdk-go-v2/service/docdb v1.21.5 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.10 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.11 github.com/aws/aws-sdk-go-v2/service/ec2 v1.102.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.18.13 github.com/aws/aws-sdk-go-v2/service/ecs v1.27.4 @@ -41,7 +41,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.19.13 github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.19.2 github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.14.12 - github.com/aws/aws-sdk-go-v2/service/emr v1.26.2 + github.com/aws/aws-sdk-go-v2/service/emr v1.27.0 github.com/aws/aws-sdk-go-v2/service/eventbridge v1.19.4 github.com/aws/aws-sdk-go-v2/service/firehose v1.16.14 github.com/aws/aws-sdk-go-v2/service/gamelift v1.19.2 diff --git a/service/mediaconvert/CHANGELOG.md b/service/mediaconvert/CHANGELOG.md index 861f3b0010f..904240c95a0 100644 --- a/service/mediaconvert/CHANGELOG.md +++ b/service/mediaconvert/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.0 (2023-06-21) + +* **Feature**: This release introduces the bandwidth reduction filter for the HEVC encoder, increases the limits of outputs per job, and updates support for the Nagra SDK to version 1.14.7. + # v1.37.2 (2023-06-15) * No change notes available for this release. diff --git a/service/mediaconvert/go_module_metadata.go b/service/mediaconvert/go_module_metadata.go index ed77ee4db76..9ee7c7c3e37 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.37.2" +const goModuleVersion = "1.38.0" diff --git a/service/mq/CHANGELOG.md b/service/mq/CHANGELOG.md index 0b2139bedf7..c3a7f07fcda 100644 --- a/service/mq/CHANGELOG.md +++ b/service/mq/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.0 (2023-06-21) + +* **Feature**: The Cross Region Disaster Recovery feature allows to replicate a brokers state from one region to another in order to provide customers with multi-region resiliency in the event of a regional outage. + # v1.14.13 (2023-06-15) * No change notes available for this release. diff --git a/service/mq/go_module_metadata.go b/service/mq/go_module_metadata.go index b7f9e2b0dae..1693bcfaf37 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.14.13" +const goModuleVersion = "1.15.0" diff --git a/service/sagemaker/CHANGELOG.md b/service/sagemaker/CHANGELOG.md index 7deafbb6d9b..031092d3f85 100644 --- a/service/sagemaker/CHANGELOG.md +++ b/service/sagemaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.86.0 (2023-06-21) + +* **Feature**: This release provides support in SageMaker for output files in training jobs to be uploaded without compression and enable customer to deploy uncompressed model from S3 to real-time inference Endpoints. In addition, ml.trn1n.32xlarge is added to supported instance type list in training job. + # v1.85.0 (2023-06-19) * **Feature**: Amazon Sagemaker Autopilot releases CreateAutoMLJobV2 and DescribeAutoMLJobV2 for Autopilot customers with ImageClassification, TextClassification and Tabular problem type config support. diff --git a/service/sagemaker/go_module_metadata.go b/service/sagemaker/go_module_metadata.go index 620905e0281..eec1c22af52 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.85.0" +const goModuleVersion = "1.86.0" diff --git a/service/transfer/CHANGELOG.md b/service/transfer/CHANGELOG.md index 124aa88ae83..e97d5cce125 100644 --- a/service/transfer/CHANGELOG.md +++ b/service/transfer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.0 (2023-06-21) + +* **Feature**: This release adds a new parameter StructuredLogDestinations to CreateServer, UpdateServer APIs. + # v1.29.3 (2023-06-15) * No change notes available for this release. diff --git a/service/transfer/go_module_metadata.go b/service/transfer/go_module_metadata.go index 83fdd0b1e4e..7787999ee45 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.29.3" +const goModuleVersion = "1.30.0"