creating two separate functions

This commit is contained in:
cktricky
2018-04-26 10:53:59 -04:00
parent 8cc7331e75
commit 4e7891e668

View File

@@ -77,3 +77,6 @@ def describe_configuration_rules(region):
def list_all_config_rules():
describe_configuration_rules('us-east-1')
def list_all_config_recorders():
describe_configuration_recorders('us-east-1')