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

DeleteTagsRequest

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

§Properties

§
configurationIds: string[]
[src]

A list of configuration items with tags that you want to delete.

§
tags?: Tag[] | null
[src]

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

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