class AWS::CloudSearch
@return [Client] the low-level CloudSearch client object
@!attribute [r] client
See {Client} for documentation on all of the supported operations.
end
puts domain[:domain_id]<br>resp.each do |domain|
resp = cs.client.describe_domains
cs = AWS::CloudSearch.new
a simple request:
{AWS::CloudSearch::Client}. Here is how you access the client and make
this time. You can still access all of the API methods using
AWS::CloudSearch does not provide higher level abstractions for CloudSearch at
# Using the Client
:secret_access_key => ‘YOUR_SECRET_ACCESS_KEY’)
:access_key_id => ‘YOUR_ACCESS_KEY_ID’,
cs = AWS::CloudSearch.new(
Or you can set them directly on the AWS::CloudSearch interface:
:secret_access_key => ‘YOUR_SECRET_ACCESS_KEY’)
:access_key_id => ‘YOUR_ACCESS_KEY_ID’,
AWS.config(
AWS.config:
You can setup default credentials for all AWS services via
# Credentials
* [Amazon CloudSearch Documentation](aws.amazon.com/documentation/cloudsearch/)
* [Amazon CloudSearch](aws.amazon.com/cloudsearch/)
For more information about Amazon CloudSearch:
[sign up here](aws.amazon.com/cloudsearch/).
To use Amazon CloudSearch you must first
This class is the starting point for working with Amazon CloudSearch.