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

DependencyRevision

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

An object that contains the ID and revision number of a workflow or system that is part of a deployment.

interface DependencyRevision {
id?: string | null;
revisionNumber?: number | null;
}

§Properties

§
id?: string | null
[src]

The ID of the workflow or system.

§
revisionNumber?: number | null
[src]

The revision number of the workflow or system.