changing from step to module
This commit is contained in:
@@ -4,9 +4,9 @@ This file is used to perform some EMR actions
|
||||
from libs.emr import *
|
||||
|
||||
|
||||
def step_emr_list_clusters():
|
||||
def module_emr_list_clusters():
|
||||
list_clusters()
|
||||
|
||||
|
||||
def step_emr_list_security_configurations():
|
||||
def module_emr_list_security_configurations():
|
||||
list_security_configurations()
|
||||
|
||||
Reference in New Issue
Block a user