Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support CloudSearch #250

Closed
xiongchiamiov opened this issue Aug 21, 2013 · 6 comments
Closed

Support CloudSearch #250

xiongchiamiov opened this issue Aug 21, 2013 · 6 comments

Comments

@xiongchiamiov
Copy link

Currently supported by boto (API docs).

@garnaat
Copy link
Contributor

garnaat commented Aug 22, 2013

It's definitely on our list. I'm curious if you mean just the data plane operations or if you would also want to add support for document upload and queries which are not part of the core CloudSearch API.

@xiongchiamiov
Copy link
Author

I'm not entirely sure; we're still in pretty early stages of Cloudsearch implementation, and I'm not the guy working on that end of things. @sctice , what sorts of things were you looking for?

@sctice
Copy link

sctice commented Aug 29, 2013

I was basically looking for the whole suite. The tools here cover most (but not all) of the configuration API and batch upload. I wasn't aware of them when I first talked to @xiongchiamiov about this. Support for a query tool would be nice for testing and developing rank expressions, but it's probably pretty low priority since it's not very difficult to craft a request.

If you were going to add support for the configuration API, one thing that the tools above fall short on is indicating when a domain is in the "Processing" state. This data is available in the XML/JSON, but the tools don't put it into the normal display, not even when passing --show-all.

@skyzyx
Copy link
Contributor

skyzyx commented Nov 6, 2013

Enabling CloudSearch support in the latest version from pip, I get the following message when making a request:

$ aws cloudsearch describe-domains
'Service' object has no attribute 'xmlnamespace'

Other services seem to work okay for me. Having said that, I'd love to see complete support for CloudSearch. It would be really nice to never have to install their Java-based CLI tools.

@garnaat
Copy link
Contributor

garnaat commented Nov 8, 2013

@skyzyx - That's a bug in our cloudsearch model and will be tracked in boto/botocore#175. Thanks for reporting!

@jamesls
Copy link
Member

jamesls commented Jul 30, 2014

Closing, we now support both cloudsearch and cloudsearchdomain (for uploading/querying).

@jamesls jamesls closed this as completed Jul 30, 2014
thoward-godaddy pushed a commit to thoward-godaddy/aws-cli that referenced this issue Feb 12, 2022
Support API Gateway binary payloads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants