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

DeprecateWorkflowTypeInput

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

§Properties

§
domain: string
[src]

The name of the domain in which the workflow type is registered.

§
workflowType: WorkflowType
[src]

The workflow type to deprecate.