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

DescribeTagsRequest

import type { DescribeTagsRequest } from "https://aws-api.deno.dev/v0.4/services/efs.ts?docs=full";
interface DescribeTagsRequest {
FileSystemId: string;
Marker?: string | null;
MaxItems?: number | null;
}

§Properties

§
FileSystemId: string
[src]

The ID of the file system whose tag set you want to retrieve.

§
Marker?: string | null
[src]

(Optional) An opaque pagination token returned from a previous DescribeTags operation (String). If present, it specifies to continue the list from where the previous call left off.

§
MaxItems?: number | null
[src]

(Optional) The maximum number of file system tags to return in the response. Currently, this number is automatically set to 100, and other values are ignored. The response is paginated at 100 per page if you have more than 100 tags.