amazonka-storagegateway-0.3.0: Amazon Storage Gateway SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint

Contents

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.

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

Synopsis

Request

Request constructor

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.

Response

Response constructor

Response lenses

rtrprTapeARN :: Lens' RetrieveTapeRecoveryPointResponse (Maybe Text) Source

The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.