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

GetDeploymentTargetInput

import type { GetDeploymentTargetInput } from "https://aws-api.deno.dev/v0.4/services/codedeploy.ts?docs=full";
interface GetDeploymentTargetInput {
deploymentId?: string | null;
targetId?: string | null;
}

§Properties

§
deploymentId?: string | null
[src]

The unique ID of a deployment.

§
targetId?: string | null
[src]

The unique ID of a deployment target.