Values.CreateLocationInputSourceThis API works with the following fleet types: Anywhere Creates a custom location for use in an Anywhere fleet.
type nonrec t = {locationName : CustomInputLocationStringModel.t;A descriptive name for the custom location.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of CustomInputLocationStringModel.t ])
list ]