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

Description

 
Synopsis

Documentation

data AppInstance Source #

The details of an AppInstance, an instance of an Amazon Chime SDK messaging application.

See: newAppInstance smart constructor.

Constructors

AppInstance' 

Fields

Instances

Instances details
Eq AppInstance Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstance

Show AppInstance Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstance

Generic AppInstance Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstance

Associated Types

type Rep AppInstance :: Type -> Type #

NFData AppInstance Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstance

Methods

rnf :: AppInstance -> () #

Hashable AppInstance Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstance

FromJSON AppInstance Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstance

type Rep AppInstance Source # 
Instance details

Defined in Amazonka.Chime.Types.AppInstance

type Rep AppInstance = D1 ('MetaData "AppInstance" "Amazonka.Chime.Types.AppInstance" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "AppInstance'" 'PrefixI 'True) ((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 "appInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newAppInstance :: AppInstance Source #

Create a value of AppInstance 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:name:AppInstance', appInstance_name - The name of an AppInstance.

$sel:metadata:AppInstance', appInstance_metadata - The metadata of an AppInstance.

$sel:appInstanceArn:AppInstance', appInstance_appInstanceArn - The ARN of the messaging instance.

$sel:createdTimestamp:AppInstance', appInstance_createdTimestamp - The time at which an AppInstance was created. In epoch milliseconds.

$sel:lastUpdatedTimestamp:AppInstance', appInstance_lastUpdatedTimestamp - The time an AppInstance was last updated. In epoch milliseconds.

appInstance_name :: Lens' AppInstance (Maybe Text) Source #

The name of an AppInstance.

appInstance_metadata :: Lens' AppInstance (Maybe Text) Source #

The metadata of an AppInstance.

appInstance_appInstanceArn :: Lens' AppInstance (Maybe Text) Source #

The ARN of the messaging instance.

appInstance_createdTimestamp :: Lens' AppInstance (Maybe UTCTime) Source #

The time at which an AppInstance was created. In epoch milliseconds.

appInstance_lastUpdatedTimestamp :: Lens' AppInstance (Maybe UTCTime) Source #

The time an AppInstance was last updated. In epoch milliseconds.