| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AccessAnalyzer.Types.ArchiveRuleSummary
Description
Synopsis
- data ArchiveRuleSummary = ArchiveRuleSummary' {}
- newArchiveRuleSummary :: Text -> UTCTime -> UTCTime -> ArchiveRuleSummary
- archiveRuleSummary_ruleName :: Lens' ArchiveRuleSummary Text
- archiveRuleSummary_filter :: Lens' ArchiveRuleSummary (HashMap Text Criterion)
- archiveRuleSummary_createdAt :: Lens' ArchiveRuleSummary UTCTime
- archiveRuleSummary_updatedAt :: Lens' ArchiveRuleSummary UTCTime
Documentation
data ArchiveRuleSummary Source #
Contains information about an archive rule.
See: newArchiveRuleSummary smart constructor.
Constructors
| ArchiveRuleSummary' | |
Instances
newArchiveRuleSummary Source #
Arguments
| :: Text | |
| -> UTCTime | |
| -> UTCTime | |
| -> ArchiveRuleSummary |
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:ruleName:ArchiveRuleSummary', archiveRuleSummary_ruleName - The name of the archive rule.
$sel:filter':ArchiveRuleSummary', archiveRuleSummary_filter - A filter used to define the archive rule.
$sel:createdAt:ArchiveRuleSummary', archiveRuleSummary_createdAt - The time at which the archive rule was created.
$sel:updatedAt:ArchiveRuleSummary', archiveRuleSummary_updatedAt - The time at which the archive rule was last updated.
archiveRuleSummary_ruleName :: Lens' ArchiveRuleSummary Text Source #
The name of the archive rule.
archiveRuleSummary_filter :: Lens' ArchiveRuleSummary (HashMap Text Criterion) Source #
A filter used to define the archive rule.
archiveRuleSummary_createdAt :: Lens' ArchiveRuleSummary UTCTime Source #
The time at which the archive rule was created.
archiveRuleSummary_updatedAt :: Lens' ArchiveRuleSummary UTCTime Source #
The time at which the archive rule was last updated.