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

GetFlowTemplateRequest

import type { GetFlowTemplateRequest } from "https://aws-api.deno.dev/v0.4/services/iotthingsgraph.ts?docs=full";
interface GetFlowTemplateRequest {
id: string;
revisionNumber?: number | null;
}

§Properties

§
id: string
[src]

The ID of the workflow.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
§
revisionNumber?: number | null
[src]

The number of the workflow revision to retrieve.