Module Smaws_Client_ServiceDiscovery.DeleteService

Deletes a specified service and all associated service attributes. If the service still contains one or more registered instances, the request fails.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InvalidInput of Types.invalid_input | `ResourceInUse of Types.resource_in_use | `ServiceNotFound of Types.service_not_found ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.delete_service_request -> (Types.delete_service_response, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidInput of Types.invalid_input | `ResourceInUse of Types.resource_in_use | `ServiceNotFound of Types.service_not_found ]) Stdlib.result