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



# frozen_string_literal: true

module Aws
  module Stubbing
    module Protocols
      class ApiGateway < RestJson
      end
    end
  end
end