amazonka-ds-1.4.3: 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.VerifyTrust

Contents

Description

AWS Directory Service for Microsoft Active Directory allows you to configure and verify trust relationships.

This action verifies a trust relationship between your Microsoft AD in the AWS cloud and an external domain.

Synopsis

Creating a Request

verifyTrust Source #

Arguments

:: Text

vtTrustId

-> VerifyTrust 

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

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

data VerifyTrust Source #

Initiates the verification of an existing trust relationship between a Microsoft AD in the AWS cloud and an external domain.

See: verifyTrust smart constructor.

Instances

Eq VerifyTrust Source # 
Data VerifyTrust Source # 

Methods

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

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

toConstr :: VerifyTrust -> Constr #

dataTypeOf :: VerifyTrust -> DataType #

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

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

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

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

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

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

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

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

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

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

Read VerifyTrust Source # 
Show VerifyTrust Source # 
Generic VerifyTrust Source # 

Associated Types

type Rep VerifyTrust :: * -> * #

ToJSON VerifyTrust Source # 
Hashable VerifyTrust Source # 
NFData VerifyTrust Source # 

Methods

rnf :: VerifyTrust -> () #

AWSRequest VerifyTrust Source # 
ToPath VerifyTrust Source # 
ToHeaders VerifyTrust Source # 

Methods

toHeaders :: VerifyTrust -> [Header] #

ToQuery VerifyTrust Source # 
type Rep VerifyTrust Source # 
type Rep VerifyTrust = D1 (MetaData "VerifyTrust" "Network.AWS.DirectoryService.VerifyTrust" "amazonka-ds-1.4.3-CEZArOP1i373qyvcjwdjep" True) (C1 (MetaCons "VerifyTrust'" PrefixI True) (S1 (MetaSel (Just Symbol "_vtTrustId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs VerifyTrust Source # 

Request Lenses

vtTrustId :: Lens' VerifyTrust Text Source #

The unique Trust ID of the trust relationship to verify.

Destructuring the Response

verifyTrustResponse Source #

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

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

data VerifyTrustResponse Source #

See: verifyTrustResponse smart constructor.

Instances

Eq VerifyTrustResponse Source # 
Data VerifyTrustResponse Source # 

Methods

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

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

toConstr :: VerifyTrustResponse -> Constr #

dataTypeOf :: VerifyTrustResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read VerifyTrustResponse Source # 
Show VerifyTrustResponse Source # 
Generic VerifyTrustResponse Source # 
NFData VerifyTrustResponse Source # 

Methods

rnf :: VerifyTrustResponse -> () #

type Rep VerifyTrustResponse Source # 
type Rep VerifyTrustResponse = D1 (MetaData "VerifyTrustResponse" "Network.AWS.DirectoryService.VerifyTrust" "amazonka-ds-1.4.3-CEZArOP1i373qyvcjwdjep" False) (C1 (MetaCons "VerifyTrustResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_vtrsTrustId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_vtrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

vtrsTrustId :: Lens' VerifyTrustResponse (Maybe Text) Source #

The unique Trust ID of the trust relationship that was verified.