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

Description

Disables alternative client authentication methods for the specified directory.

Synopsis

Creating a Request

data DisableClientAuthentication Source #

See: newDisableClientAuthentication smart constructor.

Constructors

DisableClientAuthentication' 

Fields

Instances

Instances details
Eq DisableClientAuthentication Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableClientAuthentication

Read DisableClientAuthentication Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableClientAuthentication

Show DisableClientAuthentication Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableClientAuthentication

Generic DisableClientAuthentication Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableClientAuthentication

Associated Types

type Rep DisableClientAuthentication :: Type -> Type #

NFData DisableClientAuthentication Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableClientAuthentication

Hashable DisableClientAuthentication Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableClientAuthentication

ToJSON DisableClientAuthentication Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableClientAuthentication

AWSRequest DisableClientAuthentication Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableClientAuthentication

ToHeaders DisableClientAuthentication Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableClientAuthentication

ToPath DisableClientAuthentication Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableClientAuthentication

ToQuery DisableClientAuthentication Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableClientAuthentication

type Rep DisableClientAuthentication Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableClientAuthentication

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

Defined in Amazonka.DirectoryService.DisableClientAuthentication

newDisableClientAuthentication Source #

Create a value of DisableClientAuthentication 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:DisableClientAuthentication', disableClientAuthentication_directoryId - The identifier of the directory

$sel:type':DisableClientAuthentication', disableClientAuthentication_type - The type of client authentication to disable. Currently, only the parameter, SmartCard is supported.

Request Lenses

disableClientAuthentication_type :: Lens' DisableClientAuthentication ClientAuthenticationType Source #

The type of client authentication to disable. Currently, only the parameter, SmartCard is supported.

Destructuring the Response

data DisableClientAuthenticationResponse Source #

Constructors

DisableClientAuthenticationResponse' 

Fields

Instances

Instances details
Eq DisableClientAuthenticationResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableClientAuthentication

Read DisableClientAuthenticationResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableClientAuthentication

Show DisableClientAuthenticationResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableClientAuthentication

Generic DisableClientAuthenticationResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableClientAuthentication

NFData DisableClientAuthenticationResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableClientAuthentication

type Rep DisableClientAuthenticationResponse Source # 
Instance details

Defined in Amazonka.DirectoryService.DisableClientAuthentication

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

newDisableClientAuthenticationResponse Source #

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

Response Lenses