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