Sophie

Sophie

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

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

**To list fleets**

This example lists fleets. A maximum of 20 fleets will be returned.

Command::

  aws robomaker list-fleets --max-items 20

Output::

  {
    "fleetDetails": [
        {
            "name": "Trek",
            "arn": "arn:aws:robomaker:us-west-2:111111111111:deployment-fleet/MyFleet/1539894765711",
            "createdAt": 1539894765.0,
            "lastDeploymentStatus": "Failed",
            "lastDeploymentJob": "arn:aws:robomaker:us-west-2:111111111111:deployment-job/deployment-4w4g69p25zdb",
            "lastDeploymentTime": 1544719763.0
        }
    ]
  }