Module Smaws_Client_ServiceDiscovery.DeleteNamespace

Deletes a namespace from the current account. If the namespace still contains one or more services, the request fails.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `DuplicateRequest of Types.duplicate_request | `InvalidInput of Types.invalid_input | `NamespaceNotFound of Types.namespace_not_found | `ResourceInUse of Types.resource_in_use ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.delete_namespace_request -> (Types.delete_namespace_response, [> Smaws_Lib.Protocols.AwsJson.error | `DuplicateRequest of Types.duplicate_request | `InvalidInput of Types.invalid_input | `NamespaceNotFound of Types.namespace_not_found | `ResourceInUse of Types.resource_in_use ]) Stdlib.result