Sha256: 859f91a077d6f0c365d2b07b09a04def092cca5b92056f3f28fcfe763e04d9f4

Contents?: true

Size: 1.85 KB

Versions: 1

Compression:

Stored size: 1.85 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(:elasticinference)

# This module provides support for Amazon Elastic  Inference. This module is available in the
# `aws-sdk-elasticinference` 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.
#
#     elastic_inference = Aws::ElasticInference::Client.new
#     resp = elastic_inference.describe_accelerator_offerings(params)
#
# See {Client} for more information.
#
# # Errors
#
# Errors returned from Amazon Elastic  Inference are defined in the
# {Errors} module and all extend {Errors::ServiceError}.
#
#     begin
#       # do stuff
#     rescue Aws::ElasticInference::Errors::ServiceError
#       # rescues all Amazon Elastic  Inference API errors
#     end
#
# See {Errors} for more information.
#
# @!group service
module Aws::ElasticInference
  autoload :Types, 'aws-sdk-elasticinference/types'
  autoload :ClientApi, 'aws-sdk-elasticinference/client_api'
  module Plugins
    autoload :Endpoints, 'aws-sdk-elasticinference/plugins/endpoints.rb'
  end
  autoload :Client, 'aws-sdk-elasticinference/client'
  autoload :Errors, 'aws-sdk-elasticinference/errors'
  autoload :Resource, 'aws-sdk-elasticinference/resource'
  autoload :EndpointParameters, 'aws-sdk-elasticinference/endpoint_parameters'
  autoload :EndpointProvider, 'aws-sdk-elasticinference/endpoint_provider'
  autoload :Endpoints, 'aws-sdk-elasticinference/endpoints'

  GEM_VERSION = '1.48.0'

end

require_relative 'aws-sdk-elasticinference/customizations'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aws-sdk-elasticinference-1.48.0 lib/aws-sdk-elasticinference.rb