{
  "version" : 2,
  "waiters" : {
    "FeedDeleted" : {
      "description" : "Wait until a Feed is deleted",
      "delay" : 3,
      "maxAttempts" : 40,
      "operation" : "GetFeed",
      "acceptors" : [ {
        "matcher" : "error",
        "state" : "success",
        "expected" : "ResourceNotFoundException"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "success",
        "expected" : "DELETED"
      }, {
        "matcher" : "path",
        "argument" : "status",
        "state" : "retry",
        "expected" : "DELETING"
      }, {
        "matcher" : "error",
        "state" : "retry",
        "expected" : "InternalServerErrorException"
      }, {
        "matcher" : "error",
        "state" : "retry",
        "expected" : "TooManyRequestException"
      } ]
    }
  }
}