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

PipelineIdName

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

Contains the name and identifier of a pipeline.

interface PipelineIdName {
id?: string | null;
name?: string | null;
}

§Properties

§
id?: string | null
[src]

The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

§
name?: string | null
[src]

The name of the pipeline.