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

Description

Stops the specified experiment.

Synopsis

Creating a Request

data StopExperiment Source #

See: newStopExperiment smart constructor.

Constructors

StopExperiment' 

Fields

  • id :: Text

    The ID of the experiment.

Instances

Instances details
Eq StopExperiment Source # 
Instance details

Defined in Amazonka.FIS.StopExperiment

Read StopExperiment Source # 
Instance details

Defined in Amazonka.FIS.StopExperiment

Show StopExperiment Source # 
Instance details

Defined in Amazonka.FIS.StopExperiment

Generic StopExperiment Source # 
Instance details

Defined in Amazonka.FIS.StopExperiment

Associated Types

type Rep StopExperiment :: Type -> Type #

NFData StopExperiment Source # 
Instance details

Defined in Amazonka.FIS.StopExperiment

Methods

rnf :: StopExperiment -> () #

Hashable StopExperiment Source # 
Instance details

Defined in Amazonka.FIS.StopExperiment

AWSRequest StopExperiment Source # 
Instance details

Defined in Amazonka.FIS.StopExperiment

Associated Types

type AWSResponse StopExperiment #

ToHeaders StopExperiment Source # 
Instance details

Defined in Amazonka.FIS.StopExperiment

ToPath StopExperiment Source # 
Instance details

Defined in Amazonka.FIS.StopExperiment

ToQuery StopExperiment Source # 
Instance details

Defined in Amazonka.FIS.StopExperiment

type Rep StopExperiment Source # 
Instance details

Defined in Amazonka.FIS.StopExperiment

type Rep StopExperiment = D1 ('MetaData "StopExperiment" "Amazonka.FIS.StopExperiment" "libZSservicesZSamazonka-fisZSamazonka-fis" 'False) (C1 ('MetaCons "StopExperiment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopExperiment Source # 
Instance details

Defined in Amazonka.FIS.StopExperiment

newStopExperiment Source #

Create a value of StopExperiment 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:id:StopExperiment', stopExperiment_id - The ID of the experiment.

Request Lenses

stopExperiment_id :: Lens' StopExperiment Text Source #

The ID of the experiment.

Destructuring the Response

data StopExperimentResponse Source #

See: newStopExperimentResponse smart constructor.

Constructors

StopExperimentResponse' 

Fields

Instances

Instances details
Eq StopExperimentResponse Source # 
Instance details

Defined in Amazonka.FIS.StopExperiment

Read StopExperimentResponse Source # 
Instance details

Defined in Amazonka.FIS.StopExperiment

Show StopExperimentResponse Source # 
Instance details

Defined in Amazonka.FIS.StopExperiment

Generic StopExperimentResponse Source # 
Instance details

Defined in Amazonka.FIS.StopExperiment

Associated Types

type Rep StopExperimentResponse :: Type -> Type #

NFData StopExperimentResponse Source # 
Instance details

Defined in Amazonka.FIS.StopExperiment

Methods

rnf :: StopExperimentResponse -> () #

type Rep StopExperimentResponse Source # 
Instance details

Defined in Amazonka.FIS.StopExperiment

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

newStopExperimentResponse Source #

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

$sel:httpStatus:StopExperimentResponse', stopExperimentResponse_httpStatus - The response's http status code.

Response Lenses