Submits a request to change the health status of a custom health check to healthy or unhealthy.
See https://paws-r.github.io/docs/servicediscovery/update_instance_custom_health_status.html for full documentation.
servicediscovery_update_instance_custom_health_status(
ServiceId,
InstanceId,
Status
)
[required] The ID of the service that includes the configuration for the custom health check that you want to change the status for.
[required] The ID of the instance that you want to change the health status for.
[required] The new status of the instance, HEALTHY
or UNHEALTHY
.