python-botocore/botocore/data/cloudwatch/2010-08-01/waiters-2.json

32 lines
644 B
JSON
Raw Normal View History

2017-06-27 11:52:19 +02:00
{
"version": 2,
"waiters": {
"AlarmExists": {
"delay": 5,
"maxAttempts": 40,
"operation": "DescribeAlarms",
"acceptors": [
{
"matcher": "path",
"expected": true,
"argument": "length(MetricAlarms[]) > `0`",
"state": "success"
}
]
2020-03-17 03:51:55 +01:00
},
"CompositeAlarmExists": {
"delay": 5,
"maxAttempts": 40,
"operation": "DescribeAlarms",
"acceptors": [
{
"matcher": "path",
"expected": true,
"argument": "length(CompositeAlarms[]) > `0`",
"state": "success"
}
]
2017-06-27 11:52:19 +02:00
}
}
}