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

RelatedDeployments

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

Information about deployments related to the specified deployment.

interface RelatedDeployments {
autoUpdateOutdatedInstancesDeploymentIds?: string[] | null;
autoUpdateOutdatedInstancesRootDeploymentId?: string | null;
}

§Properties

§
autoUpdateOutdatedInstancesDeploymentIds?: string[] | null
[src]

The deployment IDs of 'auto-update outdated instances' deployments triggered by this deployment.

§
autoUpdateOutdatedInstancesRootDeploymentId?: string | null
[src]

The deployment ID of the root deployment that triggered this deployment.