amazonka-elasticache-1.4.3: Amazon ElastiCache 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.ElastiCache.ModifyCacheSubnetGroup

Contents

Description

The ModifyCacheSubnetGroup action modifies an existing cache subnet group.

Synopsis

Creating a Request

modifyCacheSubnetGroup Source #

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

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

data ModifyCacheSubnetGroup Source #

Represents the input of a ModifyCacheSubnetGroup action.

See: modifyCacheSubnetGroup smart constructor.

Instances

Eq ModifyCacheSubnetGroup Source # 
Data ModifyCacheSubnetGroup Source # 

Methods

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

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

toConstr :: ModifyCacheSubnetGroup -> Constr #

dataTypeOf :: ModifyCacheSubnetGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ModifyCacheSubnetGroup Source # 
Show ModifyCacheSubnetGroup Source # 
Generic ModifyCacheSubnetGroup Source # 
Hashable ModifyCacheSubnetGroup Source # 
NFData ModifyCacheSubnetGroup Source # 

Methods

rnf :: ModifyCacheSubnetGroup -> () #

AWSRequest ModifyCacheSubnetGroup Source # 
ToQuery ModifyCacheSubnetGroup Source # 
ToPath ModifyCacheSubnetGroup Source # 
ToHeaders ModifyCacheSubnetGroup Source # 
type Rep ModifyCacheSubnetGroup Source # 
type Rep ModifyCacheSubnetGroup = D1 (MetaData "ModifyCacheSubnetGroup" "Network.AWS.ElastiCache.ModifyCacheSubnetGroup" "amazonka-elasticache-1.4.3-20zudJK8YfVEoQ6eKxOSeM" False) (C1 (MetaCons "ModifyCacheSubnetGroup'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_mcsgSubnetIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) ((:*:) (S1 (MetaSel (Just Symbol "_mcsgCacheSubnetGroupDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_mcsgCacheSubnetGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs ModifyCacheSubnetGroup Source # 

Request Lenses

mcsgSubnetIds :: Lens' ModifyCacheSubnetGroup [Text] Source #

The EC2 subnet IDs for the cache subnet group.

mcsgCacheSubnetGroupDescription :: Lens' ModifyCacheSubnetGroup (Maybe Text) Source #

A description for the cache subnet group.

mcsgCacheSubnetGroupName :: Lens' ModifyCacheSubnetGroup Text Source #

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

Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

Example: mysubnetgroup

Destructuring the Response

modifyCacheSubnetGroupResponse Source #

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

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

data ModifyCacheSubnetGroupResponse Source #

See: modifyCacheSubnetGroupResponse smart constructor.

Instances

Eq ModifyCacheSubnetGroupResponse Source # 
Data ModifyCacheSubnetGroupResponse Source # 

Methods

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

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

toConstr :: ModifyCacheSubnetGroupResponse -> Constr #

dataTypeOf :: ModifyCacheSubnetGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ModifyCacheSubnetGroupResponse Source # 
Show ModifyCacheSubnetGroupResponse Source # 
Generic ModifyCacheSubnetGroupResponse Source # 
NFData ModifyCacheSubnetGroupResponse Source # 
type Rep ModifyCacheSubnetGroupResponse Source # 
type Rep ModifyCacheSubnetGroupResponse = D1 (MetaData "ModifyCacheSubnetGroupResponse" "Network.AWS.ElastiCache.ModifyCacheSubnetGroup" "amazonka-elasticache-1.4.3-20zudJK8YfVEoQ6eKxOSeM" False) (C1 (MetaCons "ModifyCacheSubnetGroupResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_mcsgrsCacheSubnetGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CacheSubnetGroup))) (S1 (MetaSel (Just Symbol "_mcsgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses