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

Description

Gets information about the specified experiment template.

Synopsis

Creating a Request

data GetExperimentTemplate Source #

See: newGetExperimentTemplate smart constructor.

Constructors

GetExperimentTemplate' 

Fields

  • id :: Text

    The ID of the experiment template.

Instances

Instances details
Eq GetExperimentTemplate Source # 
Instance details

Defined in Amazonka.FIS.GetExperimentTemplate

Read GetExperimentTemplate Source # 
Instance details

Defined in Amazonka.FIS.GetExperimentTemplate

Show GetExperimentTemplate Source # 
Instance details

Defined in Amazonka.FIS.GetExperimentTemplate

Generic GetExperimentTemplate Source # 
Instance details

Defined in Amazonka.FIS.GetExperimentTemplate

Associated Types

type Rep GetExperimentTemplate :: Type -> Type #

NFData GetExperimentTemplate Source # 
Instance details

Defined in Amazonka.FIS.GetExperimentTemplate

Methods

rnf :: GetExperimentTemplate -> () #

Hashable GetExperimentTemplate Source # 
Instance details

Defined in Amazonka.FIS.GetExperimentTemplate

AWSRequest GetExperimentTemplate Source # 
Instance details

Defined in Amazonka.FIS.GetExperimentTemplate

Associated Types

type AWSResponse GetExperimentTemplate #

ToHeaders GetExperimentTemplate Source # 
Instance details

Defined in Amazonka.FIS.GetExperimentTemplate

ToPath GetExperimentTemplate Source # 
Instance details

Defined in Amazonka.FIS.GetExperimentTemplate

ToQuery GetExperimentTemplate Source # 
Instance details

Defined in Amazonka.FIS.GetExperimentTemplate

type Rep GetExperimentTemplate Source # 
Instance details

Defined in Amazonka.FIS.GetExperimentTemplate

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

Defined in Amazonka.FIS.GetExperimentTemplate

newGetExperimentTemplate Source #

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

Request Lenses

getExperimentTemplate_id :: Lens' GetExperimentTemplate Text Source #

The ID of the experiment template.

Destructuring the Response

data GetExperimentTemplateResponse Source #

See: newGetExperimentTemplateResponse smart constructor.

Constructors

GetExperimentTemplateResponse' 

Fields

Instances

Instances details
Eq GetExperimentTemplateResponse Source # 
Instance details

Defined in Amazonka.FIS.GetExperimentTemplate

Read GetExperimentTemplateResponse Source # 
Instance details

Defined in Amazonka.FIS.GetExperimentTemplate

Show GetExperimentTemplateResponse Source # 
Instance details

Defined in Amazonka.FIS.GetExperimentTemplate

Generic GetExperimentTemplateResponse Source # 
Instance details

Defined in Amazonka.FIS.GetExperimentTemplate

Associated Types

type Rep GetExperimentTemplateResponse :: Type -> Type #

NFData GetExperimentTemplateResponse Source # 
Instance details

Defined in Amazonka.FIS.GetExperimentTemplate

type Rep GetExperimentTemplateResponse Source # 
Instance details

Defined in Amazonka.FIS.GetExperimentTemplate

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

newGetExperimentTemplateResponse Source #

Create a value of GetExperimentTemplateResponse 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:experimentTemplate:GetExperimentTemplateResponse', getExperimentTemplateResponse_experimentTemplate - Information about the experiment template.

$sel:httpStatus:GetExperimentTemplateResponse', getExperimentTemplateResponse_httpStatus - The response's http status code.

Response Lenses