????

Your IP : 216.73.216.28


Current Path : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/botocore/data/glacier/2012-06-01/
Upload File :
Current File : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/botocore/data/glacier/2012-06-01/waiters-2.json

{
  "version": 2,
  "waiters": {
    "VaultExists": {
      "operation": "DescribeVault",
      "delay": 3,
      "maxAttempts": 15,
      "acceptors": [
        {
          "state": "success",
          "matcher": "status",
          "expected": 200
        },
        {
          "state": "retry",
          "matcher": "error",
          "expected": "ResourceNotFoundException"
        }
      ]
    },
    "VaultNotExists": {
      "operation": "DescribeVault",
      "delay": 3,
      "maxAttempts": 15,
      "acceptors": [
        {
          "state": "retry",
          "matcher": "status",
          "expected": 200
        },
        {
          "state": "success",
          "matcher": "error",
          "expected": "ResourceNotFoundException"
        }
      ]
    }
  }
}