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

Pipeline

import type { Pipeline } from "https://aws-api.deno.dev/v0.3/services/iotanalytics.ts?docs=full";

Contains information about a pipeline.

interface Pipeline {
activities?: PipelineActivity[] | null;
arn?: string | null;
creationTime?: Date | number | null;
lastUpdateTime?: Date | number | null;
name?: string | null;
reprocessingSummaries?: ReprocessingSummary[] | null;
}

§Properties

§
activities?: PipelineActivity[] | null
[src]

The activities that perform transformations on the messages.

§
arn?: string | null
[src]

The ARN of the pipeline.

§
creationTime?: Date | number | null
[src]

When the pipeline was created.

§
lastUpdateTime?: Date | number | null
[src]

The last time the pipeline was updated.

§
name?: string | null
[src]

The name of the pipeline.

§
reprocessingSummaries?: ReprocessingSummary[] | null
[src]

A summary of information about the pipeline reprocessing.