Sha256: eb9c280b6976b36326715c1d00089b7ad727f739398a8b90f0bcd0df94156d4f
Contents?: true
Size: 238 Bytes
Versions: 37
Compression:
Stored size: 238 Bytes
Contents
# frozen_string_literal: true module Aws module Plugins module Protocols class RestJson < Seahorse::Client::Plugin handler(Rest::Handler) handler(Json::ErrorHandler, step: :sign) end end end end
Version data entries
37 entries across 37 versions & 1 rubygems