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

GenericRevisionInfo

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

Information about an application revision.

interface GenericRevisionInfo {
deploymentGroups?: string[] | null;
description?: string | null;
firstUsedTime?: Date | number | null;
lastUsedTime?: Date | number | null;
registerTime?: Date | number | null;
}

§Properties

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

The deployment groups for which this is the current target revision.

§
description?: string | null
[src]

A comment about the revision.

§
firstUsedTime?: Date | number | null
[src]

When the revision was first used by AWS CodeDeploy.

§
lastUsedTime?: Date | number | null
[src]

When the revision was last used by AWS CodeDeploy.

§
registerTime?: Date | number | null
[src]

When the revision was registered with AWS CodeDeploy.