Sophie

Sophie

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

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

**To view details about existing document versions**

This example lists all the versions for a document.

Command::

  aws ssm list-document-versions --name "patchWindowsAmi"

Output::

  {
	"DocumentVersions": [
		{
			"IsDefaultVersion": false, 
			"Name": "patchWindowsAmi", 
			"DocumentVersion": "2", 
			"CreatedDate": 1475799950.484
		}, 
		{
			"IsDefaultVersion": false, 
			"Name": "patchWindowsAmi", 
			"DocumentVersion": "1", 
			"CreatedDate": 1475799931.064
		}
	]
  }