DEBSOURCES
Skip Quicknav
sources / ruby-aws-sdk-core / 3.212.0-1 / 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