9 lines
164 B
Python
9 lines
164 B
Python
from libs.opsworks import *
|
|
|
|
|
|
def module_opsworks_describe_stacks():
|
|
describe_stacks()
|
|
|
|
|
|
def module_opsworks_describe_user_profiles():
|
|
describe_user_profiles() |