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

DescribeVolumesResponse

import type { DescribeVolumesResponse } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";
interface DescribeVolumesResponse {
NextToken?: string | null;
Volumes?: Volume[] | null;
}

§Properties

§
NextToken?: string | null
[src]
§
Volumes?: Volume[] | null
[src]

Returned after a successful DescribeVolumes operation, describing each volume.