Closed runvnc closed 11 years ago
Thanks for reporting the omission. It looks like the EC2 service documentation did indeed go missing somehow. I just pushed an update of the docs and you should now be able to find the EC2 documentation here.
Note that we merged the Client and Service classes in our last release, so that specific URL you provided is no longer valid. Can you tell me where you got that URL from so we can track down these broken links? Thanks!
http://docs.aws.amazon.com/nodejs/latest/dg/services.html That page you linked to shows nothing except a single file name. I am using the previous Node sdk that has a client class. I need to be able to find that documentation. Where is it? Or where is the documentation for the EC2 stuff with Client and Service merged? Like I said that page says nothing.
I actually figured out the issue I had before, I just wasn't reading the REST API page right, so I translated from that into the Node thing incorrectly. So I believe that I can figure it out from the REST API documentation. But it sure would be nice to not have to figure it out.
Make sure to refresh your browser cache (either holding Ctrl or Shift when refreshing, or restart your browser). I've verified the page on a handful of browsers, and I did have the same issue you described in Chrome until I restarted it. Did that help?
OK, I use Chrome and that was the problem. Cleared browsing data and it showed up. Thanks a lot.
@ithkuil for reference, we have release notes that explain the changes made to Client and Service objects and how to migrate to the latest version. Even though the changes are backwards compatible, I recommend migrating your code to avoid more problems if we ever remove these deprecated features.
I really need the EC2 documentation but it seems to have gone missing. Pages like this one http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/EC2/Client.html#runInstances-property just say 'Looking for something?'
Where do I find this? I am just trying to figure out how to filter describeInstances and I can't figure out what parameters to use. Seems like I could convert the REST api parameters to the equivalent for Node but its not working out.