| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.ImportExport.Types
- data ImportExport
- data RESTError :: *
- ns :: Text
- data JobType
- data Artifact
- artifact :: Artifact
- aDescription :: Lens' Artifact (Maybe Text)
- aURL :: Lens' Artifact (Maybe Text)
- data Job
- job :: Text -> UTCTime -> Bool -> JobType -> Job
- jobCreationDate :: Lens' Job UTCTime
- jobIsCanceled :: Lens' Job Bool
- jobJobId :: Lens' Job Text
- jobJobType :: Lens' Job JobType
Service
data ImportExport Source
Version 2010-06-01 of the Amazon Import/Export service.
Instances
| AWSService ImportExport | |
| type Er ImportExport = RESTError | |
| type Sg ImportExport = V2 |
Error
data RESTError :: *
Instances
| Eq RESTError | |
| Show RESTError | |
| Generic RESTError | |
| AWSErrorCode RESTError | |
| FromXML RESTError | |
| type Rep RESTError = D1 D1RESTError (C1 C1_0RESTError ((:*:) ((:*:) (S1 S1_0_0RESTError (Rec0 Text)) (S1 S1_0_1RESTError (Rec0 (Maybe ErrorType)))) ((:*:) (S1 S1_0_2RESTError (Rec0 ErrorCode)) (S1 S1_0_3RESTError (Rec0 Text))))) |