DEBSOURCES
Skip Quicknav
sources / ruby-aws-sdk-core / 3.104.3-3%2Bdeb11u2 / lib / aws-sdk-core / stubbing / protocols / api_gateway.rb
12345678910
# frozen_string_literal: true module Aws module Stubbing module Protocols class ApiGateway < RestJson end end end end