| 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.DeleteMaintenanceWindow
Description
Deletes a Maintenance Window.
Synopsis
- deleteMaintenanceWindow :: Text -> DeleteMaintenanceWindow
- data DeleteMaintenanceWindow
- dmwWindowId :: Lens' DeleteMaintenanceWindow Text
- deleteMaintenanceWindowResponse :: Int -> DeleteMaintenanceWindowResponse
- data DeleteMaintenanceWindowResponse
- dmwrsWindowId :: Lens' DeleteMaintenanceWindowResponse (Maybe Text)
- dmwrsResponseStatus :: Lens' DeleteMaintenanceWindowResponse Int
Creating a Request
deleteMaintenanceWindow Source #
Arguments
| :: Text | |
| -> DeleteMaintenanceWindow |
Creates a value of DeleteMaintenanceWindow with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dmwWindowId- The ID of the Maintenance Window to delete.
data DeleteMaintenanceWindow Source #
See: deleteMaintenanceWindow smart constructor.
Instances
Request Lenses
dmwWindowId :: Lens' DeleteMaintenanceWindow Text Source #
The ID of the Maintenance Window to delete.
Destructuring the Response
deleteMaintenanceWindowResponse Source #
Arguments
| :: Int | |
| -> DeleteMaintenanceWindowResponse |
Creates a value of DeleteMaintenanceWindowResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dmwrsWindowId- The ID of the deleted Maintenance Window.dmwrsResponseStatus- -- | The response status code.
data DeleteMaintenanceWindowResponse Source #
See: deleteMaintenanceWindowResponse smart constructor.
Instances
Response Lenses
dmwrsWindowId :: Lens' DeleteMaintenanceWindowResponse (Maybe Text) Source #
The ID of the deleted Maintenance Window.
dmwrsResponseStatus :: Lens' DeleteMaintenanceWindowResponse Int Source #
- - | The response status code.