libZSservicesZSamazonka-chime-sdk-identityZSamazonka-chime-sdk-identity
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.ChimeSDKIdentity.Types.AppInstanceUser

Description

 
Synopsis

Documentation

data AppInstanceUser Source #

The details of an AppInstanceUser.

See: newAppInstanceUser smart constructor.

Constructors

AppInstanceUser' 

Fields

Instances

Instances details
Eq AppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUser

Show AppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUser

Generic AppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUser

Associated Types

type Rep AppInstanceUser :: Type -> Type #

NFData AppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUser

Methods

rnf :: AppInstanceUser -> () #

Hashable AppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUser

FromJSON AppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUser

type Rep AppInstanceUser Source # 
Instance details

Defined in Amazonka.ChimeSDKIdentity.Types.AppInstanceUser

type Rep AppInstanceUser = D1 ('MetaData "AppInstanceUser" "Amazonka.ChimeSDKIdentity.Types.AppInstanceUser" "libZSservicesZSamazonka-chime-sdk-identityZSamazonka-chime-sdk-identity" 'False) (C1 ('MetaCons "AppInstanceUser'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "appInstanceUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newAppInstanceUser :: AppInstanceUser Source #

Create a value of AppInstanceUser 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:appInstanceUserArn:AppInstanceUser', appInstanceUser_appInstanceUserArn - The ARN of the AppInstanceUser.

$sel:name:AppInstanceUser', appInstanceUser_name - The name of the AppInstanceUser.

$sel:metadata:AppInstanceUser', appInstanceUser_metadata - The metadata of the AppInstanceUser.

$sel:createdTimestamp:AppInstanceUser', appInstanceUser_createdTimestamp - The time at which the AppInstanceUser was created.

$sel:lastUpdatedTimestamp:AppInstanceUser', appInstanceUser_lastUpdatedTimestamp - The time at which the AppInstanceUser was last updated.

appInstanceUser_name :: Lens' AppInstanceUser (Maybe Text) Source #

The name of the AppInstanceUser.

appInstanceUser_metadata :: Lens' AppInstanceUser (Maybe Text) Source #

The metadata of the AppInstanceUser.

appInstanceUser_createdTimestamp :: Lens' AppInstanceUser (Maybe UTCTime) Source #

The time at which the AppInstanceUser was created.

appInstanceUser_lastUpdatedTimestamp :: Lens' AppInstanceUser (Maybe UTCTime) Source #

The time at which the AppInstanceUser was last updated.