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

Description

 
Synopsis

Documentation

data ConversationRetentionSettings Source #

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

See: newConversationRetentionSettings smart constructor.

Constructors

ConversationRetentionSettings' 

Fields

Instances

Instances details
Eq ConversationRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ConversationRetentionSettings

Read ConversationRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ConversationRetentionSettings

Show ConversationRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ConversationRetentionSettings

Generic ConversationRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ConversationRetentionSettings

Associated Types

type Rep ConversationRetentionSettings :: Type -> Type #

NFData ConversationRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ConversationRetentionSettings

Hashable ConversationRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ConversationRetentionSettings

ToJSON ConversationRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ConversationRetentionSettings

FromJSON ConversationRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ConversationRetentionSettings

type Rep ConversationRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ConversationRetentionSettings

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

newConversationRetentionSettings :: ConversationRetentionSettings Source #

Create a value of ConversationRetentionSettings 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:ConversationRetentionSettings', conversationRetentionSettings_retentionDays - The number of days for which to retain conversation messages.

conversationRetentionSettings_retentionDays :: Lens' ConversationRetentionSettings (Maybe Natural) Source #

The number of days for which to retain conversation messages.