本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
ListDocumentVersions
搭配 AWS SDK或 使用 CLI
下列程式碼範例示範如何使用 ListDocumentVersions
。
- CLI
-
- AWS CLI
-
列出文件版本
下列
list-document-versions
範例會列出 Systems Manager 文件的所有版本。aws ssm list-document-versions \ --name
"Example"
輸出:
{ "DocumentVersions": [ { "Name": "Example", "DocumentVersion": "1", "CreatedDate": 1583257938.266, "IsDefaultVersion": true, "DocumentFormat": "YAML", "Status": "Active" } ] }
如需詳細資訊,請參閱 AWS Systems Manager 使用者指南中的使用文件版本參數的傳送命令。
-
如需API詳細資訊,請參閱 命令參考 ListDocumentVersions
中的 。 AWS CLI
-
- PowerShell
-
- 適用於 的工具 PowerShell
-
範例 1:此範例會傳回文件的許可清單。
Get-SSMDocumentPermission -Name "RunShellScript" -PermissionType "Share"
輸出:
all
-
如需API詳細資訊,請參閱 AWS Tools for PowerShell Cmdlet 參考 ListDocumentVersions中的 。
-
如需開發人員指南和程式碼範例的完整清單 AWS SDK,請參閱 搭配 使用 Systems Manager AWS SDK。本主題也包含有關入門的資訊,以及先前SDK版本的詳細資訊。
ListComplianceSummaries
ListDocuments