| 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.RegisterPatchBaselineForPatchGroup
Description
Registers a patch baseline for a patch group.
Synopsis
- registerPatchBaselineForPatchGroup :: Text -> Text -> RegisterPatchBaselineForPatchGroup
- data RegisterPatchBaselineForPatchGroup
- rpbfpgBaselineId :: Lens' RegisterPatchBaselineForPatchGroup Text
- rpbfpgPatchGroup :: Lens' RegisterPatchBaselineForPatchGroup Text
- registerPatchBaselineForPatchGroupResponse :: Int -> RegisterPatchBaselineForPatchGroupResponse
- data RegisterPatchBaselineForPatchGroupResponse
- rpbfpgrsBaselineId :: Lens' RegisterPatchBaselineForPatchGroupResponse (Maybe Text)
- rpbfpgrsPatchGroup :: Lens' RegisterPatchBaselineForPatchGroupResponse (Maybe Text)
- rpbfpgrsResponseStatus :: Lens' RegisterPatchBaselineForPatchGroupResponse Int
Creating a Request
registerPatchBaselineForPatchGroup Source #
Creates a value of RegisterPatchBaselineForPatchGroup with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rpbfpgBaselineId- The ID of the patch baseline to register the patch group with.rpbfpgPatchGroup- The name of the patch group that should be registered with the patch baseline.
data RegisterPatchBaselineForPatchGroup Source #
See: registerPatchBaselineForPatchGroup smart constructor.
Instances
Request Lenses
rpbfpgBaselineId :: Lens' RegisterPatchBaselineForPatchGroup Text Source #
The ID of the patch baseline to register the patch group with.
rpbfpgPatchGroup :: Lens' RegisterPatchBaselineForPatchGroup Text Source #
The name of the patch group that should be registered with the patch baseline.
Destructuring the Response
registerPatchBaselineForPatchGroupResponse Source #
Creates a value of RegisterPatchBaselineForPatchGroupResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rpbfpgrsBaselineId- The ID of the patch baseline the patch group was registered with.rpbfpgrsPatchGroup- The name of the patch group registered with the patch baseline.rpbfpgrsResponseStatus- -- | The response status code.
data RegisterPatchBaselineForPatchGroupResponse Source #
See: registerPatchBaselineForPatchGroupResponse smart constructor.
Instances
Response Lenses
rpbfpgrsBaselineId :: Lens' RegisterPatchBaselineForPatchGroupResponse (Maybe Text) Source #
The ID of the patch baseline the patch group was registered with.
rpbfpgrsPatchGroup :: Lens' RegisterPatchBaselineForPatchGroupResponse (Maybe Text) Source #
The name of the patch group registered with the patch baseline.
rpbfpgrsResponseStatus :: Lens' RegisterPatchBaselineForPatchGroupResponse Int Source #
- - | The response status code.