amazonka-importexport-1.3.1: Amazon Import/Export SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ImportExport.CreateJob

Contents

Description

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.

See: AWS API Reference for CreateJob.

Synopsis

Creating a Request

createJob Source

Creates a value of CreateJob with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

cjAPIVersion :: Lens' CreateJob (Maybe Text) Source

Undocumented member.

cjJobType :: Lens' CreateJob JobType Source

Undocumented member.

cjManifest :: Lens' CreateJob Text Source

Undocumented member.

cjValidateOnly :: Lens' CreateJob Bool Source

Undocumented member.

Destructuring the Response

createJobResponse Source

Creates a value of CreateJobResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses