amazonka-ds-2.0: Amazon Directory Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Defined in Amazonka.DirectoryService.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

AWSRequest DisableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

Associated Types

type AWSResponse DisableLDAPS #

Generic DisableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

Associated Types

type Rep DisableLDAPS :: Type -> Type #

Read DisableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

Show DisableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

NFData DisableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

Methods

rnf :: DisableLDAPS -> () #

Eq DisableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

Hashable DisableLDAPS Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

type AWSResponse 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" "amazonka-ds-2.0-AgXI5fcN8ZxCoi4kNvhD3" 'False) (C1 ('MetaCons "DisableLDAPS'" 'PrefixI 'True) (S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LDAPSType)))

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:

DisableLDAPS, disableLDAPS_directoryId - The identifier of the directory.

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

Defined in Amazonka.DirectoryService.DisableLDAPS

Associated Types

type Rep DisableLDAPSResponse :: Type -> Type #

Read DisableLDAPSResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

Show DisableLDAPSResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

NFData DisableLDAPSResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

Methods

rnf :: DisableLDAPSResponse -> () #

Eq DisableLDAPSResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

type Rep DisableLDAPSResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableLDAPS

type Rep DisableLDAPSResponse = D1 ('MetaData "DisableLDAPSResponse" "Amazonka.DirectoryService.DisableLDAPS" "amazonka-ds-2.0-AgXI5fcN8ZxCoi4kNvhD3" '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