Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / apigateway / get-deployment.rst
Size: Mime:
**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
  }