We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f645e commit 2ea6f26Copy full SHA for 2ea6f26
1 file changed
awscli/customizations/removals.py
@@ -60,6 +60,8 @@ def register_removals(event_handler):
60
'invoke-inline-agent',
61
'optimize-prompt',
62
'retrieve-and-generate-stream'])
63
+ cmd_remover.remove(on_event='building-command-table.bedrock-agentcore',
64
+ remove_commands=['invoke-code-interpreter'])
65
cmd_remover.remove(on_event='building-command-table.qbusiness',
66
remove_commands=['chat'])
67
cmd_remover.remove(on_event='building-command-table.iotsitewise',
0 commit comments