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

PipeTargetStateMachineParameters

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

The parameters for using a Step Functions state machine as a target.

interface PipeTargetStateMachineParameters {
InvocationType?: PipeTargetInvocationType | null;
}

§Properties

§
InvocationType?: PipeTargetInvocationType | null
[src]

Specify whether to wait for the state machine to finish or not.