libZSservicesZSamazonka-dsZSamazonka-ds
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DirectoryService.Types.LDAPSSettingInfo

Description

 
Synopsis

Documentation

data LDAPSSettingInfo Source #

Contains general information about the LDAPS settings.

See: newLDAPSSettingInfo smart constructor.

Constructors

LDAPSSettingInfo' 

Fields

Instances

Instances details
Eq LDAPSSettingInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.LDAPSSettingInfo

Read LDAPSSettingInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.LDAPSSettingInfo

Show LDAPSSettingInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.LDAPSSettingInfo

Generic LDAPSSettingInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.LDAPSSettingInfo

Associated Types

type Rep LDAPSSettingInfo :: Type -> Type #

NFData LDAPSSettingInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.LDAPSSettingInfo

Methods

rnf :: LDAPSSettingInfo -> () #

Hashable LDAPSSettingInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.LDAPSSettingInfo

FromJSON LDAPSSettingInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.LDAPSSettingInfo

type Rep LDAPSSettingInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.LDAPSSettingInfo

type Rep LDAPSSettingInfo = D1 ('MetaData "LDAPSSettingInfo" "Amazonka.DirectoryService.Types.LDAPSSettingInfo" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "LDAPSSettingInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lDAPSStatusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lDAPSStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LDAPSStatus)))))

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.