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

DeleteResourcesByExternalIdInput

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

§Properties

§
externalId?: string | null
[src]

The unique ID of an external resource (for example, a CloudFormation stack ID) that is linked to one or more CodeDeploy resources.