Returns high-level aggregated patch compliance state for a patch group.
ssm_describe_patch_group_state(PatchGroup)
A list with the following syntax:
list(
Instances = 123,
InstancesWithInstalledPatches = 123,
InstancesWithInstalledOtherPatches = 123,
InstancesWithInstalledPendingRebootPatches = 123,
InstancesWithInstalledRejectedPatches = 123,
InstancesWithMissingPatches = 123,
InstancesWithFailedPatches = 123,
InstancesWithNotApplicablePatches = 123,
InstancesWithUnreportedNotApplicablePatches = 123
)
[required] The name of the patch group whose patch snapshot should be retrieved.
svc$describe_patch_group_state(
PatchGroup = "string"
)