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

AddTagsToResourceRequest

import type { AddTagsToResourceRequest } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";
interface AddTagsToResourceRequest {
ResourceId: string;
Tags: Tag[];
}

§Properties

§
ResourceId: string
[src]

Identifier (ID) for the directory to which to add the tag.

§
Tags: Tag[]
[src]

The tags to be assigned to the directory.