Sha256: a4aae29833d32d067da181bdd986a709d3cd64e7a800346c69b84a4ca691748f
Contents?: true
Size: 1.76 KB
Versions: 39
Compression:
Stored size: 1.76 KB
Contents
{ "version": 2, "waiters": { "StackCreateComplete": { "delay": 30, "operation": "DescribeStacks", "maxAttempts": 50, "description": "Wait until stack status is CREATE_COMPLETE.", "acceptors": [ { "expected": "CREATE_COMPLETE", "matcher": "pathAll", "state": "success", "argument": "Stacks[].StackStatus" }, { "expected": "CREATE_FAILED", "matcher": "pathAny", "state": "failure", "argument": "Stacks[].StackStatus" } ] }, "StackDeleteComplete": { "delay": 30, "operation": "DescribeStacks", "maxAttempts": 25, "description": "Wait until stack status is DELETE_COMPLETE.", "acceptors": [ { "expected": "DELETE_COMPLETE", "matcher": "pathAll", "state": "success", "argument": "Stacks[].StackStatus" }, { "expected": "ValidationError", "matcher": "error", "state": "success" }, { "expected": "DELETE_FAILED", "matcher": "pathAny", "state": "failure", "argument": "Stacks[].StackStatus" } ] }, "StackUpdateComplete": { "delay": 30, "operation": "DescribeStacks", "maxAttempts": 5, "description": "Wait until stack status is UPDATE_COMPLETE.", "acceptors": [ { "expected": "UPDATE_COMPLETE", "matcher": "pathAll", "state": "success", "argument": "Stacks[].StackStatus" }, { "expected": "UPDATE_FAILED", "matcher": "pathAny", "state": "failure", "argument": "Stacks[].StackStatus" } ] } } }
Version data entries
39 entries across 39 versions & 1 rubygems