lib/aws-sdk-core/plugins/protocols/api_gateway.rb



module Aws
  module Plugins
    module Protocols
      class ApiGateway < Seahorse::Client::Plugin
        handler(Rest::Handler)
        handler(Json::ErrorHandler, step: :sign)
      end
    end
  end
end