AWS SDK for .NET Documentation
Amazon.ImportExport.Model Namespace
AmazonAmazon.ImportExport.Model Did this page help you?   Yes   No    Tell us about it...
 
Declaration Syntax
C#
namespace Amazon.ImportExport.Model
Types
All TypesClasses
IconTypeDescription
BucketPermissionException
AmazonImportExport exception

CanceledJobIdException
AmazonImportExport exception

CancelJobRequest
Container for the parameters to the CancelJob operation.

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.


CancelJobResponse
Returns information about the CancelJobResult response and response metadata.

CancelJobResult

Output structure for the CancelJob operation.


CreateJobQuotaExceededException
AmazonImportExport exception

CreateJobRequest
Container for the parameters to the CreateJob operation.

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.


CreateJobResponse
Returns information about the CreateJobResult response and response metadata.

CreateJobResult

Output structure for the CreateJob operation.


ExpiredJobIdException
AmazonImportExport exception

GetStatusRequest
Container for the parameters to the GetStatus operation.

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.


GetStatusResponse
Returns information about the GetStatusResult response and response metadata.

GetStatusResult

Output structure for the GetStatus operation.


InvalidAccessKeyIdException
AmazonImportExport exception

InvalidAddressException
AmazonImportExport exception

InvalidCustomsException
AmazonImportExport exception

InvalidFileSystemException
AmazonImportExport exception

InvalidJobIdException
AmazonImportExport exception

InvalidManifestFieldException
AmazonImportExport exception

InvalidParameterException
AmazonImportExport exception

Job

Representation of a job returned by the ListJobs operation.


ListJobsRequest
Container for the parameters to the ListJobs operation.

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.


ListJobsResponse
Returns information about the ListJobsResult response and response metadata.

ListJobsResult

Output structure for the ListJobs operation.


MalformedManifestException
AmazonImportExport exception

MissingCustomsException
AmazonImportExport exception

MissingManifestFieldException
AmazonImportExport exception

MissingParameterException
AmazonImportExport exception

MultipleRegionsException
AmazonImportExport exception

NoSuchBucketException
AmazonImportExport exception

UnableToCancelJobIdException
AmazonImportExport exception

UnableToUpdateJobIdException
AmazonImportExport exception

UpdateJobRequest
Container for the parameters to the UpdateJob operation.

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.


UpdateJobResponse
Returns information about the UpdateJobResult response and response metadata.

UpdateJobResult

Output structure for the UpateJob operation.