Sha256: 1bf89a5d1df164fdccf25a4c475a259b6a7e12f2ba2274e274d667514a8f2fbd

Contents?: true

Size: 727 Bytes

Versions: 1947

Compression:

Stored size: 727 Bytes

Contents

{
  "version": 2,
  "waiters": {
    "TableExists": {
      "delay": 20,
      "operation": "DescribeTable",
      "maxAttempts": 25,
      "acceptors": [
        {
          "expected": "ACTIVE",
          "matcher": "path",
          "state": "success",
          "argument": "Table.TableStatus"
        },
        {
          "expected": "ResourceNotFoundException",
          "matcher": "error",
          "state": "retry"
        }
      ]
    },
    "TableNotExists": {
      "delay": 20,
      "operation": "DescribeTable",
      "maxAttempts": 25,
      "acceptors": [
        {
          "expected": "ResourceNotFoundException",
          "matcher": "error",
          "state": "success"
        }
      ]
    }
  }
}

Version data entries

1,947 entries across 1,064 versions & 4 rubygems

Version Path
aws-sdk-core-2.0.23 apis/DynamoDB.waiters.json
aws-sdk-core-2.0.22 apis/DynamoDB.waiters.json
aws-sdk-core-2.0.21 apis/DynamoDB.waiters.json
aws-sdk-core-2.0.20 apis/DynamoDB.waiters.json
aws-sdk-core-2.0.19 apis/DynamoDB.waiters.json
aws-sdk-core-2.0.18 apis/DynamoDB.waiters2.json
aws-sdk-core-2.0.17 apis/DynamoDB.waiters2.json