libZSservicesZSamazonka-fisZSamazonka-fis
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.FIS.Types.Experiment

Description

 
Synopsis

Documentation

data Experiment Source #

Describes an experiment.

See: newExperiment smart constructor.

Constructors

Experiment' 

Fields

Instances

Instances details
Eq Experiment Source # 
Instance details

Defined in Amazonka.FIS.Types.Experiment

Read Experiment Source # 
Instance details

Defined in Amazonka.FIS.Types.Experiment

Show Experiment Source # 
Instance details

Defined in Amazonka.FIS.Types.Experiment

Generic Experiment Source # 
Instance details

Defined in Amazonka.FIS.Types.Experiment

Associated Types

type Rep Experiment :: Type -> Type #

NFData Experiment Source # 
Instance details

Defined in Amazonka.FIS.Types.Experiment

Methods

rnf :: Experiment -> () #

Hashable Experiment Source # 
Instance details

Defined in Amazonka.FIS.Types.Experiment

FromJSON Experiment Source # 
Instance details

Defined in Amazonka.FIS.Types.Experiment

type Rep Experiment Source # 
Instance details

Defined in Amazonka.FIS.Types.Experiment

type Rep Experiment = D1 ('MetaData "Experiment" "Amazonka.FIS.Types.Experiment" "libZSservicesZSamazonka-fisZSamazonka-fis" 'False) (C1 ('MetaCons "Experiment'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "experimentTemplateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExperimentState)) :*: (S1 ('MetaSel ('Just "actions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text ExperimentAction))) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "stopConditions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ExperimentStopCondition])) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "targets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text ExperimentTarget))))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newExperiment :: Experiment Source #

Create a value of Experiment 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:creationTime:Experiment', experiment_creationTime - The time the experiment was created.

$sel:experimentTemplateId:Experiment', experiment_experimentTemplateId - The ID of the experiment template.

$sel:state:Experiment', experiment_state - The state of the experiment.

$sel:actions:Experiment', experiment_actions - The actions for the experiment.

$sel:startTime:Experiment', experiment_startTime - The time that the experiment was started.

$sel:stopConditions:Experiment', experiment_stopConditions - The stop conditions for the experiment.

$sel:endTime:Experiment', experiment_endTime - The time that the experiment ended.

$sel:targets:Experiment', experiment_targets - The targets for the experiment.

$sel:id:Experiment', experiment_id - The ID of the experiment.

$sel:tags:Experiment', experiment_tags - The tags for the experiment.

$sel:roleArn:Experiment', experiment_roleArn - The Amazon Resource Name (ARN) of an IAM role that grants the AWS FIS service permission to perform service actions on your behalf.

experiment_creationTime :: Lens' Experiment (Maybe UTCTime) Source #

The time the experiment was created.

experiment_experimentTemplateId :: Lens' Experiment (Maybe Text) Source #

The ID of the experiment template.

experiment_state :: Lens' Experiment (Maybe ExperimentState) Source #

The state of the experiment.

experiment_startTime :: Lens' Experiment (Maybe UTCTime) Source #

The time that the experiment was started.

experiment_stopConditions :: Lens' Experiment (Maybe [ExperimentStopCondition]) Source #

The stop conditions for the experiment.

experiment_endTime :: Lens' Experiment (Maybe UTCTime) Source #

The time that the experiment ended.

experiment_id :: Lens' Experiment (Maybe Text) Source #

The ID of the experiment.

experiment_tags :: Lens' Experiment (Maybe (HashMap Text Text)) Source #

The tags for the experiment.

experiment_roleArn :: Lens' Experiment (Maybe Text) Source #

The Amazon Resource Name (ARN) of an IAM role that grants the AWS FIS service permission to perform service actions on your behalf.