| 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.GetPatchBaselineForPatchGroup
Description
Retrieves the patch baseline that should be used for the specified patch group.
Synopsis
- getPatchBaselineForPatchGroup :: Text -> GetPatchBaselineForPatchGroup
- data GetPatchBaselineForPatchGroup
- gpbfpgOperatingSystem :: Lens' GetPatchBaselineForPatchGroup (Maybe OperatingSystem)
- gpbfpgPatchGroup :: Lens' GetPatchBaselineForPatchGroup Text
- getPatchBaselineForPatchGroupResponse :: Int -> GetPatchBaselineForPatchGroupResponse
- data GetPatchBaselineForPatchGroupResponse
- gpbfpgrsOperatingSystem :: Lens' GetPatchBaselineForPatchGroupResponse (Maybe OperatingSystem)
- gpbfpgrsBaselineId :: Lens' GetPatchBaselineForPatchGroupResponse (Maybe Text)
- gpbfpgrsPatchGroup :: Lens' GetPatchBaselineForPatchGroupResponse (Maybe Text)
- gpbfpgrsResponseStatus :: Lens' GetPatchBaselineForPatchGroupResponse Int
Creating a Request
getPatchBaselineForPatchGroup Source #
Arguments
| :: Text | |
| -> GetPatchBaselineForPatchGroup |
Creates a value of GetPatchBaselineForPatchGroup with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gpbfpgOperatingSystem- Returns he operating system rule specified for patch groups using the patch baseline.gpbfpgPatchGroup- The name of the patch group whose patch baseline should be retrieved.
data GetPatchBaselineForPatchGroup Source #
See: getPatchBaselineForPatchGroup smart constructor.
Instances
Request Lenses
gpbfpgOperatingSystem :: Lens' GetPatchBaselineForPatchGroup (Maybe OperatingSystem) Source #
Returns he operating system rule specified for patch groups using the patch baseline.
gpbfpgPatchGroup :: Lens' GetPatchBaselineForPatchGroup Text Source #
The name of the patch group whose patch baseline should be retrieved.
Destructuring the Response
getPatchBaselineForPatchGroupResponse Source #
Creates a value of GetPatchBaselineForPatchGroupResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gpbfpgrsOperatingSystem- The operating system rule specified for patch groups using the patch baseline.gpbfpgrsBaselineId- The ID of the patch baseline that should be used for the patch group.gpbfpgrsPatchGroup- The name of the patch group.gpbfpgrsResponseStatus- -- | The response status code.
data GetPatchBaselineForPatchGroupResponse Source #
See: getPatchBaselineForPatchGroupResponse smart constructor.
Instances
Response Lenses
gpbfpgrsOperatingSystem :: Lens' GetPatchBaselineForPatchGroupResponse (Maybe OperatingSystem) Source #
The operating system rule specified for patch groups using the patch baseline.
gpbfpgrsBaselineId :: Lens' GetPatchBaselineForPatchGroupResponse (Maybe Text) Source #
The ID of the patch baseline that should be used for the patch group.
gpbfpgrsPatchGroup :: Lens' GetPatchBaselineForPatchGroupResponse (Maybe Text) Source #
The name of the patch group.
gpbfpgrsResponseStatus :: Lens' GetPatchBaselineForPatchGroupResponse Int Source #
- - | The response status code.