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

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:

Response Lenses

vtrsTrustId :: Lens' VerifyTrustResponse (Maybe Text) Source

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