| 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.DeleteTrust
Description
Deletes an existing trust relationship between your Microsoft AD in the AWS cloud and an external domain.
- deleteTrust :: Text -> DeleteTrust
- data DeleteTrust
- dtDeleteAssociatedConditionalForwarder :: Lens' DeleteTrust (Maybe Bool)
- dtTrustId :: Lens' DeleteTrust Text
- deleteTrustResponse :: Int -> DeleteTrustResponse
- data DeleteTrustResponse
- dttrsTrustId :: Lens' DeleteTrustResponse (Maybe Text)
- dttrsResponseStatus :: Lens' DeleteTrustResponse Int
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:
dtDeleteAssociatedConditionalForwarder- Delete a conditional forwarder as part of a DeleteTrustRequest.dtTrustId- The Trust ID of the trust relationship to be deleted.
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
dtDeleteAssociatedConditionalForwarder :: Lens' DeleteTrust (Maybe Bool) Source #
Delete a conditional forwarder as part of a DeleteTrustRequest.
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:
dttrsTrustId- The Trust ID of the trust relationship that was deleted.dttrsResponseStatus- -- | The response status code.
data DeleteTrustResponse Source #
The result of a DeleteTrust request.
See: deleteTrustResponse smart constructor.
Response Lenses
dttrsTrustId :: Lens' DeleteTrustResponse (Maybe Text) Source #
The Trust ID of the trust relationship that was deleted.
dttrsResponseStatus :: Lens' DeleteTrustResponse Int Source #
- - | The response status code.