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

GetDeploymentInstanceInput

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

Represents the input of a GetDeploymentInstance operation.

interface GetDeploymentInstanceInput {
deploymentId: string;
instanceId: string;
}

§Properties

§
deploymentId: string
[src]

The unique ID of a deployment.

§
instanceId: string
[src]

The unique ID of an instance in the deployment group.