libZSservicesZSamazonka-identitystoreZSamazonka-identitystore
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.IdentityStore.DescribeUser

Description

Retrieves the user metadata and attributes from UserId in an identity store.

Synopsis

Creating a Request

data DescribeUser Source #

See: newDescribeUser smart constructor.

Constructors

DescribeUser' 

Fields

  • identityStoreId :: Text

    The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string that contains number and lower case letters. This value is generated at the time that a new identity store is created.

  • userId :: Text

    The identifier for a user in the identity store.

Instances

Instances details
Eq DescribeUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeUser

Read DescribeUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeUser

Show DescribeUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeUser

Generic DescribeUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeUser

Associated Types

type Rep DescribeUser :: Type -> Type #

NFData DescribeUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeUser

Methods

rnf :: DescribeUser -> () #

Hashable DescribeUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeUser

ToJSON DescribeUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeUser

AWSRequest DescribeUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeUser

Associated Types

type AWSResponse DescribeUser #

ToHeaders DescribeUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeUser

ToPath DescribeUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeUser

ToQuery DescribeUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeUser

type Rep DescribeUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeUser

type Rep DescribeUser = D1 ('MetaData "DescribeUser" "Amazonka.IdentityStore.DescribeUser" "libZSservicesZSamazonka-identitystoreZSamazonka-identitystore" 'False) (C1 ('MetaCons "DescribeUser'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identityStoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeUser Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeUser

newDescribeUser Source #

Create a value of DescribeUser 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:identityStoreId:DescribeUser', describeUser_identityStoreId - The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string that contains number and lower case letters. This value is generated at the time that a new identity store is created.

$sel:userId:DescribeUser', describeUser_userId - The identifier for a user in the identity store.

Request Lenses

describeUser_identityStoreId :: Lens' DescribeUser Text Source #

The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string that contains number and lower case letters. This value is generated at the time that a new identity store is created.

describeUser_userId :: Lens' DescribeUser Text Source #

The identifier for a user in the identity store.

Destructuring the Response

data DescribeUserResponse Source #

See: newDescribeUserResponse smart constructor.

Constructors

DescribeUserResponse' 

Fields

  • httpStatus :: Int

    The response's http status code.

  • userName :: Sensitive Text

    Contains the user’s user name value. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. The characters <>;:% are excluded. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.

  • userId :: Text

    The identifier for a user in the identity store.

Instances

Instances details
Eq DescribeUserResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeUser

Show DescribeUserResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeUser

Generic DescribeUserResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeUser

Associated Types

type Rep DescribeUserResponse :: Type -> Type #

NFData DescribeUserResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeUser

Methods

rnf :: DescribeUserResponse -> () #

type Rep DescribeUserResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.DescribeUser

type Rep DescribeUserResponse = D1 ('MetaData "DescribeUserResponse" "Amazonka.IdentityStore.DescribeUser" "libZSservicesZSamazonka-identitystoreZSamazonka-identitystore" 'False) (C1 ('MetaCons "DescribeUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeUserResponse Source #

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

$sel:userName:DescribeUserResponse', describeUserResponse_userName - Contains the user’s user name value. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. The characters <>;:% are excluded. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.

$sel:userId:DescribeUser', describeUserResponse_userId - The identifier for a user in the identity store.

Response Lenses

describeUserResponse_userName :: Lens' DescribeUserResponse Text Source #

Contains the user’s user name value. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. The characters <>;:% are excluded. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.

describeUserResponse_userId :: Lens' DescribeUserResponse Text Source #

The identifier for a user in the identity store.