HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: /var/www/api.javaapp.co.uk/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.waiters2.json
{
  "version": 2,
  "waiters": {
    "FlowActive": {
      "description": "Wait until a flow is active",
      "operation": "DescribeFlow",
      "delay": 3,
      "maxAttempts": 40,
      "acceptors": [
        {
          "state": "success",
          "matcher": "path",
          "argument": "Flow.Status",
          "expected": "ACTIVE"
        },
        {
          "state": "retry",
          "matcher": "path",
          "argument": "Flow.Status",
          "expected": "STARTING"
        },
        {
          "state": "retry",
          "matcher": "path",
          "argument": "Flow.Status",
          "expected": "UPDATING"
        },
        {
          "state": "retry",
          "matcher": "status",
          "expected": 500
        },
        {
          "state": "retry",
          "matcher": "status",
          "expected": 503
        },
        {
          "state": "failure",
          "matcher": "path",
          "argument": "Flow.Status",
          "expected": "ERROR"
        }
      ]
    },
    "FlowStandby": {
      "description": "Wait until a flow is in standby mode",
      "operation": "DescribeFlow",
      "delay": 3,
      "maxAttempts": 40,
      "acceptors": [
        {
          "state": "success",
          "matcher": "path",
          "argument": "Flow.Status",
          "expected": "STANDBY"
        },
        {
          "state": "retry",
          "matcher": "path",
          "argument": "Flow.Status",
          "expected": "STOPPING"
        },
        {
          "state": "retry",
          "matcher": "status",
          "expected": 500
        },
        {
          "state": "retry",
          "matcher": "status",
          "expected": 503
        },
        {
          "state": "failure",
          "matcher": "path",
          "argument": "Flow.Status",
          "expected": "ERROR"
        }
      ]
    },
    "FlowDeleted": {
      "description": "Wait until a flow is deleted",
      "operation": "DescribeFlow",
      "delay": 3,
      "maxAttempts": 40,
      "acceptors": [
        {
          "state": "success",
          "matcher": "status",
          "expected": 404
        },
        {
          "state": "retry",
          "matcher": "path",
          "argument": "Flow.Status",
          "expected": "DELETING"
        },
        {
          "state": "retry",
          "matcher": "status",
          "expected": 500
        },
        {
          "state": "retry",
          "matcher": "status",
          "expected": 503
        },
        {
          "state": "failure",
          "matcher": "path",
          "argument": "Flow.Status",
          "expected": "ERROR"
        }
      ]
    }
  }
}