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

DescribeWorkflowExecutionInput

import type { DescribeWorkflowExecutionInput } from "https://aws-api.deno.dev/v0.4/services/swf.ts?docs=full";
interface DescribeWorkflowExecutionInput {
domain: string;
execution: WorkflowExecution;
}

§Properties

§
domain: string
[src]

The name of the domain containing the workflow execution.

§

The workflow execution to describe.