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

Description

 
Synopsis

Documentation

data ExperimentTemplate Source #

Describes an experiment template.

See: newExperimentTemplate smart constructor.

Constructors

ExperimentTemplate' 

Fields

Instances

Instances details
Eq ExperimentTemplate Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentTemplate

Read ExperimentTemplate Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentTemplate

Show ExperimentTemplate Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentTemplate

Generic ExperimentTemplate Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentTemplate

Associated Types

type Rep ExperimentTemplate :: Type -> Type #

NFData ExperimentTemplate Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentTemplate

Methods

rnf :: ExperimentTemplate -> () #

Hashable ExperimentTemplate Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentTemplate

FromJSON ExperimentTemplate Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentTemplate

type Rep ExperimentTemplate Source # 
Instance details

Defined in Amazonka.FIS.Types.ExperimentTemplate

newExperimentTemplate :: ExperimentTemplate Source #

Create a value of ExperimentTemplate 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:ExperimentTemplate', experimentTemplate_creationTime - The time the experiment template was created.

$sel:actions:ExperimentTemplate', experimentTemplate_actions - The actions for the experiment.

$sel:stopConditions:ExperimentTemplate', experimentTemplate_stopConditions - The stop conditions for the experiment.

$sel:targets:ExperimentTemplate', experimentTemplate_targets - The targets for the experiment.

$sel:id:ExperimentTemplate', experimentTemplate_id - The ID of the experiment template.

$sel:lastUpdateTime:ExperimentTemplate', experimentTemplate_lastUpdateTime - The time the experiment template was last updated.

$sel:description:ExperimentTemplate', experimentTemplate_description - The description for the experiment template.

$sel:tags:ExperimentTemplate', experimentTemplate_tags - The tags for the experiment template.

$sel:roleArn:ExperimentTemplate', experimentTemplate_roleArn - The Amazon Resource Name (ARN) of an IAM role.

experimentTemplate_creationTime :: Lens' ExperimentTemplate (Maybe UTCTime) Source #

The time the experiment template was created.

experimentTemplate_id :: Lens' ExperimentTemplate (Maybe Text) Source #

The ID of the experiment template.

experimentTemplate_lastUpdateTime :: Lens' ExperimentTemplate (Maybe UTCTime) Source #

The time the experiment template was last updated.

experimentTemplate_description :: Lens' ExperimentTemplate (Maybe Text) Source #

The description for the experiment template.

experimentTemplate_tags :: Lens' ExperimentTemplate (Maybe (HashMap Text Text)) Source #

The tags for the experiment template.

experimentTemplate_roleArn :: Lens' ExperimentTemplate (Maybe Text) Source #

The Amazon Resource Name (ARN) of an IAM role.