ssm_delete_maintenance_window: Deletes a maintenance window
Description
Deletes a maintenance window.
Usage
ssm_delete_maintenance_window(WindowId)
Value
A list with the following syntax:
list(
WindowId = "string"
)
Arguments
- WindowId
[required] The ID of the maintenance window to delete.
Request syntax
svc$delete_maintenance_window(
WindowId = "string"
)