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

GetDeploymentInput

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

Represents the input of a GetDeployment operation.

interface GetDeploymentInput {
deploymentId: string;
}

§Properties

§
deploymentId: string
[src]

The unique ID of a deployment associated with the IAM user or Amazon Web Services account.