Module Values.PublicDnsNamespaceChangeSource

Updated properties for the public DNS namespace.

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

    An updated description for the public DNS namespace.

    *)
  2. properties : PublicDnsNamespacePropertiesChange.t option;
    (*

    Properties to be updated in the public DNS namespace.

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