libZSservicesZSamazonka-worklinkZSamazonka-worklink
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.WorkLink.SignOutUser

Description

Signs the user out from all of their devices. The user can sign in again if they have valid credentials.

Synopsis

Creating a Request

data SignOutUser Source #

See: newSignOutUser smart constructor.

Constructors

SignOutUser' 

Fields

Instances

Instances details
Eq SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

Read SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

Show SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

Generic SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

Associated Types

type Rep SignOutUser :: Type -> Type #

NFData SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

Methods

rnf :: SignOutUser -> () #

Hashable SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

ToJSON SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

AWSRequest SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

Associated Types

type AWSResponse SignOutUser #

ToHeaders SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

Methods

toHeaders :: SignOutUser -> [Header] #

ToPath SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

ToQuery SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

type Rep SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

type Rep SignOutUser = D1 ('MetaData "SignOutUser" "Amazonka.WorkLink.SignOutUser" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "SignOutUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse SignOutUser Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

newSignOutUser Source #

Create a value of SignOutUser 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:fleetArn:SignOutUser', signOutUser_fleetArn - The ARN of the fleet.

$sel:username:SignOutUser', signOutUser_username - The name of the user.

Request Lenses

Destructuring the Response

data SignOutUserResponse Source #

See: newSignOutUserResponse smart constructor.

Constructors

SignOutUserResponse' 

Fields

Instances

Instances details
Eq SignOutUserResponse Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

Read SignOutUserResponse Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

Show SignOutUserResponse Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

Generic SignOutUserResponse Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

Associated Types

type Rep SignOutUserResponse :: Type -> Type #

NFData SignOutUserResponse Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

Methods

rnf :: SignOutUserResponse -> () #

type Rep SignOutUserResponse Source # 
Instance details

Defined in Amazonka.WorkLink.SignOutUser

type Rep SignOutUserResponse = D1 ('MetaData "SignOutUserResponse" "Amazonka.WorkLink.SignOutUser" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "SignOutUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newSignOutUserResponse Source #

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

Response Lenses