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

Contents

Description

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:

  • mcsgSubnetIds - The EC2 subnet IDs for the cache subnet group.
  • mcsgCacheSubnetGroupDescription - A description of the cache subnet group.
  • mcsgCacheSubnetGroupName - 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

data ModifyCacheSubnetGroup Source #

Represents the input of a ModifyCacheSubnetGroup operation.

See: modifyCacheSubnetGroup smart constructor.

Instances
Eq ModifyCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.ModifyCacheSubnetGroup

Data ModifyCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.ModifyCacheSubnetGroup

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

Defined in Network.AWS.ElastiCache.ModifyCacheSubnetGroup

Show ModifyCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.ModifyCacheSubnetGroup

Generic ModifyCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.ModifyCacheSubnetGroup

Associated Types

type Rep ModifyCacheSubnetGroup :: Type -> Type #

Hashable ModifyCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.ModifyCacheSubnetGroup

AWSRequest ModifyCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.ModifyCacheSubnetGroup

Associated Types

type Rs ModifyCacheSubnetGroup :: Type #

ToHeaders ModifyCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.ModifyCacheSubnetGroup

ToPath ModifyCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.ModifyCacheSubnetGroup

ToQuery ModifyCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.ModifyCacheSubnetGroup

NFData ModifyCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.ModifyCacheSubnetGroup

Methods

rnf :: ModifyCacheSubnetGroup -> () #

type Rep ModifyCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.ModifyCacheSubnetGroup

type Rep ModifyCacheSubnetGroup = D1 (MetaData "ModifyCacheSubnetGroup" "Network.AWS.ElastiCache.ModifyCacheSubnetGroup" "amazonka-elasticache-1.6.1-7qPjCRJV7Sp8jKm0QWBmxX" False) (C1 (MetaCons "ModifyCacheSubnetGroup'" PrefixI True) (S1 (MetaSel (Just "_mcsgSubnetIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 (MetaSel (Just "_mcsgCacheSubnetGroupDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_mcsgCacheSubnetGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs ModifyCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.ModifyCacheSubnetGroup

Request Lenses

mcsgSubnetIds :: Lens' ModifyCacheSubnetGroup [Text] Source #

The EC2 subnet IDs for the cache subnet group.

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

A description of 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 # 
Instance details

Defined in Network.AWS.ElastiCache.ModifyCacheSubnetGroup

Data ModifyCacheSubnetGroupResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.ModifyCacheSubnetGroup

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

Defined in Network.AWS.ElastiCache.ModifyCacheSubnetGroup

Show ModifyCacheSubnetGroupResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.ModifyCacheSubnetGroup

Generic ModifyCacheSubnetGroupResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.ModifyCacheSubnetGroup

Associated Types

type Rep ModifyCacheSubnetGroupResponse :: Type -> Type #

NFData ModifyCacheSubnetGroupResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.ModifyCacheSubnetGroup

type Rep ModifyCacheSubnetGroupResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.ModifyCacheSubnetGroup

type Rep ModifyCacheSubnetGroupResponse = D1 (MetaData "ModifyCacheSubnetGroupResponse" "Network.AWS.ElastiCache.ModifyCacheSubnetGroup" "amazonka-elasticache-1.6.1-7qPjCRJV7Sp8jKm0QWBmxX" False) (C1 (MetaCons "ModifyCacheSubnetGroupResponse'" PrefixI True) (S1 (MetaSel (Just "_mcsgrsCacheSubnetGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CacheSubnetGroup)) :*: S1 (MetaSel (Just "_mcsgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses