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

DetachVolumeInput

import type { DetachVolumeInput } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";

AttachVolumeInput

interface DetachVolumeInput {
ForceDetach?: boolean | null;
VolumeARN: string;
}

§Properties

§
ForceDetach?: boolean | null
[src]

Set to true to forcibly remove the iSCSI connection of the target volume and detach the volume. The default is false. If this value is set to false, you must manually disconnect the iSCSI connection from the target volume.

Valid Values: true | false

§
VolumeARN: string
[src]

The Amazon Resource Name (ARN) of the volume to detach from the gateway.