Values.CreateHttpNamespaceRequestSourceCreates an HTTP namespace. Service instances registered using an HTTP namespace can be discovered using a DiscoverInstances request but can't be discovered using DNS. For the current quota on the number of namespaces that you can create using the same Amazon Web Services account, see Cloud Map quotas in the Cloud Map Developer Guide.
type nonrec t = {name : NamespaceNameHttp.t;The name that you want to assign to this namespace.
*)creatorRequestId : ResourceId.t option;A unique string that identifies the request and that allows failed CreateHttpNamespace requests to be retried without the risk of running the operation twice. CreatorRequestId can be any unique string (for example, a date/time stamp).
*)description : ResourceDescription.t option;A description for the namespace.
*)}val make :
?creatorRequestId:??? ->
?description:??? ->
?tags:??? ->
name:NamespaceNameHttp.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of NamespaceNameHttp.t ])
list ]