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

RunPipelineActivityRequest

import type { RunPipelineActivityRequest } from "https://aws-api.deno.dev/v0.3/services/iotanalytics.ts?docs=full";
interface RunPipelineActivityRequest {
payloads: (Uint8Array | string)[];
pipelineActivity: PipelineActivity;
}

§Properties

§
payloads: (Uint8Array | string)[]
[src]

The sample message payloads on which the pipeline activity is run.

§
pipelineActivity: PipelineActivity
[src]

The pipeline activity that is run. This must not be a channel activity or a data store activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a Lambda activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.