Module Values.UpdatePrivateDnsNamespaceRequestSource

Updates a private DNS namespace.

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

    The ID or Amazon Resource Name (ARN) of the namespace that you want to update.

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

    A unique string that identifies the request and that allows failed UpdatePrivateDnsNamespace 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 : PrivateDnsNamespaceChange.t;
    (*

    Updated properties for the private DNS namespace.

    *)
}
Sourceval context_ : string
Sourceval make : ?updaterRequestId:??? -> id:Arn.t -> namespace:PrivateDnsNamespaceChange.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