| 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.DisableLDAPS
Description
Deactivates LDAP secure calls for the specified directory.
Synopsis
- data DisableLDAPS = DisableLDAPS' {
- directoryId :: Text
- type' :: LDAPSType
- newDisableLDAPS :: Text -> LDAPSType -> DisableLDAPS
- disableLDAPS_directoryId :: Lens' DisableLDAPS Text
- disableLDAPS_type :: Lens' DisableLDAPS LDAPSType
- data DisableLDAPSResponse = DisableLDAPSResponse' {
- httpStatus :: Int
- newDisableLDAPSResponse :: Int -> DisableLDAPSResponse
- disableLDAPSResponse_httpStatus :: Lens' DisableLDAPSResponse Int
Creating a Request
data DisableLDAPS Source #
See: newDisableLDAPS smart constructor.
Constructors
| DisableLDAPS' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> LDAPSType | |
| -> DisableLDAPS |
Create a value of DisableLDAPS 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:
DisableLDAPS, disableLDAPS_directoryId - The identifier of the directory.
DisableLDAPS, disableLDAPS_type - The type of LDAP security to enable. Currently only the value Client
is supported.
Request Lenses
disableLDAPS_directoryId :: Lens' DisableLDAPS Text Source #
The identifier of the directory.
disableLDAPS_type :: Lens' DisableLDAPS LDAPSType Source #
The type of LDAP security to enable. Currently only the value Client
is supported.
Destructuring the Response
data DisableLDAPSResponse Source #
See: newDisableLDAPSResponse smart constructor.
Constructors
| DisableLDAPSResponse' | |
Fields
| |
Instances
newDisableLDAPSResponse Source #
Arguments
| :: Int | |
| -> DisableLDAPSResponse |
Create a value of DisableLDAPSResponse 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:httpStatus:DisableLDAPSResponse', disableLDAPSResponse_httpStatus - The response's http status code.
Response Lenses
disableLDAPSResponse_httpStatus :: Lens' DisableLDAPSResponse Int Source #
The response's http status code.