Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 1715

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

**To deregister a patch group from a patch baseline**

This example deregisters a patch group from a patch baseline.

Command::

  aws ssm deregister-patch-baseline-for-patch-group --patch-group "Production" --baseline-id "arn:aws:ssm:us-west-1:812345678901:patchbaseline/pb-0ca44a362f8afc725"
  
Output::

  {
	"PatchGroup":"Production",
	"BaselineId":"arn:aws:ssm:us-west-1:812345678901:patchbaseline/pb-0ca44a362f8afc725"
  }