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

StartWorkflowExecutionInput

import type { StartWorkflowExecutionInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/swf.ts";
interface StartWorkflowExecutionInput {
childPolicy?: ChildPolicy | null;
domain: string;
executionStartToCloseTimeout?: string | null;
input?: string | null;
lambdaRole?: string | null;
tagList?: string[] | null;
taskList?: TaskList | null;
taskPriority?: string | null;
taskStartToCloseTimeout?: string | null;
workflowId: string;
workflowType: WorkflowType;
}

§Properties

§
childPolicy?: ChildPolicy | null
[src]
§
domain: string
[src]
§
executionStartToCloseTimeout?: string | null
[src]
§
input?: string | null
[src]
§
lambdaRole?: string | null
[src]
§
tagList?: string[] | null
[src]
§
taskList?: TaskList | null
[src]
§
taskPriority?: string | null
[src]
§
taskStartToCloseTimeout?: string | null
[src]
§
workflowId: string
[src]
§
workflowType: WorkflowType
[src]