amazonka-importexport-1.2.0.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.Types

Contents

Description

 

Synopsis

Service Configuration

importExport :: Service Source

API version '2010-06-01' of the Amazon Import/Export SDK configuration.

Errors

_InvalidJobIdException :: AsError a => Getting (First ServiceError) a ServiceError Source

The JOBID was missing, not found, or not associated with the AWS account.

_InvalidParameterException :: AsError a => Getting (First ServiceError) a ServiceError Source

One or more parameters had an invalid value.

_ExpiredJobIdException :: AsError a => Getting (First ServiceError) a ServiceError Source

Indicates that the specified job has expired out of the system.

_InvalidFileSystemException :: AsError a => Getting (First ServiceError) a ServiceError Source

File system specified in export manifest is invalid.

_InvalidAccessKeyIdException :: AsError a => Getting (First ServiceError) a ServiceError Source

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.

_UnableToUpdateJobIdException :: AsError a => Getting (First ServiceError) a ServiceError Source

AWS Import/Export cannot update the job

_UnableToCancelJobIdException :: AsError a => Getting (First ServiceError) a ServiceError Source

AWS Import/Export cannot cancel the job

_InvalidVersionException :: AsError a => Getting (First ServiceError) a ServiceError Source

The client tool version is invalid.

_MultipleRegionsException :: AsError a => Getting (First ServiceError) a ServiceError Source

Your manifest file contained buckets from multiple regions. A job is restricted to buckets from one region. Please correct and resubmit.

_MalformedManifestException :: AsError a => Getting (First ServiceError) a ServiceError Source

Your manifest is not well-formed.

_CanceledJobIdException :: AsError a => Getting (First ServiceError) a ServiceError Source

The specified job ID has been canceled and is no longer valid.

_BucketPermissionException :: AsError a => Getting (First ServiceError) a ServiceError Source

The account specified does not have the appropriate bucket permissions.

_MissingParameterException :: AsError a => Getting (First ServiceError) a ServiceError Source

One or more required parameters was missing from the request.

_NoSuchBucketException :: AsError a => Getting (First ServiceError) a ServiceError Source

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.

_InvalidAddressException :: AsError a => Getting (First ServiceError) a ServiceError Source

The address specified in the manifest is invalid.

_InvalidManifestFieldException :: AsError a => Getting (First ServiceError) a ServiceError Source

One or more manifest fields was invalid. Please correct and resubmit.

_MissingCustomsException :: AsError a => Getting (First ServiceError) a ServiceError Source

One or more required customs parameters was missing from the manifest.

_InvalidCustomsException :: AsError a => Getting (First ServiceError) a ServiceError Source

One or more customs parameters was invalid. Please correct and resubmit.

_MissingManifestFieldException :: AsError a => Getting (First ServiceError) a ServiceError Source

One or more required fields were missing from the manifest file. Please correct and resubmit.

_CreateJobQuotaExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source

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.

JobType

Artifact

data Artifact Source

A discrete item that contains the description and URL of an artifact (such as a PDF).

See: artifact smart constructor.

artifact :: Artifact Source

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

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

aURL :: Lens' Artifact (Maybe Text) Source

Undocumented member.

aDescription :: Lens' Artifact (Maybe Text) Source

Undocumented member.

Job

data Job Source

Representation of a job returned by the ListJobs operation.

See: job smart constructor.

job Source

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

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

jobJobType :: Lens' Job JobType Source

Undocumented member.

jobJobId :: Lens' Job Text Source

Undocumented member.

jobIsCanceled :: Lens' Job Bool Source

Undocumented member.

jobCreationDate :: Lens' Job UTCTime Source

Undocumented member.