Smaws_Client_ServiceDiscovery.DeregisterInstanceDeletes the Amazon Route 53 DNS records and health check, if any, that Cloud Map created for the specified instance.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `DuplicateRequest of Types.duplicate_request
| `InstanceNotFound of Types.instance_not_found
| `InvalidInput of Types.invalid_input
| `ResourceInUse of Types.resource_in_use
| `ServiceNotFound of Types.service_not_found ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.deregister_instance_request ->
(Types.deregister_instance_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `DuplicateRequest of Types.duplicate_request
| `InstanceNotFound of Types.instance_not_found
| `InvalidInput of Types.invalid_input
| `ResourceInUse of Types.resource_in_use
| `ServiceNotFound of Types.service_not_found ])
Stdlib.result