Smaws_Client_SSM.RegisterDefaultPatchBaselineDefines the default patch baseline for the relevant operating system.
To reset the Amazon Web Services-predefined patch baseline as the default, specify the full patch baseline Amazon Resource Name (ARN) as the baseline ID value. For example, for CentOS, specify arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0574b43a65ea646ed instead of pb-0574b43a65ea646ed.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `DoesNotExistException of Types.does_not_exist_exception
| `InternalServerError of Types.internal_server_error
| `InvalidResourceId of Types.invalid_resource_id ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.register_default_patch_baseline_request ->
(Types.register_default_patch_baseline_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `DoesNotExistException of Types.does_not_exist_exception
| `InternalServerError of Types.internal_server_error
| `InvalidResourceId of Types.invalid_resource_id ])
Stdlib.result