| Copyright | (c) 2013-2017 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.StorageGateway.ListVolumeRecoveryPoints
Description
Lists the recovery points for a specified gateway. This operation is only supported in the cached volume gateway architecture.
Each cache volume has one recovery point. A volume recovery point is a point in time at which all data of the volume is consistent and from which you can create a snapshot or clone a new cached volume from a source volume. To create a snapshot from a volume recovery point use the CreateSnapshotFromVolumeRecoveryPoint operation.
- listVolumeRecoveryPoints :: Text -> ListVolumeRecoveryPoints
- data ListVolumeRecoveryPoints
- lvrpGatewayARN :: Lens' ListVolumeRecoveryPoints Text
- listVolumeRecoveryPointsResponse :: Int -> ListVolumeRecoveryPointsResponse
- data ListVolumeRecoveryPointsResponse
- lvrprsVolumeRecoveryPointInfos :: Lens' ListVolumeRecoveryPointsResponse [VolumeRecoveryPointInfo]
- lvrprsGatewayARN :: Lens' ListVolumeRecoveryPointsResponse (Maybe Text)
- lvrprsResponseStatus :: Lens' ListVolumeRecoveryPointsResponse Int
Creating a Request
listVolumeRecoveryPoints Source #
Arguments
| :: Text | |
| -> ListVolumeRecoveryPoints |
Creates a value of ListVolumeRecoveryPoints with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lvrpGatewayARN- Undocumented member.
data ListVolumeRecoveryPoints Source #
See: listVolumeRecoveryPoints smart constructor.
Instances
Request Lenses
lvrpGatewayARN :: Lens' ListVolumeRecoveryPoints Text Source #
Undocumented member.
Destructuring the Response
listVolumeRecoveryPointsResponse Source #
Arguments
| :: Int | |
| -> ListVolumeRecoveryPointsResponse |
Creates a value of ListVolumeRecoveryPointsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lvrprsVolumeRecoveryPointInfos- Undocumented member.lvrprsGatewayARN- Undocumented member.lvrprsResponseStatus- -- | The response status code.
data ListVolumeRecoveryPointsResponse Source #
See: listVolumeRecoveryPointsResponse smart constructor.
Instances
Response Lenses
lvrprsVolumeRecoveryPointInfos :: Lens' ListVolumeRecoveryPointsResponse [VolumeRecoveryPointInfo] Source #
Undocumented member.
lvrprsGatewayARN :: Lens' ListVolumeRecoveryPointsResponse (Maybe Text) Source #
Undocumented member.
lvrprsResponseStatus :: Lens' ListVolumeRecoveryPointsResponse Int Source #
- - | The response status code.