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

DeprecateActivityTypeInput

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

§Properties

§
activityType: ActivityType
[src]

The activity type to deprecate.

§
domain: string
[src]

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