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

CreateVolumeResponse

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

§Properties

§
Volume?: Volume | null
[src]

Returned after a successful CreateVolume API operation, describing the volume just created.