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

RemoveTagsInput

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

Contains the parameters for RemoveTags.

interface RemoveTagsInput {
pipelineId: string;
tagKeys: string[];
}

§Properties

§
pipelineId: string
[src]

The ID of the pipeline.

§
tagKeys: string[]
[src]

The keys of the tags to remove.