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

Description

 
Synopsis

Documentation

data CreateExperimentTemplateActionInput Source #

Specifies an action for an experiment template.

See: newCreateExperimentTemplateActionInput smart constructor.

Constructors

CreateExperimentTemplateActionInput' 

Fields

Instances

Instances details
Eq CreateExperimentTemplateActionInput Source # 
Instance details

Defined in Amazonka.FIS.Types.CreateExperimentTemplateActionInput

Read CreateExperimentTemplateActionInput Source # 
Instance details

Defined in Amazonka.FIS.Types.CreateExperimentTemplateActionInput

Show CreateExperimentTemplateActionInput Source # 
Instance details

Defined in Amazonka.FIS.Types.CreateExperimentTemplateActionInput

Generic CreateExperimentTemplateActionInput Source # 
Instance details

Defined in Amazonka.FIS.Types.CreateExperimentTemplateActionInput

NFData CreateExperimentTemplateActionInput Source # 
Instance details

Defined in Amazonka.FIS.Types.CreateExperimentTemplateActionInput

Hashable CreateExperimentTemplateActionInput Source # 
Instance details

Defined in Amazonka.FIS.Types.CreateExperimentTemplateActionInput

ToJSON CreateExperimentTemplateActionInput Source # 
Instance details

Defined in Amazonka.FIS.Types.CreateExperimentTemplateActionInput

type Rep CreateExperimentTemplateActionInput Source # 
Instance details

Defined in Amazonka.FIS.Types.CreateExperimentTemplateActionInput

type Rep CreateExperimentTemplateActionInput = D1 ('MetaData "CreateExperimentTemplateActionInput" "Amazonka.FIS.Types.CreateExperimentTemplateActionInput" "libZSservicesZSamazonka-fisZSamazonka-fis" 'False) (C1 ('MetaCons "CreateExperimentTemplateActionInput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "startAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "targets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "actionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateExperimentTemplateActionInput Source #

Create a value of CreateExperimentTemplateActionInput 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:startAfter:CreateExperimentTemplateActionInput', createExperimentTemplateActionInput_startAfter - The name of the action that must be completed before the current action starts. Omit this parameter to run the action at the start of the experiment.

$sel:parameters:CreateExperimentTemplateActionInput', createExperimentTemplateActionInput_parameters - The parameters for the action, if applicable.

$sel:targets:CreateExperimentTemplateActionInput', createExperimentTemplateActionInput_targets - The targets for the action.

$sel:description:CreateExperimentTemplateActionInput', createExperimentTemplateActionInput_description - A description for the action.

$sel:actionId:CreateExperimentTemplateActionInput', createExperimentTemplateActionInput_actionId - The ID of the action.

createExperimentTemplateActionInput_startAfter :: Lens' CreateExperimentTemplateActionInput (Maybe [Text]) Source #

The name of the action that must be completed before the current action starts. Omit this parameter to run the action at the start of the experiment.