From bc5bd7cf6f449a8f4874c5f51391a9eb8b6baf8c Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Fri, 14 Jun 2024 18:32:28 +0000 Subject: [PATCH] Release 2024-06-14 --- .changelog/39e6516d27ee478badfa4c42823f93b3.json | 8 -------- .changelog/8f19280a6235462d8fbfb0a2a12cfab6.json | 8 -------- .changelog/a081f41989fb482cb088534ee352fef9.json | 8 -------- .changelog/a1bf6061d6934637be82f439d4a19b23.json | 8 -------- .changelog/e1d1267b9d6d47e1a33b2ffa33510d27.json | 8 -------- CHANGELOG.md | 12 ++++++++++++ feature/dynamodbstreams/attributevalue/CHANGELOG.md | 4 ++++ .../attributevalue/go_module_metadata.go | 2 +- service/datazone/CHANGELOG.md | 4 ++++ service/datazone/go_module_metadata.go | 2 +- service/ec2/CHANGELOG.md | 4 ++++ service/ec2/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 2 +- service/macie2/CHANGELOG.md | 4 ++++ service/macie2/go_module_metadata.go | 2 +- service/mediaconvert/CHANGELOG.md | 4 ++++ service/mediaconvert/go_module_metadata.go | 2 +- 17 files changed, 38 insertions(+), 46 deletions(-) delete mode 100644 .changelog/39e6516d27ee478badfa4c42823f93b3.json delete mode 100644 .changelog/8f19280a6235462d8fbfb0a2a12cfab6.json delete mode 100644 .changelog/a081f41989fb482cb088534ee352fef9.json delete mode 100644 .changelog/a1bf6061d6934637be82f439d4a19b23.json delete mode 100644 .changelog/e1d1267b9d6d47e1a33b2ffa33510d27.json diff --git a/.changelog/39e6516d27ee478badfa4c42823f93b3.json b/.changelog/39e6516d27ee478badfa4c42823f93b3.json deleted file mode 100644 index bd80a569978..00000000000 --- a/.changelog/39e6516d27ee478badfa4c42823f93b3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "39e6516d-27ee-478b-adfa-4c42823f93b3", - "type": "feature", - "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.", - "modules": [ - "service/route53domains" - ] -} \ No newline at end of file diff --git a/.changelog/8f19280a6235462d8fbfb0a2a12cfab6.json b/.changelog/8f19280a6235462d8fbfb0a2a12cfab6.json deleted file mode 100644 index 21132952827..00000000000 --- a/.changelog/8f19280a6235462d8fbfb0a2a12cfab6.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "8f19280a-6235-462d-8fbf-b0a2a12cfab6", - "type": "documentation", - "description": "Documentation updates for Amazon EC2.", - "modules": [ - "service/ec2" - ] -} \ No newline at end of file diff --git a/.changelog/a081f41989fb482cb088534ee352fef9.json b/.changelog/a081f41989fb482cb088534ee352fef9.json deleted file mode 100644 index 5aa93d0b2d6..00000000000 --- a/.changelog/a081f41989fb482cb088534ee352fef9.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "a081f419-89fb-482c-b088-534ee352fef9", - "type": "feature", - "description": "This release adds the ability to search for historical job records within the management console using a search box and/or via the SDK/CLI with partial string matching search on input file name.", - "modules": [ - "service/mediaconvert" - ] -} \ No newline at end of file diff --git a/.changelog/a1bf6061d6934637be82f439d4a19b23.json b/.changelog/a1bf6061d6934637be82f439d4a19b23.json deleted file mode 100644 index 8b489ac872e..00000000000 --- a/.changelog/a1bf6061d6934637be82f439d4a19b23.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "a1bf6061-d693-4637-be82-f439d4a19b23", - "type": "feature", - "description": "This release introduces a new default service blueprint for custom environment creation.", - "modules": [ - "service/datazone" - ] -} \ No newline at end of file diff --git a/.changelog/e1d1267b9d6d47e1a33b2ffa33510d27.json b/.changelog/e1d1267b9d6d47e1a33b2ffa33510d27.json deleted file mode 100644 index d90cfdad410..00000000000 --- a/.changelog/e1d1267b9d6d47e1a33b2ffa33510d27.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "e1d1267b-9d6d-47e1-a33b-2ffa33510d27", - "type": "feature", - "description": "This release adds support for managing the status of automated sensitive data discovery for individual accounts in an organization, and determining whether individual S3 buckets are included in the scope of the analyses.", - "modules": [ - "service/macie2" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a1c49fcc36..55a8b400047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# Release (2024-06-14) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/datazone`: [v1.9.0](service/datazone/CHANGELOG.md#v190-2024-06-14) + * **Feature**: This release introduces a new default service blueprint for custom environment creation. +* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.164.1](service/ec2/CHANGELOG.md#v11641-2024-06-14) + * **Documentation**: Documentation updates for Amazon EC2. +* `github.com/aws/aws-sdk-go-v2/service/macie2`: [v1.39.0](service/macie2/CHANGELOG.md#v1390-2024-06-14) + * **Feature**: This release adds support for managing the status of automated sensitive data discovery for individual accounts in an organization, and determining whether individual S3 buckets are included in the scope of the analyses. +* `github.com/aws/aws-sdk-go-v2/service/mediaconvert`: [v1.54.0](service/mediaconvert/CHANGELOG.md#v1540-2024-06-14) + * **Feature**: This release adds the ability to search for historical job records within the management console using a search box and/or via the SDK/CLI with partial string matching search on input file name. + # Release (2024-06-13) ## Module Highlights diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 4d0beecb1d8..27159edffc0 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.29 (2024-06-14) + +* No change notes available for this release. + # v1.13.28 (2024-06-13) * No change notes available for this release. diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index 1bbf61e8f4e..33187410976 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.14.1" +const goModuleVersion = "1.13.29" diff --git a/service/datazone/CHANGELOG.md b/service/datazone/CHANGELOG.md index 1d0f6e78fec..4a703ab798e 100644 --- a/service/datazone/CHANGELOG.md +++ b/service/datazone/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.0 (2024-06-14) + +* **Feature**: This release introduces a new default service blueprint for custom environment creation. + # v1.8.6 (2024-06-07) * **Bug Fix**: Add clock skew correction on all service clients diff --git a/service/datazone/go_module_metadata.go b/service/datazone/go_module_metadata.go index 52e5189cbe9..30c2a04f805 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.6" +const goModuleVersion = "1.9.0" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index 0c92a917274..8bb7e629ebc 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.164.1 (2024-06-14) + +* **Documentation**: Documentation updates for Amazon EC2. + # v1.164.0 (2024-06-12) * **Feature**: Tagging support for Traffic Mirroring FilterRule resource diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index 1e40c04b8b9..e13ea387a2e 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.164.0" +const goModuleVersion = "1.164.1" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 01d1fad500a..ac4fe4fa17b 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -32,7 +32,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/directoryservice v1.24.10 github.com/aws/aws-sdk-go-v2/service/docdb v1.34.7 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.32.8 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.164.0 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.164.1 github.com/aws/aws-sdk-go-v2/service/ecr v1.28.5 github.com/aws/aws-sdk-go-v2/service/ecs v1.42.0 github.com/aws/aws-sdk-go-v2/service/efs v1.28.10 diff --git a/service/macie2/CHANGELOG.md b/service/macie2/CHANGELOG.md index da3d8711ce3..332ff4635ca 100644 --- a/service/macie2/CHANGELOG.md +++ b/service/macie2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.39.0 (2024-06-14) + +* **Feature**: This release adds support for managing the status of automated sensitive data discovery for individual accounts in an organization, and determining whether individual S3 buckets are included in the scope of the analyses. + # v1.38.10 (2024-06-07) * **Bug Fix**: Add clock skew correction on all service clients diff --git a/service/macie2/go_module_metadata.go b/service/macie2/go_module_metadata.go index d160440e9df..44831b9ca00 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.10" +const goModuleVersion = "1.39.0" diff --git a/service/mediaconvert/CHANGELOG.md b/service/mediaconvert/CHANGELOG.md index 4870bace02d..34f247b8b28 100644 --- a/service/mediaconvert/CHANGELOG.md +++ b/service/mediaconvert/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.54.0 (2024-06-14) + +* **Feature**: This release adds the ability to search for historical job records within the management console using a search box and/or via the SDK/CLI with partial string matching search on input file name. + # v1.53.7 (2024-06-07) * **Bug Fix**: Add clock skew correction on all service clients diff --git a/service/mediaconvert/go_module_metadata.go b/service/mediaconvert/go_module_metadata.go index 93cc760080a..4fc106953b7 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.7" +const goModuleVersion = "1.54.0"