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

UpdateFlowTemplateRequest

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

§Properties

§
compatibleNamespaceVersion?: number | null
[src]

The version of the user's namespace.

If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.

§

The DefinitionDocument that contains the updated workflow definition.

§
id: string
[src]

The ID of the workflow to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME