Module Values.UpdatePublicDnsNamespaceRequestSource

Updates a public DNS namespace.

Sourcetype nonrec t = {
  1. id : Arn.t;
    (*

    The ID or Amazon Resource Name (ARN) of the namespace being updated.

    *)
  2. updaterRequestId : ResourceId.t option;
    (*

    A unique string that identifies the request and that allows failed UpdatePublicDnsNamespace requests to be retried without the risk of running the operation twice. UpdaterRequestId can be any unique string (for example, a date/timestamp).

    *)
  3. namespace : PublicDnsNamespaceChange.t;
    (*

    Updated properties for the public DNS namespace.

    *)
}
Sourceval context_ : string
Sourceval make : ?updaterRequestId:??? -> id:Arn.t -> namespace:PublicDnsNamespaceChange.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Arn.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 ]) 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