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.4/services/fsx.ts?docs=full";
interface UpdateVolumeRequest {
ClientRequestToken?: string | null;
Name?: string | null;
OntapConfiguration?: UpdateOntapVolumeConfiguration | null;
OpenZFSConfiguration?: UpdateOpenZFSVolumeConfiguration | null;
VolumeId: string;
}

§Properties

§
ClientRequestToken?: string | null
[src]
§
Name?: string | null
[src]

The name of the OpenZFS volume. OpenZFS root volumes are automatically named FSX. Child volume names must be unique among their parent volume's children. The name of the volume is part of the mount string for the OpenZFS volume.

§
OntapConfiguration?: UpdateOntapVolumeConfiguration | null
[src]

The configuration of the ONTAP volume that you are updating.

§
OpenZFSConfiguration?: UpdateOpenZFSVolumeConfiguration | null
[src]

The configuration of the OpenZFS volume that you are updating.

§
VolumeId: string
[src]

The ID of the volume that you want to update, in the format fsvol-0123456789abcdef0.