aws / aws-sdk-js

AWS SDK for JavaScript in the browser and Node.js
https://aws.amazon.com/developer/language/javascript/
Apache License 2.0
7.6k stars 1.55k forks source link

Documentation pages missing?? #104

Closed runvnc closed 11 years ago

runvnc commented 11 years ago

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.

lsegal commented 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!

runvnc commented 11 years ago

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.

lsegal commented 11 years ago

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?

runvnc commented 11 years ago

OK, I use Chrome and that was the problem. Cleared browsing data and it showed up. Thanks a lot.

lsegal commented 11 years ago

@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.

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.