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

RunPipelineActivityResponse

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

§Properties

§
logResult?: string | null
[src]

In case the pipeline activity fails, the log message that is generated.

§
payloads?: Uint8Array[] | null
[src]

The enriched or transformed sample message payloads as base64-encoded strings. (The results of running the pipeline activity on each input sample message payload, encoded in base64.)