amazonka-evidently-2.0: Amazon CloudWatch Evidently SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Evidently.GetExperiment

Description

Returns the details about one experiment. You must already know the experiment name. To retrieve a list of experiments in your account, use ListExperiments.

Synopsis

Creating a Request

data GetExperiment Source #

See: newGetExperiment smart constructor.

Constructors

GetExperiment' 

Fields

  • experiment :: Text

    The name of the experiment that you want to see the details of.

  • project :: Text

    The name or ARN of the project that contains the experiment.

Instances

Instances details
ToHeaders GetExperiment Source # 
Instance details

Defined in Amazonka.Evidently.GetExperiment

ToPath GetExperiment Source # 
Instance details

Defined in Amazonka.Evidently.GetExperiment

ToQuery GetExperiment Source # 
Instance details

Defined in Amazonka.Evidently.GetExperiment

AWSRequest GetExperiment Source # 
Instance details

Defined in Amazonka.Evidently.GetExperiment

Associated Types

type AWSResponse GetExperiment #

Generic GetExperiment Source # 
Instance details

Defined in Amazonka.Evidently.GetExperiment

Associated Types

type Rep GetExperiment :: Type -> Type #

Read GetExperiment Source # 
Instance details

Defined in Amazonka.Evidently.GetExperiment

Show GetExperiment Source # 
Instance details

Defined in Amazonka.Evidently.GetExperiment

NFData GetExperiment Source # 
Instance details

Defined in Amazonka.Evidently.GetExperiment

Methods

rnf :: GetExperiment -> () #

Eq GetExperiment Source # 
Instance details

Defined in Amazonka.Evidently.GetExperiment

Hashable GetExperiment Source # 
Instance details

Defined in Amazonka.Evidently.GetExperiment

type AWSResponse GetExperiment Source # 
Instance details

Defined in Amazonka.Evidently.GetExperiment

type Rep GetExperiment Source # 
Instance details

Defined in Amazonka.Evidently.GetExperiment

type Rep GetExperiment = D1 ('MetaData "GetExperiment" "Amazonka.Evidently.GetExperiment" "amazonka-evidently-2.0-Es2fJk98R0DAUPYaVkZSYC" 'False) (C1 ('MetaCons "GetExperiment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "experiment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "project") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

GetExperiment, getExperiment_experiment - The name of the experiment that you want to see the details of.

GetExperiment, getExperiment_project - The name or ARN of the project that contains the experiment.

Request Lenses

getExperiment_experiment :: Lens' GetExperiment Text Source #

The name of the experiment that you want to see the details of.

getExperiment_project :: Lens' GetExperiment Text Source #

The name or ARN of the project that contains the experiment.

Destructuring the Response

data GetExperimentResponse Source #

See: newGetExperimentResponse smart constructor.

Constructors

GetExperimentResponse' 

Fields

Instances

Instances details
Generic GetExperimentResponse Source # 
Instance details

Defined in Amazonka.Evidently.GetExperiment

Associated Types

type Rep GetExperimentResponse :: Type -> Type #

Read GetExperimentResponse Source # 
Instance details

Defined in Amazonka.Evidently.GetExperiment

Show GetExperimentResponse Source # 
Instance details

Defined in Amazonka.Evidently.GetExperiment

NFData GetExperimentResponse Source # 
Instance details

Defined in Amazonka.Evidently.GetExperiment

Methods

rnf :: GetExperimentResponse -> () #

Eq GetExperimentResponse Source # 
Instance details

Defined in Amazonka.Evidently.GetExperiment

type Rep GetExperimentResponse Source # 
Instance details

Defined in Amazonka.Evidently.GetExperiment

type Rep GetExperimentResponse = D1 ('MetaData "GetExperimentResponse" "Amazonka.Evidently.GetExperiment" "amazonka-evidently-2.0-Es2fJk98R0DAUPYaVkZSYC" '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:

GetExperiment, getExperimentResponse_experiment - A structure containing the configuration details of the experiment.

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

Response Lenses

getExperimentResponse_experiment :: Lens' GetExperimentResponse (Maybe Experiment) Source #

A structure containing the configuration details of the experiment.