diff --git a/.changelog/6f18ff54681f40c9b7bfb6213e718fd5.json b/.changelog/6f18ff54681f40c9b7bfb6213e718fd5.json deleted file mode 100644 index e8b09eb8f0d..00000000000 --- a/.changelog/6f18ff54681f40c9b7bfb6213e718fd5.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "6f18ff54-681f-40c9-b7bf-b6213e718fd5", - "type": "feature", - "description": "This release provides a way to search for existing tags within an instance. Before tagging a resource, ensure consistency by searching for pre-existing key:value pairs.", - "modules": [ - "service/connect" - ] -} \ No newline at end of file diff --git a/.changelog/96d08fe0a417405499cdf8353abf5e8c.json b/.changelog/96d08fe0a417405499cdf8353abf5e8c.json deleted file mode 100644 index 09aca32b0de..00000000000 --- a/.changelog/96d08fe0a417405499cdf8353abf5e8c.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "96d08fe0-a417-4054-99cd-f8353abf5e8c", - "type": "feature", - "description": "Support for a new API \"GetMFADevice\" to present MFA device metadata such as device certifications", - "modules": [ - "service/iam" - ] -} \ No newline at end of file diff --git a/.changelog/bd82137112cb4445a5b18d172f5fbbb9.json b/.changelog/bd82137112cb4445a5b18d172f5fbbb9.json deleted file mode 100644 index 27033340fc9..00000000000 --- a/.changelog/bd82137112cb4445a5b18d172f5fbbb9.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "bd821371-12cb-4445-a5b1-8d172f5fbbb9", - "type": "feature", - "description": "Added time zone estimation support for journeys", - "modules": [ - "service/pinpoint" - ] -} \ No newline at end of file diff --git a/.changelog/bdaf6ddc0eb9459991135ce8b23a778a.json b/.changelog/bdaf6ddc0eb9459991135ce8b23a778a.json deleted file mode 100644 index 24cf8e77883..00000000000 --- a/.changelog/bdaf6ddc0eb9459991135ce8b23a778a.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "bdaf6ddc-0eb9-4599-9113-5ce8b23a778a", - "type": "feature", - "description": "Timestamp Starting Position For Kinesis and Kafka Data Sources in a Glue Streaming Job", - "modules": [ - "service/glue" - ] -} \ No newline at end of file diff --git a/.changelog/d81777ddf6914a5dbbb8b6d9ebc0c402.json b/.changelog/d81777ddf6914a5dbbb8b6d9ebc0c402.json deleted file mode 100644 index 3f2c581d4b2..00000000000 --- a/.changelog/d81777ddf6914a5dbbb8b6d9ebc0c402.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "d81777dd-f691-4a5d-bbb8-b6d9ebc0c402", - "type": "feature", - "description": "Add support for user.extra.sessionName in Kubernetes Audit Logs Findings.", - "modules": [ - "service/guardduty" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a22c5db3f81..50ae5d460aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# Release (2023-06-26) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.60.0](service/connect/CHANGELOG.md#v1600-2023-06-26) + * **Feature**: This release provides a way to search for existing tags within an instance. Before tagging a resource, ensure consistency by searching for pre-existing key:value pairs. +* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.52.0](service/glue/CHANGELOG.md#v1520-2023-06-26) + * **Feature**: Timestamp Starting Position For Kinesis and Kafka Data Sources in a Glue Streaming Job +* `github.com/aws/aws-sdk-go-v2/service/guardduty`: [v1.24.0](service/guardduty/CHANGELOG.md#v1240-2023-06-26) + * **Feature**: Add support for user.extra.sessionName in Kubernetes Audit Logs Findings. +* `github.com/aws/aws-sdk-go-v2/service/iam`: [v1.21.0](service/iam/CHANGELOG.md#v1210-2023-06-26) + * **Feature**: Support for a new API "GetMFADevice" to present MFA device metadata such as device certifications +* `github.com/aws/aws-sdk-go-v2/service/pinpoint`: [v1.20.0](service/pinpoint/CHANGELOG.md#v1200-2023-06-26) + * **Feature**: Added time zone estimation support for journeys + # Release (2023-06-23) ## Module Highlights diff --git a/service/connect/CHANGELOG.md b/service/connect/CHANGELOG.md index 1634e7c0b7d..f8c8ae62ca1 100644 --- a/service/connect/CHANGELOG.md +++ b/service/connect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.60.0 (2023-06-26) + +* **Feature**: This release provides a way to search for existing tags within an instance. Before tagging a resource, ensure consistency by searching for pre-existing key:value pairs. + # v1.59.0 (2023-06-16) * **Feature**: Updates the *InstanceStorageConfig APIs to support a new ResourceType: SCREEN_RECORDINGS to enable screen recording and specify the storage configurations for publishing the recordings. Also updates DescribeInstance and ListInstances APIs to include InstanceAccessUrl attribute in the API response. diff --git a/service/connect/go_module_metadata.go b/service/connect/go_module_metadata.go index 377821e83c9..863343cd84a 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.59.0" +const goModuleVersion = "1.60.0" diff --git a/service/glue/CHANGELOG.md b/service/glue/CHANGELOG.md index 7a9904c76bf..43edcb56d95 100644 --- a/service/glue/CHANGELOG.md +++ b/service/glue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.52.0 (2023-06-26) + +* **Feature**: Timestamp Starting Position For Kinesis and Kafka Data Sources in a Glue Streaming Job + # v1.51.0 (2023-06-19) * **Feature**: This release adds support for creating cross region table/database resource links diff --git a/service/glue/go_module_metadata.go b/service/glue/go_module_metadata.go index 49c764321c1..8bd0de5578b 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.51.0" +const goModuleVersion = "1.52.0" diff --git a/service/guardduty/CHANGELOG.md b/service/guardduty/CHANGELOG.md index 3cb60126793..2be4cbb5322 100644 --- a/service/guardduty/CHANGELOG.md +++ b/service/guardduty/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.0 (2023-06-26) + +* **Feature**: Add support for user.extra.sessionName in Kubernetes Audit Logs Findings. + # v1.23.2 (2023-06-15) * **Documentation**: Updated descriptions for some APIs. diff --git a/service/guardduty/go_module_metadata.go b/service/guardduty/go_module_metadata.go index f2fc6d5ad51..3439728086a 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.23.2" +const goModuleVersion = "1.24.0" diff --git a/service/iam/CHANGELOG.md b/service/iam/CHANGELOG.md index c3a81c836cb..0bc7082b60a 100644 --- a/service/iam/CHANGELOG.md +++ b/service/iam/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.0 (2023-06-26) + +* **Feature**: Support for a new API "GetMFADevice" to present MFA device metadata such as device certifications + # v1.20.3 (2023-06-16) * **Documentation**: Documentation updates for AWS Identity and Access Management (IAM). diff --git a/service/iam/go_module_metadata.go b/service/iam/go_module_metadata.go index 66a41599797..7ea827e09b6 100644 --- a/service/iam/go_module_metadata.go +++ b/service/iam/go_module_metadata.go @@ -3,4 +3,4 @@ package iam // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.3" +const goModuleVersion = "1.21.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 8dbe864efba..fc890a05e3c 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -46,9 +46,9 @@ require ( github.com/aws/aws-sdk-go-v2/service/firehose v1.16.14 github.com/aws/aws-sdk-go-v2/service/gamelift v1.19.2 github.com/aws/aws-sdk-go-v2/service/glacier v1.14.13 - github.com/aws/aws-sdk-go-v2/service/glue v1.51.0 + github.com/aws/aws-sdk-go-v2/service/glue v1.52.0 github.com/aws/aws-sdk-go-v2/service/health v1.17.2 - github.com/aws/aws-sdk-go-v2/service/iam v1.20.3 + github.com/aws/aws-sdk-go-v2/service/iam v1.21.0 github.com/aws/aws-sdk-go-v2/service/inspector v1.13.12 github.com/aws/aws-sdk-go-v2/service/iot v1.38.2 github.com/aws/aws-sdk-go-v2/service/kinesis v1.17.14 diff --git a/service/pinpoint/CHANGELOG.md b/service/pinpoint/CHANGELOG.md index 26ce0b416bc..1cc5fbf90d6 100644 --- a/service/pinpoint/CHANGELOG.md +++ b/service/pinpoint/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.0 (2023-06-26) + +* **Feature**: Added time zone estimation support for journeys + # v1.19.4 (2023-06-15) * No change notes available for this release. diff --git a/service/pinpoint/go_module_metadata.go b/service/pinpoint/go_module_metadata.go index 8067e99ac5d..b0e6502ad01 100644 --- a/service/pinpoint/go_module_metadata.go +++ b/service/pinpoint/go_module_metadata.go @@ -3,4 +3,4 @@ package pinpoint // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.19.4" +const goModuleVersion = "1.20.0"