From ec595a4b9451eb9b91adfc488e69c093a3d36be2 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Wed, 27 Jul 2022 18:57:00 +0000 Subject: [PATCH] Release 2022-07-27 --- .../136d86c530cf46acb09ee56570b5253c.json | 8 -------- .../1a7fe24d2dcd49bab8848f4d558f445b.json | 8 -------- .../2989f51894184f6eae480c992e3c13ca.json | 8 -------- .../50a9fee5667244968b4fa2f76944d2f8.json | 8 -------- .../7079caadeb3e40ceac48d92546a3e1a1.json | 8 -------- .../7ee3eb9b7c9542718fe8c09306489e9a.json | 8 -------- .../b6a4b22e543947bc852cfea0e96ba682.json | 8 -------- .../f3f8e9face81411ca0aac736e6d42c43.json | 8 -------- CHANGELOG.md | 20 +++++++++++++++++++ service/auditmanager/CHANGELOG.md | 4 ++++ service/auditmanager/go_module_metadata.go | 2 +- service/chime/CHANGELOG.md | 4 ++++ service/chime/go_module_metadata.go | 2 +- service/configservice/CHANGELOG.md | 4 ++++ service/configservice/go_module_metadata.go | 2 +- service/firehose/CHANGELOG.md | 4 ++++ service/firehose/go_module_metadata.go | 2 +- service/globalaccelerator/CHANGELOG.md | 4 ++++ .../globalaccelerator/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 10 +++++----- service/marketplacecatalog/CHANGELOG.md | 4 ++++ .../marketplacecatalog/go_module_metadata.go | 2 +- service/polly/CHANGELOG.md | 4 ++++ service/polly/go_module_metadata.go | 2 +- service/ssm/CHANGELOG.md | 4 ++++ service/ssm/go_module_metadata.go | 2 +- service/workspaces/CHANGELOG.md | 4 ++++ service/workspaces/go_module_metadata.go | 2 +- 28 files changed, 70 insertions(+), 78 deletions(-) delete mode 100644 .changelog/136d86c530cf46acb09ee56570b5253c.json delete mode 100644 .changelog/1a7fe24d2dcd49bab8848f4d558f445b.json delete mode 100644 .changelog/2989f51894184f6eae480c992e3c13ca.json delete mode 100644 .changelog/50a9fee5667244968b4fa2f76944d2f8.json delete mode 100644 .changelog/7079caadeb3e40ceac48d92546a3e1a1.json delete mode 100644 .changelog/7ee3eb9b7c9542718fe8c09306489e9a.json delete mode 100644 .changelog/b6a4b22e543947bc852cfea0e96ba682.json delete mode 100644 .changelog/f3f8e9face81411ca0aac736e6d42c43.json diff --git a/.changelog/136d86c530cf46acb09ee56570b5253c.json b/.changelog/136d86c530cf46acb09ee56570b5253c.json deleted file mode 100644 index 5b30bbdc18b..00000000000 --- a/.changelog/136d86c530cf46acb09ee56570b5253c.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "136d86c5-30cf-46ac-b09e-e56570b5253c", - "type": "documentation", - "description": "Adding doc updates for OpsCenter support in Service Setting actions.", - "modules": [ - "service/ssm" - ] -} \ No newline at end of file diff --git a/.changelog/1a7fe24d2dcd49bab8848f4d558f445b.json b/.changelog/1a7fe24d2dcd49bab8848f4d558f445b.json deleted file mode 100644 index 593dfc5ed6a..00000000000 --- a/.changelog/1a7fe24d2dcd49bab8848f4d558f445b.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "1a7fe24d-2dcd-49ba-b884-8f4d558f445b", - "type": "feature", - "description": "Amazon Polly adds new English and Hindi voice - Kajal. Kajal is available as Neural voice only.", - "modules": [ - "service/polly" - ] -} \ No newline at end of file diff --git a/.changelog/2989f51894184f6eae480c992e3c13ca.json b/.changelog/2989f51894184f6eae480c992e3c13ca.json deleted file mode 100644 index f62b945757d..00000000000 --- a/.changelog/2989f51894184f6eae480c992e3c13ca.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "2989f518-9418-4f6e-ae48-0c992e3c13ca", - "type": "feature", - "description": "Global Accelerator now supports dual-stack accelerators, enabling support for IPv4 and IPv6 traffic.", - "modules": [ - "service/globalaccelerator" - ] -} \ No newline at end of file diff --git a/.changelog/50a9fee5667244968b4fa2f76944d2f8.json b/.changelog/50a9fee5667244968b4fa2f76944d2f8.json deleted file mode 100644 index 873ef76161a..00000000000 --- a/.changelog/50a9fee5667244968b4fa2f76944d2f8.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "50a9fee5-6672-4496-8b4f-a2f76944d2f8", - "type": "feature", - "description": "This release adds an exceeded quota exception to several APIs. We added a ServiceQuotaExceededException for the following operations: CreateAssessment, CreateControl, CreateAssessmentFramework, and UpdateAssessmentStatus.", - "modules": [ - "service/auditmanager" - ] -} \ No newline at end of file diff --git a/.changelog/7079caadeb3e40ceac48d92546a3e1a1.json b/.changelog/7079caadeb3e40ceac48d92546a3e1a1.json deleted file mode 100644 index 8f69669c6a7..00000000000 --- a/.changelog/7079caadeb3e40ceac48d92546a3e1a1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "7079caad-eb3e-40ce-ac48-d92546a3e1a1", - "type": "feature", - "description": "Added CreateWorkspaceImage API to create a new WorkSpace image from an existing WorkSpace.", - "modules": [ - "service/workspaces" - ] -} \ No newline at end of file diff --git a/.changelog/7ee3eb9b7c9542718fe8c09306489e9a.json b/.changelog/7ee3eb9b7c9542718fe8c09306489e9a.json deleted file mode 100644 index 74215fa0e6c..00000000000 --- a/.changelog/7ee3eb9b7c9542718fe8c09306489e9a.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "7ee3eb9b-7c95-4271-8fe8-c09306489e9a", - "type": "feature", - "description": "Chime VoiceConnector will now support ValidateE911Address which will allow customers to prevalidate their addresses included in their SIP invites for emergency calling", - "modules": [ - "service/chime" - ] -} \ No newline at end of file diff --git a/.changelog/b6a4b22e543947bc852cfea0e96ba682.json b/.changelog/b6a4b22e543947bc852cfea0e96ba682.json deleted file mode 100644 index 7f0198e21fe..00000000000 --- a/.changelog/b6a4b22e543947bc852cfea0e96ba682.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b6a4b22e-5439-47bc-852c-fea0e96ba682", - "type": "feature", - "description": "The SDK for the StartChangeSet API will now automatically set and use an idempotency token in the ClientRequestToken request parameter if the customer does not provide it.", - "modules": [ - "service/marketplacecatalog" - ] -} \ No newline at end of file diff --git a/.changelog/f3f8e9face81411ca0aac736e6d42c43.json b/.changelog/f3f8e9face81411ca0aac736e6d42c43.json deleted file mode 100644 index 71ff15b9731..00000000000 --- a/.changelog/f3f8e9face81411ca0aac736e6d42c43.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "f3f8e9fa-ce81-411c-a0aa-c736e6d42c43", - "type": "feature", - "description": "This release adds ListConformancePackComplianceScores API to support the new compliance score feature, which provides a percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack.", - "modules": [ - "service/configservice" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d2c8b7f01da..ed56ffa9a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# Release (2022-07-27) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/auditmanager`: [v1.20.0](service/auditmanager/CHANGELOG.md#v1200-2022-07-27) + * **Feature**: This release adds an exceeded quota exception to several APIs. We added a ServiceQuotaExceededException for the following operations: CreateAssessment, CreateControl, CreateAssessmentFramework, and UpdateAssessmentStatus. +* `github.com/aws/aws-sdk-go-v2/service/chime`: [v1.21.0](service/chime/CHANGELOG.md#v1210-2022-07-27) + * **Feature**: Chime VoiceConnector will now support ValidateE911Address which will allow customers to prevalidate their addresses included in their SIP invites for emergency calling +* `github.com/aws/aws-sdk-go-v2/service/configservice`: [v1.23.0](service/configservice/CHANGELOG.md#v1230-2022-07-27) + * **Feature**: This release adds ListConformancePackComplianceScores API to support the new compliance score feature, which provides a percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack. +* `github.com/aws/aws-sdk-go-v2/service/globalaccelerator`: [v1.14.0](service/globalaccelerator/CHANGELOG.md#v1140-2022-07-27) + * **Feature**: Global Accelerator now supports dual-stack accelerators, enabling support for IPv4 and IPv6 traffic. +* `github.com/aws/aws-sdk-go-v2/service/marketplacecatalog`: [v1.13.0](service/marketplacecatalog/CHANGELOG.md#v1130-2022-07-27) + * **Feature**: The SDK for the StartChangeSet API will now automatically set and use an idempotency token in the ClientRequestToken request parameter if the customer does not provide it. +* `github.com/aws/aws-sdk-go-v2/service/polly`: [v1.17.0](service/polly/CHANGELOG.md#v1170-2022-07-27) + * **Feature**: Amazon Polly adds new English and Hindi voice - Kajal. Kajal is available as Neural voice only. +* `github.com/aws/aws-sdk-go-v2/service/ssm`: [v1.27.5](service/ssm/CHANGELOG.md#v1275-2022-07-27) + * **Documentation**: Adding doc updates for OpsCenter support in Service Setting actions. +* `github.com/aws/aws-sdk-go-v2/service/workspaces`: [v1.21.0](service/workspaces/CHANGELOG.md#v1210-2022-07-27) + * **Feature**: Added CreateWorkspaceImage API to create a new WorkSpace image from an existing WorkSpace. + # Release (2022-07-26) ## Module Highlights diff --git a/service/auditmanager/CHANGELOG.md b/service/auditmanager/CHANGELOG.md index 0d4505d97a9..449c3d7470e 100644 --- a/service/auditmanager/CHANGELOG.md +++ b/service/auditmanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.0 (2022-07-27) + +* **Feature**: This release adds an exceeded quota exception to several APIs. We added a ServiceQuotaExceededException for the following operations: CreateAssessment, CreateControl, CreateAssessmentFramework, and UpdateAssessmentStatus. + # v1.19.2 (2022-07-05) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/auditmanager/go_module_metadata.go b/service/auditmanager/go_module_metadata.go index 9c959803712..31922ec7f5e 100644 --- a/service/auditmanager/go_module_metadata.go +++ b/service/auditmanager/go_module_metadata.go @@ -3,4 +3,4 @@ package auditmanager // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.19.2" +const goModuleVersion = "1.20.0" diff --git a/service/chime/CHANGELOG.md b/service/chime/CHANGELOG.md index 647fb51730c..2a97bb6ff1b 100644 --- a/service/chime/CHANGELOG.md +++ b/service/chime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.0 (2022-07-27) + +* **Feature**: Chime VoiceConnector will now support ValidateE911Address which will allow customers to prevalidate their addresses included in their SIP invites for emergency calling + # v1.20.8 (2022-07-05) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/chime/go_module_metadata.go b/service/chime/go_module_metadata.go index e05c0749feb..36c085a67e2 100644 --- a/service/chime/go_module_metadata.go +++ b/service/chime/go_module_metadata.go @@ -3,4 +3,4 @@ package chime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.8" +const goModuleVersion = "1.21.0" diff --git a/service/configservice/CHANGELOG.md b/service/configservice/CHANGELOG.md index 817ef31e5a2..4979c2df554 100644 --- a/service/configservice/CHANGELOG.md +++ b/service/configservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.0 (2022-07-27) + +* **Feature**: This release adds ListConformancePackComplianceScores API to support the new compliance score feature, which provides a percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack. + # v1.22.0 (2022-07-14) * **Feature**: Update ResourceType enum with values for Route53Resolver, Batch, DMS, Workspaces, Stepfunctions, SageMaker, ElasticLoadBalancingV2, MSK types diff --git a/service/configservice/go_module_metadata.go b/service/configservice/go_module_metadata.go index 4403ec21d22..252fe14673c 100644 --- a/service/configservice/go_module_metadata.go +++ b/service/configservice/go_module_metadata.go @@ -3,4 +3,4 @@ package configservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.0" +const goModuleVersion = "1.23.0" diff --git a/service/firehose/CHANGELOG.md b/service/firehose/CHANGELOG.md index 1cf6b65f1be..b6b7e184b12 100644 --- a/service/firehose/CHANGELOG.md +++ b/service/firehose/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.10 (2022-07-27) + +* No change notes available for this release. + # v1.14.9 (2022-07-05) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/firehose/go_module_metadata.go b/service/firehose/go_module_metadata.go index 7c8f8f8cb84..5231ac1849b 100644 --- a/service/firehose/go_module_metadata.go +++ b/service/firehose/go_module_metadata.go @@ -3,4 +3,4 @@ package firehose // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.9" +const goModuleVersion = "1.14.10" diff --git a/service/globalaccelerator/CHANGELOG.md b/service/globalaccelerator/CHANGELOG.md index 4a6e761ce07..05730490507 100644 --- a/service/globalaccelerator/CHANGELOG.md +++ b/service/globalaccelerator/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.0 (2022-07-27) + +* **Feature**: Global Accelerator now supports dual-stack accelerators, enabling support for IPv4 and IPv6 traffic. + # v1.13.8 (2022-07-05) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/globalaccelerator/go_module_metadata.go b/service/globalaccelerator/go_module_metadata.go index bfa519f27b8..c742b8fe025 100644 --- a/service/globalaccelerator/go_module_metadata.go +++ b/service/globalaccelerator/go_module_metadata.go @@ -3,4 +3,4 @@ package globalaccelerator // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.8" +const goModuleVersion = "1.14.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 0f2ad61f74d..6a9c4e5bfd9 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -23,7 +23,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.8 github.com/aws/aws-sdk-go-v2/service/codestar v1.11.8 github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.17.3 - github.com/aws/aws-sdk-go-v2/service/configservice v1.22.0 + github.com/aws/aws-sdk-go-v2/service/configservice v1.23.0 github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.13.8 github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.21.1 github.com/aws/aws-sdk-go-v2/service/devicefarm v1.13.8 @@ -43,7 +43,7 @@ require ( 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 - github.com/aws/aws-sdk-go-v2/service/firehose v1.14.9 + github.com/aws/aws-sdk-go-v2/service/firehose v1.14.10 github.com/aws/aws-sdk-go-v2/service/gamelift v1.14.8 github.com/aws/aws-sdk-go-v2/service/glacier v1.13.8 github.com/aws/aws-sdk-go-v2/service/glue v1.28.1 @@ -59,7 +59,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/neptune v1.17.2 github.com/aws/aws-sdk-go-v2/service/opsworks v1.13.8 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/polly v1.17.0 github.com/aws/aws-sdk-go-v2/service/rds v1.23.1 github.com/aws/aws-sdk-go-v2/service/redshift v1.26.0 github.com/aws/aws-sdk-go-v2/service/rekognition v1.19.0 @@ -77,7 +77,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/snowball v1.15.8 github.com/aws/aws-sdk-go-v2/service/sns v1.17.9 github.com/aws/aws-sdk-go-v2/service/sqs v1.19.0 - github.com/aws/aws-sdk-go-v2/service/ssm v1.27.4 + github.com/aws/aws-sdk-go-v2/service/ssm v1.27.5 github.com/aws/aws-sdk-go-v2/service/sts v1.16.9 github.com/aws/aws-sdk-go-v2/service/support v1.13.8 github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.13.8 @@ -85,7 +85,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/waf v1.11.8 github.com/aws/aws-sdk-go-v2/service/wafregional v1.12.9 github.com/aws/aws-sdk-go-v2/service/wafv2 v1.21.0 - github.com/aws/aws-sdk-go-v2/service/workspaces v1.20.0 + github.com/aws/aws-sdk-go-v2/service/workspaces v1.21.0 github.com/aws/smithy-go v1.12.0 github.com/google/go-cmp v0.5.8 ) diff --git a/service/marketplacecatalog/CHANGELOG.md b/service/marketplacecatalog/CHANGELOG.md index 9bc4218fe19..59058e50e8a 100644 --- a/service/marketplacecatalog/CHANGELOG.md +++ b/service/marketplacecatalog/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.0 (2022-07-27) + +* **Feature**: The SDK for the StartChangeSet API will now automatically set and use an idempotency token in the ClientRequestToken request parameter if the customer does not provide it. + # v1.12.8 (2022-07-05) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/marketplacecatalog/go_module_metadata.go b/service/marketplacecatalog/go_module_metadata.go index bef02a1a454..f512d2314e5 100644 --- a/service/marketplacecatalog/go_module_metadata.go +++ b/service/marketplacecatalog/go_module_metadata.go @@ -3,4 +3,4 @@ package marketplacecatalog // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.8" +const goModuleVersion = "1.13.0" diff --git a/service/polly/CHANGELOG.md b/service/polly/CHANGELOG.md index f16d1114815..b3405e410f1 100644 --- a/service/polly/CHANGELOG.md +++ b/service/polly/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.0 (2022-07-27) + +* **Feature**: Amazon Polly adds new English and Hindi voice - Kajal. Kajal is available as Neural voice only. + # v1.16.2 (2022-07-05) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/polly/go_module_metadata.go b/service/polly/go_module_metadata.go index 2e20f1abb57..b90e83a70bb 100644 --- a/service/polly/go_module_metadata.go +++ b/service/polly/go_module_metadata.go @@ -3,4 +3,4 @@ package polly // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.2" +const goModuleVersion = "1.17.0" diff --git a/service/ssm/CHANGELOG.md b/service/ssm/CHANGELOG.md index cb6ef54f09c..7be6aa0e28a 100644 --- a/service/ssm/CHANGELOG.md +++ b/service/ssm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.5 (2022-07-27) + +* **Documentation**: Adding doc updates for OpsCenter support in Service Setting actions. + # v1.27.4 (2022-07-05) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssm/go_module_metadata.go b/service/ssm/go_module_metadata.go index 75947d1ead6..0c4ce8268d1 100644 --- a/service/ssm/go_module_metadata.go +++ b/service/ssm/go_module_metadata.go @@ -3,4 +3,4 @@ package ssm // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.4" +const goModuleVersion = "1.27.5" diff --git a/service/workspaces/CHANGELOG.md b/service/workspaces/CHANGELOG.md index 2994261bd03..bef56d7df16 100644 --- a/service/workspaces/CHANGELOG.md +++ b/service/workspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.0 (2022-07-27) + +* **Feature**: Added CreateWorkspaceImage API to create a new WorkSpace image from an existing WorkSpace. + # v1.20.0 (2022-07-19) * **Feature**: Increased the character limit of the login message from 850 to 2000 characters. diff --git a/service/workspaces/go_module_metadata.go b/service/workspaces/go_module_metadata.go index ffbf8125c1e..f1ab46b6b3f 100644 --- a/service/workspaces/go_module_metadata.go +++ b/service/workspaces/go_module_metadata.go @@ -3,4 +3,4 @@ package workspaces // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.0" +const goModuleVersion = "1.21.0"