curl --location -g --request POST 'http://ssm.{region}.amazonaws.com/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
"PatchGroup": "string"
}'
{
"Instances": 0,
"InstancesWithInstalledPatches": 0,
"InstancesWithInstalledOtherPatches": 0,
"InstancesWithInstalledPendingRebootPatches": 0,
"InstancesWithInstalledRejectedPatches": 0,
"InstancesWithMissingPatches": 0,
"InstancesWithFailedPatches": 0,
"InstancesWithNotApplicablePatches": 0,
"InstancesWithUnreportedNotApplicablePatches": 0,
"InstancesWithCriticalNonCompliantPatches": 0,
"InstancesWithSecurityNonCompliantPatches": 0,
"InstancesWithOtherNonCompliantPatches": 0
}