Copyright | (c) 2013-2021 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 |
Retrieves the patch baseline that should be used for the specified patch group.
Synopsis
- data GetPatchBaselineForPatchGroup = GetPatchBaselineForPatchGroup' {}
- newGetPatchBaselineForPatchGroup :: Text -> GetPatchBaselineForPatchGroup
- getPatchBaselineForPatchGroup_operatingSystem :: Lens' GetPatchBaselineForPatchGroup (Maybe OperatingSystem)
- getPatchBaselineForPatchGroup_patchGroup :: Lens' GetPatchBaselineForPatchGroup Text
- data GetPatchBaselineForPatchGroupResponse = GetPatchBaselineForPatchGroupResponse' {}
- newGetPatchBaselineForPatchGroupResponse :: Int -> GetPatchBaselineForPatchGroupResponse
- getPatchBaselineForPatchGroupResponse_operatingSystem :: Lens' GetPatchBaselineForPatchGroupResponse (Maybe OperatingSystem)
- getPatchBaselineForPatchGroupResponse_baselineId :: Lens' GetPatchBaselineForPatchGroupResponse (Maybe Text)
- getPatchBaselineForPatchGroupResponse_patchGroup :: Lens' GetPatchBaselineForPatchGroupResponse (Maybe Text)
- getPatchBaselineForPatchGroupResponse_httpStatus :: Lens' GetPatchBaselineForPatchGroupResponse Int
Creating a Request
data GetPatchBaselineForPatchGroup Source #
See: newGetPatchBaselineForPatchGroup
smart constructor.
GetPatchBaselineForPatchGroup' | |
|
Instances
newGetPatchBaselineForPatchGroup Source #
Create a value of GetPatchBaselineForPatchGroup
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:operatingSystem:GetPatchBaselineForPatchGroup'
, getPatchBaselineForPatchGroup_operatingSystem
- Returns he operating system rule specified for patch groups using the
patch baseline.
$sel:patchGroup:GetPatchBaselineForPatchGroup'
, getPatchBaselineForPatchGroup_patchGroup
- The name of the patch group whose patch baseline should be retrieved.
Request Lenses
getPatchBaselineForPatchGroup_operatingSystem :: Lens' GetPatchBaselineForPatchGroup (Maybe OperatingSystem) Source #
Returns he operating system rule specified for patch groups using the patch baseline.
getPatchBaselineForPatchGroup_patchGroup :: Lens' GetPatchBaselineForPatchGroup Text Source #
The name of the patch group whose patch baseline should be retrieved.
Destructuring the Response
data GetPatchBaselineForPatchGroupResponse Source #
See: newGetPatchBaselineForPatchGroupResponse
smart constructor.
GetPatchBaselineForPatchGroupResponse' | |
|
Instances
newGetPatchBaselineForPatchGroupResponse Source #
Create a value of GetPatchBaselineForPatchGroupResponse
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:operatingSystem:GetPatchBaselineForPatchGroup'
, getPatchBaselineForPatchGroupResponse_operatingSystem
- The operating system rule specified for patch groups using the patch
baseline.
$sel:baselineId:GetPatchBaselineForPatchGroupResponse'
, getPatchBaselineForPatchGroupResponse_baselineId
- The ID of the patch baseline that should be used for the patch group.
$sel:patchGroup:GetPatchBaselineForPatchGroup'
, getPatchBaselineForPatchGroupResponse_patchGroup
- The name of the patch group.
$sel:httpStatus:GetPatchBaselineForPatchGroupResponse'
, getPatchBaselineForPatchGroupResponse_httpStatus
- The response's http status code.
Response Lenses
getPatchBaselineForPatchGroupResponse_operatingSystem :: Lens' GetPatchBaselineForPatchGroupResponse (Maybe OperatingSystem) Source #
The operating system rule specified for patch groups using the patch baseline.
getPatchBaselineForPatchGroupResponse_baselineId :: Lens' GetPatchBaselineForPatchGroupResponse (Maybe Text) Source #
The ID of the patch baseline that should be used for the patch group.
getPatchBaselineForPatchGroupResponse_patchGroup :: Lens' GetPatchBaselineForPatchGroupResponse (Maybe Text) Source #
The name of the patch group.
getPatchBaselineForPatchGroupResponse_httpStatus :: Lens' GetPatchBaselineForPatchGroupResponse Int Source #
The response's http status code.