Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
RetentionSettings' | |
|
Instances
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.
retentionSettings_roomRetentionSettings :: Lens' RetentionSettings (Maybe RoomRetentionSettings) Source #
The chat room retention settings.
retentionSettings_conversationRetentionSettings :: Lens' RetentionSettings (Maybe ConversationRetentionSettings) Source #
The chat conversation retention settings.