Module Values_1.PtrUpdateStatusSource

The status of an updated pointer (PTR) record for an Elastic IP address.

Sourcetype nonrec t = {
  1. value : Values_0.String_.t option;
    (*

    The value for the PTR record update.

    *)
  2. status : Values_0.String_.t option;
    (*

    The status of the PTR record update.

    *)
  3. reason : Values_0.String_.t option;
    (*

    The reason for the PTR record update.

    *)
}
Sourceval make : ?value:??? -> ?status:??? -> ?reason:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.String_.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