amazonka-storagegateway-0.3.4: Amazon Storage Gateway SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.StorageGateway.DescribeVTLDevices

Contents

Description

Returns a description of virtual tape library (VTL) devices for the specified gateway. In the response, AWS Storage Gateway returns VTL device information.

The list of VTL devices must be from one gateway.

http://docs.aws.amazon.com/storagegateway/latest/APIReference/API_DescribeVTLDevices.html

Synopsis

Request

Request constructor

Request lenses

dvtldLimit :: Lens' DescribeVTLDevices (Maybe Natural) Source

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

dvtldMarker :: Lens' DescribeVTLDevices (Maybe Text) Source

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

dvtldVTLDeviceARNs :: Lens' DescribeVTLDevices [Text] Source

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

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.

Response

Response constructor

Response lenses

dvtldrMarker :: Lens' DescribeVTLDevicesResponse (Maybe Text) Source

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.

dvtldrVTLDevices :: Lens' DescribeVTLDevicesResponse [VTLDevice] Source

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