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

Contents

Description

Lists the recovery points for a specified gateway. This operation is only supported in the cached volume gateway type.

Each cache volume has one recovery point. A volume recovery point is a point in time at which all data of the volume is consistent and from which you can create a snapshot or clone a new cached volume from a source volume. To create a snapshot from a volume recovery point use the CreateSnapshotFromVolumeRecoveryPoint operation.

Synopsis

Creating a Request

listVolumeRecoveryPoints Source #

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

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

data ListVolumeRecoveryPoints Source #

See: listVolumeRecoveryPoints smart constructor.

Instances

Eq ListVolumeRecoveryPoints Source # 
Data ListVolumeRecoveryPoints Source # 

Methods

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

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

toConstr :: ListVolumeRecoveryPoints -> Constr #

dataTypeOf :: ListVolumeRecoveryPoints -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListVolumeRecoveryPoints Source # 
Show ListVolumeRecoveryPoints Source # 
Generic ListVolumeRecoveryPoints Source # 
Hashable ListVolumeRecoveryPoints Source # 
ToJSON ListVolumeRecoveryPoints Source # 
NFData ListVolumeRecoveryPoints Source # 
AWSRequest ListVolumeRecoveryPoints Source # 
ToHeaders ListVolumeRecoveryPoints Source # 
ToPath ListVolumeRecoveryPoints Source # 
ToQuery ListVolumeRecoveryPoints Source # 
type Rep ListVolumeRecoveryPoints Source # 
type Rep ListVolumeRecoveryPoints = D1 * (MetaData "ListVolumeRecoveryPoints" "Network.AWS.StorageGateway.ListVolumeRecoveryPoints" "amazonka-storagegateway-1.6.0-4O2jykLIBNRAOy2n0S31Gg" True) (C1 * (MetaCons "ListVolumeRecoveryPoints'" PrefixI True) (S1 * (MetaSel (Just Symbol "_lvrpGatewayARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs ListVolumeRecoveryPoints Source # 

Request Lenses

Destructuring the Response

listVolumeRecoveryPointsResponse Source #

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

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

data ListVolumeRecoveryPointsResponse Source #

See: listVolumeRecoveryPointsResponse smart constructor.

Instances

Eq ListVolumeRecoveryPointsResponse Source # 
Data ListVolumeRecoveryPointsResponse Source # 

Methods

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

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

toConstr :: ListVolumeRecoveryPointsResponse -> Constr #

dataTypeOf :: ListVolumeRecoveryPointsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListVolumeRecoveryPointsResponse Source # 
Show ListVolumeRecoveryPointsResponse Source # 
Generic ListVolumeRecoveryPointsResponse Source # 
NFData ListVolumeRecoveryPointsResponse Source # 
type Rep ListVolumeRecoveryPointsResponse Source # 
type Rep ListVolumeRecoveryPointsResponse = D1 * (MetaData "ListVolumeRecoveryPointsResponse" "Network.AWS.StorageGateway.ListVolumeRecoveryPoints" "amazonka-storagegateway-1.6.0-4O2jykLIBNRAOy2n0S31Gg" False) (C1 * (MetaCons "ListVolumeRecoveryPointsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lvrprsVolumeRecoveryPointInfos") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [VolumeRecoveryPointInfo]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lvrprsGatewayARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lvrprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses