Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
This operation returns the 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.
See: AWS API Reference for DescribeStorediSCSIVolumes.
- describeStorediSCSIVolumes :: DescribeStorediSCSIVolumes
- data DescribeStorediSCSIVolumes
- dsscsivVolumeARNs :: Lens' DescribeStorediSCSIVolumes [Text]
- describeStorediSCSIVolumesResponse :: Int -> DescribeStorediSCSIVolumesResponse
- data DescribeStorediSCSIVolumesResponse
- dsscsivrsStorediSCSIVolumes :: Lens' DescribeStorediSCSIVolumesResponse [StorediSCSIVolume]
- dsscsivrsStatus :: Lens' DescribeStorediSCSIVolumesResponse Int
Creating a Request
describeStorediSCSIVolumes :: DescribeStorediSCSIVolumes Source
Creates a value of DescribeStorediSCSIVolumes
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeStorediSCSIVolumes Source
A JSON Object containing a list of DescribeStorediSCSIVolumesInput$VolumeARNs.
See: describeStorediSCSIVolumes
smart constructor.
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.
Destructuring the Response
describeStorediSCSIVolumesResponse Source
Creates a value of DescribeStorediSCSIVolumesResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeStorediSCSIVolumesResponse Source
See: describeStorediSCSIVolumesResponse
smart constructor.
Response Lenses
dsscsivrsStorediSCSIVolumes :: Lens' DescribeStorediSCSIVolumesResponse [StorediSCSIVolume] Source
Undocumented member.
dsscsivrsStatus :: Lens' DescribeStorediSCSIVolumesResponse Int Source
The response status code.