????

Your IP : 216.73.216.229


Current Path : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/botocore/data/appstream/2016-12-01/
Upload File :
Current File : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/botocore/data/appstream/2016-12-01/waiters-2.json

{
  "version": 2,
  "waiters": {
    "FleetStarted": {
      "delay": 30,
      "maxAttempts": 40,
      "operation": "DescribeFleets",
      "acceptors": [
        {
          "state": "success",
          "matcher": "pathAll",
          "argument": "Fleets[].State",
          "expected": "RUNNING"
        },
        {
          "state": "failure",
          "matcher": "pathAny",
          "argument": "Fleets[].State",
          "expected": "STOPPING"
        },
        {
          "state": "failure",
          "matcher": "pathAny",
          "argument": "Fleets[].State",
          "expected": "STOPPED"
        }
      ]
    },
    "FleetStopped": {
      "delay": 30,
      "maxAttempts": 40,
      "operation": "DescribeFleets",
      "acceptors": [
        {
          "state": "success",
          "matcher": "pathAll",
          "argument": "Fleets[].State",
          "expected": "STOPPED"
        },
        {
          "state": "failure",
          "matcher": "pathAny",
          "argument": "Fleets[].State",
          "expected": "STARTING"
        },
        {
          "state": "failure",
          "matcher": "pathAny",
          "argument": "Fleets[].State",
          "expected": "RUNNING"
        }
      ]
    }
  }
}