amazonka-dynamodb-dax-1.5.0: Amazon DynamoDB Accelerator (DAX) SDK.

Copyright(c) 2013-2017 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.CreateSubnetGroup

Contents

Description

Creates a new subnet group.

Synopsis

Creating a Request

createSubnetGroup Source #

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

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

data CreateSubnetGroup Source #

See: createSubnetGroup smart constructor.

Instances

Eq CreateSubnetGroup Source # 
Data CreateSubnetGroup Source # 

Methods

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

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

toConstr :: CreateSubnetGroup -> Constr #

dataTypeOf :: CreateSubnetGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: CreateSubnetGroup -> () #

AWSRequest CreateSubnetGroup Source # 
ToQuery CreateSubnetGroup Source # 
ToPath CreateSubnetGroup Source # 
ToHeaders CreateSubnetGroup Source # 
type Rep CreateSubnetGroup Source # 
type Rep CreateSubnetGroup = D1 (MetaData "CreateSubnetGroup" "Network.AWS.DAX.CreateSubnetGroup" "amazonka-dynamodb-dax-1.5.0-JMry6GeWLPS2KkVhaaXmgc" False) (C1 (MetaCons "CreateSubnetGroup'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_csgDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_csgSubnetGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_csgSubnetIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text])))))
type Rs CreateSubnetGroup Source # 

Request Lenses

csgDescription :: Lens' CreateSubnetGroup (Maybe Text) Source #

A description for the subnet group

csgSubnetGroupName :: Lens' CreateSubnetGroup Text Source #

A name for the subnet group. This value is stored as a lowercase string.

csgSubnetIds :: Lens' CreateSubnetGroup [Text] Source #

A list of VPC subnet IDs for the subnet group.

Destructuring the Response

createSubnetGroupResponse Source #

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

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

data CreateSubnetGroupResponse Source #

See: createSubnetGroupResponse smart constructor.

Instances

Eq CreateSubnetGroupResponse Source # 
Data CreateSubnetGroupResponse Source # 

Methods

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

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

toConstr :: CreateSubnetGroupResponse -> Constr #

dataTypeOf :: CreateSubnetGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateSubnetGroupResponse Source # 
Show CreateSubnetGroupResponse Source # 
Generic CreateSubnetGroupResponse Source # 
NFData CreateSubnetGroupResponse Source # 
type Rep CreateSubnetGroupResponse Source # 
type Rep CreateSubnetGroupResponse = D1 (MetaData "CreateSubnetGroupResponse" "Network.AWS.DAX.CreateSubnetGroup" "amazonka-dynamodb-dax-1.5.0-JMry6GeWLPS2KkVhaaXmgc" False) (C1 (MetaCons "CreateSubnetGroupResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_csgrsSubnetGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SubnetGroup))) (S1 (MetaSel (Just Symbol "_csgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

csgrsSubnetGroup :: Lens' CreateSubnetGroupResponse (Maybe SubnetGroup) Source #

Represents the output of a CreateSubnetGroup operation.