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

DescribeActivityTypeInput

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

§Properties

§
activityType: ActivityType
[src]

The activity type to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.

§
domain: string
[src]

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