| 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.RegisterDefaultPatchBaseline
Description
Defines the default patch baseline.
Synopsis
- registerDefaultPatchBaseline :: Text -> RegisterDefaultPatchBaseline
- data RegisterDefaultPatchBaseline
- rdpbBaselineId :: Lens' RegisterDefaultPatchBaseline Text
- registerDefaultPatchBaselineResponse :: Int -> RegisterDefaultPatchBaselineResponse
- data RegisterDefaultPatchBaselineResponse
- rdpbrsBaselineId :: Lens' RegisterDefaultPatchBaselineResponse (Maybe Text)
- rdpbrsResponseStatus :: Lens' RegisterDefaultPatchBaselineResponse Int
Creating a Request
registerDefaultPatchBaseline Source #
Arguments
| :: Text | |
| -> RegisterDefaultPatchBaseline |
Creates a value of RegisterDefaultPatchBaseline with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rdpbBaselineId- The ID of the patch baseline that should be the default patch baseline.
data RegisterDefaultPatchBaseline Source #
See: registerDefaultPatchBaseline smart constructor.
Instances
Request Lenses
rdpbBaselineId :: Lens' RegisterDefaultPatchBaseline Text Source #
The ID of the patch baseline that should be the default patch baseline.
Destructuring the Response
registerDefaultPatchBaselineResponse Source #
Arguments
| :: Int | |
| -> RegisterDefaultPatchBaselineResponse |
Creates a value of RegisterDefaultPatchBaselineResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rdpbrsBaselineId- The ID of the default patch baseline.rdpbrsResponseStatus- -- | The response status code.
data RegisterDefaultPatchBaselineResponse Source #
See: registerDefaultPatchBaselineResponse smart constructor.
Instances
Response Lenses
rdpbrsBaselineId :: Lens' RegisterDefaultPatchBaselineResponse (Maybe Text) Source #
The ID of the default patch baseline.
rdpbrsResponseStatus :: Lens' RegisterDefaultPatchBaselineResponse Int Source #
- - | The response status code.