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

Description

 
Synopsis

Documentation

data ChannelRetentionSettings Source #

The details of the retention settings for a channel.

See: newChannelRetentionSettings smart constructor.

Constructors

ChannelRetentionSettings' 

Fields

Instances

Instances details
Eq ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelRetentionSettings

Read ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelRetentionSettings

Show ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelRetentionSettings

Generic ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelRetentionSettings

Associated Types

type Rep ChannelRetentionSettings :: Type -> Type #

NFData ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelRetentionSettings

Hashable ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelRetentionSettings

ToJSON ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelRetentionSettings

FromJSON ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelRetentionSettings

type Rep ChannelRetentionSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.ChannelRetentionSettings

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

newChannelRetentionSettings :: ChannelRetentionSettings Source #

Create a value of ChannelRetentionSettings 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:ChannelRetentionSettings', channelRetentionSettings_retentionDays - The time in days to retain the messages in a channel.

channelRetentionSettings_retentionDays :: Lens' ChannelRetentionSettings (Maybe Natural) Source #

The time in days to retain the messages in a channel.