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

Description

Deletes a user within an identity store given UserId.

Synopsis

Creating a Request

data DeleteUser Source #

See: newDeleteUser smart constructor.

Constructors

DeleteUser' 

Fields

Instances

Instances details
ToJSON DeleteUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteUser

ToHeaders DeleteUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteUser

Methods

toHeaders :: DeleteUser -> [Header] #

ToPath DeleteUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteUser

ToQuery DeleteUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteUser

AWSRequest DeleteUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteUser

Associated Types

type AWSResponse DeleteUser #

Generic DeleteUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteUser

Associated Types

type Rep DeleteUser :: Type -> Type #

Read DeleteUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteUser

Show DeleteUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteUser

NFData DeleteUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteUser

Methods

rnf :: DeleteUser -> () #

Eq DeleteUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteUser

Hashable DeleteUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteUser

type AWSResponse DeleteUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteUser

type Rep DeleteUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteUser

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

newDeleteUser Source #

Create a value of DeleteUser 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:

DeleteUser, deleteUser_identityStoreId - The globally unique identifier for the identity store.

DeleteUser, deleteUser_userId - The identifier for a user in the identity store.

Request Lenses

deleteUser_identityStoreId :: Lens' DeleteUser Text Source #

The globally unique identifier for the identity store.

deleteUser_userId :: Lens' DeleteUser Text Source #

The identifier for a user in the identity store.

Destructuring the Response

data DeleteUserResponse Source #

See: newDeleteUserResponse smart constructor.

Constructors

DeleteUserResponse' 

Fields

Instances

Instances details
Generic DeleteUserResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteUser

Associated Types

type Rep DeleteUserResponse :: Type -> Type #

Read DeleteUserResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteUser

Show DeleteUserResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteUser

NFData DeleteUserResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteUser

Methods

rnf :: DeleteUserResponse -> () #

Eq DeleteUserResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteUser

type Rep DeleteUserResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteUser

type Rep DeleteUserResponse = D1 ('MetaData "DeleteUserResponse" "Amazonka.IdentityStore.DeleteUser" "amazonka-identitystore-2.0-FD6RUaLi6gx9YE16ATGTMj" 'False) (C1 ('MetaCons "DeleteUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteUserResponse Source #

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

Response Lenses