amazonka-ds-1.4.2: 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.CreateConditionalForwarder

Contents

Description

Creates a conditional forwarder associated with your AWS directory. Conditional forwarders are required in order to set up a trust relationship with another domain. The conditional forwarder points to the trusted domain.

Synopsis

Creating a Request

createConditionalForwarder Source #

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

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

data CreateConditionalForwarder Source #

Initiates the creation of a conditional forwarder for your AWS Directory Service for Microsoft Active Directory. Conditional forwarders are required in order to set up a trust relationship with another domain.

See: createConditionalForwarder smart constructor.

Instances

Eq CreateConditionalForwarder Source # 
Data CreateConditionalForwarder Source # 

Methods

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

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

toConstr :: CreateConditionalForwarder -> Constr #

dataTypeOf :: CreateConditionalForwarder -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateConditionalForwarder Source # 
Show CreateConditionalForwarder Source # 
Generic CreateConditionalForwarder Source # 
ToJSON CreateConditionalForwarder Source # 
Hashable CreateConditionalForwarder Source # 
NFData CreateConditionalForwarder Source # 
AWSRequest CreateConditionalForwarder Source # 
ToPath CreateConditionalForwarder Source # 
ToHeaders CreateConditionalForwarder Source # 
ToQuery CreateConditionalForwarder Source # 
type Rep CreateConditionalForwarder Source # 
type Rep CreateConditionalForwarder = D1 (MetaData "CreateConditionalForwarder" "Network.AWS.DirectoryService.CreateConditionalForwarder" "amazonka-ds-1.4.2-2tRF9IzMLvvBblYyr4EnMC" False) (C1 (MetaCons "CreateConditionalForwarder'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ccfDirectoryId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_ccfRemoteDomainName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_ccfDNSIPAddrs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text])))))
type Rs CreateConditionalForwarder Source # 

Request Lenses

ccfDirectoryId :: Lens' CreateConditionalForwarder Text Source #

The directory ID of the AWS directory for which you are creating the conditional forwarder.

ccfRemoteDomainName :: Lens' CreateConditionalForwarder Text Source #

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

ccfDNSIPAddrs :: Lens' CreateConditionalForwarder [Text] Source #

The IP addresses of the remote DNS server associated with RemoteDomainName.

Destructuring the Response

createConditionalForwarderResponse Source #

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

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

data CreateConditionalForwarderResponse Source #

See: createConditionalForwarderResponse smart constructor.

Instances

Eq CreateConditionalForwarderResponse Source # 
Data CreateConditionalForwarderResponse Source # 

Methods

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

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

toConstr :: CreateConditionalForwarderResponse -> Constr #

dataTypeOf :: CreateConditionalForwarderResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateConditionalForwarderResponse Source # 
Show CreateConditionalForwarderResponse Source # 
Generic CreateConditionalForwarderResponse Source # 
NFData CreateConditionalForwarderResponse Source # 
type Rep CreateConditionalForwarderResponse Source # 
type Rep CreateConditionalForwarderResponse = D1 (MetaData "CreateConditionalForwarderResponse" "Network.AWS.DirectoryService.CreateConditionalForwarder" "amazonka-ds-1.4.2-2tRF9IzMLvvBblYyr4EnMC" True) (C1 (MetaCons "CreateConditionalForwarderResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_ccfrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses