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 |
Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline. Applies to patch baselines for Windows only.
This operation returns paginated results.
Synopsis
- data DescribeEffectivePatchesForPatchBaseline = DescribeEffectivePatchesForPatchBaseline' {
- maxResults :: Maybe Natural
- nextToken :: Maybe Text
- baselineId :: Text
- newDescribeEffectivePatchesForPatchBaseline :: Text -> DescribeEffectivePatchesForPatchBaseline
- describeEffectivePatchesForPatchBaseline_maxResults :: Lens' DescribeEffectivePatchesForPatchBaseline (Maybe Natural)
- describeEffectivePatchesForPatchBaseline_nextToken :: Lens' DescribeEffectivePatchesForPatchBaseline (Maybe Text)
- describeEffectivePatchesForPatchBaseline_baselineId :: Lens' DescribeEffectivePatchesForPatchBaseline Text
- data DescribeEffectivePatchesForPatchBaselineResponse = DescribeEffectivePatchesForPatchBaselineResponse' {}
- newDescribeEffectivePatchesForPatchBaselineResponse :: Int -> DescribeEffectivePatchesForPatchBaselineResponse
- describeEffectivePatchesForPatchBaselineResponse_effectivePatches :: Lens' DescribeEffectivePatchesForPatchBaselineResponse (Maybe [EffectivePatch])
- describeEffectivePatchesForPatchBaselineResponse_nextToken :: Lens' DescribeEffectivePatchesForPatchBaselineResponse (Maybe Text)
- describeEffectivePatchesForPatchBaselineResponse_httpStatus :: Lens' DescribeEffectivePatchesForPatchBaselineResponse Int
Creating a Request
data DescribeEffectivePatchesForPatchBaseline Source #
See: newDescribeEffectivePatchesForPatchBaseline
smart constructor.
DescribeEffectivePatchesForPatchBaseline' | |
|
Instances
newDescribeEffectivePatchesForPatchBaseline Source #
Create a value of DescribeEffectivePatchesForPatchBaseline
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:maxResults:DescribeEffectivePatchesForPatchBaseline'
, describeEffectivePatchesForPatchBaseline_maxResults
- The maximum number of patches to return (per page).
DescribeEffectivePatchesForPatchBaseline
, describeEffectivePatchesForPatchBaseline_nextToken
- The token for the next set of items to return. (You received this token
from a previous call.)
DescribeEffectivePatchesForPatchBaseline
, describeEffectivePatchesForPatchBaseline_baselineId
- The ID of the patch baseline to retrieve the effective patches for.
Request Lenses
describeEffectivePatchesForPatchBaseline_maxResults :: Lens' DescribeEffectivePatchesForPatchBaseline (Maybe Natural) Source #
The maximum number of patches to return (per page).
describeEffectivePatchesForPatchBaseline_nextToken :: Lens' DescribeEffectivePatchesForPatchBaseline (Maybe Text) Source #
The token for the next set of items to return. (You received this token from a previous call.)
describeEffectivePatchesForPatchBaseline_baselineId :: Lens' DescribeEffectivePatchesForPatchBaseline Text Source #
The ID of the patch baseline to retrieve the effective patches for.
Destructuring the Response
data DescribeEffectivePatchesForPatchBaselineResponse Source #
See: newDescribeEffectivePatchesForPatchBaselineResponse
smart constructor.
DescribeEffectivePatchesForPatchBaselineResponse' | |
|
Instances
newDescribeEffectivePatchesForPatchBaselineResponse Source #
:: Int |
|
-> DescribeEffectivePatchesForPatchBaselineResponse |
Create a value of DescribeEffectivePatchesForPatchBaselineResponse
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:effectivePatches:DescribeEffectivePatchesForPatchBaselineResponse'
, describeEffectivePatchesForPatchBaselineResponse_effectivePatches
- An array of patches and patch status.
DescribeEffectivePatchesForPatchBaseline
, describeEffectivePatchesForPatchBaselineResponse_nextToken
- The token to use when requesting the next set of items. If there are no
additional items to return, the string is empty.
$sel:httpStatus:DescribeEffectivePatchesForPatchBaselineResponse'
, describeEffectivePatchesForPatchBaselineResponse_httpStatus
- The response's http status code.
Response Lenses
describeEffectivePatchesForPatchBaselineResponse_effectivePatches :: Lens' DescribeEffectivePatchesForPatchBaselineResponse (Maybe [EffectivePatch]) Source #
An array of patches and patch status.
describeEffectivePatchesForPatchBaselineResponse_nextToken :: Lens' DescribeEffectivePatchesForPatchBaselineResponse (Maybe Text) Source #
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
describeEffectivePatchesForPatchBaselineResponse_httpStatus :: Lens' DescribeEffectivePatchesForPatchBaselineResponse Int Source #
The response's http status code.