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

RemoveTagsFromOnPremisesInstancesInput

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

Represents the input of a RemoveTagsFromOnPremisesInstances operation.

interface RemoveTagsFromOnPremisesInstancesInput {
instanceNames: string[];
tags: Tag[];
}

§Properties

§
instanceNames: string[]
[src]

The names of the on-premises instances from which to remove tags.

§
tags: Tag[]
[src]

The tag key-value pairs to remove from the on-premises instances.