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

AddTagsInput

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

Contains the parameters for AddTags.

interface AddTagsInput {
pipelineId: string;
tags: Tag[];
}

§Properties

§
pipelineId: string
[src]

The ID of the pipeline.

§
tags: Tag[]
[src]

The tags to add, as key/value pairs.