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.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 # 
Instance details

Defined in Network.AWS.StorageGateway.ListVolumeRecoveryPoints

Data ListVolumeRecoveryPoints Source # 
Instance details

Defined in Network.AWS.StorageGateway.ListVolumeRecoveryPoints

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 # 
Instance details

Defined in Network.AWS.StorageGateway.ListVolumeRecoveryPoints

Show ListVolumeRecoveryPoints Source # 
Instance details

Defined in Network.AWS.StorageGateway.ListVolumeRecoveryPoints

Generic ListVolumeRecoveryPoints Source # 
Instance details

Defined in Network.AWS.StorageGateway.ListVolumeRecoveryPoints

Associated Types

type Rep ListVolumeRecoveryPoints :: Type -> Type #

Hashable ListVolumeRecoveryPoints Source # 
Instance details

Defined in Network.AWS.StorageGateway.ListVolumeRecoveryPoints

ToJSON ListVolumeRecoveryPoints Source # 
Instance details

Defined in Network.AWS.StorageGateway.ListVolumeRecoveryPoints

AWSRequest ListVolumeRecoveryPoints Source # 
Instance details

Defined in Network.AWS.StorageGateway.ListVolumeRecoveryPoints

Associated Types

type Rs ListVolumeRecoveryPoints :: Type #

ToHeaders ListVolumeRecoveryPoints Source # 
Instance details

Defined in Network.AWS.StorageGateway.ListVolumeRecoveryPoints

ToPath ListVolumeRecoveryPoints Source # 
Instance details

Defined in Network.AWS.StorageGateway.ListVolumeRecoveryPoints

ToQuery ListVolumeRecoveryPoints Source # 
Instance details

Defined in Network.AWS.StorageGateway.ListVolumeRecoveryPoints

NFData ListVolumeRecoveryPoints Source # 
Instance details

Defined in Network.AWS.StorageGateway.ListVolumeRecoveryPoints

type Rep ListVolumeRecoveryPoints Source # 
Instance details

Defined in Network.AWS.StorageGateway.ListVolumeRecoveryPoints

type Rep ListVolumeRecoveryPoints = D1 (MetaData "ListVolumeRecoveryPoints" "Network.AWS.StorageGateway.ListVolumeRecoveryPoints" "amazonka-storagegateway-1.6.1-8r5RVaLfJcl46lpEVK6Ktc" True) (C1 (MetaCons "ListVolumeRecoveryPoints'" PrefixI True) (S1 (MetaSel (Just "_lvrpGatewayARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs ListVolumeRecoveryPoints Source # 
Instance details

Defined in Network.AWS.StorageGateway.ListVolumeRecoveryPoints

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 # 
Instance details

Defined in Network.AWS.StorageGateway.ListVolumeRecoveryPoints

Data ListVolumeRecoveryPointsResponse Source # 
Instance details

Defined in Network.AWS.StorageGateway.ListVolumeRecoveryPoints

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 # 
Instance details

Defined in Network.AWS.StorageGateway.ListVolumeRecoveryPoints

Show ListVolumeRecoveryPointsResponse Source # 
Instance details

Defined in Network.AWS.StorageGateway.ListVolumeRecoveryPoints

Generic ListVolumeRecoveryPointsResponse Source # 
Instance details

Defined in Network.AWS.StorageGateway.ListVolumeRecoveryPoints

Associated Types

type Rep ListVolumeRecoveryPointsResponse :: Type -> Type #

NFData ListVolumeRecoveryPointsResponse Source # 
Instance details

Defined in Network.AWS.StorageGateway.ListVolumeRecoveryPoints

type Rep ListVolumeRecoveryPointsResponse Source # 
Instance details

Defined in Network.AWS.StorageGateway.ListVolumeRecoveryPoints

type Rep ListVolumeRecoveryPointsResponse = D1 (MetaData "ListVolumeRecoveryPointsResponse" "Network.AWS.StorageGateway.ListVolumeRecoveryPoints" "amazonka-storagegateway-1.6.1-8r5RVaLfJcl46lpEVK6Ktc" False) (C1 (MetaCons "ListVolumeRecoveryPointsResponse'" PrefixI True) (S1 (MetaSel (Just "_lvrprsVolumeRecoveryPointInfos") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [VolumeRecoveryPointInfo])) :*: (S1 (MetaSel (Just "_lvrprsGatewayARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lvrprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses