Values.UpdatePublicDnsNamespaceRequestSourceUpdates a public DNS namespace.
type nonrec t = {id : Arn.t;The ID or Amazon Resource Name (ARN) of the namespace being updated.
*)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).
*)namespace : PublicDnsNamespaceChange.t;Updated properties for the public DNS namespace.
*)}val make :
?updaterRequestId:??? ->
id:Arn.t ->
namespace:PublicDnsNamespaceChange.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 ]