Class: AWS::CloudSearch::Client

Inherits:
AWS::Core::QueryClient show all
Defined in:
lib/aws/cloud_search/client.rb

Overview

Client class for Amazon Cloud Search.

Instance Attribute Summary

Attributes inherited from AWS::Core::Client

#config, #http_read_timeout

Instance Method Summary collapse

Methods inherited from AWS::Core::Client

#initialize, #log_warning, #operations, operations, #with_http_handler, #with_options

Constructor Details

This class inherits a constructor from AWS::Core::Client

Instance Method Details

#create_domain(options = {}) ⇒ Core::Response

Calls the CreateDomain API operation.



# File 'lib/aws/cloud_search/client.rb', line 25


#define_index_field(options = {}) ⇒ Core::Response

Calls the DefineIndexField API operation.



# File 'lib/aws/cloud_search/client.rb', line 50


#define_rank_expression(options = {}) ⇒ Core::Response

Calls the DefineRankExpression API operation.



# File 'lib/aws/cloud_search/client.rb', line 156


#delete_domain(options = {}) ⇒ Core::Response

Calls the DeleteDomain API operation.



# File 'lib/aws/cloud_search/client.rb', line 210


#delete_index_field(options = {}) ⇒ Core::Response

Calls the DeleteIndexField API operation.



# File 'lib/aws/cloud_search/client.rb', line 235


#delete_rank_expression(options = {}) ⇒ Core::Response

Calls the DeleteRankExpression API operation.



# File 'lib/aws/cloud_search/client.rb', line 278


#describe_default_search_field(options = {}) ⇒ Core::Response

Calls the DescribeDefaultSearchField API operation.



# File 'lib/aws/cloud_search/client.rb', line 297


#describe_domains(options = {}) ⇒ Core::Response

Calls the DescribeDomains API operation.



# File 'lib/aws/cloud_search/client.rb', line 312


#describe_index_fields(options = {}) ⇒ Core::Response

Calls the DescribeIndexFields API operation.



# File 'lib/aws/cloud_search/client.rb', line 338


#describe_rank_expressions(options = {}) ⇒ Core::Response

Calls the DescribeRankExpressions API operation.



# File 'lib/aws/cloud_search/client.rb', line 382


#describe_service_access_policies(options = {}) ⇒ Core::Response

Calls the DescribeServiceAccessPolicies API operation.



# File 'lib/aws/cloud_search/client.rb', line 401


#describe_stemming_options(options = {}) ⇒ Core::Response

Calls the DescribeStemmingOptions API operation.



# File 'lib/aws/cloud_search/client.rb', line 416


#describe_stopword_options(options = {}) ⇒ Core::Response

Calls the DescribeStopwordOptions API operation.



# File 'lib/aws/cloud_search/client.rb', line 431


#describe_synonym_options(options = {}) ⇒ Core::Response

Calls the DescribeSynonymOptions API operation.



# File 'lib/aws/cloud_search/client.rb', line 446


#index_documents(options = {}) ⇒ Core::Response

Calls the IndexDocuments API operation.



# File 'lib/aws/cloud_search/client.rb', line 461


#update_default_search_field(options = {}) ⇒ Core::Response

Calls the UpdateDefaultSearchField API operation.



# File 'lib/aws/cloud_search/client.rb', line 470


#update_service_access_policies(options = {}) ⇒ Core::Response

Calls the UpdateServiceAccessPolicies API operation.



# File 'lib/aws/cloud_search/client.rb', line 488


#update_stemming_options(options = {}) ⇒ Core::Response

Calls the UpdateStemmingOptions API operation.



# File 'lib/aws/cloud_search/client.rb', line 504


#update_stopword_options(options = {}) ⇒ Core::Response

Calls the UpdateStopwordOptions API operation.



# File 'lib/aws/cloud_search/client.rb', line 520


#update_synonym_options(options = {}) ⇒ Core::Response

Calls the UpdateSynonymOptions API operation.



# File 'lib/aws/cloud_search/client.rb', line 536