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

ListTagsForResourceRequest

import type { ListTagsForResourceRequest } from "https://aws-api.deno.dev/v0.4/services/efs.ts?docs=full";
interface ListTagsForResourceRequest {
MaxResults?: number | null;
NextToken?: string | null;
ResourceId: string;
}

§Properties

§
MaxResults?: number | null
[src]

(Optional) Specifies the maximum number of tag objects to return in the response. The default value is 100.

§
NextToken?: string | null
[src]

(Optional) You can use NextToken in a subsequent request to fetch the next page of access point descriptions if the response payload was paginated.

§
ResourceId: string
[src]

Specifies the EFS resource you want to retrieve tags for. You can retrieve tags for EFS file systems and access points using this API endpoint.