Values.UpdateHttpNamespaceRequestSourceUpdates an HTTP 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 UpdateHttpNamespace requests to be retried without the risk of running the operation twice. UpdaterRequestId can be any unique string (for example, a date/timestamp).
*)namespace : HttpNamespaceChange.t;Updated properties for the the HTTP namespace.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Arn.t
| `Structure of (string * [> `String of ResourceDescription.t ]) list ])
list ]