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

Description

 
Synopsis

Documentation

data RetentionSettings Source #

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

See: newRetentionSettings smart constructor.

Constructors

RetentionSettings' 

Fields

Instances

Instances details
Eq RetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RetentionSettings

Read RetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RetentionSettings

Show RetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RetentionSettings

Generic RetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RetentionSettings

Associated Types

type Rep RetentionSettings :: Type -> Type #

NFData RetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RetentionSettings

Methods

rnf :: RetentionSettings -> () #

Hashable RetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RetentionSettings

ToJSON RetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RetentionSettings

FromJSON RetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RetentionSettings

type Rep RetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.RetentionSettings

type Rep RetentionSettings = D1 ('MetaData "RetentionSettings" "Amazonka.Chime.Types.RetentionSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "RetentionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "roomRetentionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RoomRetentionSettings)) :*: S1 ('MetaSel ('Just "conversationRetentionSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConversationRetentionSettings))))

newRetentionSettings :: RetentionSettings Source #

Create a value of RetentionSettings 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:roomRetentionSettings:RetentionSettings', retentionSettings_roomRetentionSettings - The chat room retention settings.

$sel:conversationRetentionSettings:RetentionSettings', retentionSettings_conversationRetentionSettings - The chat conversation retention settings.