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

Description

 
Synopsis

Documentation

data RoomRetentionSettings Source #

The retention settings that determine how long to retain chat-room messages for an Amazon Chime Enterprise account.

See: newRoomRetentionSettings smart constructor.

Constructors

RoomRetentionSettings' 

Fields

Instances

Instances details
Eq RoomRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomRetentionSettings

Read RoomRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomRetentionSettings

Show RoomRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomRetentionSettings

Generic RoomRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomRetentionSettings

Associated Types

type Rep RoomRetentionSettings :: Type -> Type #

NFData RoomRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomRetentionSettings

Methods

rnf :: RoomRetentionSettings -> () #

Hashable RoomRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomRetentionSettings

ToJSON RoomRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomRetentionSettings

FromJSON RoomRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomRetentionSettings

type Rep RoomRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RoomRetentionSettings

type Rep RoomRetentionSettings = D1 ('MetaData "RoomRetentionSettings" "Amazonka.Chime.Types.RoomRetentionSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "RoomRetentionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "retentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newRoomRetentionSettings :: RoomRetentionSettings Source #

Create a value of RoomRetentionSettings 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:retentionDays:RoomRetentionSettings', roomRetentionSettings_retentionDays - The number of days for which to retain chat-room messages.

roomRetentionSettings_retentionDays :: Lens' RoomRetentionSettings (Maybe Natural) Source #

The number of days for which to retain chat-room messages.