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

DescribeMountTargetsResponse

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

§Properties

§
Marker?: string | null
[src]

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

§
MountTargets?: MountTargetDescription[] | null
[src]

Returns the file system's mount targets as an array of MountTargetDescription objects.

§
NextMarker?: string | null
[src]

If a value is present, there are more mount targets to return. In a subsequent request, you can provide Marker in your request with this value to retrieve the next set of mount targets.