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 ChangeLog = ChangeLog' {}
- newChangeLog :: ChangeLog
- changeLog_objectName :: Lens' ChangeLog (Maybe Text)
- changeLog_createdAt :: Lens' ChangeLog (Maybe UTCTime)
- changeLog_objectType :: Lens' ChangeLog (Maybe ObjectTypeEnum)
- changeLog_createdBy :: Lens' ChangeLog (Maybe Text)
- changeLog_action :: Lens' ChangeLog (Maybe ActionEnum)
Documentation
The record of a change within Audit Manager, such as a modified assessment, a delegated control set, and so on.
See: newChangeLog
smart constructor.
ChangeLog' | |
|
Instances
newChangeLog :: ChangeLog Source #
Create a value of ChangeLog
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:objectName:ChangeLog'
, changeLog_objectName
- The name of the changelog object.
$sel:createdAt:ChangeLog'
, changeLog_createdAt
- The time of creation for the changelog object.
$sel:objectType:ChangeLog'
, changeLog_objectType
- The changelog object type, such as an assessment, control, or control
set.
$sel:createdBy:ChangeLog'
, changeLog_createdBy
- The IAM user or role that performed the action.
$sel:action:ChangeLog'
, changeLog_action
- The action performed.
changeLog_createdAt :: Lens' ChangeLog (Maybe UTCTime) Source #
The time of creation for the changelog object.
changeLog_objectType :: Lens' ChangeLog (Maybe ObjectTypeEnum) Source #
The changelog object type, such as an assessment, control, or control set.
changeLog_createdBy :: Lens' ChangeLog (Maybe Text) Source #
The IAM user or role that performed the action.
changeLog_action :: Lens' ChangeLog (Maybe ActionEnum) Source #
The action performed.