| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DirectoryService.UpdateTrust
Description
Updates the trust that has been set up between your Managed Microsoft AD directory and an self-managed Active Directory.
Synopsis
- data UpdateTrust = UpdateTrust' {}
- newUpdateTrust :: Text -> UpdateTrust
- updateTrust_selectiveAuth :: Lens' UpdateTrust (Maybe SelectiveAuth)
- updateTrust_trustId :: Lens' UpdateTrust Text
- data UpdateTrustResponse = UpdateTrustResponse' {}
- newUpdateTrustResponse :: Int -> UpdateTrustResponse
- updateTrustResponse_requestId :: Lens' UpdateTrustResponse (Maybe Text)
- updateTrustResponse_trustId :: Lens' UpdateTrustResponse (Maybe Text)
- updateTrustResponse_httpStatus :: Lens' UpdateTrustResponse Int
Creating a Request
data UpdateTrust Source #
See: newUpdateTrust smart constructor.
Constructors
| UpdateTrust' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> UpdateTrust |
Create a value of UpdateTrust with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
UpdateTrust, updateTrust_selectiveAuth - Updates selective authentication for the trust.
UpdateTrust, updateTrust_trustId - Identifier of the trust relationship.
Request Lenses
updateTrust_selectiveAuth :: Lens' UpdateTrust (Maybe SelectiveAuth) Source #
Updates selective authentication for the trust.
updateTrust_trustId :: Lens' UpdateTrust Text Source #
Identifier of the trust relationship.
Destructuring the Response
data UpdateTrustResponse Source #
See: newUpdateTrustResponse smart constructor.
Constructors
| UpdateTrustResponse' | |
Instances
newUpdateTrustResponse Source #
Arguments
| :: Int | |
| -> UpdateTrustResponse |
Create a value of UpdateTrustResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:UpdateTrustResponse', updateTrustResponse_requestId - Undocumented member.
UpdateTrust, updateTrustResponse_trustId - Identifier of the trust relationship.
$sel:httpStatus:UpdateTrustResponse', updateTrustResponse_httpStatus - The response's http status code.
Response Lenses
updateTrustResponse_requestId :: Lens' UpdateTrustResponse (Maybe Text) Source #
Undocumented member.
updateTrustResponse_trustId :: Lens' UpdateTrustResponse (Maybe Text) Source #
Identifier of the trust relationship.
updateTrustResponse_httpStatus :: Lens' UpdateTrustResponse Int Source #
The response's http status code.