Module Values.CreateLocationInputSource

This API works with the following fleet types: Anywhere Creates a custom location for use in an Anywhere fleet.

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

    A descriptive name for the custom location.

    *)
  2. tags : TagList.t option;
    (*

    A list of labels to assign to the new resource. Tags are developer-defined key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access management, and cost allocation. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Rareference.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> locationName:CustomInputLocationStringModel.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of CustomInputLocationStringModel.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