amazonka-dynamodb-dax-1.6.1: 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 # 
Instance details

Defined in Network.AWS.DAX.CreateParameterGroup

Data CreateParameterGroup Source # 
Instance details

Defined in Network.AWS.DAX.CreateParameterGroup

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 # 
Instance details

Defined in Network.AWS.DAX.CreateParameterGroup

Show CreateParameterGroup Source # 
Instance details

Defined in Network.AWS.DAX.CreateParameterGroup

Generic CreateParameterGroup Source # 
Instance details

Defined in Network.AWS.DAX.CreateParameterGroup

Associated Types

type Rep CreateParameterGroup :: Type -> Type #

Hashable CreateParameterGroup Source # 
Instance details

Defined in Network.AWS.DAX.CreateParameterGroup

ToJSON CreateParameterGroup Source # 
Instance details

Defined in Network.AWS.DAX.CreateParameterGroup

AWSRequest CreateParameterGroup Source # 
Instance details

Defined in Network.AWS.DAX.CreateParameterGroup

Associated Types

type Rs CreateParameterGroup :: Type #

ToHeaders CreateParameterGroup Source # 
Instance details

Defined in Network.AWS.DAX.CreateParameterGroup

ToPath CreateParameterGroup Source # 
Instance details

Defined in Network.AWS.DAX.CreateParameterGroup

ToQuery CreateParameterGroup Source # 
Instance details

Defined in Network.AWS.DAX.CreateParameterGroup

NFData CreateParameterGroup Source # 
Instance details

Defined in Network.AWS.DAX.CreateParameterGroup

Methods

rnf :: CreateParameterGroup -> () #

type Rep CreateParameterGroup Source # 
Instance details

Defined in Network.AWS.DAX.CreateParameterGroup

type Rep CreateParameterGroup = D1 (MetaData "CreateParameterGroup" "Network.AWS.DAX.CreateParameterGroup" "amazonka-dynamodb-dax-1.6.1-6GOQo4sHyZjF5gipywaEPV" False) (C1 (MetaCons "CreateParameterGroup'" PrefixI True) (S1 (MetaSel (Just "_cpgDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cpgParameterGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs CreateParameterGroup Source # 
Instance details

Defined in Network.AWS.DAX.CreateParameterGroup

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 # 
Instance details

Defined in Network.AWS.DAX.CreateParameterGroup

Data CreateParameterGroupResponse Source # 
Instance details

Defined in Network.AWS.DAX.CreateParameterGroup

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 # 
Instance details

Defined in Network.AWS.DAX.CreateParameterGroup

Show CreateParameterGroupResponse Source # 
Instance details

Defined in Network.AWS.DAX.CreateParameterGroup

Generic CreateParameterGroupResponse Source # 
Instance details

Defined in Network.AWS.DAX.CreateParameterGroup

Associated Types

type Rep CreateParameterGroupResponse :: Type -> Type #

NFData CreateParameterGroupResponse Source # 
Instance details

Defined in Network.AWS.DAX.CreateParameterGroup

type Rep CreateParameterGroupResponse Source # 
Instance details

Defined in Network.AWS.DAX.CreateParameterGroup

type Rep CreateParameterGroupResponse = D1 (MetaData "CreateParameterGroupResponse" "Network.AWS.DAX.CreateParameterGroup" "amazonka-dynamodb-dax-1.6.1-6GOQo4sHyZjF5gipywaEPV" False) (C1 (MetaCons "CreateParameterGroupResponse'" PrefixI True) (S1 (MetaSel (Just "_cpgrsParameterGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ParameterGroup)) :*: S1 (MetaSel (Just "_cpgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

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

Represents the output of a CreateParameterGroup action.