Skip to content

Commit d14ba62

Browse files
Merge customizations for CloudWatch Logs
1 parent d7e9636 commit d14ba62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

awscli/customizations/removals.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ def register_removals(event_handler):
9797
on_event='building-command-table.iotsitewise',
9898
remove_commands=['invoke-assistant'],
9999
)
100+
cmd_remover.remove(
101+
on_event='building-command-table.logs',
102+
remove_commands=['get-log-object'],
103+
)
100104

101105

102106
class CommandRemover:

0 commit comments

Comments
 (0)