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

FlowTemplateDescription

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

An object that contains a workflow's definition and summary information.

interface FlowTemplateDescription {
definition?: DefinitionDocument | null;
summary?: FlowTemplateSummary | null;
validatedNamespaceVersion?: number | null;
}

§Properties

§
definition?: DefinitionDocument | null
[src]

A workflow's definition document.

§
summary?: FlowTemplateSummary | null
[src]

An object that contains summary information about a workflow.

§
validatedNamespaceVersion?: number | null
[src]

The version of the user's namespace against which the workflow was validated. Use this value in your system instance.