Smaws_Client_SSM.RegisterTargetWithMaintenanceWindowRegisters a target with a maintenance window.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `DoesNotExistException of Types.does_not_exist_exception
| `IdempotentParameterMismatch of Types.idempotent_parameter_mismatch
| `InternalServerError of Types.internal_server_error
| `ResourceLimitExceededException of Types.resource_limit_exceeded_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.register_target_with_maintenance_window_request ->
(Types.register_target_with_maintenance_window_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `DoesNotExistException of Types.does_not_exist_exception
| `IdempotentParameterMismatch of Types.idempotent_parameter_mismatch
| `InternalServerError of Types.internal_server_error
| `ResourceLimitExceededException of
Types.resource_limit_exceeded_exception ])
Stdlib.result