diff --git a/.changelog/88459eff60ec4ff38b4dcc7241465432.json b/.changelog/88459eff60ec4ff38b4dcc7241465432.json deleted file mode 100644 index b4ce6b1adaa..00000000000 --- a/.changelog/88459eff60ec4ff38b4dcc7241465432.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "88459eff-60ec-4ff3-8b4d-cc7241465432", - "type": "documentation", - "description": "Updates Amazon Firehose documentation for message regarding Enforcing Tags IAM Policy.", - "modules": [ - "service/firehose" - ] -} \ No newline at end of file diff --git a/.changelog/8b2ba54a0441480ab86dabba768b71b2.json b/.changelog/8b2ba54a0441480ab86dabba768b71b2.json deleted file mode 100644 index f1ff7e79f66..00000000000 --- a/.changelog/8b2ba54a0441480ab86dabba768b71b2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "8b2ba54a-0441-480a-b86d-abba768b71b2", - "type": "feature", - "description": "Documentation update, March 2024. Corrects some docs for Amazon Kendra.", - "modules": [ - "service/kendra" - ] -} \ No newline at end of file diff --git a/.changelog/b53799d8474d4c3c9c1394c96d353476.json b/.changelog/b53799d8474d4c3c9c1394c96d353476.json deleted file mode 100644 index c203beb920c..00000000000 --- a/.changelog/b53799d8474d4c3c9c1394c96d353476.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b53799d8-474d-4c3c-9c13-94c96d353476", - "type": "feature", - "description": "Added new resource detail object to ASFF, including resource for LastKnownExploitAt", - "modules": [ - "service/securityhub" - ] -} \ No newline at end of file diff --git a/.changelog/bd7c57ee7697423bad21405330bce773.json b/.changelog/bd7c57ee7697423bad21405330bce773.json deleted file mode 100644 index cf557aba432..00000000000 --- a/.changelog/bd7c57ee7697423bad21405330bce773.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "bd7c57ee-7697-423b-ad21-405330bce773", - "type": "feature", - "description": "Add ResourceNotFoundException to ListPriceLists and GetPriceListFileUrl APIs", - "modules": [ - "service/pricing" - ] -} \ No newline at end of file diff --git a/.changelog/bea999c01c7b4f36ae5c1e5dffe2ba64.json b/.changelog/bea999c01c7b4f36ae5c1e5dffe2ba64.json deleted file mode 100644 index 6e94bec50e5..00000000000 --- a/.changelog/bea999c01c7b4f36ae5c1e5dffe2ba64.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "bea999c0-1c7b-4f36-ae5c-1e5dffe2ba64", - "type": "feature", - "description": "This release relaxes constraints on the durationSeconds request parameter for the *Profile APIs that support it. This parameter can now take on values that go up to 43200.", - "modules": [ - "service/rolesanywhere" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 938bc2a9abc..91644f9cd65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# Release (2024-03-22) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/firehose`: [v1.28.4](service/firehose/CHANGELOG.md#v1284-2024-03-22) + * **Documentation**: Updates Amazon Firehose documentation for message regarding Enforcing Tags IAM Policy. +* `github.com/aws/aws-sdk-go-v2/service/kendra`: [v1.50.0](service/kendra/CHANGELOG.md#v1500-2024-03-22) + * **Feature**: Documentation update, March 2024. Corrects some docs for Amazon Kendra. +* `github.com/aws/aws-sdk-go-v2/service/pricing`: [v1.28.0](service/pricing/CHANGELOG.md#v1280-2024-03-22) + * **Feature**: Add ResourceNotFoundException to ListPriceLists and GetPriceListFileUrl APIs +* `github.com/aws/aws-sdk-go-v2/service/rolesanywhere`: [v1.9.0](service/rolesanywhere/CHANGELOG.md#v190-2024-03-22) + * **Feature**: This release relaxes constraints on the durationSeconds request parameter for the *Profile APIs that support it. This parameter can now take on values that go up to 43200. +* `github.com/aws/aws-sdk-go-v2/service/securityhub`: [v1.47.0](service/securityhub/CHANGELOG.md#v1470-2024-03-22) + * **Feature**: Added new resource detail object to ASFF, including resource for LastKnownExploitAt + # Release (2024-03-21) ## General Highlights diff --git a/service/firehose/CHANGELOG.md b/service/firehose/CHANGELOG.md index 6fd34928ad5..9f3b1effc36 100644 --- a/service/firehose/CHANGELOG.md +++ b/service/firehose/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.4 (2024-03-22) + +* **Documentation**: Updates Amazon Firehose documentation for message regarding Enforcing Tags IAM Policy. + # v1.28.3 (2024-03-18) * **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 d494c813c34..21737395dc0 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.28.3" +const goModuleVersion = "1.28.4" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 00323c9cbb7..7891d8dd710 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -44,7 +44,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.22.3 github.com/aws/aws-sdk-go-v2/service/emr v1.39.3 github.com/aws/aws-sdk-go-v2/service/eventbridge v1.30.3 - github.com/aws/aws-sdk-go-v2/service/firehose v1.28.3 + github.com/aws/aws-sdk-go-v2/service/firehose v1.28.4 github.com/aws/aws-sdk-go-v2/service/gamelift v1.30.3 github.com/aws/aws-sdk-go-v2/service/glacier v1.22.3 github.com/aws/aws-sdk-go-v2/service/glue v1.77.4 diff --git a/service/kendra/CHANGELOG.md b/service/kendra/CHANGELOG.md index a2266eccf35..a29a9196715 100644 --- a/service/kendra/CHANGELOG.md +++ b/service/kendra/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.50.0 (2024-03-22) + +* **Feature**: Documentation update, March 2024. Corrects some docs for Amazon Kendra. + # v1.49.3 (2024-03-18) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kendra/go_module_metadata.go b/service/kendra/go_module_metadata.go index f32b104fe22..9d17d12f7ce 100644 --- a/service/kendra/go_module_metadata.go +++ b/service/kendra/go_module_metadata.go @@ -3,4 +3,4 @@ package kendra // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.49.3" +const goModuleVersion = "1.50.0" diff --git a/service/pricing/CHANGELOG.md b/service/pricing/CHANGELOG.md index 90af9b7fcf5..c08a881a1bf 100644 --- a/service/pricing/CHANGELOG.md +++ b/service/pricing/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.0 (2024-03-22) + +* **Feature**: Add ResourceNotFoundException to ListPriceLists and GetPriceListFileUrl APIs + # v1.27.3 (2024-03-18) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pricing/go_module_metadata.go b/service/pricing/go_module_metadata.go index b3b07eef43c..d735937f41c 100644 --- a/service/pricing/go_module_metadata.go +++ b/service/pricing/go_module_metadata.go @@ -3,4 +3,4 @@ package pricing // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.3" +const goModuleVersion = "1.28.0" diff --git a/service/rolesanywhere/CHANGELOG.md b/service/rolesanywhere/CHANGELOG.md index 5837675f6ba..fcac32103a4 100644 --- a/service/rolesanywhere/CHANGELOG.md +++ b/service/rolesanywhere/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.0 (2024-03-22) + +* **Feature**: This release relaxes constraints on the durationSeconds request parameter for the *Profile APIs that support it. This parameter can now take on values that go up to 43200. + # v1.8.4 (2024-03-18) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rolesanywhere/go_module_metadata.go b/service/rolesanywhere/go_module_metadata.go index 8f29708e92a..d3e933a76f4 100644 --- a/service/rolesanywhere/go_module_metadata.go +++ b/service/rolesanywhere/go_module_metadata.go @@ -3,4 +3,4 @@ package rolesanywhere // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.4" +const goModuleVersion = "1.9.0" diff --git a/service/securityhub/CHANGELOG.md b/service/securityhub/CHANGELOG.md index 0ace80f0683..cf9a6617ea5 100644 --- a/service/securityhub/CHANGELOG.md +++ b/service/securityhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.47.0 (2024-03-22) + +* **Feature**: Added new resource detail object to ASFF, including resource for LastKnownExploitAt + # v1.46.3 (2024-03-18) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/securityhub/go_module_metadata.go b/service/securityhub/go_module_metadata.go index 37235c37921..cd382cf6d42 100644 --- a/service/securityhub/go_module_metadata.go +++ b/service/securityhub/go_module_metadata.go @@ -3,4 +3,4 @@ package securityhub // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.46.3" +const goModuleVersion = "1.47.0"