diff --git a/.changelog/14afafb1c66d4626a0c0f53f0aed2a20.json b/.changelog/14afafb1c66d4626a0c0f53f0aed2a20.json deleted file mode 100644 index abd1a6e63c9..00000000000 --- a/.changelog/14afafb1c66d4626a0c0f53f0aed2a20.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "14afafb1-c66d-4626-a0c0-f53f0aed2a20", - "type": "feature", - "description": "Removing support for topK property in PromptModelInferenceConfiguration object, Making PromptTemplateConfiguration property as required, Limiting the maximum PromptVariant to 1", - "modules": [ - "service/bedrockagent" - ] -} \ No newline at end of file diff --git a/.changelog/5f3856c0b5534dc19d7c3e738cf6c119.json b/.changelog/5f3856c0b5534dc19d7c3e738cf6c119.json deleted file mode 100644 index 82d52f0003c..00000000000 --- a/.changelog/5f3856c0b5534dc19d7c3e738cf6c119.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "5f3856c0-b553-4dc1-9d7c-3e738cf6c119", - "type": "feature", - "description": "Add StartDashboardSnapshotJobSchedule API. RestoreAnalysis now supports restoring analysis to folders.", - "modules": [ - "service/quicksight" - ] -} \ No newline at end of file diff --git a/.changelog/6a7fd547971d4c7c9786eab8bf5eec36.json b/.changelog/6a7fd547971d4c7c9786eab8bf5eec36.json deleted file mode 100644 index 3e1d6a98a55..00000000000 --- a/.changelog/6a7fd547971d4c7c9786eab8bf5eec36.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "6a7fd547-971d-4c7c-9786-eab8bf5eec36", - "type": "feature", - "description": "This release adds Data Grant support, through which customers can programmatically create data grants to share with other AWS accounts and accept data grants from other AWS accounts.", - "modules": [ - "service/dataexchange" - ] -} \ No newline at end of file diff --git a/.changelog/ad131259e2874905beba1828dbdbfe96.json b/.changelog/ad131259e2874905beba1828dbdbfe96.json deleted file mode 100644 index c3858747085..00000000000 --- a/.changelog/ad131259e2874905beba1828dbdbfe96.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "ad131259-e287-4905-beba-1828dbdbfe96", - "type": "documentation", - "description": "This is an Amazon ECS documentation only update to address tickets.", - "modules": [ - "service/ecs" - ] -} \ No newline at end of file diff --git a/.changelog/e2f140302a9f4522a1dbf2e659fd313d.json b/.changelog/e2f140302a9f4522a1dbf2e659fd313d.json deleted file mode 100644 index 1d96cfa3af7..00000000000 --- a/.changelog/e2f140302a9f4522a1dbf2e659fd313d.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "e2f14030-2a9f-4522-a1db-f2e659fd313d", - "type": "documentation", - "description": "Updates Amazon RDS documentation for TAZ IAM support", - "modules": [ - "service/rds" - ] -} \ No newline at end of file diff --git a/.changelog/e514f10bf3e445138bf7821ed85baff9.json b/.changelog/e514f10bf3e445138bf7821ed85baff9.json deleted file mode 100644 index e4c6ba272bb..00000000000 --- a/.changelog/e514f10bf3e445138bf7821ed85baff9.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "e514f10b-f3e4-4513-8bf7-821ed85baff9", - "type": "feature", - "description": "Added the registrations status of REQUIRES_AUTHENTICATION", - "modules": [ - "service/pinpointsmsvoicev2" - ] -} \ No newline at end of file diff --git a/.changelog/e7e7416cbd7a47199576649f4acdb1e2.json b/.changelog/e7e7416cbd7a47199576649f4acdb1e2.json deleted file mode 100644 index 86a85458042..00000000000 --- a/.changelog/e7e7416cbd7a47199576649f4acdb1e2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "e7e7416c-bd7a-4719-9576-649f4acdb1e2", - "type": "feature", - "description": "This release adds validation to require specifying a SecurityGroup and Subnets in the Vpc object under PipesSourceSelfManagedKafkaParameters. It also adds support for iso-e, iso-f, and other non-commercial partitions in ARN parameters.", - "modules": [ - "service/pipes" - ] -} \ No newline at end of file diff --git a/.changelog/f7b570891de6467abdbcc4df9fefa377.json b/.changelog/f7b570891de6467abdbcc4df9fefa377.json deleted file mode 100644 index 2b7aeb93dbb..00000000000 --- a/.changelog/f7b570891de6467abdbcc4df9fefa377.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "f7b57089-1de6-467a-bdbc-c4df9fefa377", - "type": "feature", - "description": "Updated the DomainName pattern for Active Directory", - "modules": [ - "service/workspaces" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f76b8bbc964..5e9b4bb9390 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# Release (2024-10-17) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/bedrockagent`: [v1.24.0](service/bedrockagent/CHANGELOG.md#v1240-2024-10-17) + * **Feature**: Removing support for topK property in PromptModelInferenceConfiguration object, Making PromptTemplateConfiguration property as required, Limiting the maximum PromptVariant to 1 +* `github.com/aws/aws-sdk-go-v2/service/dataexchange`: [v1.33.0](service/dataexchange/CHANGELOG.md#v1330-2024-10-17) + * **Feature**: This release adds Data Grant support, through which customers can programmatically create data grants to share with other AWS accounts and accept data grants from other AWS accounts. +* `github.com/aws/aws-sdk-go-v2/service/ecs`: [v1.47.4](service/ecs/CHANGELOG.md#v1474-2024-10-17) + * **Documentation**: This is an Amazon ECS documentation only update to address tickets. +* `github.com/aws/aws-sdk-go-v2/service/pinpointsmsvoicev2`: [v1.16.0](service/pinpointsmsvoicev2/CHANGELOG.md#v1160-2024-10-17) + * **Feature**: Added the registrations status of REQUIRES_AUTHENTICATION +* `github.com/aws/aws-sdk-go-v2/service/pipes`: [v1.18.0](service/pipes/CHANGELOG.md#v1180-2024-10-17) + * **Feature**: This release adds validation to require specifying a SecurityGroup and Subnets in the Vpc object under PipesSourceSelfManagedKafkaParameters. It also adds support for iso-e, iso-f, and other non-commercial partitions in ARN parameters. +* `github.com/aws/aws-sdk-go-v2/service/quicksight`: [v1.77.0](service/quicksight/CHANGELOG.md#v1770-2024-10-17) + * **Feature**: Add StartDashboardSnapshotJobSchedule API. RestoreAnalysis now supports restoring analysis to folders. +* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.87.3](service/rds/CHANGELOG.md#v1873-2024-10-17) + * **Documentation**: Updates Amazon RDS documentation for TAZ IAM support + # Release (2024-10-16) ## General Highlights diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 104209d9528..713cd3023df 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.37 (2024-10-17) + +* No change notes available for this release. + # v1.14.36 (2024-10-16) * No change notes available for this release. diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index 7a98a199477..285038c42aa 100644 --- a/feature/dynamodbstreams/attributevalue/go_module_metadata.go +++ b/feature/dynamodbstreams/attributevalue/go_module_metadata.go @@ -3,4 +3,4 @@ package attributevalue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.12" +const goModuleVersion = "1.14.37" diff --git a/service/bedrockagent/CHANGELOG.md b/service/bedrockagent/CHANGELOG.md index 1520c5d2b66..a00532b20b8 100644 --- a/service/bedrockagent/CHANGELOG.md +++ b/service/bedrockagent/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.0 (2024-10-17) + +* **Feature**: Removing support for topK property in PromptModelInferenceConfiguration object, Making PromptTemplateConfiguration property as required, Limiting the maximum PromptVariant to 1 + # v1.23.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/bedrockagent/go_module_metadata.go b/service/bedrockagent/go_module_metadata.go index 6caf6b58811..190eb01b3d4 100644 --- a/service/bedrockagent/go_module_metadata.go +++ b/service/bedrockagent/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrockagent // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.2" +const goModuleVersion = "1.24.0" diff --git a/service/dataexchange/CHANGELOG.md b/service/dataexchange/CHANGELOG.md index 42eb7273f6d..ac0e4068bdb 100644 --- a/service/dataexchange/CHANGELOG.md +++ b/service/dataexchange/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.33.0 (2024-10-17) + +* **Feature**: This release adds Data Grant support, through which customers can programmatically create data grants to share with other AWS accounts and accept data grants from other AWS accounts. + # v1.32.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/dataexchange/go_module_metadata.go b/service/dataexchange/go_module_metadata.go index d04d3bfd906..f958523c942 100644 --- a/service/dataexchange/go_module_metadata.go +++ b/service/dataexchange/go_module_metadata.go @@ -3,4 +3,4 @@ package dataexchange // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.32.2" +const goModuleVersion = "1.33.0" diff --git a/service/ecs/CHANGELOG.md b/service/ecs/CHANGELOG.md index 3cfdd0837dd..d709cd47e9b 100644 --- a/service/ecs/CHANGELOG.md +++ b/service/ecs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.47.4 (2024-10-17) + +* **Documentation**: This is an Amazon ECS documentation only update to address tickets. + # v1.47.3 (2024-10-10) * **Documentation**: This is a documentation only release that updates to documentation to let customers know that Amazon Elastic Inference is no longer available. diff --git a/service/ecs/go_module_metadata.go b/service/ecs/go_module_metadata.go index d5ebad9fd24..df63a06f026 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.47.3" +const goModuleVersion = "1.47.4" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index c644ffdb69a..61a2c019f19 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -31,7 +31,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.2 github.com/aws/aws-sdk-go-v2/service/ec2 v1.182.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.36.2 - github.com/aws/aws-sdk-go-v2/service/ecs v1.47.3 + github.com/aws/aws-sdk-go-v2/service/ecs v1.47.4 github.com/aws/aws-sdk-go-v2/service/efs v1.33.2 github.com/aws/aws-sdk-go-v2/service/elasticache v1.43.0 github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.28.2 @@ -57,7 +57,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/neptune v1.35.2 github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.23.2 github.com/aws/aws-sdk-go-v2/service/polly v1.45.2 - github.com/aws/aws-sdk-go-v2/service/rds v1.87.2 + github.com/aws/aws-sdk-go-v2/service/rds v1.87.3 github.com/aws/aws-sdk-go-v2/service/redshift v1.50.0 github.com/aws/aws-sdk-go-v2/service/rekognition v1.45.2 github.com/aws/aws-sdk-go-v2/service/route53 v1.45.2 diff --git a/service/pinpointsmsvoicev2/CHANGELOG.md b/service/pinpointsmsvoicev2/CHANGELOG.md index d9243ddaf83..d56daa2beb5 100644 --- a/service/pinpointsmsvoicev2/CHANGELOG.md +++ b/service/pinpointsmsvoicev2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.0 (2024-10-17) + +* **Feature**: Added the registrations status of REQUIRES_AUTHENTICATION + # v1.15.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pinpointsmsvoicev2/go_module_metadata.go b/service/pinpointsmsvoicev2/go_module_metadata.go index 0d1fdfcc652..8e60cd56047 100644 --- a/service/pinpointsmsvoicev2/go_module_metadata.go +++ b/service/pinpointsmsvoicev2/go_module_metadata.go @@ -3,4 +3,4 @@ package pinpointsmsvoicev2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.2" +const goModuleVersion = "1.16.0" diff --git a/service/pipes/CHANGELOG.md b/service/pipes/CHANGELOG.md index 525ad700d9a..8dccfc2f0a7 100644 --- a/service/pipes/CHANGELOG.md +++ b/service/pipes/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.0 (2024-10-17) + +* **Feature**: This release adds validation to require specifying a SecurityGroup and Subnets in the Vpc object under PipesSourceSelfManagedKafkaParameters. It also adds support for iso-e, iso-f, and other non-commercial partitions in ARN parameters. + # v1.17.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/pipes/go_module_metadata.go b/service/pipes/go_module_metadata.go index c75d772e5d1..40f48179e67 100644 --- a/service/pipes/go_module_metadata.go +++ b/service/pipes/go_module_metadata.go @@ -3,4 +3,4 @@ package pipes // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.2" +const goModuleVersion = "1.18.0" diff --git a/service/quicksight/CHANGELOG.md b/service/quicksight/CHANGELOG.md index 11f49e08b3f..1fce3a456f4 100644 --- a/service/quicksight/CHANGELOG.md +++ b/service/quicksight/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.77.0 (2024-10-17) + +* **Feature**: Add StartDashboardSnapshotJobSchedule API. RestoreAnalysis now supports restoring analysis to folders. + # v1.76.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/quicksight/go_module_metadata.go b/service/quicksight/go_module_metadata.go index 1d4b67c6325..5f9f6fa5259 100644 --- a/service/quicksight/go_module_metadata.go +++ b/service/quicksight/go_module_metadata.go @@ -3,4 +3,4 @@ package quicksight // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.76.2" +const goModuleVersion = "1.77.0" diff --git a/service/rds/CHANGELOG.md b/service/rds/CHANGELOG.md index 783e62af7c0..4cc1d2e0842 100644 --- a/service/rds/CHANGELOG.md +++ b/service/rds/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.87.3 (2024-10-17) + +* **Documentation**: Updates Amazon RDS documentation for TAZ IAM support + # v1.87.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rds/go_module_metadata.go b/service/rds/go_module_metadata.go index 83e75154f18..e42e98f4715 100644 --- a/service/rds/go_module_metadata.go +++ b/service/rds/go_module_metadata.go @@ -3,4 +3,4 @@ package rds // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.87.2" +const goModuleVersion = "1.87.3"