class Aws::Waiters::Poller

def matches_pathAll?(acceptor, response)

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