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

Description

Returns the details about one launch. You must already know the launch name. To retrieve a list of launches in your account, use ListLaunches.

Synopsis

Creating a Request

data GetLaunch Source #

See: newGetLaunch smart constructor.

Constructors

GetLaunch' 

Fields

  • launch :: Text

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

  • project :: Text

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

Instances

Instances details
ToHeaders GetLaunch Source # 
Instance details

Defined in Amazonka.Evidently.GetLaunch

Methods

toHeaders :: GetLaunch -> [Header] #

ToPath GetLaunch Source # 
Instance details

Defined in Amazonka.Evidently.GetLaunch

ToQuery GetLaunch Source # 
Instance details

Defined in Amazonka.Evidently.GetLaunch

AWSRequest GetLaunch Source # 
Instance details

Defined in Amazonka.Evidently.GetLaunch

Associated Types

type AWSResponse GetLaunch #

Generic GetLaunch Source # 
Instance details

Defined in Amazonka.Evidently.GetLaunch

Associated Types

type Rep GetLaunch :: Type -> Type #

Read GetLaunch Source # 
Instance details

Defined in Amazonka.Evidently.GetLaunch

Show GetLaunch Source # 
Instance details

Defined in Amazonka.Evidently.GetLaunch

NFData GetLaunch Source # 
Instance details

Defined in Amazonka.Evidently.GetLaunch

Methods

rnf :: GetLaunch -> () #

Eq GetLaunch Source # 
Instance details

Defined in Amazonka.Evidently.GetLaunch

Hashable GetLaunch Source # 
Instance details

Defined in Amazonka.Evidently.GetLaunch

type AWSResponse GetLaunch Source # 
Instance details

Defined in Amazonka.Evidently.GetLaunch

type Rep GetLaunch Source # 
Instance details

Defined in Amazonka.Evidently.GetLaunch

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

newGetLaunch Source #

Create a value of GetLaunch 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:

GetLaunch, getLaunch_launch - The name of the launch that you want to see the details of.

GetLaunch, getLaunch_project - The name or ARN of the project that contains the launch.

Request Lenses

getLaunch_launch :: Lens' GetLaunch Text Source #

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

getLaunch_project :: Lens' GetLaunch Text Source #

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

Destructuring the Response

data GetLaunchResponse Source #

See: newGetLaunchResponse smart constructor.

Constructors

GetLaunchResponse' 

Fields

Instances

Instances details
Generic GetLaunchResponse Source # 
Instance details

Defined in Amazonka.Evidently.GetLaunch

Associated Types

type Rep GetLaunchResponse :: Type -> Type #

Read GetLaunchResponse Source # 
Instance details

Defined in Amazonka.Evidently.GetLaunch

Show GetLaunchResponse Source # 
Instance details

Defined in Amazonka.Evidently.GetLaunch

NFData GetLaunchResponse Source # 
Instance details

Defined in Amazonka.Evidently.GetLaunch

Methods

rnf :: GetLaunchResponse -> () #

Eq GetLaunchResponse Source # 
Instance details

Defined in Amazonka.Evidently.GetLaunch

type Rep GetLaunchResponse Source # 
Instance details

Defined in Amazonka.Evidently.GetLaunch

type Rep GetLaunchResponse = D1 ('MetaData "GetLaunchResponse" "Amazonka.Evidently.GetLaunch" "amazonka-evidently-2.0-Es2fJk98R0DAUPYaVkZSYC" 'False) (C1 ('MetaCons "GetLaunchResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "launch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Launch)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetLaunchResponse Source #

Create a value of GetLaunchResponse 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:

GetLaunch, getLaunchResponse_launch - A structure containing the configuration details of the launch.

$sel:httpStatus:GetLaunchResponse', getLaunchResponse_httpStatus - The response's http status code.

Response Lenses

getLaunchResponse_launch :: Lens' GetLaunchResponse (Maybe Launch) Source #

A structure containing the configuration details of the launch.

getLaunchResponse_httpStatus :: Lens' GetLaunchResponse Int Source #

The response's http status code.