amazonka-mgn-2.0: Amazon Application Migration Service 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.MGN.DeleteLaunchConfigurationTemplate

Description

Deletes a single Launch Configuration Template by ID.

Synopsis

Creating a Request

data DeleteLaunchConfigurationTemplate Source #

See: newDeleteLaunchConfigurationTemplate smart constructor.

Constructors

DeleteLaunchConfigurationTemplate' 

Fields

Instances

Instances details
ToJSON DeleteLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.DeleteLaunchConfigurationTemplate

ToHeaders DeleteLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.DeleteLaunchConfigurationTemplate

ToPath DeleteLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.DeleteLaunchConfigurationTemplate

ToQuery DeleteLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.DeleteLaunchConfigurationTemplate

AWSRequest DeleteLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.DeleteLaunchConfigurationTemplate

Generic DeleteLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.DeleteLaunchConfigurationTemplate

Associated Types

type Rep DeleteLaunchConfigurationTemplate :: Type -> Type #

Read DeleteLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.DeleteLaunchConfigurationTemplate

Show DeleteLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.DeleteLaunchConfigurationTemplate

NFData DeleteLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.DeleteLaunchConfigurationTemplate

Eq DeleteLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.DeleteLaunchConfigurationTemplate

Hashable DeleteLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.DeleteLaunchConfigurationTemplate

type AWSResponse DeleteLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.DeleteLaunchConfigurationTemplate

type Rep DeleteLaunchConfigurationTemplate Source # 
Instance details

Defined in Amazonka.MGN.DeleteLaunchConfigurationTemplate

type Rep DeleteLaunchConfigurationTemplate = D1 ('MetaData "DeleteLaunchConfigurationTemplate" "Amazonka.MGN.DeleteLaunchConfigurationTemplate" "amazonka-mgn-2.0-BuezedRYkBsCUJQfnWhjEk" 'False) (C1 ('MetaCons "DeleteLaunchConfigurationTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "launchConfigurationTemplateID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteLaunchConfigurationTemplate Source #

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

DeleteLaunchConfigurationTemplate, deleteLaunchConfigurationTemplate_launchConfigurationTemplateID - ID of resource to be deleted.

Request Lenses

Destructuring the Response

data DeleteLaunchConfigurationTemplateResponse Source #

Constructors

DeleteLaunchConfigurationTemplateResponse' 

Fields

Instances

Instances details
Generic DeleteLaunchConfigurationTemplateResponse Source # 
Instance details

Defined in Amazonka.MGN.DeleteLaunchConfigurationTemplate

Read DeleteLaunchConfigurationTemplateResponse Source # 
Instance details

Defined in Amazonka.MGN.DeleteLaunchConfigurationTemplate

Show DeleteLaunchConfigurationTemplateResponse Source # 
Instance details

Defined in Amazonka.MGN.DeleteLaunchConfigurationTemplate

NFData DeleteLaunchConfigurationTemplateResponse Source # 
Instance details

Defined in Amazonka.MGN.DeleteLaunchConfigurationTemplate

Eq DeleteLaunchConfigurationTemplateResponse Source # 
Instance details

Defined in Amazonka.MGN.DeleteLaunchConfigurationTemplate

type Rep DeleteLaunchConfigurationTemplateResponse Source # 
Instance details

Defined in Amazonka.MGN.DeleteLaunchConfigurationTemplate

type Rep DeleteLaunchConfigurationTemplateResponse = D1 ('MetaData "DeleteLaunchConfigurationTemplateResponse" "Amazonka.MGN.DeleteLaunchConfigurationTemplate" "amazonka-mgn-2.0-BuezedRYkBsCUJQfnWhjEk" 'False) (C1 ('MetaCons "DeleteLaunchConfigurationTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteLaunchConfigurationTemplateResponse Source #

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

Response Lenses