aws / aws-sdk-ruby

The official AWS SDK for Ruby.
https://aws.amazon.com/sdk-for-ruby/
Apache License 2.0
3.56k stars 1.22k forks source link

AWS::CloudSearch::Client only supports configuration operations #457

Closed wyattisimo closed 10 years ago

wyattisimo commented 10 years ago

http://docs.aws.amazon.com/AWSRubySDK/latest/AWS/CloudSearch/Client.html

It seems to support only configuration operations, no support for search or add/delete batches. Am I missing something?

trevorrowe commented 10 years ago

You are correct. The SDK currently only supports the configuration APIs, but not the document or search APIs. This is something we are evaluating adding core support for in the v2 Ruby SDK.

There are a few community contributed gems that support the document and search APIs that you may want to check out:

https://github.com/spokesoftware/aws_cloud_search https://github.com/duwanis/asari