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

DeregisterInstanceRequest

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

§Properties

§
InstanceId: string
[src]

The value that you specified for Id in the RegisterInstance request.

§
ServiceId: string
[src]

The ID of the service that the instance is associated with.