amazonka-storagegateway-1.6.1: Amazon Storage Gateway SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@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. This operation is only supported in the tape gateway type.

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.

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:

  • rtrpTapeARN - The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.
  • rtrpGatewayARN - Undocumented member.

data RetrieveTapeRecoveryPoint Source #

RetrieveTapeRecoveryPointInput

See: retrieveTapeRecoveryPoint smart constructor.

Instances
Eq RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint

Data RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RetrieveTapeRecoveryPoint -> c RetrieveTapeRecoveryPoint #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RetrieveTapeRecoveryPoint #

toConstr :: RetrieveTapeRecoveryPoint -> Constr #

dataTypeOf :: RetrieveTapeRecoveryPoint -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RetrieveTapeRecoveryPoint) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RetrieveTapeRecoveryPoint) #

gmapT :: (forall b. Data b => b -> b) -> RetrieveTapeRecoveryPoint -> RetrieveTapeRecoveryPoint #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RetrieveTapeRecoveryPoint -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RetrieveTapeRecoveryPoint -> r #

gmapQ :: (forall d. Data d => d -> u) -> RetrieveTapeRecoveryPoint -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RetrieveTapeRecoveryPoint -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RetrieveTapeRecoveryPoint -> m RetrieveTapeRecoveryPoint #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RetrieveTapeRecoveryPoint -> m RetrieveTapeRecoveryPoint #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RetrieveTapeRecoveryPoint -> m RetrieveTapeRecoveryPoint #

Read RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint

Show RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint

Generic RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint

Associated Types

type Rep RetrieveTapeRecoveryPoint :: Type -> Type #

Hashable RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint

ToJSON RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint

AWSRequest RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint

Associated Types

type Rs RetrieveTapeRecoveryPoint :: Type #

ToHeaders RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint

ToPath RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint

ToQuery RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint

NFData RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint

type Rep RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint

type Rep RetrieveTapeRecoveryPoint = D1 (MetaData "RetrieveTapeRecoveryPoint" "Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint" "amazonka-storagegateway-1.6.1-8r5RVaLfJcl46lpEVK6Ktc" False) (C1 (MetaCons "RetrieveTapeRecoveryPoint'" PrefixI True) (S1 (MetaSel (Just "_rtrpTapeARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_rtrpGatewayARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs RetrieveTapeRecoveryPoint Source # 
Instance details

Defined in Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint

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:

data RetrieveTapeRecoveryPointResponse Source #

RetrieveTapeRecoveryPointOutput

See: retrieveTapeRecoveryPointResponse smart constructor.

Instances
Eq RetrieveTapeRecoveryPointResponse Source # 
Instance details

Defined in Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint

Data RetrieveTapeRecoveryPointResponse Source # 
Instance details

Defined in Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RetrieveTapeRecoveryPointResponse -> c RetrieveTapeRecoveryPointResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RetrieveTapeRecoveryPointResponse #

toConstr :: RetrieveTapeRecoveryPointResponse -> Constr #

dataTypeOf :: RetrieveTapeRecoveryPointResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RetrieveTapeRecoveryPointResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RetrieveTapeRecoveryPointResponse) #

gmapT :: (forall b. Data b => b -> b) -> RetrieveTapeRecoveryPointResponse -> RetrieveTapeRecoveryPointResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RetrieveTapeRecoveryPointResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RetrieveTapeRecoveryPointResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> RetrieveTapeRecoveryPointResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RetrieveTapeRecoveryPointResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RetrieveTapeRecoveryPointResponse -> m RetrieveTapeRecoveryPointResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RetrieveTapeRecoveryPointResponse -> m RetrieveTapeRecoveryPointResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RetrieveTapeRecoveryPointResponse -> m RetrieveTapeRecoveryPointResponse #

Read RetrieveTapeRecoveryPointResponse Source # 
Instance details

Defined in Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint

Show RetrieveTapeRecoveryPointResponse Source # 
Instance details

Defined in Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint

Generic RetrieveTapeRecoveryPointResponse Source # 
Instance details

Defined in Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint

Associated Types

type Rep RetrieveTapeRecoveryPointResponse :: Type -> Type #

NFData RetrieveTapeRecoveryPointResponse Source # 
Instance details

Defined in Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint

type Rep RetrieveTapeRecoveryPointResponse Source # 
Instance details

Defined in Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint

type Rep RetrieveTapeRecoveryPointResponse = D1 (MetaData "RetrieveTapeRecoveryPointResponse" "Network.AWS.StorageGateway.RetrieveTapeRecoveryPoint" "amazonka-storagegateway-1.6.1-8r5RVaLfJcl46lpEVK6Ktc" False) (C1 (MetaCons "RetrieveTapeRecoveryPointResponse'" PrefixI True) (S1 (MetaSel (Just "_rtrprsTapeARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rtrprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

rtrprsTapeARN :: Lens' RetrieveTapeRecoveryPointResponse (Maybe Text) Source #

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