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

DeregisterVolumeRequest

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

§Properties

§
VolumeId: string
[src]

The AWS OpsWorks Stacks volume ID, which is the GUID that AWS OpsWorks Stacks assigned to the instance when you registered the volume with the stack, not the Amazon EC2 volume ID.