From 6ffc9994f20f38b62768c63ccfc8bf5065967f31 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 22 Oct 2024 18:32:28 +0000 Subject: [PATCH] Add changelog entries from botocore --- .changes/next-release/api-change-bedrockruntime-62637.json | 5 +++++ .changes/next-release/api-change-imagebuilder-30586.json | 5 +++++ .changes/next-release/api-change-m2-78974.json | 5 +++++ .changes/next-release/api-change-rds-53641.json | 5 +++++ .changes/next-release/api-change-repostspace-10021.json | 5 +++++ .changes/next-release/api-change-timestreamquery-34136.json | 5 +++++ .changes/next-release/bugfix-s3-44124.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-bedrockruntime-62637.json create mode 100644 .changes/next-release/api-change-imagebuilder-30586.json create mode 100644 .changes/next-release/api-change-m2-78974.json create mode 100644 .changes/next-release/api-change-rds-53641.json create mode 100644 .changes/next-release/api-change-repostspace-10021.json create mode 100644 .changes/next-release/api-change-timestreamquery-34136.json create mode 100644 .changes/next-release/bugfix-s3-44124.json diff --git a/.changes/next-release/api-change-bedrockruntime-62637.json b/.changes/next-release/api-change-bedrockruntime-62637.json new file mode 100644 index 0000000000..e18a8bda0c --- /dev/null +++ b/.changes/next-release/api-change-bedrockruntime-62637.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-runtime``", + "description": "[``botocore``] Updating invoke regex to support imported models for converse API" +} diff --git a/.changes/next-release/api-change-imagebuilder-30586.json b/.changes/next-release/api-change-imagebuilder-30586.json new file mode 100644 index 0000000000..2d328c9676 --- /dev/null +++ b/.changes/next-release/api-change-imagebuilder-30586.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``imagebuilder``", + "description": "[``botocore``] Add macOS platform and instance placement options" +} diff --git a/.changes/next-release/api-change-m2-78974.json b/.changes/next-release/api-change-m2-78974.json new file mode 100644 index 0000000000..e77726b471 --- /dev/null +++ b/.changes/next-release/api-change-m2-78974.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``m2``", + "description": "[``botocore``] Add AuthSecretsManagerArn optional parameter to batch job APIs, expand batch parameter limits, and introduce clientToken constraints." +} diff --git a/.changes/next-release/api-change-rds-53641.json b/.changes/next-release/api-change-rds-53641.json new file mode 100644 index 0000000000..8fe3e882fc --- /dev/null +++ b/.changes/next-release/api-change-rds-53641.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "[``botocore``] Global clusters now expose the Endpoint attribute as one of its fields. It is a Read/Write endpoint for the global cluster which resolves to the Global Cluster writer instance." +} diff --git a/.changes/next-release/api-change-repostspace-10021.json b/.changes/next-release/api-change-repostspace-10021.json new file mode 100644 index 0000000000..9aa1434484 --- /dev/null +++ b/.changes/next-release/api-change-repostspace-10021.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``repostspace``", + "description": "[``botocore``] Adds the BatchAddRole and BatchRemoveRole APIs." +} diff --git a/.changes/next-release/api-change-timestreamquery-34136.json b/.changes/next-release/api-change-timestreamquery-34136.json new file mode 100644 index 0000000000..bdbc0d3110 --- /dev/null +++ b/.changes/next-release/api-change-timestreamquery-34136.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``timestream-query``", + "description": "[``botocore``] This release adds support for Query Insights, a feature that provides details of query execution, enabling users to identify areas for improvement to optimize their queries, resulting in improved query performance and lower query costs." +} diff --git a/.changes/next-release/bugfix-s3-44124.json b/.changes/next-release/bugfix-s3-44124.json new file mode 100644 index 0000000000..f469f323e9 --- /dev/null +++ b/.changes/next-release/bugfix-s3-44124.json @@ -0,0 +1,5 @@ +{ + "type": "bugfix", + "category": "``s3``", + "description": "[``botocore``] Fixed SelectObjectContent regression from `#3284 `__." +}