amazonka-rds-1.4.3: 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.CopyDBClusterSnapshot

Contents

Description

Creates a snapshot of a DB cluster. For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

Synopsis

Creating a Request

data CopyDBClusterSnapshot Source #

See: copyDBClusterSnapshot smart constructor.

Instances

Eq CopyDBClusterSnapshot Source # 
Data CopyDBClusterSnapshot Source # 

Methods

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

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

toConstr :: CopyDBClusterSnapshot -> Constr #

dataTypeOf :: CopyDBClusterSnapshot -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CopyDBClusterSnapshot Source # 
Show CopyDBClusterSnapshot Source # 
Generic CopyDBClusterSnapshot Source # 
Hashable CopyDBClusterSnapshot Source # 
NFData CopyDBClusterSnapshot Source # 

Methods

rnf :: CopyDBClusterSnapshot -> () #

AWSRequest CopyDBClusterSnapshot Source # 
ToQuery CopyDBClusterSnapshot Source # 
ToPath CopyDBClusterSnapshot Source # 
ToHeaders CopyDBClusterSnapshot Source # 
type Rep CopyDBClusterSnapshot Source # 
type Rep CopyDBClusterSnapshot = D1 (MetaData "CopyDBClusterSnapshot" "Network.AWS.RDS.CopyDBClusterSnapshot" "amazonka-rds-1.4.3-4bcWghDPA7l4r93XQMzvZA" False) (C1 (MetaCons "CopyDBClusterSnapshot'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cdbcsTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Tag]))) ((:*:) (S1 (MetaSel (Just Symbol "_cdbcsSourceDBClusterSnapshotIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_cdbcsTargetDBClusterSnapshotIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs CopyDBClusterSnapshot Source # 

Request Lenses

cdbcsTags :: Lens' CopyDBClusterSnapshot [Tag] Source #

Undocumented member.

cdbcsSourceDBClusterSnapshotIdentifier :: Lens' CopyDBClusterSnapshot Text Source #

The identifier of the DB cluster snapshot to copy. This parameter is not case-sensitive.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: 'my-cluster-snapshot1'

cdbcsTargetDBClusterSnapshotIdentifier :: Lens' CopyDBClusterSnapshot Text Source #

The identifier of the new DB cluster snapshot to create from the source DB cluster snapshot. This parameter is not case-sensitive.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: 'my-cluster-snapshot2'

Destructuring the Response

copyDBClusterSnapshotResponse Source #

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

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

data CopyDBClusterSnapshotResponse Source #

See: copyDBClusterSnapshotResponse smart constructor.

Instances

Eq CopyDBClusterSnapshotResponse Source # 
Data CopyDBClusterSnapshotResponse Source # 

Methods

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

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

toConstr :: CopyDBClusterSnapshotResponse -> Constr #

dataTypeOf :: CopyDBClusterSnapshotResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CopyDBClusterSnapshotResponse Source # 
Show CopyDBClusterSnapshotResponse Source # 
Generic CopyDBClusterSnapshotResponse Source # 
NFData CopyDBClusterSnapshotResponse Source # 
type Rep CopyDBClusterSnapshotResponse Source # 
type Rep CopyDBClusterSnapshotResponse = D1 (MetaData "CopyDBClusterSnapshotResponse" "Network.AWS.RDS.CopyDBClusterSnapshot" "amazonka-rds-1.4.3-4bcWghDPA7l4r93XQMzvZA" False) (C1 (MetaCons "CopyDBClusterSnapshotResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cdcsrsDBClusterSnapshot") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DBClusterSnapshot))) (S1 (MetaSel (Just Symbol "_cdcsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses