HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: //usr/lib/python3.6/site-packages/awscli/examples/devicefarm/list-projects.rst
**To list projects**

The following retrieves a list of projects::

  aws devicefarm list-projects

Output::

  {
      "projects": [
          {
              "name": "myproject",
              "arn": "arn:aws:devicefarm:us-west-2:123456789012:project:070fc3ca-7ec1-4741-9c1f-d3e044efc506",
              "created": 1503612890.057
          },
          {
              "name": "otherproject",
              "arn": "arn:aws:devicefarm:us-west-2:123456789012:project:a5f5b752-8098-49d1-86bf-5f7682c1c77e",
              "created": 1505257519.337
          }
      ]
  }