Values.RemoveTemplateActionRequestSourceRemove template post migration custom action.
type nonrec t = {launchConfigurationTemplateID : LaunchConfigurationTemplateID.t;Launch configuration template ID of the post migration custom action to remove.
*)actionID : ActionID.t;Template post migration custom action ID to remove.
*)}val make :
launchConfigurationTemplateID:LaunchConfigurationTemplateID.t ->
actionID:ActionID.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of LaunchConfigurationTemplateID.t ]) list ]