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

Contents

Description

Copies the specified DB cluster parameter group.

Synopsis

Creating a Request

copyDBClusterParameterGroup Source #

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

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

  • cdbcpgTags - Undocumented member.
  • cdbcpgSourceDBClusterParameterGroupIdentifier - The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN) . Constraints: * Must specify a valid DB cluster parameter group. * If the source DB cluster parameter group is in the same AWS Region as the copy, specify a valid DB parameter group identifier, for example my-db-cluster-param-group , or a valid ARN. * If the source DB parameter group is in a different AWS Region than the copy, specify a valid DB cluster parameter group ARN, for example arn:aws:rds:us-east-1:123456789012:cluster-pg:custom-cluster-group1 .
  • cdbcpgTargetDBClusterParameterGroupIdentifier - The identifier for the copied DB cluster parameter group. Constraints: * Cannot be null, empty, or blank * Must contain from 1 to 255 letters, numbers, or hyphens * First character must be a letter * Cannot end with a hyphen or contain two consecutive hyphens Example: my-cluster-param-group1
  • cdbcpgTargetDBClusterParameterGroupDescription - A description for the copied DB cluster parameter group.

data CopyDBClusterParameterGroup Source #

See: copyDBClusterParameterGroup smart constructor.

Instances

Eq CopyDBClusterParameterGroup Source # 
Data CopyDBClusterParameterGroup Source # 

Methods

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

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

toConstr :: CopyDBClusterParameterGroup -> Constr #

dataTypeOf :: CopyDBClusterParameterGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CopyDBClusterParameterGroup Source # 
Show CopyDBClusterParameterGroup Source # 
Generic CopyDBClusterParameterGroup Source # 
Hashable CopyDBClusterParameterGroup Source # 
NFData CopyDBClusterParameterGroup Source # 
AWSRequest CopyDBClusterParameterGroup Source # 
ToHeaders CopyDBClusterParameterGroup Source # 
ToPath CopyDBClusterParameterGroup Source # 
ToQuery CopyDBClusterParameterGroup Source # 
type Rep CopyDBClusterParameterGroup Source # 
type Rep CopyDBClusterParameterGroup = D1 * (MetaData "CopyDBClusterParameterGroup" "Network.AWS.RDS.CopyDBClusterParameterGroup" "amazonka-rds-1.6.0-1gpCa37cwlvAUzWljvprAs" False) (C1 * (MetaCons "CopyDBClusterParameterGroup'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_cdbcpgTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Tag]))) (S1 * (MetaSel (Just Symbol "_cdbcpgSourceDBClusterParameterGroupIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_cdbcpgTargetDBClusterParameterGroupIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_cdbcpgTargetDBClusterParameterGroupDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs CopyDBClusterParameterGroup Source # 

Request Lenses

cdbcpgSourceDBClusterParameterGroupIdentifier :: Lens' CopyDBClusterParameterGroup Text Source #

The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN) . Constraints: * Must specify a valid DB cluster parameter group. * If the source DB cluster parameter group is in the same AWS Region as the copy, specify a valid DB parameter group identifier, for example my-db-cluster-param-group , or a valid ARN. * If the source DB parameter group is in a different AWS Region than the copy, specify a valid DB cluster parameter group ARN, for example arn:aws:rds:us-east-1:123456789012:cluster-pg:custom-cluster-group1 .

cdbcpgTargetDBClusterParameterGroupIdentifier :: Lens' CopyDBClusterParameterGroup Text Source #

The identifier for the copied DB cluster parameter group. Constraints: * Cannot be null, empty, or blank * Must contain from 1 to 255 letters, numbers, or hyphens * First character must be a letter * Cannot end with a hyphen or contain two consecutive hyphens Example: my-cluster-param-group1

cdbcpgTargetDBClusterParameterGroupDescription :: Lens' CopyDBClusterParameterGroup Text Source #

A description for the copied DB cluster parameter group.

Destructuring the Response

copyDBClusterParameterGroupResponse Source #

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

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

data CopyDBClusterParameterGroupResponse Source #

See: copyDBClusterParameterGroupResponse smart constructor.

Instances

Eq CopyDBClusterParameterGroupResponse Source # 
Data CopyDBClusterParameterGroupResponse Source # 

Methods

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

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

toConstr :: CopyDBClusterParameterGroupResponse -> Constr #

dataTypeOf :: CopyDBClusterParameterGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CopyDBClusterParameterGroupResponse Source # 
Show CopyDBClusterParameterGroupResponse Source # 
Generic CopyDBClusterParameterGroupResponse Source # 
NFData CopyDBClusterParameterGroupResponse Source # 
type Rep CopyDBClusterParameterGroupResponse Source # 
type Rep CopyDBClusterParameterGroupResponse = D1 * (MetaData "CopyDBClusterParameterGroupResponse" "Network.AWS.RDS.CopyDBClusterParameterGroup" "amazonka-rds-1.6.0-1gpCa37cwlvAUzWljvprAs" False) (C1 * (MetaCons "CopyDBClusterParameterGroupResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_cdcpgrsDBClusterParameterGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe DBClusterParameterGroup))) (S1 * (MetaSel (Just Symbol "_cdcpgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses