| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ImportExport.Types.Job
Description
Documentation
Representation of a job returned by the ListJobs operation.
See: newJob smart constructor.
Constructors
| Job' | |
Fields
| |
Instances
| FromXML Job Source # | |
| Generic Job Source # | |
| Read Job Source # | |
| Show Job Source # | |
| NFData Job Source # | |
Defined in Amazonka.ImportExport.Types.Job | |
| Eq Job Source # | |
| Hashable Job Source # | |
Defined in Amazonka.ImportExport.Types.Job | |
| type Rep Job Source # | |
Defined in Amazonka.ImportExport.Types.Job type Rep Job = D1 ('MetaData "Job" "Amazonka.ImportExport.Types.Job" "amazonka-importexport-2.0-Jy65964a2E2FHiikVjI7dI" 'False) (C1 ('MetaCons "Job'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "jobType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 JobType) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "isCanceled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601)))) | |
Create a value of Job with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jobType:Job', job_jobType - Undocumented member.
$sel:jobId:Job', job_jobId - Undocumented member.
$sel:isCanceled:Job', job_isCanceled - Undocumented member.
$sel:creationDate:Job', job_creationDate - Undocumented member.