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.CopyDBParameterGroup

Contents

Description

Copies the specified DB parameter group.

Synopsis

Creating a Request

copyDBParameterGroup Source #

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

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

data CopyDBParameterGroup Source #

See: copyDBParameterGroup smart constructor.

Instances

Eq CopyDBParameterGroup Source # 
Data CopyDBParameterGroup Source # 

Methods

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

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

toConstr :: CopyDBParameterGroup -> Constr #

dataTypeOf :: CopyDBParameterGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CopyDBParameterGroup Source # 
Show CopyDBParameterGroup Source # 
Generic CopyDBParameterGroup Source # 
Hashable CopyDBParameterGroup Source # 
NFData CopyDBParameterGroup Source # 

Methods

rnf :: CopyDBParameterGroup -> () #

AWSRequest CopyDBParameterGroup Source # 
ToPath CopyDBParameterGroup Source # 
ToHeaders CopyDBParameterGroup Source # 
ToQuery CopyDBParameterGroup Source # 
type Rep CopyDBParameterGroup Source # 
type Rep CopyDBParameterGroup = D1 (MetaData "CopyDBParameterGroup" "Network.AWS.RDS.CopyDBParameterGroup" "amazonka-rds-1.4.5-FycntHHvABz6gJkK2IrBDo" False) (C1 (MetaCons "CopyDBParameterGroup'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_cdpgTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Tag]))) (S1 (MetaSel (Just Symbol "_cdpgSourceDBParameterGroupIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_cdpgTargetDBParameterGroupIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_cdpgTargetDBParameterGroupDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs CopyDBParameterGroup Source # 

Request Lenses

cdpgTags :: Lens' CopyDBParameterGroup [Tag] Source #

Undocumented member.

cdpgSourceDBParameterGroupIdentifier :: Lens' CopyDBParameterGroup Text Source #

The identifier or ARN for the source DB parameter group. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN) . Constraints: * Must specify a valid DB parameter group. * Must specify a valid DB parameter group identifier, for example my-db-param-group , or a valid ARN.

cdpgTargetDBParameterGroupIdentifier :: Lens' CopyDBParameterGroup Text Source #

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

cdpgTargetDBParameterGroupDescription :: Lens' CopyDBParameterGroup Text Source #

A description for the copied DB parameter group.

Destructuring the Response

copyDBParameterGroupResponse Source #

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

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

data CopyDBParameterGroupResponse Source #

See: copyDBParameterGroupResponse smart constructor.

Instances

Eq CopyDBParameterGroupResponse Source # 
Data CopyDBParameterGroupResponse Source # 

Methods

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

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

toConstr :: CopyDBParameterGroupResponse -> Constr #

dataTypeOf :: CopyDBParameterGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Response Lenses