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

Description

Gets information about the specified experiment.

Synopsis

Creating a Request

data GetExperiment Source #

See: newGetExperiment smart constructor.

Constructors

GetExperiment' 

Fields

  • id :: Text

    The ID of the experiment.

Instances

Instances details
Eq GetExperiment Source # 
Instance details

Defined in Amazonka.FIS.GetExperiment

Read GetExperiment Source # 
Instance details

Defined in Amazonka.FIS.GetExperiment

Show GetExperiment Source # 
Instance details

Defined in Amazonka.FIS.GetExperiment

Generic GetExperiment Source # 
Instance details

Defined in Amazonka.FIS.GetExperiment

Associated Types

type Rep GetExperiment :: Type -> Type #

NFData GetExperiment Source # 
Instance details

Defined in Amazonka.FIS.GetExperiment

Methods

rnf :: GetExperiment -> () #

Hashable GetExperiment Source # 
Instance details

Defined in Amazonka.FIS.GetExperiment

AWSRequest GetExperiment Source # 
Instance details

Defined in Amazonka.FIS.GetExperiment

Associated Types

type AWSResponse GetExperiment #

ToHeaders GetExperiment Source # 
Instance details

Defined in Amazonka.FIS.GetExperiment

ToPath GetExperiment Source # 
Instance details

Defined in Amazonka.FIS.GetExperiment

ToQuery GetExperiment Source # 
Instance details

Defined in Amazonka.FIS.GetExperiment

type Rep GetExperiment Source # 
Instance details

Defined in Amazonka.FIS.GetExperiment

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

Defined in Amazonka.FIS.GetExperiment

newGetExperiment Source #

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

Request Lenses

getExperiment_id :: Lens' GetExperiment Text Source #

The ID of the experiment.

Destructuring the Response

data GetExperimentResponse Source #

See: newGetExperimentResponse smart constructor.

Constructors

GetExperimentResponse' 

Fields

Instances

Instances details
Eq GetExperimentResponse Source # 
Instance details

Defined in Amazonka.FIS.GetExperiment

Read GetExperimentResponse Source # 
Instance details

Defined in Amazonka.FIS.GetExperiment

Show GetExperimentResponse Source # 
Instance details

Defined in Amazonka.FIS.GetExperiment

Generic GetExperimentResponse Source # 
Instance details

Defined in Amazonka.FIS.GetExperiment

Associated Types

type Rep GetExperimentResponse :: Type -> Type #

NFData GetExperimentResponse Source # 
Instance details

Defined in Amazonka.FIS.GetExperiment

Methods

rnf :: GetExperimentResponse -> () #

type Rep GetExperimentResponse Source # 
Instance details

Defined in Amazonka.FIS.GetExperiment

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

newGetExperimentResponse Source #

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

$sel:httpStatus:GetExperimentResponse', getExperimentResponse_httpStatus - The response's http status code.

Response Lenses