ExAws.ImportExport.Core
AWS Import/Export
AWS Import/Export Service
AWS Import/Export accelerates transferring large amounts of data between the AWS cloud and portable storage devices that you mail to us. AWS Import/Export transfers data directly onto and off of your storage devices using Amazon’s high-speed internal network and bypassing the Internet. For large data sets, AWS Import/Export is often faster than Internet transfer and more cost effective than upgrading your connectivity.
Summary↑
cancel_job!(client, input) | Same as |
cancel_job(client, input) | CancelJob |
create_job!(client, input) | Same as |
create_job(client, input) | CreateJob |
get_shipping_label!(client, input) | Same as |
get_shipping_label(client, input) | GetShippingLabel |
get_status!(client, input) | Same as |
get_status(client, input) | GetStatus |
list_jobs!(client, input) | Same as |
list_jobs(client, input) | ListJobs |
update_job!(client, input) | Same as |
update_job(client, input) | UpdateJob |
Types ↑
job :: [creation_date: creation_date, is_canceled: is_canceled, job_id: job_id, job_type: job_type]
invalid_parameter_exception :: [{:message, error_message}]
manifest :: binary
generic_string :: binary
error_message :: binary
missing_customs_exception :: [{:message, error_message}]
creation_date :: integer
list_jobs_output :: [is_truncated: is_truncated, jobs: jobs_list]
invalid_address_exception :: [{:message, error_message}]
invalid_customs_exception :: [{:message, error_message}]
artifact :: [description: description, url: url]
progress_message :: binary
bucket_permission_exception :: [{:message, error_message}]
invalid_manifest_field_exception :: [{:message, error_message}]
missing_manifest_field_exception :: [{:message, error_message}]
location_code :: binary
tracking_number :: binary
description :: binary
invalid_version_exception :: [{:message, error_message}]
cancel_job_input :: [api_version: api_version, job_id: job_id]
get_shipping_label_output :: [shipping_label_url: generic_string, warning: generic_string]
artifact_list :: [artifact]
job_type :: binary
success :: boolean
unable_to_cancel_job_id_exception :: [{:message, error_message}]
unable_to_update_job_id_exception :: [{:message, error_message}]
create_job_input :: [api_version: api_version, job_type: job_type, manifest: manifest, manifest_addendum: manifest_addendum, validate_only: validate_only]
expired_job_id_exception :: [{:message, error_message}]
update_job_input :: [api_version: api_version, job_id: job_id, job_type: job_type, manifest: manifest, validate_only: validate_only]
carrier :: binary
location_message :: binary
no_such_bucket_exception :: [{:message, error_message}]
current_manifest :: binary
missing_parameter_exception :: [{:message, error_message}]
log_bucket :: binary
get_status_input :: [api_version: api_version, job_id: job_id]
is_truncated :: boolean
canceled_job_id_exception :: [{:message, error_message}]
cancel_job_output :: [{:success, success}]
log_key :: binary
get_shipping_label_input :: [api_version: generic_string, city: generic_string, company: generic_string, country: generic_string, job_ids: job_id_list, name: generic_string, phone_number: generic_string, postal_code: generic_string, state_or_province: generic_string, street1: generic_string, street2: generic_string, street3: generic_string]
api_version :: binary
invalid_job_id_exception :: [{:message, error_message}]
multiple_regions_exception :: [{:message, error_message}]
marker :: binary
warning_message :: binary
manifest_addendum :: binary
list_jobs_input :: [api_version: api_version, marker: marker, max_jobs: max_jobs]
invalid_file_system_exception :: [{:message, error_message}]
signature :: binary
progress_code :: binary
create_job_quota_exceeded_exception :: [{:message, error_message}]
max_jobs :: integer
invalid_access_key_id_exception :: [{:message, error_message}]
signature_file_contents :: binary
is_canceled :: boolean
update_job_output :: [artifact_list: artifact_list, success: success, warning_message: warning_message]
job_id :: binary
create_job_output :: [artifact_list: artifact_list, job_id: job_id, job_type: job_type, signature: signature, signature_file_contents: signature_file_contents, warning_message: warning_message]
url :: binary
malformed_manifest_exception :: [{:message, error_message}]
get_status_output :: [artifact_list: artifact_list, carrier: carrier, creation_date: creation_date, current_manifest: current_manifest, error_count: error_count, job_id: job_id, job_type: job_type, location_code: location_code, location_message: location_message, log_bucket: log_bucket, log_key: log_key, progress_code: progress_code, progress_message: progress_message, signature: signature, signature_file_contents: signature, tracking_number: tracking_number]
validate_only :: boolean
error_count :: integer
Functions
Specs:
- cancel_job(client :: ExAws.ImportExport.t, input :: cancel_job_input) :: ExAws.Request.Query.response_t
CancelJob
This operation cancels a specified job. Only the job owner can cancel it. The operation fails if the job has already started or is complete.
Specs:
- cancel_job!(client :: ExAws.ImportExport.t, input :: cancel_job_input) :: ExAws.Request.Query.success_t | no_return
Same as cancel_job/2
but raise on error.
Specs:
- create_job(client :: ExAws.ImportExport.t, input :: create_job_input) :: ExAws.Request.Query.response_t
CreateJob
This operation initiates the process of scheduling an upload or download of your data. You include in the request a manifest that describes the data transfer specifics. The response to the request includes a job ID, which you can use in other operations, a signature that you use to identify your storage device, and the address where you should ship your storage device.
Specs:
- create_job!(client :: ExAws.ImportExport.t, input :: create_job_input) :: ExAws.Request.Query.success_t | no_return
Same as create_job/2
but raise on error.
Specs:
- get_shipping_label(client :: ExAws.ImportExport.t, input :: get_shipping_label_input) :: ExAws.Request.Query.response_t
GetShippingLabel
This operation generates a pre-paid UPS shipping label that you will use to ship your device to AWS for processing.
Specs:
- get_shipping_label!(client :: ExAws.ImportExport.t, input :: get_shipping_label_input) :: ExAws.Request.Query.success_t | no_return
Same as get_shipping_label/2
but raise on error.
Specs:
- get_status(client :: ExAws.ImportExport.t, input :: get_status_input) :: ExAws.Request.Query.response_t
GetStatus
This operation returns information about a job, including where the job is in the processing pipeline, the status of the results, and the signature value associated with the job. You can only return information about jobs you own.
Specs:
- get_status!(client :: ExAws.ImportExport.t, input :: get_status_input) :: ExAws.Request.Query.success_t | no_return
Same as get_status/2
but raise on error.
Specs:
- list_jobs(client :: ExAws.ImportExport.t, input :: list_jobs_input) :: ExAws.Request.Query.response_t
ListJobs
This operation returns the jobs associated with the requester. AWS Import/Export lists the jobs in reverse chronological order based on the date of creation. For example if Job Test1 was created 2009Dec30 and Test2 was created 2010Feb05, the ListJobs operation would return Test2 followed by Test1.
Specs:
- list_jobs!(client :: ExAws.ImportExport.t, input :: list_jobs_input) :: ExAws.Request.Query.success_t | no_return
Same as list_jobs/2
but raise on error.
Specs:
- update_job(client :: ExAws.ImportExport.t, input :: update_job_input) :: ExAws.Request.Query.response_t
UpdateJob
You use this operation to change the parameters specified in the original manifest file by supplying a new manifest file. The manifest file attached to this request replaces the original manifest file. You can only use the operation after a CreateJob request but before the data transfer starts and you can only use it on jobs you own.
Specs:
- update_job!(client :: ExAws.ImportExport.t, input :: update_job_input) :: ExAws.Request.Query.success_t | no_return
Same as update_job/2
but raise on error.