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

DescribePipelineResponse

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

§Properties

§
pipeline?: Pipeline | null
[src]

A Pipeline object that contains information about the pipeline.