paws.management (version 0.1.0)

ssm_deregister_task_from_maintenance_window: Removes a task from a Maintenance Window

Description

Removes a task from a Maintenance Window.

Usage

ssm_deregister_task_from_maintenance_window(WindowId, WindowTaskId)

Arguments

WindowId

[required] The ID of the Maintenance Window the task should be removed from.

WindowTaskId

[required] The ID of the task to remove from the Maintenance Window.

Request syntax

svc$deregister_task_from_maintenance_window(
  WindowId = "string",
  WindowTaskId = "string"
)