Module Values.DeleteDeploymentRequestSource
Deletes a Deployment.
Sourcetype nonrec t = {apiId : string;deploymentId : string;
} Sourceval make : apiId:string -> deploymentId:string -> unit -> t Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) list ]