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

AddTagsToOnPremisesInstancesInput

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

Represents the input of, and adds tags to, an on-premises instance operation.

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

§Properties

§
instanceNames: string[]
[src]

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

§
tags: Tag[]
[src]

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

Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.