class Aws::Binary::DecodeHandler

def eventstream?(ctx)

def eventstream?(ctx)
  ctx.operation.output.shape.members.each do |_, ref|
    return ref if ref.eventstream
  end
end