| 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.GetPatchBaselineForPatchGroup
Description
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_baselineId :: Lens' GetPatchBaselineForPatchGroupResponse (Maybe Text)
- getPatchBaselineForPatchGroupResponse_operatingSystem :: Lens' GetPatchBaselineForPatchGroupResponse (Maybe OperatingSystem)
- getPatchBaselineForPatchGroupResponse_patchGroup :: Lens' GetPatchBaselineForPatchGroupResponse (Maybe Text)
- getPatchBaselineForPatchGroupResponse_httpStatus :: Lens' GetPatchBaselineForPatchGroupResponse Int
Creating a Request
data GetPatchBaselineForPatchGroup Source #
See: newGetPatchBaselineForPatchGroup smart constructor.
Constructors
| GetPatchBaselineForPatchGroup' | |
Fields
| |
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:
GetPatchBaselineForPatchGroup, getPatchBaselineForPatchGroup_operatingSystem - Returns the operating system rule specified for patch groups using the
patch baseline.
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 the 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.
Constructors
| GetPatchBaselineForPatchGroupResponse' | |
Fields
| |
Instances
newGetPatchBaselineForPatchGroupResponse Source #
Arguments
| :: Int | |
| -> GetPatchBaselineForPatchGroupResponse |
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:
GetPatchBaselineForPatchGroupResponse, getPatchBaselineForPatchGroupResponse_baselineId - The ID of the patch baseline that should be used for the patch group.
GetPatchBaselineForPatchGroup, getPatchBaselineForPatchGroupResponse_operatingSystem - The operating system rule specified for patch groups using the patch
baseline.
GetPatchBaselineForPatchGroup, getPatchBaselineForPatchGroupResponse_patchGroup - The name of the patch group.
$sel:httpStatus:GetPatchBaselineForPatchGroupResponse', getPatchBaselineForPatchGroupResponse_httpStatus - The response's http status code.
Response Lenses
getPatchBaselineForPatchGroupResponse_baselineId :: Lens' GetPatchBaselineForPatchGroupResponse (Maybe Text) Source #
The ID of the patch baseline that should be used for the patch group.
getPatchBaselineForPatchGroupResponse_operatingSystem :: Lens' GetPatchBaselineForPatchGroupResponse (Maybe OperatingSystem) Source #
The operating system rule specified for patch groups using the patch baseline.
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.