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 |
Describes the status of LDAP security for the specified directory.
Synopsis
- data DescribeLDAPSSettings = DescribeLDAPSSettings' {}
- newDescribeLDAPSSettings :: Text -> DescribeLDAPSSettings
- describeLDAPSSettings_nextToken :: Lens' DescribeLDAPSSettings (Maybe Text)
- describeLDAPSSettings_limit :: Lens' DescribeLDAPSSettings (Maybe Natural)
- describeLDAPSSettings_type :: Lens' DescribeLDAPSSettings (Maybe LDAPSType)
- describeLDAPSSettings_directoryId :: Lens' DescribeLDAPSSettings Text
- data DescribeLDAPSSettingsResponse = DescribeLDAPSSettingsResponse' {}
- newDescribeLDAPSSettingsResponse :: Int -> DescribeLDAPSSettingsResponse
- describeLDAPSSettingsResponse_lDAPSSettingsInfo :: Lens' DescribeLDAPSSettingsResponse (Maybe [LDAPSSettingInfo])
- describeLDAPSSettingsResponse_nextToken :: Lens' DescribeLDAPSSettingsResponse (Maybe Text)
- describeLDAPSSettingsResponse_httpStatus :: Lens' DescribeLDAPSSettingsResponse Int
Creating a Request
data DescribeLDAPSSettings Source #
See: newDescribeLDAPSSettings
smart constructor.
DescribeLDAPSSettings' | |
|
Instances
newDescribeLDAPSSettings Source #
Create a value of DescribeLDAPSSettings
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:nextToken:DescribeLDAPSSettings'
, describeLDAPSSettings_nextToken
- The type of next token used for pagination.
$sel:limit:DescribeLDAPSSettings'
, describeLDAPSSettings_limit
- Specifies the number of items that should be displayed on one page.
$sel:type':DescribeLDAPSSettings'
, describeLDAPSSettings_type
- The type of LDAP security to enable. Currently only the value Client
is supported.
$sel:directoryId:DescribeLDAPSSettings'
, describeLDAPSSettings_directoryId
- The identifier of the directory.
Request Lenses
describeLDAPSSettings_nextToken :: Lens' DescribeLDAPSSettings (Maybe Text) Source #
The type of next token used for pagination.
describeLDAPSSettings_limit :: Lens' DescribeLDAPSSettings (Maybe Natural) Source #
Specifies the number of items that should be displayed on one page.
describeLDAPSSettings_type :: Lens' DescribeLDAPSSettings (Maybe LDAPSType) Source #
The type of LDAP security to enable. Currently only the value Client
is supported.
describeLDAPSSettings_directoryId :: Lens' DescribeLDAPSSettings Text Source #
The identifier of the directory.
Destructuring the Response
data DescribeLDAPSSettingsResponse Source #
See: newDescribeLDAPSSettingsResponse
smart constructor.
DescribeLDAPSSettingsResponse' | |
|
Instances
newDescribeLDAPSSettingsResponse Source #
Create a value of DescribeLDAPSSettingsResponse
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:lDAPSSettingsInfo:DescribeLDAPSSettingsResponse'
, describeLDAPSSettingsResponse_lDAPSSettingsInfo
- Information about LDAP security for the specified directory, including
status of enablement, state last updated date time, and the reason for
the state.
$sel:nextToken:DescribeLDAPSSettings'
, describeLDAPSSettingsResponse_nextToken
- The next token used to retrieve the LDAPS settings if the number of
setting types exceeds page limit and there is another page.
$sel:httpStatus:DescribeLDAPSSettingsResponse'
, describeLDAPSSettingsResponse_httpStatus
- The response's http status code.
Response Lenses
describeLDAPSSettingsResponse_lDAPSSettingsInfo :: Lens' DescribeLDAPSSettingsResponse (Maybe [LDAPSSettingInfo]) Source #
Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.
describeLDAPSSettingsResponse_nextToken :: Lens' DescribeLDAPSSettingsResponse (Maybe Text) Source #
The next token used to retrieve the LDAPS settings if the number of setting types exceeds page limit and there is another page.
describeLDAPSSettingsResponse_httpStatus :: Lens' DescribeLDAPSSettingsResponse Int Source #
The response's http status code.