libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

Read DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

Show 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 #

NFData DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

Hashable DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

AWSRequest DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

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

type Rep DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

type Rep DeleteLaunchConfiguration = D1 ('MetaData "DeleteLaunchConfiguration" "Amazonka.AutoScaling.DeleteLaunchConfiguration" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DeleteLaunchConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "launchConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteLaunchConfiguration Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

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:

$sel:launchConfigurationName:DeleteLaunchConfiguration', deleteLaunchConfiguration_launchConfigurationName - The name of the launch configuration.

Request Lenses

Destructuring the Response

data DeleteLaunchConfigurationResponse Source #

See: newDeleteLaunchConfigurationResponse smart constructor.

Instances

Instances details
Eq DeleteLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

Read DeleteLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

Show DeleteLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

Generic DeleteLaunchConfigurationResponse Source # 
Instance details

Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration

Associated Types

type Rep DeleteLaunchConfigurationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" '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.