Module Values.CreateDomainRequestSource

Container for the parameters to the CreateDomain operation. Specifies a name for the new search domain.

Sourcetype nonrec t = {
  1. domainName : DomainName.t;
    (*

    A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.

    *)
}
Sourceval context_ : string
Sourceval make : domainName:DomainName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DomainName.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