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.EnableLDAPS

Description

Activates the switch for the specific directory to always use LDAP secure calls.

Synopsis

Creating a Request

data EnableLDAPS Source #

See: newEnableLDAPS smart constructor.

Constructors

EnableLDAPS' 

Fields

  • directoryId :: Text

    The identifier of the directory.

  • type' :: LDAPSType

    The type of LDAP security to enable. Currently only the value Client is supported.

Instances

Instances details
Eq EnableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.EnableLDAPS

Read EnableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.EnableLDAPS

Show EnableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.EnableLDAPS

Generic EnableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.EnableLDAPS

Associated Types

type Rep EnableLDAPS :: Type -> Type #

NFData EnableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.EnableLDAPS

Methods

rnf :: EnableLDAPS -> () #

Hashable EnableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.EnableLDAPS

ToJSON EnableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.EnableLDAPS

AWSRequest EnableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.EnableLDAPS

Associated Types

type AWSResponse EnableLDAPS #

ToHeaders EnableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.EnableLDAPS

Methods

toHeaders :: EnableLDAPS -> [Header] #

ToPath EnableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.EnableLDAPS

ToQuery EnableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.EnableLDAPS

type Rep EnableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.EnableLDAPS

type Rep EnableLDAPS = D1 ('MetaData "EnableLDAPS" "Amazonka.DirectoryService.EnableLDAPS" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "EnableLDAPS'" 'PrefixI 'True) (S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LDAPSType)))
type AWSResponse EnableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.EnableLDAPS

newEnableLDAPS Source #

Create a value of EnableLDAPS 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:EnableLDAPS', enableLDAPS_directoryId - The identifier of the directory.

$sel:type':EnableLDAPS', enableLDAPS_type - The type of LDAP security to enable. Currently only the value Client is supported.

Request Lenses

enableLDAPS_directoryId :: Lens' EnableLDAPS Text Source #

The identifier of the directory.

enableLDAPS_type :: Lens' EnableLDAPS LDAPSType Source #

The type of LDAP security to enable. Currently only the value Client is supported.

Destructuring the Response

data EnableLDAPSResponse Source #

See: newEnableLDAPSResponse smart constructor.

Constructors

EnableLDAPSResponse' 

Fields

Instances

Instances details
Eq EnableLDAPSResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.EnableLDAPS

Read EnableLDAPSResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.EnableLDAPS

Show EnableLDAPSResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.EnableLDAPS

Generic EnableLDAPSResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.EnableLDAPS

Associated Types

type Rep EnableLDAPSResponse :: Type -> Type #

NFData EnableLDAPSResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.EnableLDAPS

Methods

rnf :: EnableLDAPSResponse -> () #

type Rep EnableLDAPSResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.EnableLDAPS

type Rep EnableLDAPSResponse = D1 ('MetaData "EnableLDAPSResponse" "Amazonka.DirectoryService.EnableLDAPS" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "EnableLDAPSResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newEnableLDAPSResponse Source #

Create a value of EnableLDAPSResponse 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:EnableLDAPSResponse', enableLDAPSResponse_httpStatus - The response's http status code.

Response Lenses