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

CreatePipelineResponse

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

§Properties

§
pipelineArn?: string | null
[src]

The ARN of the pipeline.

§
pipelineName?: string | null
[src]

The name of the pipeline.