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

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

Defined in Network.AWS.DirectoryService.CreateConditionalForwarder

Data CreateConditionalForwarder Source # 
Instance details

Defined in Network.AWS.DirectoryService.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 Source # 
Instance details

Defined in Network.AWS.DirectoryService.CreateConditionalForwarder

Show CreateConditionalForwarder Source # 
Instance details

Defined in Network.AWS.DirectoryService.CreateConditionalForwarder

Generic CreateConditionalForwarder Source # 
Instance details

Defined in Network.AWS.DirectoryService.CreateConditionalForwarder

Associated Types

type Rep CreateConditionalForwarder :: Type -> Type #

Hashable CreateConditionalForwarder Source # 
Instance details

Defined in Network.AWS.DirectoryService.CreateConditionalForwarder

ToJSON CreateConditionalForwarder Source # 
Instance details

Defined in Network.AWS.DirectoryService.CreateConditionalForwarder

AWSRequest CreateConditionalForwarder Source # 
Instance details

Defined in Network.AWS.DirectoryService.CreateConditionalForwarder

Associated Types

type Rs CreateConditionalForwarder :: Type #

ToHeaders CreateConditionalForwarder Source # 
Instance details

Defined in Network.AWS.DirectoryService.CreateConditionalForwarder

ToPath CreateConditionalForwarder Source # 
Instance details

Defined in Network.AWS.DirectoryService.CreateConditionalForwarder

ToQuery CreateConditionalForwarder Source # 
Instance details

Defined in Network.AWS.DirectoryService.CreateConditionalForwarder

NFData CreateConditionalForwarder Source # 
Instance details

Defined in Network.AWS.DirectoryService.CreateConditionalForwarder

type Rep CreateConditionalForwarder Source # 
Instance details

Defined in Network.AWS.DirectoryService.CreateConditionalForwarder

type Rep CreateConditionalForwarder = D1 (MetaData "CreateConditionalForwarder" "Network.AWS.DirectoryService.CreateConditionalForwarder" "amazonka-ds-1.6.1-GgbrksYrd5fGA0sALmSRaP" False) (C1 (MetaCons "CreateConditionalForwarder'" PrefixI True) (S1 (MetaSel (Just "_ccfDirectoryId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_ccfRemoteDomainName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_ccfDNSIPAddrs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text]))))
type Rs CreateConditionalForwarder Source # 
Instance details

Defined in Network.AWS.DirectoryService.CreateConditionalForwarder

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 #

The result of a CreateConditinalForwarder request.

See: createConditionalForwarderResponse smart constructor.

Instances
Eq CreateConditionalForwarderResponse Source # 
Instance details

Defined in Network.AWS.DirectoryService.CreateConditionalForwarder

Data CreateConditionalForwarderResponse Source # 
Instance details

Defined in Network.AWS.DirectoryService.CreateConditionalForwarder

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

Defined in Network.AWS.DirectoryService.CreateConditionalForwarder

Show CreateConditionalForwarderResponse Source # 
Instance details

Defined in Network.AWS.DirectoryService.CreateConditionalForwarder

Generic CreateConditionalForwarderResponse Source # 
Instance details

Defined in Network.AWS.DirectoryService.CreateConditionalForwarder

Associated Types

type Rep CreateConditionalForwarderResponse :: Type -> Type #

NFData CreateConditionalForwarderResponse Source # 
Instance details

Defined in Network.AWS.DirectoryService.CreateConditionalForwarder

type Rep CreateConditionalForwarderResponse Source # 
Instance details

Defined in Network.AWS.DirectoryService.CreateConditionalForwarder

type Rep CreateConditionalForwarderResponse = D1 (MetaData "CreateConditionalForwarderResponse" "Network.AWS.DirectoryService.CreateConditionalForwarder" "amazonka-ds-1.6.1-GgbrksYrd5fGA0sALmSRaP" True) (C1 (MetaCons "CreateConditionalForwarderResponse'" PrefixI True) (S1 (MetaSel (Just "_ccfrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses