CloudSearch#
Client#
- class CloudSearch.Client#
A low-level client representing Amazon CloudSearch
You use the Amazon CloudSearch configuration service to create, configure, and manage search domains. Configuration service requests are submitted using the AWS Query protocol. AWS Query requests are HTTP or HTTPS requests submitted via HTTP GET or POST with a query parameter named Action.
The endpoint for configuration service requests is region-specific: cloudsearch.*region*.amazonaws.com. For example, cloudsearch.us-east-1.amazonaws.com. For a current list of supported regions and endpoints, see Regions and Endpoints.
client = session.create_client('cloudsearch')
These are the available methods:
- build_suggesters
- can_paginate
- close
- create_domain
- define_analysis_scheme
- define_expression
- define_index_field
- define_suggester
- delete_analysis_scheme
- delete_domain
- delete_expression
- delete_index_field
- delete_suggester
- describe_analysis_schemes
- describe_availability_options
- describe_domain_endpoint_options
- describe_domains
- describe_expressions
- describe_index_fields
- describe_scaling_parameters
- describe_service_access_policies
- describe_suggesters
- get_paginator
- get_waiter
- index_documents
- list_domain_names
- update_availability_options
- update_domain_endpoint_options
- update_scaling_parameters
- update_service_access_policies
Client Exceptions#
Client exceptions are available on a client instance via the exceptions
property. For more detailed instructions and examples on the exact usage of client exceptions, see the error handling user guide.
The available client exceptions are: