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

Contents

Description

Deletes a conditional forwarder that has been set up for your AWS directory.

Synopsis

Creating a Request

deleteConditionalForwarder #

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

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

  • delDirectoryId - The directory ID for which you are deleting the conditional forwarder.
  • delRemoteDomainName - The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.

data DeleteConditionalForwarder #

Deletes a conditional forwarder.

See: deleteConditionalForwarder smart constructor.

Instances
Eq DeleteConditionalForwarder # 
Instance details

Defined in Network.AWS.DirectoryService.DeleteConditionalForwarder

Data DeleteConditionalForwarder # 
Instance details

Defined in Network.AWS.DirectoryService.DeleteConditionalForwarder

Methods

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

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

toConstr :: DeleteConditionalForwarder -> Constr #

dataTypeOf :: DeleteConditionalForwarder -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteConditionalForwarder # 
Instance details

Defined in Network.AWS.DirectoryService.DeleteConditionalForwarder

Show DeleteConditionalForwarder # 
Instance details

Defined in Network.AWS.DirectoryService.DeleteConditionalForwarder

Generic DeleteConditionalForwarder # 
Instance details

Defined in Network.AWS.DirectoryService.DeleteConditionalForwarder

Associated Types

type Rep DeleteConditionalForwarder :: Type -> Type #

Hashable DeleteConditionalForwarder # 
Instance details

Defined in Network.AWS.DirectoryService.DeleteConditionalForwarder

ToJSON DeleteConditionalForwarder # 
Instance details

Defined in Network.AWS.DirectoryService.DeleteConditionalForwarder

AWSRequest DeleteConditionalForwarder # 
Instance details

Defined in Network.AWS.DirectoryService.DeleteConditionalForwarder

Associated Types

type Rs DeleteConditionalForwarder :: Type #

ToHeaders DeleteConditionalForwarder # 
Instance details

Defined in Network.AWS.DirectoryService.DeleteConditionalForwarder

ToPath DeleteConditionalForwarder # 
Instance details

Defined in Network.AWS.DirectoryService.DeleteConditionalForwarder

ToQuery DeleteConditionalForwarder # 
Instance details

Defined in Network.AWS.DirectoryService.DeleteConditionalForwarder

NFData DeleteConditionalForwarder # 
Instance details

Defined in Network.AWS.DirectoryService.DeleteConditionalForwarder

type Rep DeleteConditionalForwarder # 
Instance details

Defined in Network.AWS.DirectoryService.DeleteConditionalForwarder

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

Defined in Network.AWS.DirectoryService.DeleteConditionalForwarder

Request Lenses

delDirectoryId :: Lens' DeleteConditionalForwarder Text #

The directory ID for which you are deleting the conditional forwarder.

delRemoteDomainName :: Lens' DeleteConditionalForwarder Text #

The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.

Destructuring the Response

deleteConditionalForwarderResponse #

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

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

data DeleteConditionalForwarderResponse #

The result of a DeleteConditionalForwarder request.

See: deleteConditionalForwarderResponse smart constructor.

Instances
Eq DeleteConditionalForwarderResponse # 
Instance details

Defined in Network.AWS.DirectoryService.DeleteConditionalForwarder

Data DeleteConditionalForwarderResponse # 
Instance details

Defined in Network.AWS.DirectoryService.DeleteConditionalForwarder

Methods

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

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

toConstr :: DeleteConditionalForwarderResponse -> Constr #

dataTypeOf :: DeleteConditionalForwarderResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteConditionalForwarderResponse # 
Instance details

Defined in Network.AWS.DirectoryService.DeleteConditionalForwarder

Show DeleteConditionalForwarderResponse # 
Instance details

Defined in Network.AWS.DirectoryService.DeleteConditionalForwarder

Generic DeleteConditionalForwarderResponse # 
Instance details

Defined in Network.AWS.DirectoryService.DeleteConditionalForwarder

Associated Types

type Rep DeleteConditionalForwarderResponse :: Type -> Type #

NFData DeleteConditionalForwarderResponse # 
Instance details

Defined in Network.AWS.DirectoryService.DeleteConditionalForwarder

type Rep DeleteConditionalForwarderResponse # 
Instance details

Defined in Network.AWS.DirectoryService.DeleteConditionalForwarder

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

Response Lenses