class Aws::Waiters::Poller

def matches_pathAny?(acceptor, response)

def matches_pathAny?(acceptor, response)
  non_empty_array(acceptor, response) do |values|
    values.any? { |value| value == acceptor['expected'] }
  end
end