From 472db7ca837dd400b48bdd4ed6fd8ff0e757651b Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Tue, 6 Aug 2024 18:24:29 +0000 Subject: [PATCH] Release 2024-08-06 --- .changelog/04e3ba5d22fe41a5a49334137fefec6a.json | 8 -------- .changelog/2c99b4498f1f4f0c9c5370f5c2a1a6f2.json | 8 -------- .changelog/8ed9920079fb4717bc796079d717098c.json | 8 -------- .changelog/9f052fd4047c44fe90c2a46844f0ebac.json | 8 -------- CHANGELOG.md | 12 ++++++++++++ feature/dynamodbstreams/attributevalue/CHANGELOG.md | 4 ++++ .../attributevalue/go_module_metadata.go | 2 +- service/bedrockagentruntime/CHANGELOG.md | 4 ++++ service/bedrockagentruntime/go_module_metadata.go | 2 +- service/cognitoidentityprovider/CHANGELOG.md | 4 ++++ .../cognitoidentityprovider/go_module_metadata.go | 2 +- service/costoptimizationhub/CHANGELOG.md | 4 ++++ service/costoptimizationhub/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 4 ++-- service/workspaces/CHANGELOG.md | 4 ++++ service/workspaces/go_module_metadata.go | 2 +- 16 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 .changelog/04e3ba5d22fe41a5a49334137fefec6a.json delete mode 100644 .changelog/2c99b4498f1f4f0c9c5370f5c2a1a6f2.json delete mode 100644 .changelog/8ed9920079fb4717bc796079d717098c.json delete mode 100644 .changelog/9f052fd4047c44fe90c2a46844f0ebac.json diff --git a/.changelog/04e3ba5d22fe41a5a49334137fefec6a.json b/.changelog/04e3ba5d22fe41a5a49334137fefec6a.json deleted file mode 100644 index 2ce78e96bb6..00000000000 --- a/.changelog/04e3ba5d22fe41a5a49334137fefec6a.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "04e3ba5d-22fe-41a5-a493-34137fefec6a", - "type": "feature", - "description": "Added support for BYOL_GRAPHICS_G4DN_WSP IngestionProcess", - "modules": [ - "service/workspaces" - ] -} \ No newline at end of file diff --git a/.changelog/2c99b4498f1f4f0c9c5370f5c2a1a6f2.json b/.changelog/2c99b4498f1f4f0c9c5370f5c2a1a6f2.json deleted file mode 100644 index ba289325774..00000000000 --- a/.changelog/2c99b4498f1f4f0c9c5370f5c2a1a6f2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "2c99b449-8f1f-4f0c-9c53-70f5c2a1a6f2", - "type": "feature", - "description": "Introduce model invocation output traces for orchestration traces, which contain the model's raw response and usage.", - "modules": [ - "service/bedrockagentruntime" - ] -} \ No newline at end of file diff --git a/.changelog/8ed9920079fb4717bc796079d717098c.json b/.changelog/8ed9920079fb4717bc796079d717098c.json deleted file mode 100644 index c59e1e48642..00000000000 --- a/.changelog/8ed9920079fb4717bc796079d717098c.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "8ed99200-79fb-4717-bc79-6079d717098c", - "type": "feature", - "description": "This release adds savings percentage support to the ListRecommendationSummaries API.", - "modules": [ - "service/costoptimizationhub" - ] -} \ No newline at end of file diff --git a/.changelog/9f052fd4047c44fe90c2a46844f0ebac.json b/.changelog/9f052fd4047c44fe90c2a46844f0ebac.json deleted file mode 100644 index c4703e9917d..00000000000 --- a/.changelog/9f052fd4047c44fe90c2a46844f0ebac.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "9f052fd4-047c-44fe-90c2-a46844f0ebac", - "type": "feature", - "description": "Advanced security feature updates to include password history and log export for Cognito user pools.", - "modules": [ - "service/cognitoidentityprovider" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 532a40d52a1..53acfc77619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# Release (2024-08-06) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime`: [v1.16.0](service/bedrockagentruntime/CHANGELOG.md#v1160-2024-08-06) + * **Feature**: Introduce model invocation output traces for orchestration traces, which contain the model's raw response and usage. +* `github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider`: [v1.42.0](service/cognitoidentityprovider/CHANGELOG.md#v1420-2024-08-06) + * **Feature**: Advanced security feature updates to include password history and log export for Cognito user pools. +* `github.com/aws/aws-sdk-go-v2/service/costoptimizationhub`: [v1.8.0](service/costoptimizationhub/CHANGELOG.md#v180-2024-08-06) + * **Feature**: This release adds savings percentage support to the ListRecommendationSummaries API. +* `github.com/aws/aws-sdk-go-v2/service/workspaces`: [v1.45.0](service/workspaces/CHANGELOG.md#v1450-2024-08-06) + * **Feature**: Added support for BYOL_GRAPHICS_G4DN_WSP IngestionProcess + # Release (2024-08-05) ## Module Highlights diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index fd2d98bb737..c652861310e 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.58 (2024-08-06) + +* No change notes available for this release. + # v1.13.57 (2024-08-05) * 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 505e79ec5c4..40214e9ec7a 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.14.10" +const goModuleVersion = "1.13.58" diff --git a/service/bedrockagentruntime/CHANGELOG.md b/service/bedrockagentruntime/CHANGELOG.md index a7de08cdb62..c2e237ea872 100644 --- a/service/bedrockagentruntime/CHANGELOG.md +++ b/service/bedrockagentruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.0 (2024-08-06) + +* **Feature**: Introduce model invocation output traces for orchestration traces, which contain the model's raw response and usage. + # v1.15.0 (2024-07-10.2) * **Feature**: Introduces query decomposition, enhanced Agents integration with Knowledge bases, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources for end-to-end solutions. diff --git a/service/bedrockagentruntime/go_module_metadata.go b/service/bedrockagentruntime/go_module_metadata.go index c4b3a706a4a..bc96139c20a 100644 --- a/service/bedrockagentruntime/go_module_metadata.go +++ b/service/bedrockagentruntime/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrockagentruntime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.0" +const goModuleVersion = "1.16.0" diff --git a/service/cognitoidentityprovider/CHANGELOG.md b/service/cognitoidentityprovider/CHANGELOG.md index 26a862bd7b9..30f4d3158df 100644 --- a/service/cognitoidentityprovider/CHANGELOG.md +++ b/service/cognitoidentityprovider/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.42.0 (2024-08-06) + +* **Feature**: Advanced security feature updates to include password history and log export for Cognito user pools. + # v1.41.4 (2024-07-10.2) * **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 1a5ab920353..c638cb012c8 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.41.4" +const goModuleVersion = "1.42.0" diff --git a/service/costoptimizationhub/CHANGELOG.md b/service/costoptimizationhub/CHANGELOG.md index 2f5fa2227a8..f22327c30f1 100644 --- a/service/costoptimizationhub/CHANGELOG.md +++ b/service/costoptimizationhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.8.0 (2024-08-06) + +* **Feature**: This release adds savings percentage support to the ListRecommendationSummaries API. + # v1.7.3 (2024-07-10.2) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/costoptimizationhub/go_module_metadata.go b/service/costoptimizationhub/go_module_metadata.go index e7929372393..5477cae9641 100644 --- a/service/costoptimizationhub/go_module_metadata.go +++ b/service/costoptimizationhub/go_module_metadata.go @@ -3,4 +3,4 @@ package costoptimizationhub // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.7.3" +const goModuleVersion = "1.8.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index fe3704454f5..7f845ab0ce1 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -22,7 +22,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/codedeploy v1.27.3 github.com/aws/aws-sdk-go-v2/service/codepipeline v1.31.0 github.com/aws/aws-sdk-go-v2/service/codestar v1.23.3 - github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.41.4 + github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.42.0 github.com/aws/aws-sdk-go-v2/service/configservice v1.48.3 github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.26.3 github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.40.3 @@ -83,7 +83,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/waf v1.23.3 github.com/aws/aws-sdk-go-v2/service/wafregional v1.23.3 github.com/aws/aws-sdk-go-v2/service/wafv2 v1.51.4 - github.com/aws/aws-sdk-go-v2/service/workspaces v1.44.3 + github.com/aws/aws-sdk-go-v2/service/workspaces v1.45.0 github.com/aws/smithy-go v1.20.3 ) diff --git a/service/workspaces/CHANGELOG.md b/service/workspaces/CHANGELOG.md index 9d51f0ac94d..2d21133879a 100644 --- a/service/workspaces/CHANGELOG.md +++ b/service/workspaces/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.45.0 (2024-08-06) + +* **Feature**: Added support for BYOL_GRAPHICS_G4DN_WSP IngestionProcess + # v1.44.3 (2024-07-30) * **Documentation**: Removing multi-session as it isn't supported for pools diff --git a/service/workspaces/go_module_metadata.go b/service/workspaces/go_module_metadata.go index 46f982b2933..cbd781513e3 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.44.3" +const goModuleVersion = "1.45.0"