Values.UpdateHttpNamespaceResponseSourceUpdates an HTTP namespace.
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| `NamespaceNotFound of NamespaceNotFound.t| `ResourceInUse of ResourceInUse.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DuplicateRequest of DuplicateRequest.t
| `InvalidInput of InvalidInput.t
| `NamespaceNotFound of NamespaceNotFound.t
| `ResourceInUse of ResourceInUse.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DuplicateRequest of DuplicateRequest.t
| `InvalidInput of InvalidInput.t
| `NamespaceNotFound of NamespaceNotFound.t
| `ResourceInUse of ResourceInUse.t
| `Unknown_operation_error of string * string option ]