python-botocore/botocore/data/elb/2012-06-01/waiters-2.json
2017-06-27 18:52:19 +09:00

32 lines
847 B
JSON

{
"version":2,
"waiters":{
"AnyInstanceInService":{
"acceptors":[
{
"argument":"InstanceStates[].State",
"expected":"InService",
"matcher":"pathAny",
"state":"success"
}
],
"delay":15,
"maxAttempts":40,
"operation":"DescribeInstanceHealth"
},
"InstanceInService":{
"acceptors":[
{
"argument":"InstanceStates[].State",
"expected":"InService",
"matcher":"pathAll",
"state":"success"
}
],
"delay":15,
"maxAttempts":40,
"operation":"DescribeInstanceHealth"
}
}
}