servicediscovery_deregister_instance: Deletes the Amazon Route<U+00A0>53 DNS records and health check, if any, that
AWS Cloud Map created for the specified instance
Description
Deletes the Amazon Route<U+00A0>53 DNS records and health check, if any, that
AWS Cloud Map created for the specified instance.
# NOT RUN {# Example: Deregister a service instancesvc$deregister_instance(
InstanceId = "myservice-53",
ServiceId = "srv-p5zdwlg5uvvzjita")
# }# NOT RUN {# }