| 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.DataExchange.Types.JobEntry
Description
Synopsis
- data JobEntry = JobEntry' {}
 - newJobEntry :: Text -> UTCTime -> ResponseDetails -> Text -> State -> Type -> UTCTime -> JobEntry
 - jobEntry_errors :: Lens' JobEntry (Maybe [JobError])
 - jobEntry_arn :: Lens' JobEntry Text
 - jobEntry_createdAt :: Lens' JobEntry UTCTime
 - jobEntry_details :: Lens' JobEntry ResponseDetails
 - jobEntry_id :: Lens' JobEntry Text
 - jobEntry_state :: Lens' JobEntry State
 - jobEntry_type :: Lens' JobEntry Type
 - jobEntry_updatedAt :: Lens' JobEntry UTCTime
 
Documentation
AWS Data Exchange Jobs are asynchronous import or export operations used to create or copy assets. A data set owner can both import and export as they see fit. Someone with an entitlement to a data set can only export. Jobs are deleted 90 days after they are created.
See: newJobEntry smart constructor.
Constructors
| JobEntry' | |
Fields 
  | |
Instances
Create a value of JobEntry 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:errors:JobEntry', jobEntry_errors - Errors for jobs.
$sel:arn:JobEntry', jobEntry_arn - The ARN for the job.
$sel:createdAt:JobEntry', jobEntry_createdAt - The date and time that the job was created, in ISO 8601 format.
JobEntry, jobEntry_details - Details of the operation to be performed by the job, such as export
 destination details or import source details.
$sel:id:JobEntry', jobEntry_id - The unique identifier for the job.
$sel:state:JobEntry', jobEntry_state - The state of the job.
$sel:type':JobEntry', jobEntry_type - The job type.
$sel:updatedAt:JobEntry', jobEntry_updatedAt - The date and time that the job was last updated, in ISO 8601 format.
jobEntry_createdAt :: Lens' JobEntry UTCTime Source #
The date and time that the job was created, in ISO 8601 format.
jobEntry_details :: Lens' JobEntry ResponseDetails Source #
Details of the operation to be performed by the job, such as export destination details or import source details.