amazonka-autoscaling-2.0: Amazon Auto Scaling 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.AutoScaling.DeleteLaunchConfiguration

Description

Deletes the specified launch configuration.

The launch configuration must not be attached to an Auto Scaling group. When this call completes, the launch configuration is no longer available for use.

Synopsis

Creating a Request

data DeleteLaunchConfiguration Source #

See: newDeleteLaunchConfiguration smart constructor.

Constructors

DeleteLaunchConfiguration' 

Fields

Instances

Instances details
ToHeaders DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

ToPath DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

ToQuery DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

AWSRequest DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

Generic DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

Associated Types

type Rep DeleteLaunchConfiguration :: Type -> Type #

Read DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

Show DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

NFData DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

Eq DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

Hashable DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

type AWSResponse DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

type Rep DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

type Rep DeleteLaunchConfiguration = D1 ('MetaData "DeleteLaunchConfiguration" "Amazonka.AutoScaling.DeleteLaunchConfiguration" "amazonka-autoscaling-2.0-IerpHfP4BA3Ir4ZL2IR1De" 'False) (C1 ('MetaCons "DeleteLaunchConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "launchConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteLaunchConfiguration Source #

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

DeleteLaunchConfiguration, deleteLaunchConfiguration_launchConfigurationName - The name of the launch configuration.

Request Lenses

Destructuring the Response

data DeleteLaunchConfigurationResponse Source #

See: newDeleteLaunchConfigurationResponse smart constructor.

Instances

Instances details
Generic DeleteLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

Associated Types

type Rep DeleteLaunchConfigurationResponse :: Type -> Type #

Read DeleteLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

Show DeleteLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

NFData DeleteLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

Eq DeleteLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

type Rep DeleteLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

type Rep DeleteLaunchConfigurationResponse = D1 ('MetaData "DeleteLaunchConfigurationResponse" "Amazonka.AutoScaling.DeleteLaunchConfiguration" "amazonka-autoscaling-2.0-IerpHfP4BA3Ir4ZL2IR1De" 'False) (C1 ('MetaCons "DeleteLaunchConfigurationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteLaunchConfigurationResponse :: DeleteLaunchConfigurationResponse Source #

Create a value of DeleteLaunchConfigurationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.