Copyright | (c) 2013-2021 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 |
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.
DisableLDAPS' | |
|
Instances
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:
$sel:directoryId:DisableLDAPS'
, disableLDAPS_directoryId
- The identifier of the directory.
$sel:type':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.
DisableLDAPSResponse' | |
|
Instances
newDisableLDAPSResponse Source #
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.