diff --git a/.changelog/27a7688f5c2044b0b2078cd87c80bd11.json b/.changelog/27a7688f5c2044b0b2078cd87c80bd11.json deleted file mode 100644 index ab2bf2a238a..00000000000 --- a/.changelog/27a7688f5c2044b0b2078cd87c80bd11.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "27a7688f-5c20-44b0-b207-8cd87c80bd11", - "type": "documentation", - "description": "Added text to clarify case-sensitivity", - "modules": [ - "service/workspaces" - ] -} \ No newline at end of file diff --git a/.changelog/7e42f1828f8b4840be3fc134aba8fe4f.json b/.changelog/7e42f1828f8b4840be3fc134aba8fe4f.json deleted file mode 100644 index 96d70c19642..00000000000 --- a/.changelog/7e42f1828f8b4840be3fc134aba8fe4f.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "7e42f182-8f8b-4840-be3f-c134aba8fe4f", - "type": "feature", - "description": "Change `CustomDomainConfig` from a required to an optional parameter for the `UpdateUserPoolDomain` operation.", - "modules": [ - "service/cognitoidentityprovider" - ] -} \ No newline at end of file diff --git a/.changelog/a8f773ba9afe4ee3973c90d77a8a7362.json b/.changelog/a8f773ba9afe4ee3973c90d77a8a7362.json deleted file mode 100644 index b1ba551b7cc..00000000000 --- a/.changelog/a8f773ba9afe4ee3973c90d77a8a7362.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "a8f773ba-9afe-4ee3-973c-90d77a8a7362", - "type": "feature", - "description": "H265 outputs now support disabling the deblocking filter.", - "modules": [ - "service/medialive" - ] -} \ No newline at end of file diff --git a/.changelog/b1fd4a476d7d4b09abbcd8426a4b34da.json b/.changelog/b1fd4a476d7d4b09abbcd8426a4b34da.json deleted file mode 100644 index a19b65987cf..00000000000 --- a/.changelog/b1fd4a476d7d4b09abbcd8426a4b34da.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b1fd4a47-6d7d-4b09-abbc-d8426a4b34da", - "type": "documentation", - "description": "This is a documentation only update to address various tickets for Amazon ECS.", - "modules": [ - "service/ecs" - ] -} \ No newline at end of file diff --git a/.changelog/b40ba78d34ad45ea8258cf5f11c1dbb2.json b/.changelog/b40ba78d34ad45ea8258cf5f11c1dbb2.json deleted file mode 100644 index 2208d3cd608..00000000000 --- a/.changelog/b40ba78d34ad45ea8258cf5f11c1dbb2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b40ba78d-34ad-45ea-8258-cf5f11c1dbb2", - "type": "documentation", - "description": "Amazon Keyspaces: adding the list of IAM actions required by the UpdateKeyspace API.", - "modules": [ - "service/keyspaces" - ] -} \ No newline at end of file diff --git a/.changelog/c64d90e39b86435fa7fd8e1c2b891187.json b/.changelog/c64d90e39b86435fa7fd8e1c2b891187.json deleted file mode 100644 index 2daab05b655..00000000000 --- a/.changelog/c64d90e39b86435fa7fd8e1c2b891187.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "c64d90e3-9b86-435f-a7fd-8e1c2b891187", - "type": "documentation", - "description": "Provides description of new Amazon Bedrock runtime datasource.", - "modules": [ - "service/appsync" - ] -} \ No newline at end of file diff --git a/.changelog/ec5b4859331f49ba9dfe1286b219c6e0.json b/.changelog/ec5b4859331f49ba9dfe1286b219c6e0.json deleted file mode 100644 index cea52db8c8c..00000000000 --- a/.changelog/ec5b4859331f49ba9dfe1286b219c6e0.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "ec5b4859-331f-49ba-9dfe-1286b219c6e0", - "type": "feature", - "description": "This release includes a new API for modifying instance network-performance-options after launch.", - "modules": [ - "service/ec2" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index cb7bc96a091..fa65a8e13ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# Release (2024-12-09) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/appsync`: [v1.40.2](service/appsync/CHANGELOG.md#v1402-2024-12-09) + * **Documentation**: Provides description of new Amazon Bedrock runtime datasource. +* `github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider`: [v1.48.0](service/cognitoidentityprovider/CHANGELOG.md#v1480-2024-12-09) + * **Feature**: Change `CustomDomainConfig` from a required to an optional parameter for the `UpdateUserPoolDomain` operation. +* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.196.0](service/ec2/CHANGELOG.md#v11960-2024-12-09) + * **Feature**: This release includes a new API for modifying instance network-performance-options after launch. +* `github.com/aws/aws-sdk-go-v2/service/ecs`: [v1.52.2](service/ecs/CHANGELOG.md#v1522-2024-12-09) + * **Documentation**: This is a documentation only update to address various tickets for Amazon ECS. +* `github.com/aws/aws-sdk-go-v2/service/keyspaces`: [v1.16.2](service/keyspaces/CHANGELOG.md#v1162-2024-12-09) + * **Documentation**: Amazon Keyspaces: adding the list of IAM actions required by the UpdateKeyspace API. +* `github.com/aws/aws-sdk-go-v2/service/medialive`: [v1.63.0](service/medialive/CHANGELOG.md#v1630-2024-12-09) + * **Feature**: H265 outputs now support disabling the deblocking filter. +* `github.com/aws/aws-sdk-go-v2/service/workspaces`: [v1.50.3](service/workspaces/CHANGELOG.md#v1503-2024-12-09) + * **Documentation**: Added text to clarify case-sensitivity + # Release (2024-12-06) ## Module Highlights diff --git a/service/appsync/CHANGELOG.md b/service/appsync/CHANGELOG.md index 0343c93cc5f..a921d4c61ca 100644 --- a/service/appsync/CHANGELOG.md +++ b/service/appsync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.40.2 (2024-12-09) + +* **Documentation**: Provides description of new Amazon Bedrock runtime datasource. + # v1.40.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appsync/go_module_metadata.go b/service/appsync/go_module_metadata.go index 66abf003877..4660b869e47 100644 --- a/service/appsync/go_module_metadata.go +++ b/service/appsync/go_module_metadata.go @@ -3,4 +3,4 @@ package appsync // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.40.1" +const goModuleVersion = "1.40.2" diff --git a/service/bedrock/CHANGELOG.md b/service/bedrock/CHANGELOG.md index 2fce2260c28..a0ec24d6e66 100644 --- a/service/bedrock/CHANGELOG.md +++ b/service/bedrock/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.1 (2024-12-09) + +* No change notes available for this release. + # v1.25.0 (2024-12-04) * **Feature**: Introduced two APIs ListPromptRouters and GetPromptRouter for Intelligent Prompt Router feature. Add support for Bedrock Guardrails image content filter. New Bedrock Marketplace feature enabling a wider range of bedrock compatible models with self-hosted capability. diff --git a/service/bedrock/go_module_metadata.go b/service/bedrock/go_module_metadata.go index 60238988ded..0af9944a8b8 100644 --- a/service/bedrock/go_module_metadata.go +++ b/service/bedrock/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrock // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.25.0" +const goModuleVersion = "1.25.1" diff --git a/service/budgets/CHANGELOG.md b/service/budgets/CHANGELOG.md index f3d817c2fe0..5e5c3eb4139 100644 --- a/service/budgets/CHANGELOG.md +++ b/service/budgets/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.8 (2024-12-09) + +* No change notes available for this release. + # v1.28.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/budgets/go_module_metadata.go b/service/budgets/go_module_metadata.go index 39e18a5835d..dc1c6969970 100644 --- a/service/budgets/go_module_metadata.go +++ b/service/budgets/go_module_metadata.go @@ -3,4 +3,4 @@ package budgets // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.7" +const goModuleVersion = "1.28.8" diff --git a/service/cognitoidentity/CHANGELOG.md b/service/cognitoidentity/CHANGELOG.md index 77af70ab2d3..4ee03ebd43a 100644 --- a/service/cognitoidentity/CHANGELOG.md +++ b/service/cognitoidentity/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.8 (2024-12-09) + +* No change notes available for this release. + # v1.27.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cognitoidentity/go_module_metadata.go b/service/cognitoidentity/go_module_metadata.go index b2361e9a93b..c4d481580d7 100644 --- a/service/cognitoidentity/go_module_metadata.go +++ b/service/cognitoidentity/go_module_metadata.go @@ -3,4 +3,4 @@ package cognitoidentity // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.7" +const goModuleVersion = "1.27.8" diff --git a/service/cognitoidentityprovider/CHANGELOG.md b/service/cognitoidentityprovider/CHANGELOG.md index 9912cf45d28..38a7f8d5d60 100644 --- a/service/cognitoidentityprovider/CHANGELOG.md +++ b/service/cognitoidentityprovider/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.48.0 (2024-12-09) + +* **Feature**: Change `CustomDomainConfig` from a required to an optional parameter for the `UpdateUserPoolDomain` operation. + # v1.47.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cognitoidentityprovider/go_module_metadata.go b/service/cognitoidentityprovider/go_module_metadata.go index b4ef3d94081..66503c819d6 100644 --- a/service/cognitoidentityprovider/go_module_metadata.go +++ b/service/cognitoidentityprovider/go_module_metadata.go @@ -3,4 +3,4 @@ package cognitoidentityprovider // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.47.1" +const goModuleVersion = "1.48.0" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index c9a157df888..b2af84774c7 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.196.0 (2024-12-09) + +* **Feature**: This release includes a new API for modifying instance network-performance-options after launch. + # v1.195.0 (2024-12-02) * **Feature**: Adds support for declarative policies that allow you to enforce desired configuration across an AWS organization through configuring account attributes. Adds support for Allowed AMIs that allows you to limit the use of AMIs in AWS accounts. Adds support for connectivity over non-HTTP protocols. diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index fcb33eed6a9..cf182b2779f 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.195.0" +const goModuleVersion = "1.196.0" diff --git a/service/ecs/CHANGELOG.md b/service/ecs/CHANGELOG.md index 4cf36ad72df..d06c483e8b7 100644 --- a/service/ecs/CHANGELOG.md +++ b/service/ecs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.52.2 (2024-12-09) + +* **Documentation**: This is a documentation only update to address various tickets for Amazon ECS. + # v1.52.1 (2024-12-02) * **Documentation**: This release adds support for Container Insights with Enhanced Observability for Amazon ECS. diff --git a/service/ecs/go_module_metadata.go b/service/ecs/go_module_metadata.go index a63f2a1a4a3..7bd536a7418 100644 --- a/service/ecs/go_module_metadata.go +++ b/service/ecs/go_module_metadata.go @@ -3,4 +3,4 @@ package ecs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.52.1" +const goModuleVersion = "1.52.2" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 1efced457a7..0c6e35728dc 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -20,7 +20,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/codecommit v1.27.7 github.com/aws/aws-sdk-go-v2/service/codedeploy v1.29.7 github.com/aws/aws-sdk-go-v2/service/codepipeline v1.37.1 - github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.47.1 + github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.48.0 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 @@ -29,9 +29,9 @@ require ( github.com/aws/aws-sdk-go-v2/service/directoryservice v1.30.8 github.com/aws/aws-sdk-go-v2/service/docdb v1.39.6 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.0 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.195.0 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.196.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.36.7 - github.com/aws/aws-sdk-go-v2/service/ecs v1.52.1 + github.com/aws/aws-sdk-go-v2/service/ecs v1.52.2 github.com/aws/aws-sdk-go-v2/service/efs v1.34.1 github.com/aws/aws-sdk-go-v2/service/elasticache v1.44.1 github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.28.7 @@ -80,7 +80,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/waf v1.25.7 github.com/aws/aws-sdk-go-v2/service/wafregional v1.25.7 github.com/aws/aws-sdk-go-v2/service/wafv2 v1.55.6 - github.com/aws/aws-sdk-go-v2/service/workspaces v1.50.2 + github.com/aws/aws-sdk-go-v2/service/workspaces v1.50.3 github.com/aws/smithy-go v1.22.1 ) diff --git a/service/keyspaces/CHANGELOG.md b/service/keyspaces/CHANGELOG.md index 45b78df8e1a..8c615c5bcd2 100644 --- a/service/keyspaces/CHANGELOG.md +++ b/service/keyspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.2 (2024-12-09) + +* **Documentation**: Amazon Keyspaces: adding the list of IAM actions required by the UpdateKeyspace API. + # v1.16.1 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/keyspaces/go_module_metadata.go b/service/keyspaces/go_module_metadata.go index ef4c6fedea7..d13000c392a 100644 --- a/service/keyspaces/go_module_metadata.go +++ b/service/keyspaces/go_module_metadata.go @@ -3,4 +3,4 @@ package keyspaces // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.1" +const goModuleVersion = "1.16.2" diff --git a/service/medialive/CHANGELOG.md b/service/medialive/CHANGELOG.md index 7957f349922..6cf02389d9d 100644 --- a/service/medialive/CHANGELOG.md +++ b/service/medialive/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.63.0 (2024-12-09) + +* **Feature**: H265 outputs now support disabling the deblocking filter. + # v1.62.7 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/medialive/go_module_metadata.go b/service/medialive/go_module_metadata.go index d6a75ce6a8b..77252ae423f 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.62.7" +const goModuleVersion = "1.63.0" diff --git a/service/workspaces/CHANGELOG.md b/service/workspaces/CHANGELOG.md index 80860c68921..c69f602c171 100644 --- a/service/workspaces/CHANGELOG.md +++ b/service/workspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.50.3 (2024-12-09) + +* **Documentation**: Added text to clarify case-sensitivity + # v1.50.2 (2024-12-02) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/workspaces/go_module_metadata.go b/service/workspaces/go_module_metadata.go index 592fd66f203..04ea9b2a8d3 100644 --- a/service/workspaces/go_module_metadata.go +++ b/service/workspaces/go_module_metadata.go @@ -3,4 +3,4 @@ package workspaces // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.50.2" +const goModuleVersion = "1.50.3"