Module Smaws_Client_SSM.RegisterTaskWithMaintenanceWindow

Adds a new task to a maintenance window.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `DoesNotExistException of Types.does_not_exist_exception | `FeatureNotAvailableException of Types.feature_not_available_exception | `IdempotentParameterMismatch of Types.idempotent_parameter_mismatch | `InternalServerError of Types.internal_server_error | `ResourceLimitExceededException of Types.resource_limit_exceeded_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.register_task_with_maintenance_window_request -> (Types.register_task_with_maintenance_window_result, [> Smaws_Lib.Protocols.AwsJson.error | `DoesNotExistException of Types.does_not_exist_exception | `FeatureNotAvailableException of Types.feature_not_available_exception | `IdempotentParameterMismatch of Types.idempotent_parameter_mismatch | `InternalServerError of Types.internal_server_error | `ResourceLimitExceededException of Types.resource_limit_exceeded_exception ]) Stdlib.result