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

Description

Starts running an experiment from the specified experiment template.

Synopsis

Creating a Request

data StartExperiment Source #

See: newStartExperiment smart constructor.

Constructors

StartExperiment' 

Fields

Instances

Instances details
Eq StartExperiment Source # 
Instance details

Defined in Amazonka.FIS.StartExperiment

Read StartExperiment Source # 
Instance details

Defined in Amazonka.FIS.StartExperiment

Show StartExperiment Source # 
Instance details

Defined in Amazonka.FIS.StartExperiment

Generic StartExperiment Source # 
Instance details

Defined in Amazonka.FIS.StartExperiment

Associated Types

type Rep StartExperiment :: Type -> Type #

NFData StartExperiment Source # 
Instance details

Defined in Amazonka.FIS.StartExperiment

Methods

rnf :: StartExperiment -> () #

Hashable StartExperiment Source # 
Instance details

Defined in Amazonka.FIS.StartExperiment

ToJSON StartExperiment Source # 
Instance details

Defined in Amazonka.FIS.StartExperiment

AWSRequest StartExperiment Source # 
Instance details

Defined in Amazonka.FIS.StartExperiment

Associated Types

type AWSResponse StartExperiment #

ToHeaders StartExperiment Source # 
Instance details

Defined in Amazonka.FIS.StartExperiment

ToPath StartExperiment Source # 
Instance details

Defined in Amazonka.FIS.StartExperiment

ToQuery StartExperiment Source # 
Instance details

Defined in Amazonka.FIS.StartExperiment

type Rep StartExperiment Source # 
Instance details

Defined in Amazonka.FIS.StartExperiment

type Rep StartExperiment = D1 ('MetaData "StartExperiment" "Amazonka.FIS.StartExperiment" "libZSservicesZSamazonka-fisZSamazonka-fis" 'False) (C1 ('MetaCons "StartExperiment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "experimentTemplateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse StartExperiment Source # 
Instance details

Defined in Amazonka.FIS.StartExperiment

newStartExperiment Source #

Create a value of StartExperiment 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:tags:StartExperiment', startExperiment_tags - The tags to apply to the experiment.

$sel:clientToken:StartExperiment', startExperiment_clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

$sel:experimentTemplateId:StartExperiment', startExperiment_experimentTemplateId - The ID of the experiment template.

Request Lenses

startExperiment_tags :: Lens' StartExperiment (Maybe (HashMap Text Text)) Source #

The tags to apply to the experiment.

startExperiment_clientToken :: Lens' StartExperiment Text Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Destructuring the Response

data StartExperimentResponse Source #

See: newStartExperimentResponse smart constructor.

Constructors

StartExperimentResponse' 

Fields

Instances

Instances details
Eq StartExperimentResponse Source # 
Instance details

Defined in Amazonka.FIS.StartExperiment

Read StartExperimentResponse Source # 
Instance details

Defined in Amazonka.FIS.StartExperiment

Show StartExperimentResponse Source # 
Instance details

Defined in Amazonka.FIS.StartExperiment

Generic StartExperimentResponse Source # 
Instance details

Defined in Amazonka.FIS.StartExperiment

Associated Types

type Rep StartExperimentResponse :: Type -> Type #

NFData StartExperimentResponse Source # 
Instance details

Defined in Amazonka.FIS.StartExperiment

Methods

rnf :: StartExperimentResponse -> () #

type Rep StartExperimentResponse Source # 
Instance details

Defined in Amazonka.FIS.StartExperiment

type Rep StartExperimentResponse = D1 ('MetaData "StartExperimentResponse" "Amazonka.FIS.StartExperiment" "libZSservicesZSamazonka-fisZSamazonka-fis" 'False) (C1 ('MetaCons "StartExperimentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "experiment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Experiment)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartExperimentResponse Source #

Create a value of StartExperimentResponse 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:experiment:StartExperimentResponse', startExperimentResponse_experiment - Information about the experiment.

$sel:httpStatus:StartExperimentResponse', startExperimentResponse_httpStatus - The response's http status code.

Response Lenses