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

Description

Deletes an Evidently launch. The feature used for the launch is not deleted.

To stop a launch without deleting it, use StopLaunch.

Synopsis

Creating a Request

data DeleteLaunch Source #

See: newDeleteLaunch smart constructor.

Constructors

DeleteLaunch' 

Fields

  • launch :: Text

    The name of the launch to delete.

  • project :: Text

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

Instances

Instances details
ToHeaders DeleteLaunch Source # 
Instance details

Defined in Amazonka.Evidently.DeleteLaunch

ToPath DeleteLaunch Source # 
Instance details

Defined in Amazonka.Evidently.DeleteLaunch

ToQuery DeleteLaunch Source # 
Instance details

Defined in Amazonka.Evidently.DeleteLaunch

AWSRequest DeleteLaunch Source # 
Instance details

Defined in Amazonka.Evidently.DeleteLaunch

Associated Types

type AWSResponse DeleteLaunch #

Generic DeleteLaunch Source # 
Instance details

Defined in Amazonka.Evidently.DeleteLaunch

Associated Types

type Rep DeleteLaunch :: Type -> Type #

Read DeleteLaunch Source # 
Instance details

Defined in Amazonka.Evidently.DeleteLaunch

Show DeleteLaunch Source # 
Instance details

Defined in Amazonka.Evidently.DeleteLaunch

NFData DeleteLaunch Source # 
Instance details

Defined in Amazonka.Evidently.DeleteLaunch

Methods

rnf :: DeleteLaunch -> () #

Eq DeleteLaunch Source # 
Instance details

Defined in Amazonka.Evidently.DeleteLaunch

Hashable DeleteLaunch Source # 
Instance details

Defined in Amazonka.Evidently.DeleteLaunch

type AWSResponse DeleteLaunch Source # 
Instance details

Defined in Amazonka.Evidently.DeleteLaunch

type Rep DeleteLaunch Source # 
Instance details

Defined in Amazonka.Evidently.DeleteLaunch

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

newDeleteLaunch Source #

Create a value of DeleteLaunch 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:launch:DeleteLaunch', deleteLaunch_launch - The name of the launch to delete.

DeleteLaunch, deleteLaunch_project - The name or ARN of the project that contains the launch to delete.

Request Lenses

deleteLaunch_launch :: Lens' DeleteLaunch Text Source #

The name of the launch to delete.

deleteLaunch_project :: Lens' DeleteLaunch Text Source #

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

Destructuring the Response

data DeleteLaunchResponse Source #

See: newDeleteLaunchResponse smart constructor.

Constructors

DeleteLaunchResponse' 

Fields

Instances

Instances details
Generic DeleteLaunchResponse Source # 
Instance details

Defined in Amazonka.Evidently.DeleteLaunch

Associated Types

type Rep DeleteLaunchResponse :: Type -> Type #

Read DeleteLaunchResponse Source # 
Instance details

Defined in Amazonka.Evidently.DeleteLaunch

Show DeleteLaunchResponse Source # 
Instance details

Defined in Amazonka.Evidently.DeleteLaunch

NFData DeleteLaunchResponse Source # 
Instance details

Defined in Amazonka.Evidently.DeleteLaunch

Methods

rnf :: DeleteLaunchResponse -> () #

Eq DeleteLaunchResponse Source # 
Instance details

Defined in Amazonka.Evidently.DeleteLaunch

type Rep DeleteLaunchResponse Source # 
Instance details

Defined in Amazonka.Evidently.DeleteLaunch

type Rep DeleteLaunchResponse = D1 ('MetaData "DeleteLaunchResponse" "Amazonka.Evidently.DeleteLaunch" "amazonka-evidently-2.0-Es2fJk98R0DAUPYaVkZSYC" 'False) (C1 ('MetaCons "DeleteLaunchResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteLaunchResponse Source #

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

Response Lenses