changing from step to module

This commit is contained in:
cktricky
2018-04-19 11:12:56 -04:00
parent 8f3e3d6ac0
commit 680791d708
24 changed files with 63 additions and 63 deletions

View File

@@ -12,21 +12,21 @@ when you run these functions
'''
def step_elasticbeanstalk_describe_applications():
def module_elasticbeanstalk_describe_applications():
describe_applications()
def step_elasticbeanstalk_describe_applications_versions():
def module_elasticbeanstalk_describe_applications_versions():
describe_application_versions()
# not working
# def step_elasticbeanstalk_describe_configuration_options():
# def module_elasticbeanstalk_describe_configuration_options():
# describe_configuration_options()
def step_elasticbeanstalk_describe_environments():
def module_elasticbeanstalk_describe_environments():
describe_environments()
def step_elasticbeanstalk_describe_events():
def module_elasticbeanstalk_describe_events():
describe_events()