Sha256: dcaca7346d6d3b152c07efc5b229250969994a3e4dba8fa44988e41c47313742
Contents?: true
Size: 238 Bytes
Versions: 37
Compression:
Stored size: 238 Bytes
Contents
# frozen_string_literal: true module Aws module Plugins module Protocols class ApiGateway < 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