Sha256: 0e356b148e586f4e9ab18e0db11584badbe2be3996f38f79657a41aa04ed1124

Contents?: true

Size: 1.72 KB

Versions: 1

Compression:

Stored size: 1.72 KB

Contents

# frozen_string_literal: true

# WARNING ABOUT GENERATED CODE
#
# This file is generated. See the contributing guide for more information:
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
#
# WARNING ABOUT GENERATED CODE


require 'aws-sdk-core'
require 'aws-sigv4'

Aws::Plugins::GlobalConfiguration.add_identifier(:apigateway)

# This module provides support for Amazon API Gateway. This module is available in the
# `aws-sdk-apigateway` gem.
#
# # Client
#
# The {Client} class provides one method for each API operation. Operation
# methods each accept a hash of request parameters and return a response
# structure.
#
#     api_gateway = Aws::APIGateway::Client.new
#     resp = api_gateway.create_api_key(params)
#
# See {Client} for more information.
#
# # Errors
#
# Errors returned from Amazon API Gateway are defined in the
# {Errors} module and all extend {Errors::ServiceError}.
#
#     begin
#       # do stuff
#     rescue Aws::APIGateway::Errors::ServiceError
#       # rescues all Amazon API Gateway API errors
#     end
#
# See {Errors} for more information.
#
# @!group service
module Aws::APIGateway
  autoload :Types, 'aws-sdk-apigateway/types'
  autoload :ClientApi, 'aws-sdk-apigateway/client_api'
  module Plugins
    autoload :Endpoints, 'aws-sdk-apigateway/plugins/endpoints.rb'
  end
  autoload :Client, 'aws-sdk-apigateway/client'
  autoload :Errors, 'aws-sdk-apigateway/errors'
  autoload :Resource, 'aws-sdk-apigateway/resource'
  autoload :EndpointParameters, 'aws-sdk-apigateway/endpoint_parameters'
  autoload :EndpointProvider, 'aws-sdk-apigateway/endpoint_provider'
  autoload :Endpoints, 'aws-sdk-apigateway/endpoints'

  GEM_VERSION = '1.110.0'

end

require_relative 'aws-sdk-apigateway/customizations'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aws-sdk-apigateway-1.110.0 lib/aws-sdk-apigateway.rb