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

UndeprecateActivityTypeInput

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

§Properties

§
activityType: ActivityType
[src]

The activity type to undeprecate.

§
domain: string
[src]

The name of the domain of the deprecated activity type.