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

ReprocessingSummary

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

Information about pipeline reprocessing.

interface ReprocessingSummary {
creationTime?: Date | number | null;
id?: string | null;
status?: ReprocessingStatus | null;
}

§Properties

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

The time the pipeline reprocessing was created.

§
id?: string | null
[src]

The reprocessingId returned by StartPipelineReprocessing.

§
status?: ReprocessingStatus | null
[src]

The status of the pipeline reprocessing.