libZSservicesZSamazonka-robomakerZSamazonka-robomaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.RobOMaker.Types.WorldGenerationJobSummary

Description

 
Synopsis

Documentation

data WorldGenerationJobSummary Source #

Information about a world generator job.

See: newWorldGenerationJobSummary smart constructor.

Constructors

WorldGenerationJobSummary' 

Fields

  • status :: Maybe WorldGenerationJobStatus

    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.
  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the world generator job.

  • createdAt :: Maybe POSIX

    The time, in milliseconds since the epoch, when the world generator job was created.

  • worldCount :: Maybe WorldCount

    Information about the world count.

  • succeededWorldCount :: Maybe Int

    The number of worlds that were generated.

  • failedWorldCount :: Maybe Int

    The number of worlds that failed.

  • template :: Maybe Text

    The Amazon Resource Name (arn) of the world template.

Instances

Instances details
Eq WorldGenerationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobSummary

Read WorldGenerationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobSummary

Show WorldGenerationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobSummary

Generic WorldGenerationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobSummary

Associated Types

type Rep WorldGenerationJobSummary :: Type -> Type #

NFData WorldGenerationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobSummary

Hashable WorldGenerationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobSummary

FromJSON WorldGenerationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobSummary

type Rep WorldGenerationJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldGenerationJobSummary

type Rep WorldGenerationJobSummary = D1 ('MetaData "WorldGenerationJobSummary" "Amazonka.RobOMaker.Types.WorldGenerationJobSummary" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "WorldGenerationJobSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorldGenerationJobStatus)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "worldCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorldCount)) :*: S1 ('MetaSel ('Just "succeededWorldCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "failedWorldCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "template") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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_template :: Lens' WorldGenerationJobSummary (Maybe Text) Source #

The Amazon Resource Name (arn) of the world template.