Sha256: ccaee671591c7f8b267badab8d278ef3611090e159a088d79671261183cfea4a

Contents?: true

Size: 1.39 KB

Versions: 1

Compression:

Stored size: 1.39 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-sigv2'

# This module provides support for AWS Import/Export. This module is available in the
# `aws-sdk-importexport` 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.
#
#     import_export = Aws::ImportExport::Client.new
#     resp = import_export.cancel_job(params)
#
# See {Client} for more information.
#
# # Errors
#
# Errors returned from AWS Import/Export are defined in the
# {Errors} module and all extend {Errors::ServiceError}.
#
#     begin
#       # do stuff
#     rescue Aws::ImportExport::Errors::ServiceError
#       # rescues all AWS Import/Export API errors
#     end
#
# See {Errors} for more information.
#
# @!group service
module Aws::ImportExport
  autoload :Types, 'aws-sdk-importexport/types'
  autoload :ClientApi, 'aws-sdk-importexport/client_api'
  autoload :Client, 'aws-sdk-importexport/client'
  autoload :Errors, 'aws-sdk-importexport/errors'
  autoload :Resource, 'aws-sdk-importexport/resource'

  GEM_VERSION = '1.54.0'

end

require_relative 'aws-sdk-importexport/customizations'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aws-sdk-importexport-1.54.0 lib/aws-sdk-importexport.rb