libZSservicesZSamazonka-chimeZSamazonka-chime
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.Chime.Types.User

Description

 
Synopsis

Documentation

data User Source #

The user on the Amazon Chime account.

See: newUser smart constructor.

Constructors

User' 

Fields

Instances

Instances details
Eq User Source # 
Instance details

Defined in Amazonka.Chime.Types.User

Methods

(==) :: User -> User -> Bool #

(/=) :: User -> User -> Bool #

Show User Source # 
Instance details

Defined in Amazonka.Chime.Types.User

Methods

showsPrec :: Int -> User -> ShowS #

show :: User -> String #

showList :: [User] -> ShowS #

Generic User Source # 
Instance details

Defined in Amazonka.Chime.Types.User

Associated Types

type Rep User :: Type -> Type #

Methods

from :: User -> Rep User x #

to :: Rep User x -> User #

NFData User Source # 
Instance details

Defined in Amazonka.Chime.Types.User

Methods

rnf :: User -> () #

Hashable User Source # 
Instance details

Defined in Amazonka.Chime.Types.User

Methods

hashWithSalt :: Int -> User -> Int #

hash :: User -> Int #

FromJSON User Source # 
Instance details

Defined in Amazonka.Chime.Types.User

type Rep User Source # 
Instance details

Defined in Amazonka.Chime.Types.User

type Rep User = D1 ('MetaData "User" "Amazonka.Chime.Types.User" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "User'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "userInvitationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InviteStatus)) :*: (S1 ('MetaSel ('Just "personalPIN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "primaryProvisionedNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))) :*: (S1 ('MetaSel ('Just "licenseType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe License)) :*: (S1 ('MetaSel ('Just "registeredOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "userRegistrationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegistrationStatus)) :*: (S1 ('MetaSel ('Just "invitedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))) :*: ((S1 ('MetaSel ('Just "primaryEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "userType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserType))) :*: (S1 ('MetaSel ('Just "alexaForBusinessMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlexaForBusinessMetadata)) :*: S1 ('MetaSel ('Just "userId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newUser Source #

Arguments

:: Text

$sel:userId:User'

-> User 

Create a value of User 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:userInvitationStatus:User', user_userInvitationStatus - The user invite status.

$sel:personalPIN:User', user_personalPIN - The user's personal meeting PIN.

$sel:primaryProvisionedNumber:User', user_primaryProvisionedNumber - The primary phone number associated with the user.

$sel:licenseType:User', user_licenseType - The license type for the user.

$sel:registeredOn:User', user_registeredOn - Date and time when the user is registered, in ISO 8601 format.

$sel:accountId:User', user_accountId - The Amazon Chime account ID.

$sel:userRegistrationStatus:User', user_userRegistrationStatus - The user registration status.

$sel:invitedOn:User', user_invitedOn - Date and time when the user is invited to the Amazon Chime account, in ISO 8601 format.

$sel:displayName:User', user_displayName - The display name of the user.

$sel:primaryEmail:User', user_primaryEmail - The primary email address of the user.

$sel:userType:User', user_userType - The user type.

$sel:alexaForBusinessMetadata:User', user_alexaForBusinessMetadata - The Alexa for Business metadata.

$sel:userId:User', user_userId - The user ID.

user_personalPIN :: Lens' User (Maybe Text) Source #

The user's personal meeting PIN.

user_primaryProvisionedNumber :: Lens' User (Maybe Text) Source #

The primary phone number associated with the user.

user_licenseType :: Lens' User (Maybe License) Source #

The license type for the user.

user_registeredOn :: Lens' User (Maybe UTCTime) Source #

Date and time when the user is registered, in ISO 8601 format.

user_accountId :: Lens' User (Maybe Text) Source #

The Amazon Chime account ID.

user_invitedOn :: Lens' User (Maybe UTCTime) Source #

Date and time when the user is invited to the Amazon Chime account, in ISO 8601 format.

user_displayName :: Lens' User (Maybe Text) Source #

The display name of the user.

user_primaryEmail :: Lens' User (Maybe Text) Source #

The primary email address of the user.