amazonka-ds-1.4.5: Amazon Directory Service 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.DirectoryService.RemoveIPRoutes

Contents

Description

Removes IP address blocks from a directory.

Synopsis

Creating a Request

removeIPRoutes Source #

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

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

  • rirDirectoryId - Identifier (ID) of the directory from which you want to remove the IP addresses.
  • rirCidrIPs - IP address blocks that you want to remove.

data RemoveIPRoutes Source #

See: removeIPRoutes smart constructor.

Instances

Eq RemoveIPRoutes Source # 
Data RemoveIPRoutes Source # 

Methods

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

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

toConstr :: RemoveIPRoutes -> Constr #

dataTypeOf :: RemoveIPRoutes -> DataType #

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

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

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

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

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

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

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

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

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

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

Read RemoveIPRoutes Source # 
Show RemoveIPRoutes Source # 
Generic RemoveIPRoutes Source # 

Associated Types

type Rep RemoveIPRoutes :: * -> * #

Hashable RemoveIPRoutes Source # 
ToJSON RemoveIPRoutes Source # 
NFData RemoveIPRoutes Source # 

Methods

rnf :: RemoveIPRoutes -> () #

AWSRequest RemoveIPRoutes Source # 
ToPath RemoveIPRoutes Source # 
ToHeaders RemoveIPRoutes Source # 
ToQuery RemoveIPRoutes Source # 
type Rep RemoveIPRoutes Source # 
type Rep RemoveIPRoutes = D1 (MetaData "RemoveIPRoutes" "Network.AWS.DirectoryService.RemoveIPRoutes" "amazonka-ds-1.4.5-24h2k11yeH0J6s1sLl4Gzu" False) (C1 (MetaCons "RemoveIPRoutes'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rirDirectoryId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_rirCidrIPs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text]))))
type Rs RemoveIPRoutes Source # 

Request Lenses

rirDirectoryId :: Lens' RemoveIPRoutes Text Source #

Identifier (ID) of the directory from which you want to remove the IP addresses.

rirCidrIPs :: Lens' RemoveIPRoutes [Text] Source #

IP address blocks that you want to remove.

Destructuring the Response

removeIPRoutesResponse Source #

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

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

data RemoveIPRoutesResponse Source #

See: removeIPRoutesResponse smart constructor.

Instances

Eq RemoveIPRoutesResponse Source # 
Data RemoveIPRoutesResponse Source # 

Methods

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

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

toConstr :: RemoveIPRoutesResponse -> Constr #

dataTypeOf :: RemoveIPRoutesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read RemoveIPRoutesResponse Source # 
Show RemoveIPRoutesResponse Source # 
Generic RemoveIPRoutesResponse Source # 
NFData RemoveIPRoutesResponse Source # 

Methods

rnf :: RemoveIPRoutesResponse -> () #

type Rep RemoveIPRoutesResponse Source # 
type Rep RemoveIPRoutesResponse = D1 (MetaData "RemoveIPRoutesResponse" "Network.AWS.DirectoryService.RemoveIPRoutes" "amazonka-ds-1.4.5-24h2k11yeH0J6s1sLl4Gzu" True) (C1 (MetaCons "RemoveIPRoutesResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_rirrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses