idrivee2-media-upload/vendor/aws/aws-sdk-php/src/data/account-access/2018-05-10/waiters-2.json
2026-08-17 15:50:51 +00:00

26 lines
No EOL
581 B
JSON

{
"version" : 2,
"waiters" : {
"ApplicationActive" : {
"delay" : 5,
"maxAttempts" : 24,
"operation" : "GetApplication",
"acceptors" : [ {
"matcher" : "path",
"argument" : "status",
"state" : "success",
"expected" : "ACTIVE"
}, {
"matcher" : "path",
"argument" : "status",
"state" : "failure",
"expected" : "CREATE_FAILED"
}, {
"matcher" : "path",
"argument" : "status",
"state" : "failure",
"expected" : "DELETE_FAILED"
} ]
}
}
}