| Copyright | (c) 2013-2017 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.DirectoryService.VerifyTrust
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.
Creating a Request
Arguments
| :: Text | |
| -> 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
Request Lenses
vtTrustId :: Lens' VerifyTrust Text Source #
The unique Trust ID of the trust relationship to verify.
Destructuring the Response
Arguments
| :: Int | |
| -> VerifyTrustResponse |
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:
vtrsTrustId- The unique Trust ID of the trust relationship that was verified.vtrsResponseStatus- -- | The response status code.
data VerifyTrustResponse Source #
Result of a VerifyTrust request.
See: verifyTrustResponse smart constructor.
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.