SSM / Client / delete_maintenance_window

delete_maintenance_window#

SSM.Client.delete_maintenance_window(**kwargs)#

Deletes a maintenance window.

See also: AWS API Documentation

Request Syntax

response = client.delete_maintenance_window(
    WindowId='string'
)
Parameters:

WindowId (string) –

[REQUIRED]

The ID of the maintenance window to delete.

Return type:

dict

Returns:

Response Syntax

{
    'WindowId': 'string'
}

Response Structure

  • (dict) –

    • WindowId (string) –

      The ID of the deleted maintenance window.

Exceptions