Values.UpdatePrivateDnsNamespaceRequestSourceUpdates a private DNS namespace.
type nonrec t = {id : Arn.t;The ID or Amazon Resource Name (ARN) of the namespace that you want to update.
*)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).
*)namespace : PrivateDnsNamespaceChange.t;Updated properties for the private DNS namespace.
*)}val make :
?updaterRequestId:??? ->
id:Arn.t ->
namespace:PrivateDnsNamespaceChange.t ->
unit ->
tval 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 ]