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

Description

 
Synopsis

Documentation

data ControlSet Source #

A set of controls in Audit Manager.

See: newControlSet smart constructor.

Constructors

ControlSet' 

Fields

Instances

Instances details
FromJSON ControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSet

Generic ControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSet

Associated Types

type Rep ControlSet :: Type -> Type #

Read ControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSet

Show ControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSet

NFData ControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSet

Methods

rnf :: ControlSet -> () #

Eq ControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSet

Hashable ControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSet

type Rep ControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSet

type Rep ControlSet = D1 ('MetaData "ControlSet" "Amazonka.AuditManager.Types.ControlSet" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ControlSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "controls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Control))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newControlSet :: ControlSet Source #

Create a value of ControlSet 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:controls:ControlSet', controlSet_controls - The list of controls within the control set.

ControlSet, controlSet_id - The identifier of the control set in the assessment. This is the control set name in a plain string format.

ControlSet, controlSet_name - The name of the control set.

controlSet_controls :: Lens' ControlSet (Maybe (NonEmpty Control)) Source #

The list of controls within the control set.

controlSet_id :: Lens' ControlSet (Maybe Text) Source #

The identifier of the control set in the assessment. This is the control set name in a plain string format.

controlSet_name :: Lens' ControlSet (Maybe Text) Source #

The name of the control set.