ssm_describe_effective_patches_for_patch_baseline {paws.management} | R Documentation |
Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline. Applies to patch baselines for Windows only.
See https://www.paws-r-sdk.com/docs/ssm_describe_effective_patches_for_patch_baseline/ for full documentation.
ssm_describe_effective_patches_for_patch_baseline(
BaselineId,
MaxResults = NULL,
NextToken = NULL
)
BaselineId |
[required] The ID of the patch baseline to retrieve the effective patches for. |
MaxResults |
The maximum number of patches to return (per page). |
NextToken |
The token for the next set of items to return. (You received this token from a previous call.) |