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

UpdateVolumeRequest

import type { UpdateVolumeRequest } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";
interface UpdateVolumeRequest {
MountPoint?: string | null;
Name?: string | null;
VolumeId: string;
}

§Properties

§
MountPoint?: string | null
[src]

The new mount point.

§
Name?: string | null
[src]

The new name.

§
VolumeId: string
[src]

The volume ID.