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 WorldGenerationJobSummary = WorldGenerationJobSummary' {}
- newWorldGenerationJobSummary :: WorldGenerationJobSummary
- worldGenerationJobSummary_status :: Lens' WorldGenerationJobSummary (Maybe WorldGenerationJobStatus)
- worldGenerationJobSummary_arn :: Lens' WorldGenerationJobSummary (Maybe Text)
- worldGenerationJobSummary_createdAt :: Lens' WorldGenerationJobSummary (Maybe UTCTime)
- worldGenerationJobSummary_worldCount :: Lens' WorldGenerationJobSummary (Maybe WorldCount)
- worldGenerationJobSummary_succeededWorldCount :: Lens' WorldGenerationJobSummary (Maybe Int)
- worldGenerationJobSummary_failedWorldCount :: Lens' WorldGenerationJobSummary (Maybe Int)
- worldGenerationJobSummary_template :: Lens' WorldGenerationJobSummary (Maybe Text)
Documentation
data WorldGenerationJobSummary Source #
Information about a world generator job.
See: newWorldGenerationJobSummary
smart constructor.
WorldGenerationJobSummary' | |
|
Instances
newWorldGenerationJobSummary :: WorldGenerationJobSummary Source #
Create a value of WorldGenerationJobSummary
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:WorldGenerationJobSummary'
, worldGenerationJobSummary_status
- The status of the world generator job:
- Pending
- The world generator job request is pending.
- Running
- The world generator job is running.
- Completed
- The world generator job completed.
- Failed
- The world generator job failed. See
failureCode
for more information. - PartialFailed
- Some worlds did not generate.
- Canceled
- The world generator job was cancelled.
- Canceling
- The world generator job is being cancelled.
$sel:arn:WorldGenerationJobSummary'
, worldGenerationJobSummary_arn
- The Amazon Resource Name (ARN) of the world generator job.
$sel:createdAt:WorldGenerationJobSummary'
, worldGenerationJobSummary_createdAt
- The time, in milliseconds since the epoch, when the world generator job
was created.
$sel:worldCount:WorldGenerationJobSummary'
, worldGenerationJobSummary_worldCount
- Information about the world count.
$sel:succeededWorldCount:WorldGenerationJobSummary'
, worldGenerationJobSummary_succeededWorldCount
- The number of worlds that were generated.
$sel:failedWorldCount:WorldGenerationJobSummary'
, worldGenerationJobSummary_failedWorldCount
- The number of worlds that failed.
$sel:template:WorldGenerationJobSummary'
, worldGenerationJobSummary_template
- The Amazon Resource Name (arn) of the world template.
worldGenerationJobSummary_status :: Lens' WorldGenerationJobSummary (Maybe WorldGenerationJobStatus) Source #
The status of the world generator job:
- Pending
- The world generator job request is pending.
- Running
- The world generator job is running.
- Completed
- The world generator job completed.
- Failed
- The world generator job failed. See
failureCode
for more information. - PartialFailed
- Some worlds did not generate.
- Canceled
- The world generator job was cancelled.
- Canceling
- The world generator job is being cancelled.
worldGenerationJobSummary_arn :: Lens' WorldGenerationJobSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the world generator job.
worldGenerationJobSummary_createdAt :: Lens' WorldGenerationJobSummary (Maybe UTCTime) Source #
The time, in milliseconds since the epoch, when the world generator job was created.
worldGenerationJobSummary_worldCount :: Lens' WorldGenerationJobSummary (Maybe WorldCount) Source #
Information about the world count.
worldGenerationJobSummary_succeededWorldCount :: Lens' WorldGenerationJobSummary (Maybe Int) Source #
The number of worlds that were generated.
worldGenerationJobSummary_failedWorldCount :: Lens' WorldGenerationJobSummary (Maybe Int) Source #
The number of worlds that failed.
worldGenerationJobSummary_template :: Lens' WorldGenerationJobSummary (Maybe Text) Source #
The Amazon Resource Name (arn) of the world template.