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 |
Synopsis
Documentation
data ManagedRuleState Source #
The status of a managed Contributor Insights rule.
See: newManagedRuleState
smart constructor.
Instances
Create a value of ManagedRuleState
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:ManagedRuleState'
, managedRuleState_ruleName
- The name of the Contributor Insights rule that contains data for the
specified Amazon Web Services resource.
$sel:state:ManagedRuleState'
, managedRuleState_state
- Indicates whether the rule is enabled or disabled.
managedRuleState_ruleName :: Lens' ManagedRuleState Text Source #
The name of the Contributor Insights rule that contains data for the specified Amazon Web Services resource.
managedRuleState_state :: Lens' ManagedRuleState Text Source #
Indicates whether the rule is enabled or disabled.