amazonka-ds-1.6.0: 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.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 #

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:

  • ccfDirectoryId - The directory ID of the AWS directory for which you are creating the conditional forwarder.
  • ccfRemoteDomainName - The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.
  • ccfDNSIPAddrs - The IP addresses of the remote DNS server associated with RemoteDomainName.

data CreateConditionalForwarder #

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 # 
Data CreateConditionalForwarder # 

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 # 
Show CreateConditionalForwarder # 
Generic CreateConditionalForwarder # 
Hashable CreateConditionalForwarder # 
ToJSON CreateConditionalForwarder # 
NFData CreateConditionalForwarder # 
AWSRequest CreateConditionalForwarder # 
ToHeaders CreateConditionalForwarder # 
ToPath CreateConditionalForwarder # 
ToQuery CreateConditionalForwarder # 
type Rep CreateConditionalForwarder # 
type Rep CreateConditionalForwarder = D1 * (MetaData "CreateConditionalForwarder" "Network.AWS.DirectoryService.CreateConditionalForwarder" "amazonka-ds-1.6.0-GmQtRfGRD6LI91OTzfkXGW" 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 # 

Request Lenses

ccfDirectoryId :: Lens' CreateConditionalForwarder Text #

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

ccfRemoteDomainName :: Lens' CreateConditionalForwarder Text #

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

ccfDNSIPAddrs :: Lens' CreateConditionalForwarder [Text] #

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

Destructuring the Response

createConditionalForwarderResponse #

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 #

The result of a CreateConditinalForwarder request.

See: createConditionalForwarderResponse smart constructor.

Instances

Eq CreateConditionalForwarderResponse # 
Data CreateConditionalForwarderResponse # 

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 # 
Show CreateConditionalForwarderResponse # 
Generic CreateConditionalForwarderResponse # 
NFData CreateConditionalForwarderResponse # 
type Rep CreateConditionalForwarderResponse # 
type Rep CreateConditionalForwarderResponse = D1 * (MetaData "CreateConditionalForwarderResponse" "Network.AWS.DirectoryService.CreateConditionalForwarder" "amazonka-ds-1.6.0-GmQtRfGRD6LI91OTzfkXGW" True) (C1 * (MetaCons "CreateConditionalForwarderResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_ccfrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses