AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
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.

Namespace: Amazon.ImportExport
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public abstract CreateJobResponse CreateJob(
         CreateJobRequest request
)

Parameters

request
Type: Amazon.ImportExport.Model.CreateJobRequest

Container for the necessary parameters to execute the CreateJob service method.

Return Value
Type: Amazon.ImportExport.Model.CreateJobResponse
The response from the CreateJob service method, as returned by ImportExport.

Exceptions

ExceptionCondition
BucketPermissionException The account specified does not have the appropriate bucket permissions.
CreateJobQuotaExceededException Each account can create only a certain number of jobs per day. If you need to create more than this, please contact awsimportexport@amazon.com to explain your particular use case.
InvalidAccessKeyIdException The AWS Access Key ID specified in the request did not match the manifest's accessKeyId value. The manifest and the request authentication must use the same AWS Access Key ID.
InvalidAddressException The address specified in the manifest is invalid.
InvalidCustomsException One or more customs parameters was invalid. Please correct and resubmit.
InvalidFileSystemException File system specified in export manifest is invalid.
InvalidJobIdException The JOBID was missing, not found, or not associated with the AWS account.
InvalidManifestFieldException One or more manifest fields was invalid. Please correct and resubmit.
InvalidParameterException One or more parameters had an invalid value.
InvalidVersionException The client tool version is invalid.
MalformedManifestException Your manifest is not well-formed.
MissingCustomsException One or more required customs parameters was missing from the manifest.
MissingManifestFieldException One or more required fields were missing from the manifest file. Please correct and resubmit.
MissingParameterException One or more required parameters was missing from the request.
MultipleRegionsException Your manifest file contained buckets from multiple regions. A job is restricted to buckets from one region. Please correct and resubmit.
NoSuchBucketException The specified bucket does not exist. Create the specified bucket or change the manifest's bucket, exportBucket, or logBucket field to a bucket that the account, as specified by the manifest's Access Key ID, has write permissions to.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5