| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.SSM.DescribePatchGroupState
Description
Returns high-level aggregated patch compliance state for a patch group.
Synopsis
- describePatchGroupState :: Text -> DescribePatchGroupState
- data DescribePatchGroupState
- dpgsPatchGroup :: Lens' DescribePatchGroupState Text
- describePatchGroupStateResponse :: Int -> DescribePatchGroupStateResponse
- data DescribePatchGroupStateResponse
- dpgsrsInstancesWithMissingPatches :: Lens' DescribePatchGroupStateResponse (Maybe Int)
- dpgsrsInstancesWithInstalledOtherPatches :: Lens' DescribePatchGroupStateResponse (Maybe Int)
- dpgsrsInstancesWithNotApplicablePatches :: Lens' DescribePatchGroupStateResponse (Maybe Int)
- dpgsrsInstancesWithInstalledPatches :: Lens' DescribePatchGroupStateResponse (Maybe Int)
- dpgsrsInstances :: Lens' DescribePatchGroupStateResponse (Maybe Int)
- dpgsrsInstancesWithFailedPatches :: Lens' DescribePatchGroupStateResponse (Maybe Int)
- dpgsrsResponseStatus :: Lens' DescribePatchGroupStateResponse Int
Creating a Request
describePatchGroupState Source #
Arguments
| :: Text | |
| -> DescribePatchGroupState |
Creates a value of DescribePatchGroupState with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpgsPatchGroup- The name of the patch group whose patch snapshot should be retrieved.
data DescribePatchGroupState Source #
See: describePatchGroupState smart constructor.
Instances
Request Lenses
dpgsPatchGroup :: Lens' DescribePatchGroupState Text Source #
The name of the patch group whose patch snapshot should be retrieved.
Destructuring the Response
describePatchGroupStateResponse Source #
Arguments
| :: Int | |
| -> DescribePatchGroupStateResponse |
Creates a value of DescribePatchGroupStateResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpgsrsInstancesWithMissingPatches- The number of instances with missing patches from the patch baseline.dpgsrsInstancesWithInstalledOtherPatches- The number of instances with patches installed that aren't defined in the patch baseline.dpgsrsInstancesWithNotApplicablePatches- The number of instances with patches that aren't applicable.dpgsrsInstancesWithInstalledPatches- The number of instances with installed patches.dpgsrsInstances- The number of instances in the patch group.dpgsrsInstancesWithFailedPatches- The number of instances with patches from the patch baseline that failed to install.dpgsrsResponseStatus- -- | The response status code.
data DescribePatchGroupStateResponse Source #
See: describePatchGroupStateResponse smart constructor.
Instances
Response Lenses
dpgsrsInstancesWithMissingPatches :: Lens' DescribePatchGroupStateResponse (Maybe Int) Source #
The number of instances with missing patches from the patch baseline.
dpgsrsInstancesWithInstalledOtherPatches :: Lens' DescribePatchGroupStateResponse (Maybe Int) Source #
The number of instances with patches installed that aren't defined in the patch baseline.
dpgsrsInstancesWithNotApplicablePatches :: Lens' DescribePatchGroupStateResponse (Maybe Int) Source #
The number of instances with patches that aren't applicable.
dpgsrsInstancesWithInstalledPatches :: Lens' DescribePatchGroupStateResponse (Maybe Int) Source #
The number of instances with installed patches.
dpgsrsInstances :: Lens' DescribePatchGroupStateResponse (Maybe Int) Source #
The number of instances in the patch group.
dpgsrsInstancesWithFailedPatches :: Lens' DescribePatchGroupStateResponse (Maybe Int) Source #
The number of instances with patches from the patch baseline that failed to install.
dpgsrsResponseStatus :: Lens' DescribePatchGroupStateResponse Int Source #
- - | The response status code.