gl-store-s3.js/node_modules/aws-sdk/apis/elastictranscoder-2012-09-2...

31 lines
613 B
JSON
Raw Normal View History

2019-05-08 10:43:08 +00:00
{
"version": 2,
"waiters": {
"JobComplete": {
"delay": 30,
"operation": "ReadJob",
"maxAttempts": 120,
"acceptors": [
{
"expected": "Complete",
"matcher": "path",
"state": "success",
"argument": "Job.Status"
},
{
"expected": "Canceled",
"matcher": "path",
"state": "failure",
"argument": "Job.Status"
},
{
"expected": "Error",
"matcher": "path",
"state": "failure",
"argument": "Job.Status"
}
]
}
}
}