Smaws_Client_SSM.CreatePatchBaselineCreates a patch baseline.
For information about valid key-value pairs in PatchFilters for each supported operating system type, see PatchFilter.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `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.create_patch_baseline_request ->
(Types.create_patch_baseline_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `IdempotentParameterMismatch of Types.idempotent_parameter_mismatch
| `InternalServerError of Types.internal_server_error
| `ResourceLimitExceededException of
Types.resource_limit_exceeded_exception ])
Stdlib.result