amazonka-rds-1.4.5: Amazon Relational Database Service 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.RDS.DescribeDBClusterSnapshotAttributes

Contents

Description

Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot.

When sharing snapshots with other AWS accounts, DescribeDBClusterSnapshotAttributes returns the restore attribute and a list of IDs for the AWS accounts that are authorized to copy or restore the manual DB cluster snapshot. If all is included in the list of values for the restore attribute, then the manual DB cluster snapshot is public and can be copied or restored by all AWS accounts.

To add or remove access for an AWS account to copy or restore a manual DB cluster snapshot, or to make the manual DB cluster snapshot public or private, use the ModifyDBClusterSnapshotAttribute API action.

Synopsis

Creating a Request

describeDBClusterSnapshotAttributes Source #

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

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

data DescribeDBClusterSnapshotAttributes Source #

See: describeDBClusterSnapshotAttributes smart constructor.

Instances

Eq DescribeDBClusterSnapshotAttributes Source # 
Data DescribeDBClusterSnapshotAttributes Source # 

Methods

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

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

toConstr :: DescribeDBClusterSnapshotAttributes -> Constr #

dataTypeOf :: DescribeDBClusterSnapshotAttributes -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeDBClusterSnapshotAttributes Source # 
Show DescribeDBClusterSnapshotAttributes Source # 
Generic DescribeDBClusterSnapshotAttributes Source # 
Hashable DescribeDBClusterSnapshotAttributes Source # 
NFData DescribeDBClusterSnapshotAttributes Source # 
AWSRequest DescribeDBClusterSnapshotAttributes Source # 
ToPath DescribeDBClusterSnapshotAttributes Source # 
ToHeaders DescribeDBClusterSnapshotAttributes Source # 
ToQuery DescribeDBClusterSnapshotAttributes Source # 
type Rep DescribeDBClusterSnapshotAttributes Source # 
type Rep DescribeDBClusterSnapshotAttributes = D1 (MetaData "DescribeDBClusterSnapshotAttributes" "Network.AWS.RDS.DescribeDBClusterSnapshotAttributes" "amazonka-rds-1.4.5-FycntHHvABz6gJkK2IrBDo" True) (C1 (MetaCons "DescribeDBClusterSnapshotAttributes'" PrefixI True) (S1 (MetaSel (Just Symbol "_ddcsaDBClusterSnapshotIdentifier") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribeDBClusterSnapshotAttributes Source # 

Request Lenses

ddcsaDBClusterSnapshotIdentifier :: Lens' DescribeDBClusterSnapshotAttributes Text Source #

The identifier for the DB cluster snapshot to describe the attributes for.

Destructuring the Response

describeDBClusterSnapshotAttributesResponse Source #

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

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

data DescribeDBClusterSnapshotAttributesResponse Source #

Instances

Eq DescribeDBClusterSnapshotAttributesResponse Source # 
Data DescribeDBClusterSnapshotAttributesResponse Source # 

Methods

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

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

toConstr :: DescribeDBClusterSnapshotAttributesResponse -> Constr #

dataTypeOf :: DescribeDBClusterSnapshotAttributesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeDBClusterSnapshotAttributesResponse Source # 
Show DescribeDBClusterSnapshotAttributesResponse Source # 
Generic DescribeDBClusterSnapshotAttributesResponse Source # 
NFData DescribeDBClusterSnapshotAttributesResponse Source # 
type Rep DescribeDBClusterSnapshotAttributesResponse Source # 
type Rep DescribeDBClusterSnapshotAttributesResponse = D1 (MetaData "DescribeDBClusterSnapshotAttributesResponse" "Network.AWS.RDS.DescribeDBClusterSnapshotAttributes" "amazonka-rds-1.4.5-FycntHHvABz6gJkK2IrBDo" False) (C1 (MetaCons "DescribeDBClusterSnapshotAttributesResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ddcsarsDBClusterSnapshotAttributesResult") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DBClusterSnapshotAttributesResult))) (S1 (MetaSel (Just Symbol "_ddcsarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses