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

Description

Starts an existing launch. To create a launch, use CreateLaunch.

Synopsis

Creating a Request

data StartLaunch Source #

See: newStartLaunch smart constructor.

Constructors

StartLaunch' 

Fields

  • launch :: Text

    The name of the launch to start.

  • project :: Text

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

Instances

Instances details
ToJSON StartLaunch Source # 
Instance details

Defined in Amazonka.Evidently.StartLaunch

ToHeaders StartLaunch Source # 
Instance details

Defined in Amazonka.Evidently.StartLaunch

Methods

toHeaders :: StartLaunch -> [Header] #

ToPath StartLaunch Source # 
Instance details

Defined in Amazonka.Evidently.StartLaunch

ToQuery StartLaunch Source # 
Instance details

Defined in Amazonka.Evidently.StartLaunch

AWSRequest StartLaunch Source # 
Instance details

Defined in Amazonka.Evidently.StartLaunch

Associated Types

type AWSResponse StartLaunch #

Generic StartLaunch Source # 
Instance details

Defined in Amazonka.Evidently.StartLaunch

Associated Types

type Rep StartLaunch :: Type -> Type #

Read StartLaunch Source # 
Instance details

Defined in Amazonka.Evidently.StartLaunch

Show StartLaunch Source # 
Instance details

Defined in Amazonka.Evidently.StartLaunch

NFData StartLaunch Source # 
Instance details

Defined in Amazonka.Evidently.StartLaunch

Methods

rnf :: StartLaunch -> () #

Eq StartLaunch Source # 
Instance details

Defined in Amazonka.Evidently.StartLaunch

Hashable StartLaunch Source # 
Instance details

Defined in Amazonka.Evidently.StartLaunch

type AWSResponse StartLaunch Source # 
Instance details

Defined in Amazonka.Evidently.StartLaunch

type Rep StartLaunch Source # 
Instance details

Defined in Amazonka.Evidently.StartLaunch

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

newStartLaunch Source #

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

StartLaunch, startLaunch_launch - The name of the launch to start.

StartLaunch, startLaunch_project - The name or ARN of the project that contains the launch to start.

Request Lenses

startLaunch_launch :: Lens' StartLaunch Text Source #

The name of the launch to start.

startLaunch_project :: Lens' StartLaunch Text Source #

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

Destructuring the Response

data StartLaunchResponse Source #

See: newStartLaunchResponse smart constructor.

Constructors

StartLaunchResponse' 

Fields

  • httpStatus :: Int

    The response's http status code.

  • launch :: Launch

    A structure that contains information about the launch that was started.

Instances

Instances details
Generic StartLaunchResponse Source # 
Instance details

Defined in Amazonka.Evidently.StartLaunch

Associated Types

type Rep StartLaunchResponse :: Type -> Type #

Read StartLaunchResponse Source # 
Instance details

Defined in Amazonka.Evidently.StartLaunch

Show StartLaunchResponse Source # 
Instance details

Defined in Amazonka.Evidently.StartLaunch

NFData StartLaunchResponse Source # 
Instance details

Defined in Amazonka.Evidently.StartLaunch

Methods

rnf :: StartLaunchResponse -> () #

Eq StartLaunchResponse Source # 
Instance details

Defined in Amazonka.Evidently.StartLaunch

type Rep StartLaunchResponse Source # 
Instance details

Defined in Amazonka.Evidently.StartLaunch

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

newStartLaunchResponse Source #

Create a value of StartLaunchResponse 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:httpStatus:StartLaunchResponse', startLaunchResponse_httpStatus - The response's http status code.

StartLaunch, startLaunchResponse_launch - A structure that contains information about the launch that was started.

Response Lenses

startLaunchResponse_launch :: Lens' StartLaunchResponse Launch Source #

A structure that contains information about the launch that was started.