ssm-2014-11-06.waiters2.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "version": 2,
  3. "waiters": {
  4. "CommandExecuted": {
  5. "delay": 5,
  6. "operation": "GetCommandInvocation",
  7. "maxAttempts": 20,
  8. "acceptors": [
  9. {
  10. "expected": "Pending",
  11. "matcher": "path",
  12. "state": "retry",
  13. "argument": "Status"
  14. },
  15. {
  16. "expected": "InProgress",
  17. "matcher": "path",
  18. "state": "retry",
  19. "argument": "Status"
  20. },
  21. {
  22. "expected": "Delayed",
  23. "matcher": "path",
  24. "state": "retry",
  25. "argument": "Status"
  26. },
  27. {
  28. "expected": "Success",
  29. "matcher": "path",
  30. "state": "success",
  31. "argument": "Status"
  32. },
  33. {
  34. "expected": "Cancelled",
  35. "matcher": "path",
  36. "state": "failure",
  37. "argument": "Status"
  38. },
  39. {
  40. "expected": "TimedOut",
  41. "matcher": "path",
  42. "state": "failure",
  43. "argument": "Status"
  44. },
  45. {
  46. "expected": "Failed",
  47. "matcher": "path",
  48. "state": "failure",
  49. "argument": "Status"
  50. },
  51. {
  52. "expected": "Cancelling",
  53. "matcher": "path",
  54. "state": "failure",
  55. "argument": "Status"
  56. },
  57. {
  58. "state": "retry",
  59. "matcher": "error",
  60. "expected": "InvocationDoesNotExist"
  61. }
  62. ]
  63. }
  64. }
  65. }