amazonka-storagegateway-0.2.3: Amazon Storage Gateway SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.StorageGateway.DescribeStorediSCSIVolumes

Contents

Description

This operation returns description of the gateway volumes specified in the request. The list of gateway volumes in the request must be from one gateway. In the response Amazon Storage Gateway returns volume information sorted by volume ARNs.

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

Synopsis

Request

Request constructor

describeStorediSCSIVolumes :: DescribeStorediSCSIVolumes Source

DescribeStorediSCSIVolumes constructor.

The fields accessible through corresponding lenses are:

Request lenses

dsscsivVolumeARNs :: Lens' DescribeStorediSCSIVolumes [Text] Source

An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.

Response

Response constructor

Response lenses