amazonka-storagegateway-1.2.0: Amazon Storage Gateway SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for RetrieveTapeRecoveryPoint.

Synopsis

Creating a Request

retrieveTapeRecoveryPoint Source

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:

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.

Destructuring the Response

retrieveTapeRecoveryPointResponse Source

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:

Response Lenses

rtrprsTapeARN :: Lens' RetrieveTapeRecoveryPointResponse (Maybe Text) Source

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