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

GetInstanceRequest

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

§Properties

§
InstanceId: string
[src]

The ID of the instance that you want to get information about.

§
ServiceId: string
[src]

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