Module Values.ChangeBatchSource

The information for a change request.

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

    Optional: Any comments you want to include about a change batch request.

    *)
  2. changes : Changes.t;
    (*

    Information about the changes to make to the record sets.

    *)
}
Sourceval context_ : string
Sourceval make : ?comment:??? -> changes:Changes.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Boolean of ResourceRecordSetMultiValueAnswer.t | `Enum of string | `List of [> `Structure of (string * [> `String of RData.t ]) list ] list | `Long of ResourceRecordSetWeight.t | `String of DNSName.t | `Structure of (string * [> `Boolean of AliasHealthEnabled.t | `Integer of Bias.t | `String of GeoLocationContinentCode.t | `Structure of (string * [> `String of Latitude.t ]) list ]) list ]) list ]) list ] list | `String of ResourceDescription.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