class Aws::RpcV2::Parser

def flattened_map?(shape)

def flattened_map?(shape)
  shape.is_a?(MapShape) && shape.flattened
end