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

SendTaskHeartbeatInput

import type { SendTaskHeartbeatInput } from "https://aws-api.deno.dev/v0.3/services/stepfunctions.ts?docs=full";
interface SendTaskHeartbeatInput {
taskToken: string;
}

§Properties

§
taskToken: string
[src]

The token that represents this task. Task tokens are generated by Step Functions when tasks are assigned to a worker, or in the context object when a workflow enters a task state. See "GetActivityTaskOutput$taskToken".