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

PipelineSummary

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

A summary of information about a pipeline.

interface PipelineSummary {
creationTime?: Date | number | null;
lastUpdateTime?: Date | number | null;
pipelineName?: string | null;
reprocessingSummaries?: ReprocessingSummary[] | null;
}

§Properties

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

When the pipeline was created.

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

When the pipeline was last updated.

§
pipelineName?: string | null
[src]

The name of the pipeline.

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

A summary of information about the pipeline reprocessing.