{
  "version" : 2,
  "waiters" : {
    "CertificateAssociated" : {
      "delay" : 15,
      "maxAttempts" : 8,
      "operation" : "GetCertificateAssociation",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "status",
        "state" : "success",
        "expected" : "ASSOCIATED"
      }, {
        "matcher" : "error",
        "state" : "failure",
        "expected" : "ResourceNotFoundException"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "FAILED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "DISASSOCIATED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "PENDING_DISASSOCIATION"
      } ]
    },
    "CertificateDisassociated" : {
      "delay" : 15,
      "maxAttempts" : 8,
      "operation" : "GetCertificateAssociation",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "status",
        "state" : "success",
        "expected" : "DISASSOCIATED"
      }, {
        "matcher" : "error",
        "state" : "success",
        "expected" : "ResourceNotFoundException"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "FAILED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "PENDING_ASSOCIATION"
      } ]
    },
    "InboundExternalLinkActive" : {
      "delay" : 30,
      "maxAttempts" : 5,
      "operation" : "GetInboundExternalLink",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "status",
        "state" : "success",
        "expected" : "ACTIVE"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "REJECTED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "FAILED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "DELETED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "ISOLATED"
      } ]
    },
    "InboundExternalLinkDeleted" : {
      "delay" : 30,
      "maxAttempts" : 5,
      "operation" : "GetInboundExternalLink",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "status",
        "state" : "success",
        "expected" : "DELETED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "FAILED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "REJECTED"
      } ]
    },
    "LinkAccepted" : {
      "delay" : 30,
      "maxAttempts" : 5,
      "operation" : "GetLink",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "status",
        "state" : "success",
        "expected" : "ACCEPTED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "REJECTED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "FAILED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "DELETED"
      } ]
    },
    "LinkActive" : {
      "delay" : 30,
      "maxAttempts" : 5,
      "operation" : "GetLink",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "status",
        "state" : "success",
        "expected" : "ACTIVE"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "REJECTED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "FAILED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "DELETED"
      } ]
    },
    "LinkDeleted" : {
      "delay" : 30,
      "maxAttempts" : 5,
      "operation" : "GetLink",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "status",
        "state" : "success",
        "expected" : "DELETED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "FAILED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "REJECTED"
      } ]
    },
    "LinkRoutingRuleActive" : {
      "delay" : 5,
      "maxAttempts" : 24,
      "operation" : "GetLinkRoutingRule",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "status",
        "state" : "success",
        "expected" : "ACTIVE"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "FAILED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "DELETED"
      } ]
    },
    "LinkRoutingRuleDeleted" : {
      "delay" : 5,
      "maxAttempts" : 24,
      "operation" : "GetLinkRoutingRule",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "status",
        "state" : "success",
        "expected" : "DELETED"
      }, {
        "matcher" : "error",
        "state" : "success",
        "expected" : "ResourceNotFoundException"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "FAILED"
      } ]
    },
    "OutboundExternalLinkActive" : {
      "delay" : 30,
      "maxAttempts" : 5,
      "operation" : "GetOutboundExternalLink",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "status",
        "state" : "success",
        "expected" : "ACTIVE"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "REJECTED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "FAILED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "DELETED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "ISOLATED"
      } ]
    },
    "OutboundExternalLinkDeleted" : {
      "delay" : 30,
      "maxAttempts" : 5,
      "operation" : "GetOutboundExternalLink",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "status",
        "state" : "success",
        "expected" : "DELETED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "FAILED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "REJECTED"
      } ]
    },
    "RequesterGatewayActive" : {
      "delay" : 30,
      "maxAttempts" : 5,
      "operation" : "GetRequesterGateway",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "status",
        "state" : "success",
        "expected" : "ACTIVE"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "DELETED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "ERROR"
      } ]
    },
    "RequesterGatewayDeleted" : {
      "delay" : 30,
      "maxAttempts" : 5,
      "operation" : "GetRequesterGateway",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "status",
        "state" : "success",
        "expected" : "DELETED"
      }, {
        "matcher" : "error",
        "state" : "success",
        "expected" : "ResourceNotFoundException"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "ERROR"
      } ]
    },
    "ResponderGatewayActive" : {
      "delay" : 30,
      "maxAttempts" : 5,
      "operation" : "GetResponderGateway",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "status",
        "state" : "success",
        "expected" : "ACTIVE"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "DELETED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "ERROR"
      } ]
    },
    "ResponderGatewayDeleted" : {
      "delay" : 30,
      "maxAttempts" : 5,
      "operation" : "GetResponderGateway",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "status",
        "state" : "success",
        "expected" : "DELETED"
      }, {
        "matcher" : "error",
        "state" : "success",
        "expected" : "ResourceNotFoundException"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "failure",
        "expected" : "ERROR"
      } ]
    }
  }
}