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

GetDeploymentTargetOutput

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

§Properties

§
deploymentTarget?: DeploymentTarget | null
[src]

A deployment target that contains information about a deployment such as its status, lifecycle events, and when it was last updated. It also contains metadata about the deployment target. The deployment target metadata depends on the deployment target's type (instanceTarget, lambdaTarget, or ecsTarget).