amazonka-robomaker-2.0: Amazon RoboMaker SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.RobOMaker.Types.WorldExportJobSummary

Description

 
Synopsis

Documentation

data WorldExportJobSummary Source #

Information about a world export job.

See: newWorldExportJobSummary smart constructor.

Constructors

WorldExportJobSummary' 

Fields

  • arn :: Maybe Text

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

  • createdAt :: Maybe POSIX

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

  • outputLocation :: Maybe OutputLocation
     
  • status :: Maybe WorldExportJobStatus

    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.
  • worlds :: Maybe (NonEmpty Text)

    A list of worlds.

Instances

Instances details
FromJSON WorldExportJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobSummary

Generic WorldExportJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobSummary

Associated Types

type Rep WorldExportJobSummary :: Type -> Type #

Read WorldExportJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobSummary

Show WorldExportJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobSummary

NFData WorldExportJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobSummary

Methods

rnf :: WorldExportJobSummary -> () #

Eq WorldExportJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobSummary

Hashable WorldExportJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobSummary

type Rep WorldExportJobSummary Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.WorldExportJobSummary

type Rep WorldExportJobSummary = D1 ('MetaData "WorldExportJobSummary" "Amazonka.RobOMaker.Types.WorldExportJobSummary" "amazonka-robomaker-2.0-7StvfiX8F7FIYnuj4Jp3Jq" 'False) (C1 ('MetaCons "WorldExportJobSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "outputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputLocation)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WorldExportJobStatus)) :*: S1 ('MetaSel ('Just "worlds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))))))

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: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:outputLocation:WorldExportJobSummary', worldExportJobSummary_outputLocation - Undocumented member.

$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:worlds:WorldExportJobSummary', worldExportJobSummary_worlds - A list of worlds.

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_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.