libZSservicesZSamazonka-memorydbZSamazonka-memorydb
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.MemoryDb.UpdateUser

Description

Changes user password(s) and/or access string.

Synopsis

Creating a Request

data UpdateUser Source #

See: newUpdateUser smart constructor.

Constructors

UpdateUser' 

Fields

Instances

Instances details
Eq UpdateUser Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateUser

Read UpdateUser Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateUser

Show UpdateUser Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateUser

Generic UpdateUser Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateUser

Associated Types

type Rep UpdateUser :: Type -> Type #

NFData UpdateUser Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateUser

Methods

rnf :: UpdateUser -> () #

Hashable UpdateUser Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateUser

ToJSON UpdateUser Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateUser

AWSRequest UpdateUser Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateUser

Associated Types

type AWSResponse UpdateUser #

ToHeaders UpdateUser Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateUser

Methods

toHeaders :: UpdateUser -> [Header] #

ToPath UpdateUser Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateUser

ToQuery UpdateUser Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateUser

type Rep UpdateUser Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateUser

type Rep UpdateUser = D1 ('MetaData "UpdateUser" "Amazonka.MemoryDb.UpdateUser" "libZSservicesZSamazonka-memorydbZSamazonka-memorydb" 'False) (C1 ('MetaCons "UpdateUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "authenticationMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AuthenticationMode)) :*: (S1 ('MetaSel ('Just "accessString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateUser Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateUser

newUpdateUser Source #

Create a value of UpdateUser 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:authenticationMode:UpdateUser', updateUser_authenticationMode - Denotes the user's authentication properties, such as whether it requires a password to authenticate.

$sel:accessString:UpdateUser', updateUser_accessString - Access permissions string used for this user.

$sel:userName:UpdateUser', updateUser_userName - The name of the user

Request Lenses

updateUser_authenticationMode :: Lens' UpdateUser (Maybe AuthenticationMode) Source #

Denotes the user's authentication properties, such as whether it requires a password to authenticate.

updateUser_accessString :: Lens' UpdateUser (Maybe Text) Source #

Access permissions string used for this user.

Destructuring the Response

data UpdateUserResponse Source #

See: newUpdateUserResponse smart constructor.

Constructors

UpdateUserResponse' 

Fields

Instances

Instances details
Eq UpdateUserResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateUser

Read UpdateUserResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateUser

Show UpdateUserResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateUser

Generic UpdateUserResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateUser

Associated Types

type Rep UpdateUserResponse :: Type -> Type #

NFData UpdateUserResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateUser

Methods

rnf :: UpdateUserResponse -> () #

type Rep UpdateUserResponse Source # 
Instance details

Defined in Amazonka.MemoryDb.UpdateUser

type Rep UpdateUserResponse = D1 ('MetaData "UpdateUserResponse" "Amazonka.MemoryDb.UpdateUser" "libZSservicesZSamazonka-memorydbZSamazonka-memorydb" 'False) (C1 ('MetaCons "UpdateUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "user") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe User)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateUserResponse Source #

Create a value of UpdateUserResponse 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:user:UpdateUserResponse', updateUserResponse_user - The updated user

$sel:httpStatus:UpdateUserResponse', updateUserResponse_httpStatus - The response's http status code.

Response Lenses