File: //var/www/api.javaapp.co.uk/node_modules/aws-sdk/apis/groundstation-2019-05-23.waiters2.json
{
"version" : 2,
"waiters" : {
"ContactScheduled" : {
"description" : "Waits until a contact has been scheduled",
"delay" : 5,
"maxAttempts" : 180,
"operation" : "DescribeContact",
"acceptors" : [ {
"matcher" : "path",
"argument" : "contactStatus",
"state" : "failure",
"expected" : "FAILED_TO_SCHEDULE"
}, {
"matcher" : "path",
"argument" : "contactStatus",
"state" : "success",
"expected" : "SCHEDULED"
} ]
}
}
}