more shuffling

This commit is contained in:
cktricky
2018-09-13 20:09:26 -04:00
parent 92f229ecf4
commit b00ee271ff
30 changed files with 1 additions and 1 deletions

32
modules/aws/ses.py Normal file
View File

@@ -0,0 +1,32 @@
'''
SES module
'''
from libs.ses import *
def module_ses_list_identities():
'''
SES List identities
python3 weirdAAL.py -m ses_list_identities -t demo
'''
list_identities()
def module_ses_get_send_statistics():
'''
SES get send statistics
python3 weirdAAL.py -m ses_get_send_statistics -t demo
'''
get_send_statistics()
def module_ses_list_configuration_sets():
'''
SES list configuration sets
python3 weirdAAL.py -m ses_list_configuration_sets -t demo
'''
list_configuration_sets()