class Aws::Api::ShapeMap
def each_structure
def each_structure @shapes.each do |_, shape| if StructureShape === shape && !shape[:error] && !shape[:exception] yield(shape) end end end
def each_structure @shapes.each do |_, shape| if StructureShape === shape && !shape[:error] && !shape[:exception] yield(shape) end end end