Module Values.CreateRegistryInputSource

Sourcetype nonrec t = {
  1. description : string option;
    (*

    A description of the registry to be created.

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

    Tags to associate with the registry.

    *)
}
Sourceval make : ?description:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of string ] * [> `String of string ]) list | `String of string ]) 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