Values.CreateHttpNamespaceResponseSourceCreates 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 = {operationId : OperationId.t option;A value that you can use to determine whether the request completed successfully. To get the status of the operation, see GetOperation.
*)}type nonrec error = [ | `DuplicateRequest of DuplicateRequest.t| `InvalidInput of InvalidInput.t| `NamespaceAlreadyExists of NamespaceAlreadyExists.t| `ResourceLimitExceeded of ResourceLimitExceeded.t| `TooManyTagsException of TooManyTagsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DuplicateRequest of DuplicateRequest.t
| `InvalidInput of InvalidInput.t
| `NamespaceAlreadyExists of NamespaceAlreadyExists.t
| `ResourceLimitExceeded of ResourceLimitExceeded.t
| `TooManyTagsException of TooManyTagsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DuplicateRequest of DuplicateRequest.t
| `InvalidInput of InvalidInput.t
| `NamespaceAlreadyExists of NamespaceAlreadyExists.t
| `ResourceLimitExceeded of ResourceLimitExceeded.t
| `TooManyTagsException of TooManyTagsException.t
| `Unknown_operation_error of string * string option ]