Skip to content

Commit dcc946e

Browse files
Merge customizations for CloudWatch Logs
1 parent 52ee1a1 commit dcc946e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

awscli/customizations/removals.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ def register_removals(event_handler):
6666
remove_commands=['chat'])
6767
cmd_remover.remove(on_event='building-command-table.iotsitewise',
6868
remove_commands=['invoke-assistant'])
69+
cmd_remover.remove(on_event='building-command-table.logs',
70+
remove_commands=['get-log-object'])
6971

7072

7173
class CommandRemover(object):

0 commit comments

Comments
 (0)