From cd754bd01035204252d12bfa2169778ca72f813e Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 18 Nov 2024 19:13:12 +0000 Subject: [PATCH] Merge customizations for IoTSiteWise --- awscli/customizations/removals.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awscli/customizations/removals.py b/awscli/customizations/removals.py index f7ecd3a7f571..e40aa1827e41 100644 --- a/awscli/customizations/removals.py +++ b/awscli/customizations/removals.py @@ -58,6 +58,8 @@ def register_removals(event_handler): 'invoke-flow']) cmd_remover.remove(on_event='building-command-table.qbusiness', remove_commands=['chat']) + cmd_remover.remove(on_event='building-command-table.iotsitewise', + remove_commands=['invoke-assistant']) class CommandRemover(object):