libZSservicesZSamazonka-iotZSamazonka-iot
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoT.Types.AuditSuppression

Description

 
Synopsis

Documentation

data AuditSuppression Source #

Filters out specific findings of a Device Defender audit.

See: newAuditSuppression smart constructor.

Constructors

AuditSuppression' 

Fields

Instances

Instances details
Eq AuditSuppression Source # 
Instance details

Defined in Amazonka.IoT.Types.AuditSuppression

Read AuditSuppression Source # 
Instance details

Defined in Amazonka.IoT.Types.AuditSuppression

Show AuditSuppression Source # 
Instance details

Defined in Amazonka.IoT.Types.AuditSuppression

Generic AuditSuppression Source # 
Instance details

Defined in Amazonka.IoT.Types.AuditSuppression

Associated Types

type Rep AuditSuppression :: Type -> Type #

NFData AuditSuppression Source # 
Instance details

Defined in Amazonka.IoT.Types.AuditSuppression

Methods

rnf :: AuditSuppression -> () #

Hashable AuditSuppression Source # 
Instance details

Defined in Amazonka.IoT.Types.AuditSuppression

FromJSON AuditSuppression Source # 
Instance details

Defined in Amazonka.IoT.Types.AuditSuppression

type Rep AuditSuppression Source # 
Instance details

Defined in Amazonka.IoT.Types.AuditSuppression

type Rep AuditSuppression = D1 ('MetaData "AuditSuppression" "Amazonka.IoT.Types.AuditSuppression" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "AuditSuppression'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "expirationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "suppressIndefinitely") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "checkName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceIdentifier)))))

newAuditSuppression Source #

Create a value of AuditSuppression 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:expirationDate:AuditSuppression', auditSuppression_expirationDate - The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.

$sel:suppressIndefinitely:AuditSuppression', auditSuppression_suppressIndefinitely - Indicates whether a suppression should exist indefinitely or not.

$sel:description:AuditSuppression', auditSuppression_description - The description of the audit suppression.

$sel:checkName:AuditSuppression', auditSuppression_checkName - Undocumented member.

$sel:resourceIdentifier:AuditSuppression', auditSuppression_resourceIdentifier - Undocumented member.

auditSuppression_expirationDate :: Lens' AuditSuppression (Maybe UTCTime) Source #

The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.

auditSuppression_suppressIndefinitely :: Lens' AuditSuppression (Maybe Bool) Source #

Indicates whether a suppression should exist indefinitely or not.

auditSuppression_description :: Lens' AuditSuppression (Maybe Text) Source #

The description of the audit suppression.