1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "version": 2,
- "waiters": {
- "CommandExecuted": {
- "delay": 5,
- "operation": "GetCommandInvocation",
- "maxAttempts": 20,
- "acceptors": [
- {
- "expected": "Pending",
- "matcher": "path",
- "state": "retry",
- "argument": "Status"
- },
- {
- "expected": "InProgress",
- "matcher": "path",
- "state": "retry",
- "argument": "Status"
- },
- {
- "expected": "Delayed",
- "matcher": "path",
- "state": "retry",
- "argument": "Status"
- },
- {
- "expected": "Success",
- "matcher": "path",
- "state": "success",
- "argument": "Status"
- },
- {
- "expected": "Cancelled",
- "matcher": "path",
- "state": "failure",
- "argument": "Status"
- },
- {
- "expected": "TimedOut",
- "matcher": "path",
- "state": "failure",
- "argument": "Status"
- },
- {
- "expected": "Failed",
- "matcher": "path",
- "state": "failure",
- "argument": "Status"
- },
- {
- "expected": "Cancelling",
- "matcher": "path",
- "state": "failure",
- "argument": "Status"
- },
- {
- "state": "retry",
- "matcher": "error",
- "expected": "InvocationDoesNotExist"
- }
- ]
- }
- }
- }
|