amazonka-identitystore-2.0: Amazon SSO Identity Store 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.IdentityStore.UpdateUser

Description

For the specified user in the specified identity store, updates the user metadata and attributes.

Synopsis

Creating a Request

data UpdateUser Source #

See: newUpdateUser smart constructor.

Constructors

UpdateUser' 

Fields

Instances

Instances details
ToJSON UpdateUser Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateUser

ToHeaders UpdateUser Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateUser

Methods

toHeaders :: UpdateUser -> [Header] #

ToPath UpdateUser Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateUser

ToQuery UpdateUser Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateUser

AWSRequest UpdateUser Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateUser

Associated Types

type AWSResponse UpdateUser #

Generic UpdateUser Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateUser

Associated Types

type Rep UpdateUser :: Type -> Type #

Read UpdateUser Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateUser

Show UpdateUser Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateUser

NFData UpdateUser Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateUser

Methods

rnf :: UpdateUser -> () #

Eq UpdateUser Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateUser

Hashable UpdateUser Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateUser

type AWSResponse UpdateUser Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateUser

type Rep UpdateUser Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateUser

type Rep UpdateUser = D1 ('MetaData "UpdateUser" "Amazonka.IdentityStore.UpdateUser" "amazonka-identitystore-2.0-FD6RUaLi6gx9YE16ATGTMj" 'False) (C1 ('MetaCons "UpdateUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identityStoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "operations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty AttributeOperation)))))

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:

UpdateUser, updateUser_identityStoreId - The globally unique identifier for the identity store.

UpdateUser, updateUser_userId - The identifier for a user in the identity store.

$sel:operations:UpdateUser', updateUser_operations - A list of AttributeOperation objects to apply to the requested user. These operations might add, replace, or remove an attribute.

Request Lenses

updateUser_identityStoreId :: Lens' UpdateUser Text Source #

The globally unique identifier for the identity store.

updateUser_userId :: Lens' UpdateUser Text Source #

The identifier for a user in the identity store.

updateUser_operations :: Lens' UpdateUser (NonEmpty AttributeOperation) Source #

A list of AttributeOperation objects to apply to the requested user. These operations might add, replace, or remove an attribute.

Destructuring the Response

data UpdateUserResponse Source #

See: newUpdateUserResponse smart constructor.

Constructors

UpdateUserResponse' 

Fields

Instances

Instances details
Generic UpdateUserResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateUser

Associated Types

type Rep UpdateUserResponse :: Type -> Type #

Read UpdateUserResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateUser

Show UpdateUserResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateUser

NFData UpdateUserResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateUser

Methods

rnf :: UpdateUserResponse -> () #

Eq UpdateUserResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateUser

type Rep UpdateUserResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.UpdateUser

type Rep UpdateUserResponse = D1 ('MetaData "UpdateUserResponse" "Amazonka.IdentityStore.UpdateUser" "amazonka-identitystore-2.0-FD6RUaLi6gx9YE16ATGTMj" 'False) (C1 ('MetaCons "UpdateUserResponse'" 'PrefixI 'True) (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:httpStatus:UpdateUserResponse', updateUserResponse_httpStatus - The response's http status code.

Response Lenses