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 |
Synopsis
- data LDAPSSettingInfo = LDAPSSettingInfo' {}
- newLDAPSSettingInfo :: LDAPSSettingInfo
- lDAPSSettingInfo_lastUpdatedDateTime :: Lens' LDAPSSettingInfo (Maybe UTCTime)
- lDAPSSettingInfo_lDAPSStatusReason :: Lens' LDAPSSettingInfo (Maybe Text)
- lDAPSSettingInfo_lDAPSStatus :: Lens' LDAPSSettingInfo (Maybe LDAPSStatus)
Documentation
data LDAPSSettingInfo Source #
Contains general information about the LDAPS settings.
See: newLDAPSSettingInfo
smart constructor.
LDAPSSettingInfo' | |
|
Instances
newLDAPSSettingInfo :: LDAPSSettingInfo Source #
Create a value of LDAPSSettingInfo
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:lastUpdatedDateTime:LDAPSSettingInfo'
, lDAPSSettingInfo_lastUpdatedDateTime
- The date and time when the LDAPS settings were last updated.
$sel:lDAPSStatusReason:LDAPSSettingInfo'
, lDAPSSettingInfo_lDAPSStatusReason
- Describes a state change for LDAPS.
$sel:lDAPSStatus:LDAPSSettingInfo'
, lDAPSSettingInfo_lDAPSStatus
- The state of the LDAPS settings.
lDAPSSettingInfo_lastUpdatedDateTime :: Lens' LDAPSSettingInfo (Maybe UTCTime) Source #
The date and time when the LDAPS settings were last updated.
lDAPSSettingInfo_lDAPSStatusReason :: Lens' LDAPSSettingInfo (Maybe Text) Source #
Describes a state change for LDAPS.
lDAPSSettingInfo_lDAPSStatus :: Lens' LDAPSSettingInfo (Maybe LDAPSStatus) Source #
The state of the LDAPS settings.