amazonka-storagegateway-0.3.4: Amazon Storage Gateway SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.StorageGateway.DescribeTapeRecoveryPoints

Contents

Description

Returns a list of virtual tape recovery points that are available for the specified gateway-VTL.

A recovery point is a point in time view of a virtual tape at which all the data on the virtual tape is consistent. If your gateway crashes, virtual tapes that have recovery points can be recovered to a new gateway.

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

Synopsis

Request

Request constructor

Request lenses

dtrpLimit :: Lens' DescribeTapeRecoveryPoints (Maybe Natural) Source

Specifies that the number of virtual tape recovery points that are described be limited to the specified number.

dtrpMarker :: Lens' DescribeTapeRecoveryPoints (Maybe Text) Source

An opaque string that indicates the position at which to begin describing the virtual tape recovery points.

Response

Response constructor

Response lenses

dtrprMarker :: Lens' DescribeTapeRecoveryPointsResponse (Maybe Text) Source

An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.

Use this marker in your next request to list the next set of virtual tape recovery points in the list. If there are no more recovery points to describe, this field does not appear in the response.

dtrprTapeRecoveryPointInfos :: Lens' DescribeTapeRecoveryPointsResponse [TapeRecoveryPointInfo] Source

An array of TapeRecoveryPointInfos that are available for the specified gateway.