Class: AWS::ImportExport::Client

Inherits:
Core::QueryClient show all
Defined in:
lib/aws/import_export/client.rb

Overview

Client class for AWS Import/Export.

Instance Attribute Summary

Attributes inherited from Core::Client

#config, #http_read_timeout

Instance Method Summary collapse

Methods inherited from Core::Client

#initialize, #log_warning, #operations, operations, #with_http_handler, #with_options

Constructor Details

This class inherits a constructor from AWS::Core::Client

Instance Method Details

#cancel_job(options = {}) ⇒ Core::Response

Calls the CancelJob API operation.



# File 'lib/aws/import_export/client.rb', line 25


#create_job(options = {}) ⇒ Core::Response

Calls the CreateJob API operation.



# File 'lib/aws/import_export/client.rb', line 34


#get_status(options = {}) ⇒ Core::Response

Calls the GetStatus API operation.



# File 'lib/aws/import_export/client.rb', line 51


#list_jobs(options = {}) ⇒ Core::Response

Calls the ListJobs API operation.



# File 'lib/aws/import_export/client.rb', line 75


#update_job(options = {}) ⇒ Core::Response

Calls the UpdateJob API operation.



# File 'lib/aws/import_export/client.rb', line 90