amazonka-simspaceweaver-2.0: Amazon SimSpace Weaver 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.SimSpaceWeaver.Types.SimulationMetadata

Description

 
Synopsis

Documentation

data SimulationMetadata Source #

A collection of data about the simulation.

See: newSimulationMetadata smart constructor.

Constructors

SimulationMetadata' 

Fields

Instances

Instances details
FromJSON SimulationMetadata Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.Types.SimulationMetadata

Generic SimulationMetadata Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.Types.SimulationMetadata

Associated Types

type Rep SimulationMetadata :: Type -> Type #

Read SimulationMetadata Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.Types.SimulationMetadata

Show SimulationMetadata Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.Types.SimulationMetadata

NFData SimulationMetadata Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.Types.SimulationMetadata

Methods

rnf :: SimulationMetadata -> () #

Eq SimulationMetadata Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.Types.SimulationMetadata

Hashable SimulationMetadata Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.Types.SimulationMetadata

type Rep SimulationMetadata Source # 
Instance details

Defined in Amazonka.SimSpaceWeaver.Types.SimulationMetadata

type Rep SimulationMetadata = D1 ('MetaData "SimulationMetadata" "Amazonka.SimSpaceWeaver.Types.SimulationMetadata" "amazonka-simspaceweaver-2.0-C619ppqhgbWKEJKYoFCug9" 'False) (C1 ('MetaCons "SimulationMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationStatus)) :*: S1 ('MetaSel ('Just "targetStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimulationTargetStatus))))))

newSimulationMetadata :: SimulationMetadata Source #

Create a value of SimulationMetadata 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:SimulationMetadata', simulationMetadata_arn - The Amazon Resource Name (ARN) of the simulation. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

$sel:creationTime:SimulationMetadata', simulationMetadata_creationTime - The time when the simulation was created, expressed as the number of seconds and milliseconds in UTC since the Unix epoch (0:0:0.000, January 1, 1970).

$sel:name:SimulationMetadata', simulationMetadata_name - The name of the simulation.

$sel:status:SimulationMetadata', simulationMetadata_status - The current status of the simulation.

$sel:targetStatus:SimulationMetadata', simulationMetadata_targetStatus - The desired status of the simulation.

simulationMetadata_arn :: Lens' SimulationMetadata (Maybe Text) Source #

The Amazon Resource Name (ARN) of the simulation. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

simulationMetadata_creationTime :: Lens' SimulationMetadata (Maybe UTCTime) Source #

The time when the simulation was created, expressed as the number of seconds and milliseconds in UTC since the Unix epoch (0:0:0.000, January 1, 1970).