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.DeleteCacheSubnetGroup

Contents

Description

Deletes a cache subnet group.

Synopsis

Creating a Request

deleteCacheSubnetGroup Source #

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

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

  • dCacheSubnetGroupName - The name of the cache subnet group to delete. Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

data DeleteCacheSubnetGroup Source #

Represents the input of a DeleteCacheSubnetGroup operation.

See: deleteCacheSubnetGroup smart constructor.

Instances
Eq DeleteCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSubnetGroup

Data DeleteCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSubnetGroup

Methods

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

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

toConstr :: DeleteCacheSubnetGroup -> Constr #

dataTypeOf :: DeleteCacheSubnetGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSubnetGroup

Show DeleteCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSubnetGroup

Generic DeleteCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSubnetGroup

Associated Types

type Rep DeleteCacheSubnetGroup :: Type -> Type #

Hashable DeleteCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSubnetGroup

AWSRequest DeleteCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSubnetGroup

Associated Types

type Rs DeleteCacheSubnetGroup :: Type #

ToHeaders DeleteCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSubnetGroup

ToPath DeleteCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSubnetGroup

ToQuery DeleteCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSubnetGroup

NFData DeleteCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSubnetGroup

Methods

rnf :: DeleteCacheSubnetGroup -> () #

type Rep DeleteCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSubnetGroup

type Rep DeleteCacheSubnetGroup = D1 (MetaData "DeleteCacheSubnetGroup" "Network.AWS.ElastiCache.DeleteCacheSubnetGroup" "amazonka-elasticache-1.6.1-7qPjCRJV7Sp8jKm0QWBmxX" True) (C1 (MetaCons "DeleteCacheSubnetGroup'" PrefixI True) (S1 (MetaSel (Just "_dCacheSubnetGroupName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteCacheSubnetGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSubnetGroup

Request Lenses

dCacheSubnetGroupName :: Lens' DeleteCacheSubnetGroup Text Source #

The name of the cache subnet group to delete. Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

Destructuring the Response

deleteCacheSubnetGroupResponse :: DeleteCacheSubnetGroupResponse Source #

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

data DeleteCacheSubnetGroupResponse Source #

See: deleteCacheSubnetGroupResponse smart constructor.

Instances
Eq DeleteCacheSubnetGroupResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSubnetGroup

Data DeleteCacheSubnetGroupResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSubnetGroup

Methods

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

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

toConstr :: DeleteCacheSubnetGroupResponse -> Constr #

dataTypeOf :: DeleteCacheSubnetGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteCacheSubnetGroupResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSubnetGroup

Show DeleteCacheSubnetGroupResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSubnetGroup

Generic DeleteCacheSubnetGroupResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSubnetGroup

Associated Types

type Rep DeleteCacheSubnetGroupResponse :: Type -> Type #

NFData DeleteCacheSubnetGroupResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSubnetGroup

type Rep DeleteCacheSubnetGroupResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSubnetGroup

type Rep DeleteCacheSubnetGroupResponse = D1 (MetaData "DeleteCacheSubnetGroupResponse" "Network.AWS.ElastiCache.DeleteCacheSubnetGroup" "amazonka-elasticache-1.6.1-7qPjCRJV7Sp8jKm0QWBmxX" False) (C1 (MetaCons "DeleteCacheSubnetGroupResponse'" PrefixI False) (U1 :: Type -> Type))