Values.DeleteLocationInputSourceThis API works with the following fleet types: Anywhere Deletes a custom location. Before deleting a custom location, review any fleets currently using the custom location and deregister the location if it is in use. For more information, see DeregisterCompute.
type nonrec t = {locationName : CustomLocationNameOrArnModel.t;The location name of the custom location to be deleted.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of CustomLocationNameOrArnModel.t ]) list ]