Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateInstanceCustomHealthStatusRequest

import type { UpdateInstanceCustomHealthStatusRequest } from "https://aws-api.deno.dev/v0.3/services/servicediscovery.ts?docs=full";
interface UpdateInstanceCustomHealthStatusRequest {
InstanceId: string;
ServiceId: string;
}

§Properties

§
InstanceId: string
[src]

The ID of the instance that you want to change the health status for.

§
ServiceId: string
[src]

The ID of the service that includes the configuration for the custom health check that you want to change the status for.

§

The new status of the instance, HEALTHY or UNHEALTHY.