| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.ImportExport.UpdateJob
Description
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.
http://docs.aws.amazon.com/AWSImportExport/latest/DG/WebUpdateJob.html
- data UpdateJob
- updateJob :: Text -> Text -> JobType -> Bool -> UpdateJob
- ujJobId :: Lens' UpdateJob Text
- ujJobType :: Lens' UpdateJob JobType
- ujManifest :: Lens' UpdateJob Text
- ujValidateOnly :: Lens' UpdateJob Bool
- data UpdateJobResponse
- updateJobResponse :: UpdateJobResponse
- ujrSuccess :: Lens' UpdateJobResponse (Maybe Bool)
- ujrWarningMessage :: Lens' UpdateJobResponse (Maybe Text)
Request
Request constructor
UpdateJob constructor.
The fields accessible through corresponding lenses are:
ujJobId::TextujJobType::JobTypeujManifest::TextujValidateOnly::Bool
Request lenses
Response
data UpdateJobResponse Source
Response constructor
updateJobResponse :: UpdateJobResponse Source
UpdateJobResponse constructor.
The fields accessible through corresponding lenses are: