GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::ImportExport(3) User Contributed Perl Documentation Paws::ImportExport(3)

Paws::ImportExport - Perl Interface to AWS AWS Import/Export

  use Paws;

  my $obj = Paws->service('ImportExport')->new;
  my $res = $obj->Method(
    Arg1 => $val1,
    Arg2 => [ 'V1', 'V2' ],
    # if Arg3 is an object, the HashRef will be used as arguments to the constructor
    # of the arguments type
    Arg3 => { Att1 => 'Val1' },
    # if Arg4 is an array of objects, the HashRefs will be passed as arguments to
    # the constructor of the arguments type
    Arg4 => [ { Att1 => 'Val1'  }, { Att1 => 'Val2' } ],
  );

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.

Each argument is described in detail in: Paws::ImportExport::CancelJob

Returns: a Paws::ImportExport::CancelJobOutput instance

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.

Each argument is described in detail in: Paws::ImportExport::CreateJob

Returns: a Paws::ImportExport::CreateJobOutput instance

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.

Each argument is described in detail in: Paws::ImportExport::GetShippingLabel

Returns: a Paws::ImportExport::GetShippingLabelOutput instance

This operation generates a pre-paid UPS shipping label that you will use to ship your device to AWS for processing.

Each argument is described in detail in: Paws::ImportExport::GetStatus

Returns: a Paws::ImportExport::GetStatusOutput instance

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.

Each argument is described in detail in: Paws::ImportExport::ListJobs

Returns: a Paws::ImportExport::ListJobsOutput instance

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.

Each argument is described in detail in: Paws::ImportExport::UpdateJob

Returns: a Paws::ImportExport::UpdateJobOutput instance

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.

This service class forms part of Paws

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues

2015-08-06 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.