From 2255129f62335d4a7db01f5ecaf1d8c2fa2a15ac Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Wed, 6 Sep 2023 18:17:11 +0000 Subject: [PATCH] Release 2023-09-06 --- .changelog/27b9505b1aab4fe2838cb2c94faeded9.json | 8 -------- .changelog/5bdfec315e114b5594e399078974a75d.json | 8 -------- .changelog/77804e500d484c67974b9d6242be7f04.json | 8 -------- .changelog/86c4717014e94878847a47ba10dcaa7a.json | 8 -------- .changelog/ecde3f14ccae4baba56f9f0f90804ea4.json | 8 -------- CHANGELOG.md | 14 ++++++++++++++ service/appflow/CHANGELOG.md | 4 ++++ service/appflow/go_module_metadata.go | 2 +- service/ec2/CHANGELOG.md | 4 ++++ service/ec2/go_module_metadata.go | 2 +- service/elasticloadbalancingv2/CHANGELOG.md | 4 ++++ .../elasticloadbalancingv2/go_module_metadata.go | 2 +- service/elasticsearchservice/CHANGELOG.md | 4 ++++ service/elasticsearchservice/go_module_metadata.go | 2 +- service/identitystore/CHANGELOG.md | 4 ++++ service/identitystore/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 8 ++++---- service/kafka/CHANGELOG.md | 4 ++++ service/kafka/go_module_metadata.go | 2 +- service/location/CHANGELOG.md | 4 ++++ service/location/go_module_metadata.go | 2 +- service/medialive/CHANGELOG.md | 4 ++++ service/medialive/go_module_metadata.go | 2 +- service/opensearch/CHANGELOG.md | 4 ++++ service/opensearch/go_module_metadata.go | 2 +- service/wafv2/CHANGELOG.md | 4 ++++ service/wafv2/go_module_metadata.go | 2 +- 27 files changed, 68 insertions(+), 54 deletions(-) delete mode 100644 .changelog/27b9505b1aab4fe2838cb2c94faeded9.json delete mode 100644 .changelog/5bdfec315e114b5594e399078974a75d.json delete mode 100644 .changelog/77804e500d484c67974b9d6242be7f04.json delete mode 100644 .changelog/86c4717014e94878847a47ba10dcaa7a.json delete mode 100644 .changelog/ecde3f14ccae4baba56f9f0f90804ea4.json diff --git a/.changelog/27b9505b1aab4fe2838cb2c94faeded9.json b/.changelog/27b9505b1aab4fe2838cb2c94faeded9.json deleted file mode 100644 index 7bc6e8cb5b1..00000000000 --- a/.changelog/27b9505b1aab4fe2838cb2c94faeded9.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "27b9505b-1aab-4fe2-838c-b2c94faeded9", - "type": "feature", - "description": "Adds advanced Output Locking options for Epoch Locking: Custom Epoch and Jam Sync Time", - "modules": [ - "service/medialive" - ] -} \ No newline at end of file diff --git a/.changelog/5bdfec315e114b5594e399078974a75d.json b/.changelog/5bdfec315e114b5594e399078974a75d.json deleted file mode 100644 index 46dc87be50c..00000000000 --- a/.changelog/5bdfec315e114b5594e399078974a75d.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "5bdfec31-5e11-4b55-94e3-99078974a75d", - "type": "feature", - "description": "This release adds 'outpost' location type to the DescribeInstanceTypeOfferings API, allowing customers that have been allowlisted for outpost to query their offerings in the API.", - "modules": [ - "service/ec2" - ] -} \ No newline at end of file diff --git a/.changelog/77804e500d484c67974b9d6242be7f04.json b/.changelog/77804e500d484c67974b9d6242be7f04.json deleted file mode 100644 index 9b75494833a..00000000000 --- a/.changelog/77804e500d484c67974b9d6242be7f04.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "77804e50-0d48-4c67-974b-9d6242be7f04", - "type": "feature", - "description": "The targeted protection level of the Bot Control managed rule group now provides optional, machine-learning analysis of traffic statistics to detect some bot-related activity. You can enable or disable the machine learning functionality through the API.", - "modules": [ - "service/wafv2" - ] -} \ No newline at end of file diff --git a/.changelog/86c4717014e94878847a47ba10dcaa7a.json b/.changelog/86c4717014e94878847a47ba10dcaa7a.json deleted file mode 100644 index df0a800a098..00000000000 --- a/.changelog/86c4717014e94878847a47ba10dcaa7a.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "86c47170-14e9-4878-847a-47ba10dcaa7a", - "type": "feature", - "description": "Adding OAuth2.0 support for servicenow connector.", - "modules": [ - "service/appflow" - ] -} \ No newline at end of file diff --git a/.changelog/ecde3f14ccae4baba56f9f0f90804ea4.json b/.changelog/ecde3f14ccae4baba56f9f0f90804ea4.json deleted file mode 100644 index 3542ec70b35..00000000000 --- a/.changelog/ecde3f14ccae4baba56f9f0f90804ea4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "ecde3f14-ccae-4bab-a56f-9f0f90804ea4", - "type": "documentation", - "description": "This release enables default UDP connection termination and disabling unhealthy target connection termination for Network Load Balancers.", - "modules": [ - "service/elasticloadbalancingv2" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c3fc5d81301..b121777a566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# Release (2023-09-06) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/appflow`: [v1.35.0](service/appflow/CHANGELOG.md#v1350-2023-09-06) + * **Feature**: Adding OAuth2.0 support for servicenow connector. +* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.117.0](service/ec2/CHANGELOG.md#v11170-2023-09-06) + * **Feature**: This release adds 'outpost' location type to the DescribeInstanceTypeOfferings API, allowing customers that have been allowlisted for outpost to query their offerings in the API. +* `github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2`: [v1.21.4](service/elasticloadbalancingv2/CHANGELOG.md#v1214-2023-09-06) + * **Documentation**: This release enables default UDP connection termination and disabling unhealthy target connection termination for Network Load Balancers. +* `github.com/aws/aws-sdk-go-v2/service/medialive`: [v1.36.0](service/medialive/CHANGELOG.md#v1360-2023-09-06) + * **Feature**: Adds advanced Output Locking options for Epoch Locking: Custom Epoch and Jam Sync Time +* `github.com/aws/aws-sdk-go-v2/service/wafv2`: [v1.38.0](service/wafv2/CHANGELOG.md#v1380-2023-09-06) + * **Feature**: The targeted protection level of the Bot Control managed rule group now provides optional, machine-learning analysis of traffic statistics to detect some bot-related activity. You can enable or disable the machine learning functionality through the API. + # Release (2023-09-05) ## General Highlights diff --git a/service/appflow/CHANGELOG.md b/service/appflow/CHANGELOG.md index d0cafd26391..cec2d1e6c0f 100644 --- a/service/appflow/CHANGELOG.md +++ b/service/appflow/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.35.0 (2023-09-06) + +* **Feature**: Adding OAuth2.0 support for servicenow connector. + # v1.34.0 (2023-08-30) * **Feature**: Add SAP source connector parallel and pagination feature diff --git a/service/appflow/go_module_metadata.go b/service/appflow/go_module_metadata.go index 5ba3e1c6504..827d4d8724d 100644 --- a/service/appflow/go_module_metadata.go +++ b/service/appflow/go_module_metadata.go @@ -3,4 +3,4 @@ package appflow // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.34.0" +const goModuleVersion = "1.35.0" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index 97f73cbb653..7b5b114efcc 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.117.0 (2023-09-06) + +* **Feature**: This release adds 'outpost' location type to the DescribeInstanceTypeOfferings API, allowing customers that have been allowlisted for outpost to query their offerings in the API. + # v1.116.0 (2023-09-05) * **Feature**: Introducing Amazon EC2 C7gd, M7gd, and R7gd Instances with up to 3.8 TB of local NVMe-based SSD block-level storage. These instances are powered by AWS Graviton3 processors, delivering up to 25% better performance over Graviton2-based instances. diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index feff9ad21d4..012a1ae7e49 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.116.0" +const goModuleVersion = "1.117.0" diff --git a/service/elasticloadbalancingv2/CHANGELOG.md b/service/elasticloadbalancingv2/CHANGELOG.md index cc914102e2e..caaed799092 100644 --- a/service/elasticloadbalancingv2/CHANGELOG.md +++ b/service/elasticloadbalancingv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.4 (2023-09-06) + +* **Documentation**: This release enables default UDP connection termination and disabling unhealthy target connection termination for Network Load Balancers. + # v1.21.3 (2023-08-21) * **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 d2ab4a20603..c5df7f49719 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.21.3" +const goModuleVersion = "1.21.4" diff --git a/service/elasticsearchservice/CHANGELOG.md b/service/elasticsearchservice/CHANGELOG.md index 4decddc825a..578897851c4 100644 --- a/service/elasticsearchservice/CHANGELOG.md +++ b/service/elasticsearchservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.6 (2023-09-06) + +* No change notes available for this release. + # v1.20.5 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticsearchservice/go_module_metadata.go b/service/elasticsearchservice/go_module_metadata.go index 6ab7b0d4190..89d45273552 100644 --- a/service/elasticsearchservice/go_module_metadata.go +++ b/service/elasticsearchservice/go_module_metadata.go @@ -3,4 +3,4 @@ package elasticsearchservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.5" +const goModuleVersion = "1.20.6" diff --git a/service/identitystore/CHANGELOG.md b/service/identitystore/CHANGELOG.md index 30f621ed279..e8e9077e0e1 100644 --- a/service/identitystore/CHANGELOG.md +++ b/service/identitystore/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.1 (2023-09-06) + +* No change notes available for this release. + # v1.18.0 (2023-09-01) * **Feature**: New Identity Store content for China Region launch diff --git a/service/identitystore/go_module_metadata.go b/service/identitystore/go_module_metadata.go index 7aba2a7ef8d..38ee13a4ca8 100644 --- a/service/identitystore/go_module_metadata.go +++ b/service/identitystore/go_module_metadata.go @@ -3,4 +3,4 @@ package identitystore // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.0" +const goModuleVersion = "1.18.1" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 5036fd27d4d..4599cab1a07 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -31,15 +31,15 @@ require ( github.com/aws/aws-sdk-go-v2/service/directoryservice v1.18.5 github.com/aws/aws-sdk-go-v2/service/docdb v1.23.5 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.21.5 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.116.0 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.117.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.19.5 github.com/aws/aws-sdk-go-v2/service/ecs v1.30.1 github.com/aws/aws-sdk-go-v2/service/efs v1.21.6 github.com/aws/aws-sdk-go-v2/service/elasticache v1.29.3 github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.16.5 github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.16.5 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.21.3 - github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.20.5 + github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.21.4 + github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.20.6 github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.15.5 github.com/aws/aws-sdk-go-v2/service/emr v1.28.5 github.com/aws/aws-sdk-go-v2/service/eventbridge v1.21.0 @@ -83,7 +83,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.10.5 github.com/aws/aws-sdk-go-v2/service/waf v1.13.5 github.com/aws/aws-sdk-go-v2/service/wafregional v1.14.5 - github.com/aws/aws-sdk-go-v2/service/wafv2 v1.37.5 + github.com/aws/aws-sdk-go-v2/service/wafv2 v1.38.0 github.com/aws/aws-sdk-go-v2/service/workspaces v1.29.5 github.com/aws/smithy-go v1.14.2 github.com/google/go-cmp v0.5.8 diff --git a/service/kafka/CHANGELOG.md b/service/kafka/CHANGELOG.md index 7ac5e8dc8c2..f96d992e37d 100644 --- a/service/kafka/CHANGELOG.md +++ b/service/kafka/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.6 (2023-09-06) + +* No change notes available for this release. + # v1.22.5 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kafka/go_module_metadata.go b/service/kafka/go_module_metadata.go index 959804e8863..8c1f7369b81 100644 --- a/service/kafka/go_module_metadata.go +++ b/service/kafka/go_module_metadata.go @@ -3,4 +3,4 @@ package kafka // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.5" +const goModuleVersion = "1.22.6" diff --git a/service/location/CHANGELOG.md b/service/location/CHANGELOG.md index 38e94494206..f9c8fb88170 100644 --- a/service/location/CHANGELOG.md +++ b/service/location/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.6 (2023-09-06) + +* No change notes available for this release. + # v1.26.5 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/location/go_module_metadata.go b/service/location/go_module_metadata.go index 2d31efd22f9..12b841dcda8 100644 --- a/service/location/go_module_metadata.go +++ b/service/location/go_module_metadata.go @@ -3,4 +3,4 @@ package location // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.5" +const goModuleVersion = "1.26.6" diff --git a/service/medialive/CHANGELOG.md b/service/medialive/CHANGELOG.md index d58256fe963..23da8fdf416 100644 --- a/service/medialive/CHANGELOG.md +++ b/service/medialive/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.36.0 (2023-09-06) + +* **Feature**: Adds advanced Output Locking options for Epoch Locking: Custom Epoch and Jam Sync Time + # v1.35.0 (2023-08-24) * **Feature**: MediaLive now supports passthrough of KLV data to a HLS output group with a TS container. MediaLive now supports setting an attenuation mode for AC3 audio when the coding mode is 3/2 LFE. MediaLive now supports specifying whether to include filler NAL units in RTMP output group settings. diff --git a/service/medialive/go_module_metadata.go b/service/medialive/go_module_metadata.go index 335ffdb9b60..dc057b778c1 100644 --- a/service/medialive/go_module_metadata.go +++ b/service/medialive/go_module_metadata.go @@ -3,4 +3,4 @@ package medialive // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.35.0" +const goModuleVersion = "1.36.0" diff --git a/service/opensearch/CHANGELOG.md b/service/opensearch/CHANGELOG.md index ed4c701252e..d0e88fc3b39 100644 --- a/service/opensearch/CHANGELOG.md +++ b/service/opensearch/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.6 (2023-09-06) + +* No change notes available for this release. + # v1.19.5 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/opensearch/go_module_metadata.go b/service/opensearch/go_module_metadata.go index 8f54cc283cf..f28c02106a8 100644 --- a/service/opensearch/go_module_metadata.go +++ b/service/opensearch/go_module_metadata.go @@ -3,4 +3,4 @@ package opensearch // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.19.5" +const goModuleVersion = "1.19.6" diff --git a/service/wafv2/CHANGELOG.md b/service/wafv2/CHANGELOG.md index fb4fc3b4a6d..b34c129fc2f 100644 --- a/service/wafv2/CHANGELOG.md +++ b/service/wafv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.0 (2023-09-06) + +* **Feature**: The targeted protection level of the Bot Control managed rule group now provides optional, machine-learning analysis of traffic statistics to detect some bot-related activity. You can enable or disable the machine learning functionality through the API. + # v1.37.5 (2023-08-21) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/wafv2/go_module_metadata.go b/service/wafv2/go_module_metadata.go index 69d311cdb0a..90729996ac2 100644 --- a/service/wafv2/go_module_metadata.go +++ b/service/wafv2/go_module_metadata.go @@ -3,4 +3,4 @@ package wafv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.37.5" +const goModuleVersion = "1.38.0"