paws.management (version 0.1.0)

ssm_describe_effective_patches_for_patch_baseline: Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline

Description

Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline. Note that this API applies only to Windows patch baselines.

Usage

ssm_describe_effective_patches_for_patch_baseline(BaselineId,
  MaxResults, NextToken)

Arguments

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.)

Request syntax

svc$describe_effective_patches_for_patch_baseline(
  BaselineId = "string",
  MaxResults = 123,
  NextToken = "string"
)