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

ActivityTypeDetail

import type { ActivityTypeDetail } from "https://aws-api.deno.dev/v0.4/services/swf.ts?docs=full";

Detailed information about an activity type.

interface ActivityTypeDetail {
typeInfo: ActivityTypeInfo;
}

§Properties

§

The configuration settings registered with the activity type.

§

General information about the activity type.

The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.

  • REGISTERED – The type is registered and available. Workers supporting this type should be running.
  • DEPRECATED – The type was deprecated using "DeprecateActivityType", but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.