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

GetDeploymentInstanceOutput

import type { GetDeploymentInstanceOutput } from "https://aws-api.deno.dev/v0.4/services/codedeploy.ts?docs=full";

Represents the output of a GetDeploymentInstance operation.

interface GetDeploymentInstanceOutput {
instanceSummary?: InstanceSummary | null;
}

§Properties

§
instanceSummary?: InstanceSummary | null
[src]

Information about the instance.