| 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.Inspector.Types.RulesPackage
Description
Synopsis
- data RulesPackage = RulesPackage' {}
- newRulesPackage :: Text -> Text -> Text -> Text -> RulesPackage
- rulesPackage_description :: Lens' RulesPackage (Maybe Text)
- rulesPackage_arn :: Lens' RulesPackage Text
- rulesPackage_name :: Lens' RulesPackage Text
- rulesPackage_version :: Lens' RulesPackage Text
- rulesPackage_provider :: Lens' RulesPackage Text
Documentation
data RulesPackage Source #
Contains information about an Amazon Inspector rules package. This data type is used as the response element in the DescribeRulesPackages action.
See: newRulesPackage smart constructor.
Constructors
| RulesPackage' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> RulesPackage |
Create a value of RulesPackage 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:description:RulesPackage', rulesPackage_description - The description of the rules package.
$sel:arn:RulesPackage', rulesPackage_arn - The ARN of the rules package.
$sel:name:RulesPackage', rulesPackage_name - The name of the rules package.
$sel:version:RulesPackage', rulesPackage_version - The version ID of the rules package.
$sel:provider:RulesPackage', rulesPackage_provider - The provider of the rules package.
rulesPackage_description :: Lens' RulesPackage (Maybe Text) Source #
The description of the rules package.
rulesPackage_arn :: Lens' RulesPackage Text Source #
The ARN of the rules package.
rulesPackage_name :: Lens' RulesPackage Text Source #
The name of the rules package.
rulesPackage_version :: Lens' RulesPackage Text Source #
The version ID of the rules package.
rulesPackage_provider :: Lens' RulesPackage Text Source #
The provider of the rules package.