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

DescribeTagsResponse

import type { DescribeTagsResponse } from "https://aws-api.deno.dev/v0.4/services/efs.ts?docs=full";
interface DescribeTagsResponse {
Marker?: string | null;
NextMarker?: string | null;
Tags: Tag[];
}

§Properties

§
Marker?: string | null
[src]

If the request included a Marker, the response returns that value in this field.

§
NextMarker?: string | null
[src]

If a value is present, there are more tags to return. In a subsequent request, you can provide the value of NextMarker as the value of the Marker parameter in your next request to retrieve the next set of tags.

§
Tags: Tag[]
[src]

Returns tags associated with the file system as an array of Tag objects.