amazonka-elasticache-1.4.1: Amazon ElastiCache SDK.

Copyright(c) 2013-2016 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.ElastiCache.DescribeSnapshots

Contents

Description

The DescribeSnapshots action returns information about cache cluster snapshots. By default, DescribeSnapshots lists all of your snapshots; it can optionally describe a single snapshot, or just the snapshots associated with a particular cache cluster.

This operation returns paginated results.

Synopsis

Creating a Request

describeSnapshots :: DescribeSnapshots Source #

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

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

data DescribeSnapshots Source #

Represents the input of a DescribeSnapshotsMessage action.

See: describeSnapshots smart constructor.

Instances

Eq DescribeSnapshots Source # 
Data DescribeSnapshots Source # 

Methods

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

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

toConstr :: DescribeSnapshots -> Constr #

dataTypeOf :: DescribeSnapshots -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeSnapshots Source # 
Show DescribeSnapshots Source # 
Generic DescribeSnapshots Source # 
Hashable DescribeSnapshots Source # 
NFData DescribeSnapshots Source # 

Methods

rnf :: DescribeSnapshots -> () #

AWSPager DescribeSnapshots Source # 
AWSRequest DescribeSnapshots Source # 
ToQuery DescribeSnapshots Source # 
ToPath DescribeSnapshots Source # 
ToHeaders DescribeSnapshots Source # 
type Rep DescribeSnapshots Source # 
type Rep DescribeSnapshots = D1 (MetaData "DescribeSnapshots" "Network.AWS.ElastiCache.DescribeSnapshots" "amazonka-elasticache-1.4.1-6dn1eG7a4T7LgNVR21qK1h" False) (C1 (MetaCons "DescribeSnapshots'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dsCacheClusterId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_dsMaxRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))) ((:*:) (S1 (MetaSel (Just Symbol "_dsSnapshotName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dsSnapshotSource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Rs DescribeSnapshots Source # 

Request Lenses

dsCacheClusterId :: Lens' DescribeSnapshots (Maybe Text) Source #

A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cache cluster will be described.

dsMarker :: Lens' DescribeSnapshots (Maybe Text) Source #

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

dsMaxRecords :: Lens' DescribeSnapshots (Maybe Int) Source #

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.

Default: 50

Constraints: minimum 20; maximum 50.

dsSnapshotName :: Lens' DescribeSnapshots (Maybe Text) Source #

A user-supplied name of the snapshot. If this parameter is specified, only this snapshot will be described.

dsSnapshotSource :: Lens' DescribeSnapshots (Maybe Text) Source #

If set to system, the output shows snapshots that were automatically created by ElastiCache. If set to user the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots.

Destructuring the Response

describeSnapshotsResponse Source #

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

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

data DescribeSnapshotsResponse Source #

Represents the output of a DescribeSnapshots action.

See: describeSnapshotsResponse smart constructor.

Instances

Eq DescribeSnapshotsResponse Source # 
Data DescribeSnapshotsResponse Source # 

Methods

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

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

toConstr :: DescribeSnapshotsResponse -> Constr #

dataTypeOf :: DescribeSnapshotsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeSnapshotsResponse Source # 
Show DescribeSnapshotsResponse Source # 
Generic DescribeSnapshotsResponse Source # 
NFData DescribeSnapshotsResponse Source # 
type Rep DescribeSnapshotsResponse Source # 
type Rep DescribeSnapshotsResponse = D1 (MetaData "DescribeSnapshotsResponse" "Network.AWS.ElastiCache.DescribeSnapshots" "amazonka-elasticache-1.4.1-6dn1eG7a4T7LgNVR21qK1h" False) (C1 (MetaCons "DescribeSnapshotsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dssrsSnapshots") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Snapshot]))) ((:*:) (S1 (MetaSel (Just Symbol "_dssrsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dssrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

dssrsSnapshots :: Lens' DescribeSnapshotsResponse [Snapshot] Source #

A list of snapshots. Each item in the list contains detailed information about one snapshot.

dssrsMarker :: Lens' DescribeSnapshotsResponse (Maybe Text) Source #

An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.