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

DescribeVTLDevicesOutput

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

DescribeVTLDevicesOutput

interface DescribeVTLDevicesOutput {
GatewayARN?: string | null;
Marker?: string | null;
VTLDevices?: VTLDevice[] | null;
}

§Properties

§
GatewayARN?: string | null
[src]
§
Marker?: string | null
[src]

An opaque string that indicates the position at which the VTL devices that were fetched for description ended. Use the marker in your next request to fetch the next set of VTL devices in the list. If there are no more VTL devices to describe, this field does not appear in the response.

§
VTLDevices?: VTLDevice[] | null
[src]

An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices.