class Aws::Api::ShapeMap

def empty_ref

def empty_ref
  @empty_ref ||= begin
    shape = StructureShape.new
    shape.name = 'EmptyStructure'
    @shapes['EmptyStructure'] = shape
    ShapeRef.new(shape: shape)
  end
end