Skip to content

Commit

Permalink
Merge customizations for Bedrock Runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed May 30, 2024
1 parent 2ea405f commit 22fc2b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion awscli/customizations/removals.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 22fc2b6

Please sign in to comment.