libZSservicesZSamazonka-accessanalyzerZSamazonka-accessanalyzer
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.AccessAnalyzer.Types.ArchiveRuleSummary

Description

 
Synopsis

Documentation

data ArchiveRuleSummary Source #

Contains information about an archive rule.

See: newArchiveRuleSummary smart constructor.

Constructors

ArchiveRuleSummary' 

Fields

Instances

Instances details
Eq ArchiveRuleSummary Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.ArchiveRuleSummary

Read ArchiveRuleSummary Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.ArchiveRuleSummary

Show ArchiveRuleSummary Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.ArchiveRuleSummary

Generic ArchiveRuleSummary Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.ArchiveRuleSummary

Associated Types

type Rep ArchiveRuleSummary :: Type -> Type #

NFData ArchiveRuleSummary Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.ArchiveRuleSummary

Methods

rnf :: ArchiveRuleSummary -> () #

Hashable ArchiveRuleSummary Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.ArchiveRuleSummary

FromJSON ArchiveRuleSummary Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.ArchiveRuleSummary

type Rep ArchiveRuleSummary Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.ArchiveRuleSummary

type Rep ArchiveRuleSummary = D1 ('MetaData "ArchiveRuleSummary" "Amazonka.AccessAnalyzer.Types.ArchiveRuleSummary" "libZSservicesZSamazonka-accessanalyzerZSamazonka-accessanalyzer" 'False) (C1 ('MetaCons "ArchiveRuleSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Criterion))) :*: (S1 ('MetaSel ('Just "ruleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newArchiveRuleSummary Source #

Create a value of ArchiveRuleSummary 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:createdAt:ArchiveRuleSummary', archiveRuleSummary_createdAt - The time at which the archive rule was created.

$sel:filter':ArchiveRuleSummary', archiveRuleSummary_filter - A filter used to define the archive rule.

$sel:ruleName:ArchiveRuleSummary', archiveRuleSummary_ruleName - The name of the archive rule.

$sel:updatedAt:ArchiveRuleSummary', archiveRuleSummary_updatedAt - The time at which the archive rule was last updated.

archiveRuleSummary_createdAt :: Lens' ArchiveRuleSummary UTCTime Source #

The time at which the archive rule was created.

archiveRuleSummary_filter :: Lens' ArchiveRuleSummary (HashMap Text Criterion) Source #

A filter used to define the archive rule.

archiveRuleSummary_updatedAt :: Lens' ArchiveRuleSummary UTCTime Source #

The time at which the archive rule was last updated.