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

DescribeVTLDevicesInput

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

DescribeVTLDevicesInput

interface DescribeVTLDevicesInput {
GatewayARN: string;
Limit?: number | null;
Marker?: string | null;
VTLDeviceARNs?: string[] | null;
}

§Properties

§
GatewayARN: string
[src]
§
Limit?: number | null
[src]

Specifies that the number of VTL devices described be limited to the specified number.

§
Marker?: string | null
[src]

An opaque string that indicates the position at which to begin describing the VTL devices.

§
VTLDeviceARNs?: string[] | null
[src]

An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.

Note: All of the specified VTL devices must be from the same gateway. If no VTL devices are specified, the result will contain all devices on the specified gateway.