Sophie

Sophie

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

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

**To get a list of deployments for a REST API**

Command::

  aws apigateway get-deployments --rest-api-id 1234123412

Output::

  {
      "items": [
          {
              "createdDate": 1453797217, 
              "id": "0a2b4c", 
              "description": "Deployed my API for the first time"
          }
      ]
  }