15 lines
235 B
Python
15 lines
235 B
Python
'''
|
|
SES module
|
|
'''
|
|
|
|
|
|
from libs.ses import *
|
|
|
|
def step_ses_list_identities():
|
|
list_identities()
|
|
|
|
def step_ses_get_send_statistics():
|
|
get_send_statistics()
|
|
|
|
def step_ses_list_configuration_sets():
|
|
list_configuration_sets() |