Values.DeleteLaunchConfigurationTemplateRequestSourceDeletes a single Launch Configuration Template by ID.
type nonrec t = {launchConfigurationTemplateID : LaunchConfigurationTemplateID.t;The ID of the Launch Configuration Template to be deleted.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of LaunchConfigurationTemplateID.t ]) list ]