From 22fc2b6e3e9d0de7fd46499cd98f1b2042b85067 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 30 May 2024 18:07:48 +0000 Subject: [PATCH] Merge customizations for Bedrock Runtime --- awscli/customizations/removals.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awscli/customizations/removals.py b/awscli/customizations/removals.py index 128a67b36319..0d4077264e47 100644 --- a/awscli/customizations/removals.py +++ b/awscli/customizations/removals.py @@ -51,7 +51,8 @@ def register_removals(event_handler): cmd_remover.remove(on_event='building-command-table.sagemaker-runtime', remove_commands=['invoke-endpoint-with-response-stream']) cmd_remover.remove(on_event='building-command-table.bedrock-runtime', - remove_commands=['invoke-model-with-response-stream']) + remove_commands=['invoke-model-with-response-stream', + 'converse-stream']) cmd_remover.remove(on_event='building-command-table.bedrock-agent-runtime', remove_commands=['invoke-agent']) cmd_remover.remove(on_event='building-command-table.logs',