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

Contents

Description

Removes IP address blocks from a directory.

Synopsis

Creating a Request

removeIPRoutes #

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 #

See: removeIPRoutes smart constructor.

Instances
Eq RemoveIPRoutes # 
Instance details

Defined in Network.AWS.DirectoryService.RemoveIPRoutes

Data RemoveIPRoutes # 
Instance details

Defined in Network.AWS.DirectoryService.RemoveIPRoutes

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

Defined in Network.AWS.DirectoryService.RemoveIPRoutes

Show RemoveIPRoutes # 
Instance details

Defined in Network.AWS.DirectoryService.RemoveIPRoutes

Generic RemoveIPRoutes # 
Instance details

Defined in Network.AWS.DirectoryService.RemoveIPRoutes

Associated Types

type Rep RemoveIPRoutes :: Type -> Type #

Hashable RemoveIPRoutes # 
Instance details

Defined in Network.AWS.DirectoryService.RemoveIPRoutes

ToJSON RemoveIPRoutes # 
Instance details

Defined in Network.AWS.DirectoryService.RemoveIPRoutes

AWSRequest RemoveIPRoutes # 
Instance details

Defined in Network.AWS.DirectoryService.RemoveIPRoutes

Associated Types

type Rs RemoveIPRoutes :: Type #

ToHeaders RemoveIPRoutes # 
Instance details

Defined in Network.AWS.DirectoryService.RemoveIPRoutes

ToPath RemoveIPRoutes # 
Instance details

Defined in Network.AWS.DirectoryService.RemoveIPRoutes

ToQuery RemoveIPRoutes # 
Instance details

Defined in Network.AWS.DirectoryService.RemoveIPRoutes

NFData RemoveIPRoutes # 
Instance details

Defined in Network.AWS.DirectoryService.RemoveIPRoutes

Methods

rnf :: RemoveIPRoutes -> () #

type Rep RemoveIPRoutes # 
Instance details

Defined in Network.AWS.DirectoryService.RemoveIPRoutes

type Rep RemoveIPRoutes = D1 (MetaData "RemoveIPRoutes" "Network.AWS.DirectoryService.RemoveIPRoutes" "amazonka-ds-1.6.1-1iv1gndTenqDVwqckveA92" False) (C1 (MetaCons "RemoveIPRoutes'" PrefixI True) (S1 (MetaSel (Just "_rirDirectoryId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_rirCidrIPs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text])))
type Rs RemoveIPRoutes # 
Instance details

Defined in Network.AWS.DirectoryService.RemoveIPRoutes

Request Lenses

rirDirectoryId :: Lens' RemoveIPRoutes Text #

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

rirCidrIPs :: Lens' RemoveIPRoutes [Text] #

IP address blocks that you want to remove.

Destructuring the Response

removeIPRoutesResponse #

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 #

See: removeIPRoutesResponse smart constructor.

Instances
Eq RemoveIPRoutesResponse # 
Instance details

Defined in Network.AWS.DirectoryService.RemoveIPRoutes

Data RemoveIPRoutesResponse # 
Instance details

Defined in Network.AWS.DirectoryService.RemoveIPRoutes

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

Defined in Network.AWS.DirectoryService.RemoveIPRoutes

Show RemoveIPRoutesResponse # 
Instance details

Defined in Network.AWS.DirectoryService.RemoveIPRoutes

Generic RemoveIPRoutesResponse # 
Instance details

Defined in Network.AWS.DirectoryService.RemoveIPRoutes

Associated Types

type Rep RemoveIPRoutesResponse :: Type -> Type #

NFData RemoveIPRoutesResponse # 
Instance details

Defined in Network.AWS.DirectoryService.RemoveIPRoutes

Methods

rnf :: RemoveIPRoutesResponse -> () #

type Rep RemoveIPRoutesResponse # 
Instance details

Defined in Network.AWS.DirectoryService.RemoveIPRoutes

type Rep RemoveIPRoutesResponse = D1 (MetaData "RemoveIPRoutesResponse" "Network.AWS.DirectoryService.RemoveIPRoutes" "amazonka-ds-1.6.1-1iv1gndTenqDVwqckveA92" True) (C1 (MetaCons "RemoveIPRoutesResponse'" PrefixI True) (S1 (MetaSel (Just "_rirrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses

rirrsResponseStatus :: Lens' RemoveIPRoutesResponse Int #

  • - | The response status code.