From 4d902d76175454778bc22d9d96781117a9ac6997 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Fri, 29 Jul 2022 18:20:53 +0000 Subject: [PATCH] Release 2022-07-29 --- .changelog/9a85c150aa8d4227a05d0d1d6929179d.json | 8 -------- .changelog/a2345791754c49d0b074a537da1a16f9.json | 8 -------- .changelog/dd6a1a776d864899a3e1111330877ab6.json | 8 -------- CHANGELOG.md | 10 ++++++++++ service/ec2/CHANGELOG.md | 4 ++++ service/ec2/go_module_metadata.go | 2 +- service/fsx/CHANGELOG.md | 4 ++++ service/fsx/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 4 ++-- service/outposts/CHANGELOG.md | 4 ++++ service/outposts/go_module_metadata.go | 2 +- service/servicediscovery/CHANGELOG.md | 4 ++++ service/servicediscovery/go_module_metadata.go | 2 +- service/shield/CHANGELOG.md | 4 ++++ service/shield/go_module_metadata.go | 2 +- 15 files changed, 37 insertions(+), 31 deletions(-) delete mode 100644 .changelog/9a85c150aa8d4227a05d0d1d6929179d.json delete mode 100644 .changelog/a2345791754c49d0b074a537da1a16f9.json delete mode 100644 .changelog/dd6a1a776d864899a3e1111330877ab6.json diff --git a/.changelog/9a85c150aa8d4227a05d0d1d6929179d.json b/.changelog/9a85c150aa8d4227a05d0d1d6929179d.json deleted file mode 100644 index cc4c2e62d14..00000000000 --- a/.changelog/9a85c150aa8d4227a05d0d1d6929179d.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "9a85c150-aa8d-4227-a05d-0d1d6929179d", - "type": "feature", - "description": "AWS Shield Advanced now supports filtering for ListProtections and ListProtectionGroups.", - "modules": [ - "service/shield" - ] -} \ No newline at end of file diff --git a/.changelog/a2345791754c49d0b074a537da1a16f9.json b/.changelog/a2345791754c49d0b074a537da1a16f9.json deleted file mode 100644 index 11c4011ec43..00000000000 --- a/.changelog/a2345791754c49d0b074a537da1a16f9.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "a2345791-754c-49d0-b074-a537da1a16f9", - "type": "documentation", - "description": "Documentation updates for Amazon FSx", - "modules": [ - "service/fsx" - ] -} \ No newline at end of file diff --git a/.changelog/dd6a1a776d864899a3e1111330877ab6.json b/.changelog/dd6a1a776d864899a3e1111330877ab6.json deleted file mode 100644 index ff27bbd4597..00000000000 --- a/.changelog/dd6a1a776d864899a3e1111330877ab6.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "dd6a1a77-6d86-4899-a3e1-111330877ab6", - "type": "feature", - "description": "Documentation updates for Amazon EC2.", - "modules": [ - "service/ec2" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc8eae6c03..f0e0d5a85de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Release (2022-07-29) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.51.0](service/ec2/CHANGELOG.md#v1510-2022-07-29) + * **Feature**: Documentation updates for Amazon EC2. +* `github.com/aws/aws-sdk-go-v2/service/fsx`: [v1.24.4](service/fsx/CHANGELOG.md#v1244-2022-07-29) + * **Documentation**: Documentation updates for Amazon FSx +* `github.com/aws/aws-sdk-go-v2/service/shield`: [v1.17.0](service/shield/CHANGELOG.md#v1170-2022-07-29) + * **Feature**: AWS Shield Advanced now supports filtering for ListProtections and ListProtectionGroups. + # Release (2022-07-28) ## Module Highlights diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index 12231495458..f9f52c70f8c 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.51.0 (2022-07-29) + +* **Feature**: Documentation updates for Amazon EC2. + # v1.50.1 (2022-07-28) * **Documentation**: Documentation updates for VM Import/Export. diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index 527904225ad..38481048f68 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.50.1" +const goModuleVersion = "1.51.0" diff --git a/service/fsx/CHANGELOG.md b/service/fsx/CHANGELOG.md index 34a8d45ec83..08aa424b3b6 100644 --- a/service/fsx/CHANGELOG.md +++ b/service/fsx/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.4 (2022-07-29) + +* **Documentation**: Documentation updates for Amazon FSx + # v1.24.3 (2022-07-05) * **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 db4424d9943..84de352e33c 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.24.3" +const goModuleVersion = "1.24.4" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 2834b0209cd..3433351fb8a 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -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.19.0 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.9 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.50.1 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.51.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 @@ -72,7 +72,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.7 github.com/aws/aws-sdk-go-v2/service/ses v1.14.9 github.com/aws/aws-sdk-go-v2/service/sfn v1.13.8 - github.com/aws/aws-sdk-go-v2/service/shield v1.16.8 + github.com/aws/aws-sdk-go-v2/service/shield v1.17.0 github.com/aws/aws-sdk-go-v2/service/sms v1.12.9 github.com/aws/aws-sdk-go-v2/service/snowball v1.15.8 github.com/aws/aws-sdk-go-v2/service/sns v1.17.9 diff --git a/service/outposts/CHANGELOG.md b/service/outposts/CHANGELOG.md index 14888e0e8f5..b63ebc24525 100644 --- a/service/outposts/CHANGELOG.md +++ b/service/outposts/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.1 (2022-07-29) + +* No change notes available for this release. + # v1.22.0 (2022-07-14) * **Feature**: This release adds the ShipmentInformation and AssetInformationList fields to the GetOrder API response. diff --git a/service/outposts/go_module_metadata.go b/service/outposts/go_module_metadata.go index c3f6834b596..cb6a14a2861 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.22.0" +const goModuleVersion = "1.22.1" diff --git a/service/servicediscovery/CHANGELOG.md b/service/servicediscovery/CHANGELOG.md index e86c1cfcca4..c4278e4ffd3 100644 --- a/service/servicediscovery/CHANGELOG.md +++ b/service/servicediscovery/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.9 (2022-07-29) + +* No change notes available for this release. + # v1.17.8 (2022-07-05) * **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 8472ba4b4b4..098688dbe91 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.17.8" +const goModuleVersion = "1.17.9" diff --git a/service/shield/CHANGELOG.md b/service/shield/CHANGELOG.md index 08cc7716dac..0e01fa7f7c7 100644 --- a/service/shield/CHANGELOG.md +++ b/service/shield/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.0 (2022-07-29) + +* **Feature**: AWS Shield Advanced now supports filtering for ListProtections and ListProtectionGroups. + # v1.16.8 (2022-07-05) * **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 890c5bc49a2..9737ad20067 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.16.8" +const goModuleVersion = "1.17.0"