| 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.DeletePatchBaseline
Description
Deletes a patch baseline.
Synopsis
- deletePatchBaseline :: Text -> DeletePatchBaseline
- data DeletePatchBaseline
- dpbBaselineId :: Lens' DeletePatchBaseline Text
- deletePatchBaselineResponse :: Int -> DeletePatchBaselineResponse
- data DeletePatchBaselineResponse
- dpbrsBaselineId :: Lens' DeletePatchBaselineResponse (Maybe Text)
- dpbrsResponseStatus :: Lens' DeletePatchBaselineResponse Int
Creating a Request
Arguments
| :: Text | |
| -> DeletePatchBaseline |
Creates a value of DeletePatchBaseline with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpbBaselineId- The ID of the patch baseline to delete.
data DeletePatchBaseline Source #
See: deletePatchBaseline smart constructor.
Instances
Request Lenses
dpbBaselineId :: Lens' DeletePatchBaseline Text Source #
The ID of the patch baseline to delete.
Destructuring the Response
deletePatchBaselineResponse Source #
Arguments
| :: Int | |
| -> DeletePatchBaselineResponse |
Creates a value of DeletePatchBaselineResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpbrsBaselineId- The ID of the deleted patch baseline.dpbrsResponseStatus- -- | The response status code.
data DeletePatchBaselineResponse Source #
See: deletePatchBaselineResponse smart constructor.
Instances
Response Lenses
dpbrsBaselineId :: Lens' DeletePatchBaselineResponse (Maybe Text) Source #
The ID of the deleted patch baseline.
dpbrsResponseStatus :: Lens' DeletePatchBaselineResponse Int Source #
- - | The response status code.