Module Values.CreateHttpNamespaceResponseSource

Creates 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.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourcetype nonrec error = [
  1. | `DuplicateRequest of DuplicateRequest.t
  2. | `InvalidInput of InvalidInput.t
  3. | `NamespaceAlreadyExists of NamespaceAlreadyExists.t
  4. | `ResourceLimitExceeded of ResourceLimitExceeded.t
  5. | `TooManyTagsException of TooManyTagsException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?operationId:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of OperationId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t