pep8 and documentation
This commit is contained in:
@@ -6,10 +6,24 @@ from libs.cloudwatch import *
|
||||
|
||||
|
||||
def module_cloudwatch_describe_alarms():
|
||||
describe_alarms()
|
||||
'''
|
||||
Describe CloudWatch Alarms
|
||||
python3 weirdAAL.py -m cloudwatch_describe_alarms -t demo
|
||||
'''
|
||||
cloudwatch_describe_alarms()
|
||||
|
||||
|
||||
def module_cloudwatch_describe_alarm_history():
|
||||
describe_alarm_history()
|
||||
'''
|
||||
Describe CloudWatch Alarm History
|
||||
python3 weirdAAL.py -m cloudwatch_describe_alarm_history -t demo
|
||||
'''
|
||||
cloudwatch_describe_alarm_history()
|
||||
|
||||
|
||||
def module_cloudwatch_list_metrics():
|
||||
list_metrics()
|
||||
'''
|
||||
CloudWatch List Metrics
|
||||
python3 weirdAAL.py -m cloudwatch_list_metrics -t demo
|
||||
'''
|
||||
cloudwatch_list_metrics()
|
||||
|
||||
Reference in New Issue
Block a user