| 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.RobOMaker.Types.WorldGenerationJobSummary
Description
Synopsis
- data WorldGenerationJobSummary = WorldGenerationJobSummary' {}
- newWorldGenerationJobSummary :: WorldGenerationJobSummary
- worldGenerationJobSummary_arn :: Lens' WorldGenerationJobSummary (Maybe Text)
- worldGenerationJobSummary_createdAt :: Lens' WorldGenerationJobSummary (Maybe UTCTime)
- worldGenerationJobSummary_failedWorldCount :: Lens' WorldGenerationJobSummary (Maybe Int)
- worldGenerationJobSummary_status :: Lens' WorldGenerationJobSummary (Maybe WorldGenerationJobStatus)
- worldGenerationJobSummary_succeededWorldCount :: Lens' WorldGenerationJobSummary (Maybe Int)
- worldGenerationJobSummary_template :: Lens' WorldGenerationJobSummary (Maybe Text)
- worldGenerationJobSummary_worldCount :: Lens' WorldGenerationJobSummary (Maybe WorldCount)
Documentation
data WorldGenerationJobSummary Source #
Information about a world generator job.
See: newWorldGenerationJobSummary smart constructor.
Constructors
| WorldGenerationJobSummary' | |
Fields
| |
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: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:failedWorldCount:WorldGenerationJobSummary', worldGenerationJobSummary_failedWorldCount - The number of worlds that failed.
$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
failureCodefor more information. - PartialFailed
- Some worlds did not generate.
- Canceled
- The world generator job was cancelled.
- Canceling
- The world generator job is being cancelled.
$sel:succeededWorldCount:WorldGenerationJobSummary', worldGenerationJobSummary_succeededWorldCount - The number of worlds that were generated.
$sel:template:WorldGenerationJobSummary', worldGenerationJobSummary_template - The Amazon Resource Name (arn) of the world template.
$sel:worldCount:WorldGenerationJobSummary', worldGenerationJobSummary_worldCount - Information about the world count.
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_failedWorldCount :: Lens' WorldGenerationJobSummary (Maybe Int) Source #
The number of worlds that failed.
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
failureCodefor more information. - PartialFailed
- Some worlds did not generate.
- Canceled
- The world generator job was cancelled.
- Canceling
- The world generator job is being cancelled.
worldGenerationJobSummary_succeededWorldCount :: Lens' WorldGenerationJobSummary (Maybe Int) Source #
The number of worlds that were generated.
worldGenerationJobSummary_template :: Lens' WorldGenerationJobSummary (Maybe Text) Source #
The Amazon Resource Name (arn) of the world template.
worldGenerationJobSummary_worldCount :: Lens' WorldGenerationJobSummary (Maybe WorldCount) Source #
Information about the world count.