| 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 | 
Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint
Description
Retrieves the recovery point for the specified virtual tape.
A recovery point is a point in time view of a virtual tape at which all the data on the tape is consistent. If your gateway crashes, virtual tapes that have recovery points can be recovered to a new gateway.
The virtual tape can be retrieved to only one gateway. The retrieved tape is read-only. The virtual tape can be retrieved to only a gateway-VTL. There is no charge for retrieving recovery points.
See: AWS API Reference for RetrieveTapeRecoveryPoint.
- retrieveTapeRecoveryPoint :: Text -> Text -> RetrieveTapeRecoveryPoint
- data RetrieveTapeRecoveryPoint
- rtrpTapeARN :: Lens' RetrieveTapeRecoveryPoint Text
- rtrpGatewayARN :: Lens' RetrieveTapeRecoveryPoint Text
- retrieveTapeRecoveryPointResponse :: Int -> RetrieveTapeRecoveryPointResponse
- data RetrieveTapeRecoveryPointResponse
- rtrprsTapeARN :: Lens' RetrieveTapeRecoveryPointResponse (Maybe Text)
- rtrprsStatus :: Lens' RetrieveTapeRecoveryPointResponse Int
Creating a Request
retrieveTapeRecoveryPoint Source
Arguments
| :: Text | |
| -> Text | |
| -> RetrieveTapeRecoveryPoint | 
Creates a value of RetrieveTapeRecoveryPoint with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data RetrieveTapeRecoveryPoint Source
RetrieveTapeRecoveryPointInput
See: retrieveTapeRecoveryPoint smart constructor.
Instances
Request Lenses
rtrpTapeARN :: Lens' RetrieveTapeRecoveryPoint Text Source
The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.
rtrpGatewayARN :: Lens' RetrieveTapeRecoveryPoint Text Source
Undocumented member.
Destructuring the Response
retrieveTapeRecoveryPointResponse Source
Arguments
| :: Int | |
| -> RetrieveTapeRecoveryPointResponse | 
Creates a value of RetrieveTapeRecoveryPointResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data RetrieveTapeRecoveryPointResponse Source
RetrieveTapeRecoveryPointOutput
See: retrieveTapeRecoveryPointResponse smart constructor.
Response Lenses
rtrprsTapeARN :: Lens' RetrieveTapeRecoveryPointResponse (Maybe Text) Source
The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.
rtrprsStatus :: Lens' RetrieveTapeRecoveryPointResponse Int Source
The response status code.