????

Your IP : 216.73.216.25


Current Path : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/botocore/data/dynamodb/2012-08-10/
Upload File :
Current File : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/botocore/data/dynamodb/2012-08-10/waiters-2.json

{
  "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"
        }
      ]
    }
  }
}