| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
You use the Amazon CloudSearch Configuration API to create, configure, and manage search domains. The configuration service is accessed through a region-specific endpoint, cloudsearch.. For example, region.amazonaws.comcloudsearch.us-east-1.amazonaws.com. For a current list of supported regions and endpoints, see Regions and Endpoints.
You submit Amazon CloudSearch configuration requests 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 API version must be specified in all requests. The current Amazon CloudSearch API version is 2011-02-01.
Requests submitted to the Configuration API are authenticated using your AWS credentials. You must include authorization parameters and a digital signature in every request. Amazon CloudSearch supports AWS Signature Version 4. For detailed signing instructions, see Signature V4 Signing Process in the AWS General Reference.
The other APIs you use to interact with Amazon CloudSearch are:
Amazon CloudSearch Document Service API Reference—Submit the data you want to search.
Search API Reference—Search your domain.