Backend half
This commit is contained in:
Generated
Vendored
+22
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
} ]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user