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

Version Path
aws-sdk-core-2.1.29 apis/cloudformation/2010-05-15/waiters-2.json
aws-sdk-core-2.1.28 apis/cloudformation/2010-05-15/waiters-2.json
aws-sdk-core-2.1.27 apis/cloudformation/2010-05-15/waiters-2.json
aws-sdk-core-2.1.26 apis/cloudformation/2010-05-15/waiters-2.json
aws-sdk-core-2.1.25 apis/cloudformation/2010-05-15/waiters-2.json
aws-sdk-core-2.1.24 apis/cloudformation/2010-05-15/waiters-2.json
aws-sdk-core-2.1.23 apis/cloudformation/2010-05-15/waiters-2.json
aws-sdk-core-2.1.22 apis/cloudformation/2010-05-15/waiters-2.json
aws-sdk-core-2.1.21 apis/cloudformation/2010-05-15/waiters-2.json
aws-sdk-core-2.1.20 apis/cloudformation/2010-05-15/waiters-2.json
aws-sdk-core-2.1.19 apis/cloudformation/2010-05-15/waiters-2.json
aws-sdk-core-2.1.18 apis/cloudformation/2010-05-15/waiters-2.json
aws-sdk-core-2.1.17 apis/cloudformation/2010-05-15/waiters-2.json
aws-sdk-core-2.1.16 apis/cloudformation/2010-05-15/waiters-2.json
aws-sdk-core-2.1.15 apis/cloudformation/2010-05-15/waiters-2.json
aws-sdk-core-2.1.14 apis/cloudformation/2010-05-15/waiters-2.json
aws-sdk-core-2.1.13 apis/cloudformation/2010-05-15/waiters-2.json
aws-sdk-core-2.1.12 apis/cloudformation/2010-05-15/waiters-2.json
aws-sdk-core-2.1.11 apis/cloudformation/2010-05-15/waiters-2.json
aws-sdk-core-2.1.10 apis/cloudformation/2010-05-15/waiters-2.json