Smaws_Client_SSM.RegisterPatchBaselineForPatchGroupRegisters a patch baseline for a patch group.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `AlreadyExistsException of Types.already_exists_exception
| `DoesNotExistException of Types.does_not_exist_exception
| `InternalServerError of Types.internal_server_error
| `InvalidResourceId of Types.invalid_resource_id
| `ResourceLimitExceededException of Types.resource_limit_exceeded_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.register_patch_baseline_for_patch_group_request ->
(Types.register_patch_baseline_for_patch_group_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `AlreadyExistsException of Types.already_exists_exception
| `DoesNotExistException of Types.does_not_exist_exception
| `InternalServerError of Types.internal_server_error
| `InvalidResourceId of Types.invalid_resource_id
| `ResourceLimitExceededException of
Types.resource_limit_exceeded_exception ])
Stdlib.result