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
- data CategoryProperties = CategoryProperties' {
- rules :: Maybe (NonEmpty Rule)
- categoryName :: Maybe Text
- lastUpdateTime :: Maybe POSIX
- createTime :: Maybe POSIX
- newCategoryProperties :: CategoryProperties
- categoryProperties_rules :: Lens' CategoryProperties (Maybe (NonEmpty Rule))
- categoryProperties_categoryName :: Lens' CategoryProperties (Maybe Text)
- categoryProperties_lastUpdateTime :: Lens' CategoryProperties (Maybe UTCTime)
- categoryProperties_createTime :: Lens' CategoryProperties (Maybe UTCTime)
Documentation
data CategoryProperties Source #
An object that contains the rules and additional information about a call analytics category.
See: newCategoryProperties
smart constructor.
CategoryProperties' | |
|
Instances
newCategoryProperties :: CategoryProperties Source #
Create a value of CategoryProperties
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:rules:CategoryProperties'
, categoryProperties_rules
- The rules used to create a call analytics category.
$sel:categoryName:CategoryProperties'
, categoryProperties_categoryName
- The name of the call analytics category.
$sel:lastUpdateTime:CategoryProperties'
, categoryProperties_lastUpdateTime
- A timestamp that shows when the call analytics category was most
recently updated.
$sel:createTime:CategoryProperties'
, categoryProperties_createTime
- A timestamp that shows when the call analytics category was created.
categoryProperties_rules :: Lens' CategoryProperties (Maybe (NonEmpty Rule)) Source #
The rules used to create a call analytics category.
categoryProperties_categoryName :: Lens' CategoryProperties (Maybe Text) Source #
The name of the call analytics category.
categoryProperties_lastUpdateTime :: Lens' CategoryProperties (Maybe UTCTime) Source #
A timestamp that shows when the call analytics category was most recently updated.
categoryProperties_createTime :: Lens' CategoryProperties (Maybe UTCTime) Source #
A timestamp that shows when the call analytics category was created.