File size: 244 Bytes
643c00a
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
**To get information about a deployment**

Command::

  aws apigateway get-deployment --rest-api-id 1234123412 --deployment-id ztt4m2

Output::

  {
      "description": "myDeployment",
      "id": "ztt4m2",
      "createdDate": 1455218022
  }