Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data JobEntry = JobEntry' {}
- newJobEntry :: Type -> ResponseDetails -> State -> UTCTime -> Text -> Text -> UTCTime -> JobEntry
- jobEntry_errors :: Lens' JobEntry (Maybe [JobError])
- jobEntry_type :: Lens' JobEntry Type
- jobEntry_details :: Lens' JobEntry ResponseDetails
- jobEntry_state :: Lens' JobEntry State
- jobEntry_createdAt :: Lens' JobEntry UTCTime
- jobEntry_id :: Lens' JobEntry Text
- jobEntry_arn :: Lens' JobEntry Text
- 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.
JobEntry' | |
|
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:type':JobEntry'
, jobEntry_type
- The job type.
$sel:details:JobEntry'
, jobEntry_details
- Details of the operation to be performed by the job, such as export
destination details or import source details.
$sel:state:JobEntry'
, jobEntry_state
- The state of the job.
$sel:createdAt:JobEntry'
, jobEntry_createdAt
- The date and time that the job was created, in ISO 8601 format.
$sel:id:JobEntry'
, jobEntry_id
- The unique identifier for the job.
$sel:arn:JobEntry'
, jobEntry_arn
- The ARN for the job.
$sel:updatedAt:JobEntry'
, jobEntry_updatedAt
- The date and time that the job was last updated, 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.