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

UndeprecateWorkflowTypeInput

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

§Properties

§
domain: string
[src]

The name of the domain of the deprecated workflow type.

§
workflowType: WorkflowType
[src]

The name of the domain of the deprecated workflow type.