Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ArchiveRuleSummary = ArchiveRuleSummary' {}
- newArchiveRuleSummary :: UTCTime -> Text -> UTCTime -> ArchiveRuleSummary
- archiveRuleSummary_createdAt :: Lens' ArchiveRuleSummary UTCTime
- archiveRuleSummary_filter :: Lens' ArchiveRuleSummary (HashMap Text Criterion)
- archiveRuleSummary_ruleName :: Lens' ArchiveRuleSummary Text
- archiveRuleSummary_updatedAt :: Lens' ArchiveRuleSummary UTCTime
Documentation
data ArchiveRuleSummary Source #
Contains information about an archive rule.
See: newArchiveRuleSummary
smart constructor.
Instances
newArchiveRuleSummary Source #
:: UTCTime | |
-> Text | |
-> 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: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_ruleName :: Lens' ArchiveRuleSummary Text Source #
The name of the archive rule.
archiveRuleSummary_updatedAt :: Lens' ArchiveRuleSummary UTCTime Source #
The time at which the archive rule was last updated.