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

UpdateVolumeResponse

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

§Properties

§
Volume?: Volume | null
[src]

A description of the volume just updated. Returned after a successful UpdateVolume API operation.