Smaws_Client_AutoScaling.DeleteLaunchConfigurationDeletes 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `ResourceContentionFault of Types.resource_contention_fault
| `ResourceInUseFault of Types.resource_in_use_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.launch_configuration_name_type ->
(Smaws_Lib.Smithy_api.Types.unit_,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ResourceContentionFault of Types.resource_contention_fault
| `ResourceInUseFault of Types.resource_in_use_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.launch_configuration_name_type ->
(Smaws_Lib.Smithy_api.Types.unit_ Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ResourceContentionFault of Types.resource_contention_fault
| `ResourceInUseFault of Types.resource_in_use_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result