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

SendTaskSuccessInput

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

§Properties

§
output: string
[src]

The JSON output of the task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

§
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".