From 7d746c68be5c79250540eb5dd0aad2b3a4fe4bb0 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 7 Nov 2024 19:25:23 +0000 Subject: [PATCH] Add changelog entries from botocore --- .changes/next-release/api-change-autoscaling-52998.json | 5 +++++ .changes/next-release/api-change-bedrockagent-80823.json | 5 +++++ .changes/next-release/api-change-bedrockruntime-93186.json | 5 +++++ .changes/next-release/api-change-cleanrooms-18465.json | 5 +++++ .changes/next-release/api-change-cleanroomsml-37452.json | 5 +++++ .changes/next-release/api-change-quicksight-96534.json | 5 +++++ .../next-release/api-change-resourceexplorer2-90529.json | 5 +++++ .changes/next-release/api-change-synthetics-53205.json | 5 +++++ 8 files changed, 40 insertions(+) create mode 100644 .changes/next-release/api-change-autoscaling-52998.json create mode 100644 .changes/next-release/api-change-bedrockagent-80823.json create mode 100644 .changes/next-release/api-change-bedrockruntime-93186.json create mode 100644 .changes/next-release/api-change-cleanrooms-18465.json create mode 100644 .changes/next-release/api-change-cleanroomsml-37452.json create mode 100644 .changes/next-release/api-change-quicksight-96534.json create mode 100644 .changes/next-release/api-change-resourceexplorer2-90529.json create mode 100644 .changes/next-release/api-change-synthetics-53205.json diff --git a/.changes/next-release/api-change-autoscaling-52998.json b/.changes/next-release/api-change-autoscaling-52998.json new file mode 100644 index 0000000000..579a2385a5 --- /dev/null +++ b/.changes/next-release/api-change-autoscaling-52998.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``autoscaling``", + "description": "[``botocore``] Auto Scaling groups now support the ability to strictly balance instances across Availability Zones by configuring the AvailabilityZoneDistribution parameter. If balanced-only is configured for a group, launches will always be attempted in the under scaled Availability Zone even if it is unhealthy." +} diff --git a/.changes/next-release/api-change-bedrockagent-80823.json b/.changes/next-release/api-change-bedrockagent-80823.json new file mode 100644 index 0000000000..32bfb6ea8c --- /dev/null +++ b/.changes/next-release/api-change-bedrockagent-80823.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-agent``", + "description": "[``botocore``] Add prompt support for chat template configuration and agent generative AI resource. Add support for configuring an optional guardrail in Prompt and Knowledge Base nodes in Prompt Flows. Add API to validate flow definition" +} diff --git a/.changes/next-release/api-change-bedrockruntime-93186.json b/.changes/next-release/api-change-bedrockruntime-93186.json new file mode 100644 index 0000000000..752a36c544 --- /dev/null +++ b/.changes/next-release/api-change-bedrockruntime-93186.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-runtime``", + "description": "[``botocore``] Add Prompt management support to Bedrock runtime APIs: Converse, ConverseStream, InvokeModel, InvokeModelWithStreamingResponse" +} diff --git a/.changes/next-release/api-change-cleanrooms-18465.json b/.changes/next-release/api-change-cleanrooms-18465.json new file mode 100644 index 0000000000..fd5aa46a21 --- /dev/null +++ b/.changes/next-release/api-change-cleanrooms-18465.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cleanrooms``", + "description": "[``botocore``] This release introduces support for Custom Models in AWS Clean Rooms ML." +} diff --git a/.changes/next-release/api-change-cleanroomsml-37452.json b/.changes/next-release/api-change-cleanroomsml-37452.json new file mode 100644 index 0000000000..f2018308e2 --- /dev/null +++ b/.changes/next-release/api-change-cleanroomsml-37452.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cleanroomsml``", + "description": "[``botocore``] This release introduces support for Custom Models in AWS Clean Rooms ML." +} diff --git a/.changes/next-release/api-change-quicksight-96534.json b/.changes/next-release/api-change-quicksight-96534.json new file mode 100644 index 0000000000..568f98016a --- /dev/null +++ b/.changes/next-release/api-change-quicksight-96534.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``quicksight``", + "description": "[``botocore``] Add Client Credentials based OAuth support for Snowflake and Starburst" +} diff --git a/.changes/next-release/api-change-resourceexplorer2-90529.json b/.changes/next-release/api-change-resourceexplorer2-90529.json new file mode 100644 index 0000000000..17ba455b0a --- /dev/null +++ b/.changes/next-release/api-change-resourceexplorer2-90529.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``resource-explorer-2``", + "description": "[``botocore``] Add GetManagedView, ListManagedViews APIs." +} diff --git a/.changes/next-release/api-change-synthetics-53205.json b/.changes/next-release/api-change-synthetics-53205.json new file mode 100644 index 0000000000..a288b94469 --- /dev/null +++ b/.changes/next-release/api-change-synthetics-53205.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``synthetics``", + "description": "[``botocore``] Add support to toggle if a canary will automatically delete provisioned canary resources such as Lambda functions and layers when a canary is deleted. This behavior can be controlled via the new ProvisionedResourceCleanup property exposed in the CreateCanary and UpdateCanary APIs." +}