amazonka-autoscaling-0.3.3: Amazon Auto Scaling SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.AutoScaling.DeleteLaunchConfiguration

Contents

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.

http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_DeleteLaunchConfiguration.html

Synopsis

Request

Request constructor

Request lenses

dlcLaunchConfigurationName :: Lens' DeleteLaunchConfiguration Text Source

The name of the launch configuration.

Response

Response constructor