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