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

CreateTagsRequest

import type { CreateTagsRequest } from "https://aws-api.deno.dev/v0.4/services/discovery.ts?docs=full";
interface CreateTagsRequest {
configurationIds: string[];
tags: Tag[];
}

§Properties

§
configurationIds: string[]
[src]

A list of configuration items that you want to tag.

§
tags: Tag[]
[src]

Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:

{"key": "serverType", "value": "webServer"}