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/efs.ts?docs=full";
interface CreateTagsRequest {
FileSystemId: string;
Tags: Tag[];
}

§Properties

§
FileSystemId: string
[src]

The ID of the file system whose tags you want to modify (String). This operation modifies the tags only, not the file system.

§
Tags: Tag[]
[src]

An array of Tag objects to add. Each Tag object is a key-value pair.