amazonka-dynamodb-dax-1.6.0: Amazon DynamoDB Accelerator (DAX) 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.DAX.CreateParameterGroup

Contents

Description

Creates a new parameter group. A parameter group is a collection of parameters that you apply to all of the nodes in a DAX cluster.

Synopsis

Creating a Request

createParameterGroup Source #

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

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

data CreateParameterGroup Source #

See: createParameterGroup smart constructor.

Instances

Eq CreateParameterGroup Source # 
Data CreateParameterGroup Source # 

Methods

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

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

toConstr :: CreateParameterGroup -> Constr #

dataTypeOf :: CreateParameterGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateParameterGroup Source # 
Show CreateParameterGroup Source # 
Generic CreateParameterGroup Source # 
Hashable CreateParameterGroup Source # 
ToJSON CreateParameterGroup Source # 
NFData CreateParameterGroup Source # 

Methods

rnf :: CreateParameterGroup -> () #

AWSRequest CreateParameterGroup Source # 
ToHeaders CreateParameterGroup Source # 
ToPath CreateParameterGroup Source # 
ToQuery CreateParameterGroup Source # 
type Rep CreateParameterGroup Source # 
type Rep CreateParameterGroup = D1 * (MetaData "CreateParameterGroup" "Network.AWS.DAX.CreateParameterGroup" "amazonka-dynamodb-dax-1.6.0-31oAZKJCCRq6sH266jsUP" False) (C1 * (MetaCons "CreateParameterGroup'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_cpgDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_cpgParameterGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))
type Rs CreateParameterGroup Source # 

Request Lenses

cpgDescription :: Lens' CreateParameterGroup (Maybe Text) Source #

A description of the parameter group.

cpgParameterGroupName :: Lens' CreateParameterGroup Text Source #

The name of the parameter group to apply to all of the clusters in this replication group.

Destructuring the Response

createParameterGroupResponse Source #

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

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

data CreateParameterGroupResponse Source #

See: createParameterGroupResponse smart constructor.

Instances

Eq CreateParameterGroupResponse Source # 
Data CreateParameterGroupResponse Source # 

Methods

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

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

toConstr :: CreateParameterGroupResponse -> Constr #

dataTypeOf :: CreateParameterGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateParameterGroupResponse Source # 
Show CreateParameterGroupResponse Source # 
Generic CreateParameterGroupResponse Source # 
NFData CreateParameterGroupResponse Source # 
type Rep CreateParameterGroupResponse Source # 
type Rep CreateParameterGroupResponse = D1 * (MetaData "CreateParameterGroupResponse" "Network.AWS.DAX.CreateParameterGroup" "amazonka-dynamodb-dax-1.6.0-31oAZKJCCRq6sH266jsUP" False) (C1 * (MetaCons "CreateParameterGroupResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_cpgrsParameterGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ParameterGroup))) (S1 * (MetaSel (Just Symbol "_cpgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

cpgrsParameterGroup :: Lens' CreateParameterGroupResponse (Maybe ParameterGroup) Source #

Represents the output of a CreateParameterGroup action.