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

CreateFlowTemplateRequest

import type { CreateFlowTemplateRequest } from "https://aws-api.deno.dev/v0.4/services/iotthingsgraph.ts?docs=full";
interface CreateFlowTemplateRequest {
compatibleNamespaceVersion?: number | null;
definition: DefinitionDocument;
}

§Properties

§
compatibleNamespaceVersion?: number | null
[src]

The namespace version in which the workflow is to be created.

If no value is specified, the latest version is used by default.

§

The workflow DefinitionDocument.