| 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.SSM.Types.EffectivePatch
Description
Documentation
data EffectivePatch Source #
The EffectivePatch structure defines metadata about a patch along with
the approval state of the patch in a particular patch baseline. The
approval state includes information about whether the patch is currently
approved, due to be approved by a rule, explicitly approved, or
explicitly rejected and the date the patch was or will be approved.
See: newEffectivePatch smart constructor.
Constructors
| EffectivePatch' | |
Fields
| |
Instances
newEffectivePatch :: EffectivePatch Source #
Create a value of EffectivePatch 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:patch:EffectivePatch', effectivePatch_patch - Provides metadata for a patch, including information such as the KB ID,
severity, classification and a URL for where more information can be
obtained about the patch.
$sel:patchStatus:EffectivePatch', effectivePatch_patchStatus - The status of the patch in a patch baseline. This includes information
about whether the patch is currently approved, due to be approved by a
rule, explicitly approved, or explicitly rejected and the date the patch
was or will be approved.
effectivePatch_patch :: Lens' EffectivePatch (Maybe Patch) Source #
Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL for where more information can be obtained about the patch.
effectivePatch_patchStatus :: Lens' EffectivePatch (Maybe PatchStatus) Source #
The status of the patch in a patch baseline. This includes information about whether the patch is currently approved, due to be approved by a rule, explicitly approved, or explicitly rejected and the date the patch was or will be approved.