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-rest-api.rst
Size: Mime:
**To get information about an API**

Command::

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

Output::

  {
      "name": "myAPI", 
      "id": "o1y243m4f5", 
      "createdDate": 1453416433
  }