class Aws::RpcV2::Parser

def flattened_list?(shape)

def flattened_list?(shape)
  shape.is_a?(ListShape) && shape.flattened
end