:doc:`SSM <../../ssm>` / Client / register_default_patch_baseline

*******************************
register_default_patch_baseline
*******************************



.. py:method:: SSM.Client.register_default_patch_baseline(**kwargs)

  

  Defines 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``.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/RegisterDefaultPatchBaseline>`_  


  **Request Syntax**
  ::

    response = client.register_default_patch_baseline(
        BaselineId='string'
    )
    
  :type BaselineId: string
  :param BaselineId: **[REQUIRED]** 

    The ID of the patch baseline that should be the default patch baseline.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'BaselineId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **BaselineId** *(string) --* 

        The ID of the default patch baseline.

        
  
  **Exceptions**
  
  *   :py:class:`SSM.Client.exceptions.InvalidResourceId`

  
  *   :py:class:`SSM.Client.exceptions.DoesNotExistException`

  
  *   :py:class:`SSM.Client.exceptions.InternalServerError`

  