Module Values.DeleteLocationInputSource

This 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.

Sourcetype nonrec t = {
  1. locationName : CustomLocationNameOrArnModel.t;
    (*

    The location name of the custom location to be deleted.

    *)
}
Sourceval context_ : string
Sourceval make : locationName:CustomLocationNameOrArnModel.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CustomLocationNameOrArnModel.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t