Sha256: b3b12e98f356a8dd75dd0890bcef14d53033c72ebe07767846db35daba1cd235
Contents?: true
Size: 262 Bytes
Versions: 10
Compression:
Stored size: 262 Bytes
Contents
require 'seahorse' # @api private module Seahorse::Model::Shapes class FlatMapShape < MapShape; end class FlatListShape < ListShape; end Shape.register_type flat_map: FlatMapShape Shape.register_type flat_list: FlatListShape end require_relative 'aws'
Version data entries
10 entries across 10 versions & 1 rubygems