SSM / Client / deregister_patch_baseline_for_patch_group

deregister_patch_baseline_for_patch_group#

SSM.Client.deregister_patch_baseline_for_patch_group(**kwargs)#

Removes a patch group from a patch baseline.

See also: AWS API Documentation

Request Syntax

response = client.deregister_patch_baseline_for_patch_group(
    BaselineId='string',
    PatchGroup='string'
)
Parameters:
  • BaselineId (string) –

    [REQUIRED]

    The ID of the patch baseline to deregister the patch group from.

  • PatchGroup (string) –

    [REQUIRED]

    The name of the patch group that should be deregistered from the patch baseline.

Return type:

dict

Returns:

Response Syntax

{
    'BaselineId': 'string',
    'PatchGroup': 'string'
}

Response Structure

  • (dict) –

    • BaselineId (string) –

      The ID of the patch baseline the patch group was deregistered from.

    • PatchGroup (string) –

      The name of the patch group deregistered from the patch baseline.

Exceptions

  • SSM.Client.exceptions.InvalidResourceId

  • SSM.Client.exceptions.InternalServerError