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

PipelineInfo

import type { PipelineInfo } from "https://aws-api.deno.dev/v0.4/services/migrationhubstrategy.ts?docs=full";

Detailed information of the pipeline.

interface PipelineInfo {
pipelineConfigurationTimeStamp?: string | null;
pipelineType?: PipelineType | null;
}

§Properties

§
pipelineConfigurationTimeStamp?: string | null
[src]

The time when the pipeline info was configured.

§
pipelineType?: PipelineType | null
[src]

The type of pipeline.