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

ActionRevision

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

Represents information about the version (or revision) of an action.

interface ActionRevision {
created: Date | number;
revisionChangeId: string;
revisionId: string;
}

§Properties

§
created: Date | number
[src]

The date and time when the most recent version of the action was created, in timestamp format.

§
revisionChangeId: string
[src]

The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).

§
revisionId: string
[src]

The system-generated unique ID that identifies the revision number of the action.