register_patch_baseline_for_patch_group

SSM.Client.register_patch_baseline_for_patch_group(**kwargs)

Registers a patch baseline for a patch group.

See also: AWS API Documentation

Request Syntax

response = client.register_patch_baseline_for_patch_group(
    BaselineId='string',
    PatchGroup='string'
)
Parameters
  • BaselineId (string) --

    [REQUIRED]

    The ID of the patch baseline to register with the patch group.

  • PatchGroup (string) --

    [REQUIRED]

    The name of the patch group to be registered with 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 registered with.

    • PatchGroup (string) --

      The name of the patch group registered with the patch baseline.

Exceptions

  • SSM.Client.exceptions.AlreadyExistsException
  • SSM.Client.exceptions.DoesNotExistException
  • SSM.Client.exceptions.InvalidResourceId
  • SSM.Client.exceptions.ResourceLimitExceededException
  • SSM.Client.exceptions.InternalServerError