13 lines
215 B
Python
13 lines
215 B
Python
'''
|
|
This file is used to perform some EMR actions
|
|
'''
|
|
from libs.emr import *
|
|
|
|
|
|
def module_emr_list_clusters():
|
|
list_clusters()
|
|
|
|
|
|
def module_emr_list_security_configurations():
|
|
list_security_configurations()
|