amazonka-auditmanager-2.0: Amazon Audit Manager SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AuditManager.Types.ChangeLog

Description

 
Synopsis

Documentation

data ChangeLog Source #

The record of a change within Audit Manager. For example, this could be the status change of an assessment or the delegation of a control set.

See: newChangeLog smart constructor.

Constructors

ChangeLog' 

Fields

Instances

Instances details
FromJSON ChangeLog Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ChangeLog

Generic ChangeLog Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ChangeLog

Associated Types

type Rep ChangeLog :: Type -> Type #

Read ChangeLog Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ChangeLog

Show ChangeLog Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ChangeLog

NFData ChangeLog Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ChangeLog

Methods

rnf :: ChangeLog -> () #

Eq ChangeLog Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ChangeLog

Hashable ChangeLog Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ChangeLog

type Rep ChangeLog Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ChangeLog

type Rep ChangeLog = D1 ('MetaData "ChangeLog" "Amazonka.AuditManager.Types.ChangeLog" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ChangeLog'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionEnum)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "objectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "objectType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ObjectTypeEnum))))))

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:action:ChangeLog', changeLog_action - The action that was performed.

$sel:createdAt:ChangeLog', changeLog_createdAt - The time when the action was performed and the changelog record was created.

$sel:createdBy:ChangeLog', changeLog_createdBy - The IAM user or role that performed the action.

$sel:objectName:ChangeLog', changeLog_objectName - The name of the object that changed. This could be the name of an assessment, control, or control set.

$sel:objectType:ChangeLog', changeLog_objectType - The object that was changed, such as an assessment, control, or control set.

changeLog_action :: Lens' ChangeLog (Maybe ActionEnum) Source #

The action that was performed.

changeLog_createdAt :: Lens' ChangeLog (Maybe UTCTime) Source #

The time when the action was performed and the changelog record was created.

changeLog_createdBy :: Lens' ChangeLog (Maybe Text) Source #

The IAM user or role that performed the action.

changeLog_objectName :: Lens' ChangeLog (Maybe Text) Source #

The name of the object that changed. This could be the name of an assessment, control, or control set.

changeLog_objectType :: Lens' ChangeLog (Maybe ObjectTypeEnum) Source #

The object that was changed, such as an assessment, control, or control set.