Lists all patch groups that have been registered with patch baselines.
ssm_describe_patch_groups(MaxResults, Filters, NextToken)The maximum number of patch groups to return (per page).
One or more filters. Use a filter to return a more specific list of results.
For DescribePatchGroups,valid filter keys include the following:
NAME_PREFIX: The name of the patch group. Wildcards (*) are
accepted.
OPERATING_SYSTEM: The supported operating system type to return
results for. For valid operating system values, see
GetDefaultPatchBaselineRequest$OperatingSystem in
CreatePatchBaseline.
Examples:
--filters Key=NAME_PREFIX,Values=MyPatchGroup*
--filters Key=OPERATING_SYSTEM,Values=AMAZON_LINUX_2
The token for the next set of items to return. (You received this token from a previous call.)
svc$describe_patch_groups(
MaxResults = 123,
Filters = list(
list(
Key = "string",
Values = list(
"string"
)
)
),
NextToken = "string"
)