From 3c1657d1b95d1f52c15d7f95ec73ffeeb651aecc Mon Sep 17 00:00:00 2001 From: Miclain Keffeler Date: Sat, 13 Jul 2024 11:55:39 -0500 Subject: [PATCH] RegisterTaskWithMaintenanceWindowResultTypeDef --- .../solutions/patch_mgmt/patch_mgmt_org/lambda/src/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws_sra_examples/solutions/patch_mgmt/patch_mgmt_org/lambda/src/app.py b/aws_sra_examples/solutions/patch_mgmt/patch_mgmt_org/lambda/src/app.py index cf39bb47..9d488f35 100644 --- a/aws_sra_examples/solutions/patch_mgmt/patch_mgmt_org/lambda/src/app.py +++ b/aws_sra_examples/solutions/patch_mgmt/patch_mgmt_org/lambda/src/app.py @@ -444,7 +444,7 @@ def register_task( document_hash (str): The hash of the SSM document Returns: - MaintenanceWindowTaskInvocationParametersTypeDef: The response from the register_task_with_maintenance_window API call + RegisterTaskWithMaintenanceWindowResultTypeDef: The response from the register_task_with_maintenance_window API call """ task_name = task_details['name'] task_description = task_details['description']