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

  • vtTrustId - The unique Trust ID of the trust relationship to verify.

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

Defined in Network.AWS.DirectoryService.VerifyTrust

Data VerifyTrust Source # 
Instance details

Defined in Network.AWS.DirectoryService.VerifyTrust

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

Defined in Network.AWS.DirectoryService.VerifyTrust

Show VerifyTrust Source # 
Instance details

Defined in Network.AWS.DirectoryService.VerifyTrust

Generic VerifyTrust Source # 
Instance details

Defined in Network.AWS.DirectoryService.VerifyTrust

Associated Types

type Rep VerifyTrust :: Type -> Type #

Hashable VerifyTrust Source # 
Instance details

Defined in Network.AWS.DirectoryService.VerifyTrust

ToJSON VerifyTrust Source # 
Instance details

Defined in Network.AWS.DirectoryService.VerifyTrust

AWSRequest VerifyTrust Source # 
Instance details

Defined in Network.AWS.DirectoryService.VerifyTrust

Associated Types

type Rs VerifyTrust :: Type #

ToHeaders VerifyTrust Source # 
Instance details

Defined in Network.AWS.DirectoryService.VerifyTrust

Methods

toHeaders :: VerifyTrust -> [Header] #

ToPath VerifyTrust Source # 
Instance details

Defined in Network.AWS.DirectoryService.VerifyTrust

ToQuery VerifyTrust Source # 
Instance details

Defined in Network.AWS.DirectoryService.VerifyTrust

NFData VerifyTrust Source # 
Instance details

Defined in Network.AWS.DirectoryService.VerifyTrust

Methods

rnf :: VerifyTrust -> () #

type Rep VerifyTrust Source # 
Instance details

Defined in Network.AWS.DirectoryService.VerifyTrust

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

Defined in Network.AWS.DirectoryService.VerifyTrust

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 #

Result of a VerifyTrust request.

See: verifyTrustResponse smart constructor.

Instances
Eq VerifyTrustResponse Source # 
Instance details

Defined in Network.AWS.DirectoryService.VerifyTrust

Data VerifyTrustResponse Source # 
Instance details

Defined in Network.AWS.DirectoryService.VerifyTrust

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

Defined in Network.AWS.DirectoryService.VerifyTrust

Show VerifyTrustResponse Source # 
Instance details

Defined in Network.AWS.DirectoryService.VerifyTrust

Generic VerifyTrustResponse Source # 
Instance details

Defined in Network.AWS.DirectoryService.VerifyTrust

Associated Types

type Rep VerifyTrustResponse :: Type -> Type #

NFData VerifyTrustResponse Source # 
Instance details

Defined in Network.AWS.DirectoryService.VerifyTrust

Methods

rnf :: VerifyTrustResponse -> () #

type Rep VerifyTrustResponse Source # 
Instance details

Defined in Network.AWS.DirectoryService.VerifyTrust

type Rep VerifyTrustResponse = D1 (MetaData "VerifyTrustResponse" "Network.AWS.DirectoryService.VerifyTrust" "amazonka-ds-1.6.1-GgbrksYrd5fGA0sALmSRaP" False) (C1 (MetaCons "VerifyTrustResponse'" PrefixI True) (S1 (MetaSel (Just "_vtrsTrustId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_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.

vtrsResponseStatus :: Lens' VerifyTrustResponse Int Source #

  • - | The response status code.