amazonka-storagegateway-1.3.5: 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.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.

See: AWS API Reference for DescribeTapeRecoveryPoints.

This operation returns paginated results.

Synopsis

Creating a Request

describeTapeRecoveryPoints Source

Creates a value of DescribeTapeRecoveryPoints with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dtrpMarker :: Lens' DescribeTapeRecoveryPoints (Maybe Text) Source

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

dtrpLimit :: Lens' DescribeTapeRecoveryPoints (Maybe Natural) Source

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

Destructuring the Response

describeTapeRecoveryPointsResponse Source

Creates a value of DescribeTapeRecoveryPointsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

dtrprsTapeRecoveryPointInfos :: Lens' DescribeTapeRecoveryPointsResponse [TapeRecoveryPointInfo] Source

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

dtrprsMarker :: 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.