Sha256: d5d3dd69c54530f262c11d33e44ba87d5d4b2e564174a2fbad21a4df2c2ad239
Contents?: true
Size: 276 Bytes
Versions: 9
Compression:
Stored size: 276 Bytes
Contents
# frozen_string_literal: true module Aws module Plugins module Protocols class RestXml < Seahorse::Client::Plugin handler(Rest::Handler) handler(Rest::ContentTypeHandler) handler(Xml::ErrorHandler, step: :sign) end end end end
Version data entries
9 entries across 9 versions & 1 rubygems