From f4602b1b4dfd5e84c4c25a99b674b16053de1e06 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Thu, 12 Dec 2024 19:44:41 +0000 Subject: [PATCH] Release 2024-12-12 --- .changelog/0239a2bef04048d89ed20f62bb5c68ad.json | 8 -------- .changelog/1c8626820e62415a8bc89f3972398b0d.json | 8 -------- .changelog/73daebd545e8475c8ec6957d106ba9ce.json | 8 -------- .changelog/bc4127c64d09473e9a74180173056107.json | 8 -------- .changelog/d99b61b4379c48a282978e55d9f78d5b.json | 8 -------- CHANGELOG.md | 14 ++++++++++++++ service/connect/CHANGELOG.md | 4 ++++ service/connect/go_module_metadata.go | 2 +- service/databasemigrationservice/CHANGELOG.md | 4 ++++ .../databasemigrationservice/go_module_metadata.go | 2 +- service/glue/CHANGELOG.md | 4 ++++ service/glue/go_module_metadata.go | 2 +- service/guardduty/CHANGELOG.md | 4 ++++ service/guardduty/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 6 +++--- service/networkfirewall/CHANGELOG.md | 4 ++++ service/networkfirewall/go_module_metadata.go | 2 +- service/organizations/CHANGELOG.md | 4 ++++ service/organizations/go_module_metadata.go | 2 +- service/route53domains/CHANGELOG.md | 4 ++++ service/route53domains/go_module_metadata.go | 2 +- 21 files changed, 52 insertions(+), 50 deletions(-) delete mode 100644 .changelog/0239a2bef04048d89ed20f62bb5c68ad.json delete mode 100644 .changelog/1c8626820e62415a8bc89f3972398b0d.json delete mode 100644 .changelog/73daebd545e8475c8ec6957d106ba9ce.json delete mode 100644 .changelog/bc4127c64d09473e9a74180173056107.json delete mode 100644 .changelog/d99b61b4379c48a282978e55d9f78d5b.json diff --git a/.changelog/0239a2bef04048d89ed20f62bb5c68ad.json b/.changelog/0239a2bef04048d89ed20f62bb5c68ad.json deleted file mode 100644 index 8b730074414..00000000000 --- a/.changelog/0239a2bef04048d89ed20f62bb5c68ad.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "0239a2be-f040-48d8-9ed2-0f62bb5c68ad", - "type": "feature", - "description": "Configure holidays and other overrides to hours of operation in advance. During contact handling, Amazon Connect automatically checks for overrides and provides customers with an appropriate flow path. After an override period passes call center automatically reverts to standard hours of operation.", - "modules": [ - "service/connect" - ] -} \ No newline at end of file diff --git a/.changelog/1c8626820e62415a8bc89f3972398b0d.json b/.changelog/1c8626820e62415a8bc89f3972398b0d.json deleted file mode 100644 index 90dc8f9d0b4..00000000000 --- a/.changelog/1c8626820e62415a8bc89f3972398b0d.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "1c862682-0e62-415a-8bc8-9f3972398b0d", - "type": "documentation", - "description": "Improved descriptions for certain APIs.", - "modules": [ - "service/guardduty" - ] -} \ No newline at end of file diff --git a/.changelog/73daebd545e8475c8ec6957d106ba9ce.json b/.changelog/73daebd545e8475c8ec6957d106ba9ce.json deleted file mode 100644 index e4e910e0a15..00000000000 --- a/.changelog/73daebd545e8475c8ec6957d106ba9ce.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "73daebd5-45e8-475c-8ec6-957d106ba9ce", - "type": "feature", - "description": "To support customer-managed encryption in Data Quality to allow customers encrypt data with their own KMS key, we will add a DataQualityEncryption field to the SecurityConfiguration API where customers can provide their KMS keys.", - "modules": [ - "service/glue" - ] -} \ No newline at end of file diff --git a/.changelog/bc4127c64d09473e9a74180173056107.json b/.changelog/bc4127c64d09473e9a74180173056107.json deleted file mode 100644 index 1fe06bf4c1e..00000000000 --- a/.changelog/bc4127c64d09473e9a74180173056107.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "bc4127c6-4d09-473e-9a74-180173056107", - "type": "feature", - "description": "This release includes the following API updates: added the enumeration type RESTORE_DOMAIN to the OperationType; constrained the Price attribute to non-negative values; updated the LangCode to allow 2 or 3 alphabetical characters.", - "modules": [ - "service/route53domains" - ] -} \ No newline at end of file diff --git a/.changelog/d99b61b4379c48a282978e55d9f78d5b.json b/.changelog/d99b61b4379c48a282978e55d9f78d5b.json deleted file mode 100644 index 02866877234..00000000000 --- a/.changelog/d99b61b4379c48a282978e55d9f78d5b.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "d99b61b4-379c-48a2-8297-8e55d9f78d5b", - "type": "feature", - "description": "Add parameters to support for kerberos authentication. Add parameter for disabling the Unicode source filter with PostgreSQL settings. Add parameter to use large integer value with Kinesis/Kafka settings.", - "modules": [ - "service/databasemigrationservice" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 800f23dd6c9..4666633119e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# Release (2024-12-12) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.121.0](service/connect/CHANGELOG.md#v11210-2024-12-12) + * **Feature**: Configure holidays and other overrides to hours of operation in advance. During contact handling, Amazon Connect automatically checks for overrides and provides customers with an appropriate flow path. After an override period passes call center automatically reverts to standard hours of operation. +* `github.com/aws/aws-sdk-go-v2/service/databasemigrationservice`: [v1.45.0](service/databasemigrationservice/CHANGELOG.md#v1450-2024-12-12) + * **Feature**: Add parameters to support for kerberos authentication. Add parameter for disabling the Unicode source filter with PostgreSQL settings. Add parameter to use large integer value with Kinesis/Kafka settings. +* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.104.0](service/glue/CHANGELOG.md#v11040-2024-12-12) + * **Feature**: To support customer-managed encryption in Data Quality to allow customers encrypt data with their own KMS key, we will add a DataQualityEncryption field to the SecurityConfiguration API where customers can provide their KMS keys. +* `github.com/aws/aws-sdk-go-v2/service/guardduty`: [v1.52.1](service/guardduty/CHANGELOG.md#v1521-2024-12-12) + * **Documentation**: Improved descriptions for certain APIs. +* `github.com/aws/aws-sdk-go-v2/service/route53domains`: [v1.28.0](service/route53domains/CHANGELOG.md#v1280-2024-12-12) + * **Feature**: This release includes the following API updates: added the enumeration type RESTORE_DOMAIN to the OperationType; constrained the Price attribute to non-negative values; updated the LangCode to allow 2 or 3 alphabetical characters. + # Release (2024-12-11) ## General Highlights diff --git a/service/connect/CHANGELOG.md b/service/connect/CHANGELOG.md index 8283f6d0646..c9d9bea8e12 100644 --- a/service/connect/CHANGELOG.md +++ b/service/connect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.121.0 (2024-12-12) + +* **Feature**: Configure holidays and other overrides to hours of operation in advance. During contact handling, Amazon Connect automatically checks for overrides and provides customers with an appropriate flow path. After an override period passes call center automatically reverts to standard hours of operation. + # v1.120.0 (2024-12-10) * **Feature**: Add support for Push Notifications for Amazon Connect chat. With Push Notifications enabled an alert could be sent to customers about new messages even when they aren't actively using the mobile application. diff --git a/service/connect/go_module_metadata.go b/service/connect/go_module_metadata.go index 3cfb81a4ce6..39870858d1e 100644 --- a/service/connect/go_module_metadata.go +++ b/service/connect/go_module_metadata.go @@ -3,4 +3,4 @@ package connect // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.120.0" +const goModuleVersion = "1.121.0" diff --git a/service/databasemigrationservice/CHANGELOG.md b/service/databasemigrationservice/CHANGELOG.md index f68e07b1682..eb8ec8f9fc6 100644 --- a/service/databasemigrationservice/CHANGELOG.md +++ b/service/databasemigrationservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.45.0 (2024-12-12) + +* **Feature**: Add parameters to support for kerberos authentication. Add parameter for disabling the Unicode source filter with PostgreSQL settings. Add parameter to use large integer value with Kinesis/Kafka settings. + # v1.44.5 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/databasemigrationservice/go_module_metadata.go b/service/databasemigrationservice/go_module_metadata.go index 9f158701906..fd78fb2b296 100644 --- a/service/databasemigrationservice/go_module_metadata.go +++ b/service/databasemigrationservice/go_module_metadata.go @@ -3,4 +3,4 @@ package databasemigrationservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.44.5" +const goModuleVersion = "1.45.0" diff --git a/service/glue/CHANGELOG.md b/service/glue/CHANGELOG.md index 7d83905e6ec..5aa9beb4343 100644 --- a/service/glue/CHANGELOG.md +++ b/service/glue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.104.0 (2024-12-12) + +* **Feature**: To support customer-managed encryption in Data Quality to allow customers encrypt data with their own KMS key, we will add a DataQualityEncryption field to the SecurityConfiguration API where customers can provide their KMS keys. + # v1.103.0 (2024-12-03.2) * **Feature**: This release includes(1)Zero-ETL integration to ingest data from 3P SaaS and DynamoDB to Redshift/Redlake (2)new properties on Connections to enable reuse; new connection APIs for retrieve/preview metadata (3)support of CRUD operations for Multi-catalog (4)support of automatic statistics collections diff --git a/service/glue/go_module_metadata.go b/service/glue/go_module_metadata.go index 05aaf970aa4..7b543085722 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.103.0" +const goModuleVersion = "1.104.0" diff --git a/service/guardduty/CHANGELOG.md b/service/guardduty/CHANGELOG.md index ef96b63f603..2161d8e62df 100644 --- a/service/guardduty/CHANGELOG.md +++ b/service/guardduty/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.52.1 (2024-12-12) + +* **Documentation**: Improved descriptions for certain APIs. + # v1.52.0 (2024-12-02) * **Feature**: Add new Multi Domain Correlation findings. diff --git a/service/guardduty/go_module_metadata.go b/service/guardduty/go_module_metadata.go index ec4a6228a65..366b47e13b6 100644 --- a/service/guardduty/go_module_metadata.go +++ b/service/guardduty/go_module_metadata.go @@ -3,4 +3,4 @@ package guardduty // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.52.0" +const goModuleVersion = "1.52.1" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 6204b0415c3..2432ee474d4 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/cognitoidentityprovider v1.48.1 github.com/aws/aws-sdk-go-v2/service/configservice v1.51.1 github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.28.7 - github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.44.5 + github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.45.0 github.com/aws/aws-sdk-go-v2/service/devicefarm v1.28.7 github.com/aws/aws-sdk-go-v2/service/directconnect v1.30.1 github.com/aws/aws-sdk-go-v2/service/directoryservice v1.30.8 @@ -43,7 +43,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/firehose v1.35.2 github.com/aws/aws-sdk-go-v2/service/gamelift v1.37.2 github.com/aws/aws-sdk-go-v2/service/glacier v1.26.7 - github.com/aws/aws-sdk-go-v2/service/glue v1.103.0 + github.com/aws/aws-sdk-go-v2/service/glue v1.104.0 github.com/aws/aws-sdk-go-v2/service/health v1.29.1 github.com/aws/aws-sdk-go-v2/service/iam v1.38.2 github.com/aws/aws-sdk-go-v2/service/inspector v1.25.7 @@ -60,7 +60,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/redshift v1.53.0 github.com/aws/aws-sdk-go-v2/service/rekognition v1.45.8 github.com/aws/aws-sdk-go-v2/service/route53 v1.46.3 - github.com/aws/aws-sdk-go-v2/service/route53domains v1.27.7 + github.com/aws/aws-sdk-go-v2/service/route53domains v1.28.0 github.com/aws/aws-sdk-go-v2/service/route53resolver v1.34.2 github.com/aws/aws-sdk-go-v2/service/s3 v1.71.0 github.com/aws/aws-sdk-go-v2/service/s3control v1.52.0 diff --git a/service/networkfirewall/CHANGELOG.md b/service/networkfirewall/CHANGELOG.md index 92952b42fa8..8047f9e44b7 100644 --- a/service/networkfirewall/CHANGELOG.md +++ b/service/networkfirewall/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.44.5 (2024-12-12) + +* No change notes available for this release. + # v1.44.4 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/networkfirewall/go_module_metadata.go b/service/networkfirewall/go_module_metadata.go index 0e84594598c..cfb1398d9b8 100644 --- a/service/networkfirewall/go_module_metadata.go +++ b/service/networkfirewall/go_module_metadata.go @@ -3,4 +3,4 @@ package networkfirewall // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.44.4" +const goModuleVersion = "1.44.5" diff --git a/service/organizations/CHANGELOG.md b/service/organizations/CHANGELOG.md index cf9bd0410b4..2d8e34f9648 100644 --- a/service/organizations/CHANGELOG.md +++ b/service/organizations/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.36.1 (2024-12-12) + +* No change notes available for this release. + # v1.36.0 (2024-12-02) * **Feature**: Add support for policy operations on the DECLARATIVE_POLICY_EC2 policy type. diff --git a/service/organizations/go_module_metadata.go b/service/organizations/go_module_metadata.go index 8dae7a084b2..cfd529ea9dd 100644 --- a/service/organizations/go_module_metadata.go +++ b/service/organizations/go_module_metadata.go @@ -3,4 +3,4 @@ package organizations // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.36.0" +const goModuleVersion = "1.36.1" diff --git a/service/route53domains/CHANGELOG.md b/service/route53domains/CHANGELOG.md index c7c8cb72c00..48a21c9982e 100644 --- a/service/route53domains/CHANGELOG.md +++ b/service/route53domains/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.0 (2024-12-12) + +* **Feature**: This release includes the following API updates: added the enumeration type RESTORE_DOMAIN to the OperationType; constrained the Price attribute to non-negative values; updated the LangCode to allow 2 or 3 alphabetical characters. + # v1.27.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/route53domains/go_module_metadata.go b/service/route53domains/go_module_metadata.go index 681327c65cd..f725a91862f 100644 --- a/service/route53domains/go_module_metadata.go +++ b/service/route53domains/go_module_metadata.go @@ -3,4 +3,4 @@ package route53domains // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.7" +const goModuleVersion = "1.28.0"