From 27f0eac7f29c4c9e79606c1e2e3e6623190d68fc Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Wed, 31 Jan 2024 19:13:03 +0000 Subject: [PATCH] Release 2024-01-31 --- .changelog/16e257a98395425ab43f6a265dcbd707.json | 8 -------- .changelog/295e8118a1ba41d8aed4a437d37af31f.json | 8 -------- .changelog/a3b8422abefb4969b86e41d916cf6414.json | 8 -------- .changelog/d7271774b44245a6911b29ad76f34e35.json | 8 -------- CHANGELOG.md | 12 ++++++++++++ service/cloudformation/CHANGELOG.md | 4 ++++ service/cloudformation/go_module_metadata.go | 2 +- service/elasticloadbalancingv2/CHANGELOG.md | 4 ++++ service/elasticloadbalancingv2/go_module_metadata.go | 2 +- service/glue/CHANGELOG.md | 4 ++++ service/glue/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 8 ++++---- service/pinpointsmsvoicev2/CHANGELOG.md | 4 ++++ service/pinpointsmsvoicev2/go_module_metadata.go | 2 +- service/ssm/CHANGELOG.md | 4 ++++ service/ssm/go_module_metadata.go | 2 +- 16 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 .changelog/16e257a98395425ab43f6a265dcbd707.json delete mode 100644 .changelog/295e8118a1ba41d8aed4a437d37af31f.json delete mode 100644 .changelog/a3b8422abefb4969b86e41d916cf6414.json delete mode 100644 .changelog/d7271774b44245a6911b29ad76f34e35.json diff --git a/.changelog/16e257a98395425ab43f6a265dcbd707.json b/.changelog/16e257a98395425ab43f6a265dcbd707.json deleted file mode 100644 index 57198433498..00000000000 --- a/.changelog/16e257a98395425ab43f6a265dcbd707.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "16e257a9-8395-425a-b43f-6a265dcbd707", - "type": "feature", - "description": "This release adds an optional Duration parameter to StateManager Associations. This allows customers to specify how long an apply-only-on-cron association execution should run. Once the specified Duration is out all the ongoing cancellable commands or automations are cancelled.", - "modules": [ - "service/ssm" - ] -} \ No newline at end of file diff --git a/.changelog/295e8118a1ba41d8aed4a437d37af31f.json b/.changelog/295e8118a1ba41d8aed4a437d37af31f.json deleted file mode 100644 index bb38389689d..00000000000 --- a/.changelog/295e8118a1ba41d8aed4a437d37af31f.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "295e8118-a1ba-41d8-aed4-a437d37af31f", - "type": "feature", - "description": "Update page size limits for GetJobRuns and GetTriggers APIs.", - "modules": [ - "service/glue" - ] -} \ No newline at end of file diff --git a/.changelog/a3b8422abefb4969b86e41d916cf6414.json b/.changelog/a3b8422abefb4969b86e41d916cf6414.json deleted file mode 100644 index 68c9c4a33b8..00000000000 --- a/.changelog/a3b8422abefb4969b86e41d916cf6414.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "a3b8422a-befb-4969-b86e-41d916cf6414", - "type": "feature", - "description": "This release enables unhealthy target draining intervals for Network Load Balancers.", - "modules": [ - "service/elasticloadbalancingv2" - ] -} \ No newline at end of file diff --git a/.changelog/d7271774b44245a6911b29ad76f34e35.json b/.changelog/d7271774b44245a6911b29ad76f34e35.json deleted file mode 100644 index b11b37b78c5..00000000000 --- a/.changelog/d7271774b44245a6911b29ad76f34e35.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "d7271774-b442-45a6-911b-29ad76f34e35", - "type": "feature", - "description": "CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack.", - "modules": [ - "service/cloudformation" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aa88ebc44f..75c42f98c01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# Release (2024-01-31) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/cloudformation`: [v1.43.0](service/cloudformation/CHANGELOG.md#v1430-2024-01-31) + * **Feature**: CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack. +* `github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2`: [v1.27.0](service/elasticloadbalancingv2/CHANGELOG.md#v1270-2024-01-31) + * **Feature**: This release enables unhealthy target draining intervals for Network Load Balancers. +* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.74.0](service/glue/CHANGELOG.md#v1740-2024-01-31) + * **Feature**: Update page size limits for GetJobRuns and GetTriggers APIs. +* `github.com/aws/aws-sdk-go-v2/service/ssm`: [v1.45.0](service/ssm/CHANGELOG.md#v1450-2024-01-31) + * **Feature**: This release adds an optional Duration parameter to StateManager Associations. This allows customers to specify how long an apply-only-on-cron association execution should run. Once the specified Duration is out all the ongoing cancellable commands or automations are cancelled. + # Release (2024-01-30) ## Module Highlights diff --git a/service/cloudformation/CHANGELOG.md b/service/cloudformation/CHANGELOG.md index 559bdf825bb..57fb1683502 100644 --- a/service/cloudformation/CHANGELOG.md +++ b/service/cloudformation/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.43.0 (2024-01-31) + +* **Feature**: CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack. + # v1.42.6 (2024-01-04) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudformation/go_module_metadata.go b/service/cloudformation/go_module_metadata.go index adef1c056b9..3a8df086a55 100644 --- a/service/cloudformation/go_module_metadata.go +++ b/service/cloudformation/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudformation // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.42.6" +const goModuleVersion = "1.43.0" diff --git a/service/elasticloadbalancingv2/CHANGELOG.md b/service/elasticloadbalancingv2/CHANGELOG.md index edc5f746217..2f13a97f0a3 100644 --- a/service/elasticloadbalancingv2/CHANGELOG.md +++ b/service/elasticloadbalancingv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.0 (2024-01-31) + +* **Feature**: This release enables unhealthy target draining intervals for Network Load Balancers. + # v1.26.7 (2024-01-04) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticloadbalancingv2/go_module_metadata.go b/service/elasticloadbalancingv2/go_module_metadata.go index 61fe05499df..7e714e7a9f6 100644 --- a/service/elasticloadbalancingv2/go_module_metadata.go +++ b/service/elasticloadbalancingv2/go_module_metadata.go @@ -3,4 +3,4 @@ package elasticloadbalancingv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.7" +const goModuleVersion = "1.27.0" diff --git a/service/glue/CHANGELOG.md b/service/glue/CHANGELOG.md index 572a33b55af..e48084e9d17 100644 --- a/service/glue/CHANGELOG.md +++ b/service/glue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.74.0 (2024-01-31) + +* **Feature**: Update page size limits for GetJobRuns and GetTriggers APIs. + # v1.73.1 (2024-01-04) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/glue/go_module_metadata.go b/service/glue/go_module_metadata.go index c10a963fbf1..2e28e8a8431 100644 --- a/service/glue/go_module_metadata.go +++ b/service/glue/go_module_metadata.go @@ -3,4 +3,4 @@ package glue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.73.1" +const goModuleVersion = "1.74.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 29b34f85fae..8c8bea71dcf 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -12,7 +12,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/athena v1.38.0 github.com/aws/aws-sdk-go-v2/service/autoscaling v1.37.0 github.com/aws/aws-sdk-go-v2/service/batch v1.30.7 - github.com/aws/aws-sdk-go-v2/service/cloudformation v1.42.6 + github.com/aws/aws-sdk-go-v2/service/cloudformation v1.43.0 github.com/aws/aws-sdk-go-v2/service/cloudfront v1.32.6 github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.19.7 github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.20.6 @@ -39,7 +39,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/elasticache v1.34.7 github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.20.6 github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.21.7 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.26.7 + github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.27.0 github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.25.0 github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.19.6 github.com/aws/aws-sdk-go-v2/service/emr v1.36.1 @@ -47,7 +47,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/firehose v1.24.0 github.com/aws/aws-sdk-go-v2/service/gamelift v1.28.1 github.com/aws/aws-sdk-go-v2/service/glacier v1.19.6 - github.com/aws/aws-sdk-go-v2/service/glue v1.73.1 + github.com/aws/aws-sdk-go-v2/service/glue v1.74.0 github.com/aws/aws-sdk-go-v2/service/health v1.22.6 github.com/aws/aws-sdk-go-v2/service/iam v1.28.7 github.com/aws/aws-sdk-go-v2/service/inspector v1.19.6 @@ -77,7 +77,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/snowball v1.24.7 github.com/aws/aws-sdk-go-v2/service/sns v1.26.7 github.com/aws/aws-sdk-go-v2/service/sqs v1.29.7 - github.com/aws/aws-sdk-go-v2/service/ssm v1.44.7 + github.com/aws/aws-sdk-go-v2/service/ssm v1.45.0 github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 github.com/aws/aws-sdk-go-v2/service/support v1.19.6 github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.23.7 diff --git a/service/pinpointsmsvoicev2/CHANGELOG.md b/service/pinpointsmsvoicev2/CHANGELOG.md index 6fa79ebb8db..4dd0791aab7 100644 --- a/service/pinpointsmsvoicev2/CHANGELOG.md +++ b/service/pinpointsmsvoicev2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.7 (2024-01-31) + +* No change notes available for this release. + # v1.7.6 (2024-01-04) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpointsmsvoicev2/go_module_metadata.go b/service/pinpointsmsvoicev2/go_module_metadata.go index ae66b439c7b..2f8293371a6 100644 --- a/service/pinpointsmsvoicev2/go_module_metadata.go +++ b/service/pinpointsmsvoicev2/go_module_metadata.go @@ -3,4 +3,4 @@ package pinpointsmsvoicev2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.6" +const goModuleVersion = "1.7.7" diff --git a/service/ssm/CHANGELOG.md b/service/ssm/CHANGELOG.md index 0238ce1fa59..2a4bbff8102 100644 --- a/service/ssm/CHANGELOG.md +++ b/service/ssm/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.45.0 (2024-01-31) + +* **Feature**: This release adds an optional Duration parameter to StateManager Associations. This allows customers to specify how long an apply-only-on-cron association execution should run. Once the specified Duration is out all the ongoing cancellable commands or automations are cancelled. + # v1.44.7 (2024-01-04) * **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 9b35f7aacd8..56a6962aeed 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.44.7" +const goModuleVersion = "1.45.0"