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

Description

Deactivates LDAP secure calls for the specified directory.

Synopsis

Creating a Request

data DisableLDAPS Source #

See: newDisableLDAPS smart constructor.

Constructors

DisableLDAPS' 

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 DisableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

Read DisableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

Show DisableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

Generic DisableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

Associated Types

type Rep DisableLDAPS :: Type -> Type #

NFData DisableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

Methods

rnf :: DisableLDAPS -> () #

Hashable DisableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

ToJSON DisableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

AWSRequest DisableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

Associated Types

type AWSResponse DisableLDAPS #

ToHeaders DisableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

ToPath DisableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

ToQuery DisableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

type Rep DisableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

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

Defined in Amazonka.DirectoryService.DisableLDAPS

newDisableLDAPS Source #

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

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

Request Lenses

disableLDAPS_directoryId :: Lens' DisableLDAPS Text Source #

The identifier of the directory.

disableLDAPS_type :: Lens' DisableLDAPS LDAPSType Source #

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

Destructuring the Response

data DisableLDAPSResponse Source #

See: newDisableLDAPSResponse smart constructor.

Constructors

DisableLDAPSResponse' 

Fields

Instances

Instances details
Eq DisableLDAPSResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

Read DisableLDAPSResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

Show DisableLDAPSResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

Generic DisableLDAPSResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

Associated Types

type Rep DisableLDAPSResponse :: Type -> Type #

NFData DisableLDAPSResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

Methods

rnf :: DisableLDAPSResponse -> () #

type Rep DisableLDAPSResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

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

newDisableLDAPSResponse Source #

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

Response Lenses