Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.DirectoryService.DeleteTrust
Description
Deletes an existing trust relationship between your Microsoft AD in the AWS cloud and an external domain.
See: AWS API Reference for DeleteTrust.
Creating a Request
Arguments
:: Text | |
-> DeleteTrust |
Creates a value of DeleteTrust
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteTrust Source
Deletes the local side of an existing trust relationship between the Microsoft AD in the AWS cloud and the external domain.
See: deleteTrust
smart constructor.
Instances
Request Lenses
dtTrustId :: Lens' DeleteTrust Text Source
The Trust ID of the trust relationship to be deleted.
Destructuring the Response
Arguments
:: Int | |
-> DeleteTrustResponse |
Creates a value of DeleteTrustResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteTrustResponse Source
See: deleteTrustResponse
smart constructor.
Response Lenses
delrsTrustId :: Lens' DeleteTrustResponse (Maybe Text) Source
The Trust ID of the trust relationship that was deleted.
delrsResponseStatus :: Lens' DeleteTrustResponse Int Source
The response status code.