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 WorldExportJobSummary = WorldExportJobSummary' {}
- newWorldExportJobSummary :: WorldExportJobSummary
- worldExportJobSummary_status :: Lens' WorldExportJobSummary (Maybe WorldExportJobStatus)
- worldExportJobSummary_arn :: Lens' WorldExportJobSummary (Maybe Text)
- worldExportJobSummary_createdAt :: Lens' WorldExportJobSummary (Maybe UTCTime)
- worldExportJobSummary_worlds :: Lens' WorldExportJobSummary (Maybe (NonEmpty Text))
Documentation
data WorldExportJobSummary Source #
Information about a world export job.
See: newWorldExportJobSummary
smart constructor.
WorldExportJobSummary' | |
|
Instances
newWorldExportJobSummary :: WorldExportJobSummary Source #
Create a value of WorldExportJobSummary
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:status:WorldExportJobSummary'
, worldExportJobSummary_status
- The status of the world export job.
- Pending
- The world export job request is pending.
- Running
- The world export job is running.
- Completed
- The world export job completed.
- Failed
- The world export job failed. See
failureCode
for more information. - Canceled
- The world export job was cancelled.
- Canceling
- The world export job is being cancelled.
$sel:arn:WorldExportJobSummary'
, worldExportJobSummary_arn
- The Amazon Resource Name (ARN) of the world export job.
$sel:createdAt:WorldExportJobSummary'
, worldExportJobSummary_createdAt
- The time, in milliseconds since the epoch, when the world export job was
created.
$sel:worlds:WorldExportJobSummary'
, worldExportJobSummary_worlds
- A list of worlds.
worldExportJobSummary_status :: Lens' WorldExportJobSummary (Maybe WorldExportJobStatus) Source #
The status of the world export job.
- Pending
- The world export job request is pending.
- Running
- The world export job is running.
- Completed
- The world export job completed.
- Failed
- The world export job failed. See
failureCode
for more information. - Canceled
- The world export job was cancelled.
- Canceling
- The world export job is being cancelled.
worldExportJobSummary_arn :: Lens' WorldExportJobSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the world export job.
worldExportJobSummary_createdAt :: Lens' WorldExportJobSummary (Maybe UTCTime) Source #
The time, in milliseconds since the epoch, when the world export job was created.
worldExportJobSummary_worlds :: Lens' WorldExportJobSummary (Maybe (NonEmpty Text)) Source #
A list of worlds.