autoscaling_delete_launch_configuration: Deletes the specified launch configuration
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.
# NOT RUN {# This example deletes the specified launch configuration.svc$delete_launch_configuration(
LaunchConfigurationName = "my-launch-config")
# }# NOT RUN {# }