amazonaws.com

You use the AmazonCloudSearch2013 API to upload documents to a search domain and search those documents. The endpoints for submitting UploadDocuments , Search , and Suggest requests are domain-specific. To get the endpoints for your domain, use the Ama

🔑 oauth2 3 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

# Maven: see https://github.com/kwawk8/aws-sdk-android-aws-android-sdk-cloudwatch-src-main-java-com-amazonaws-services-cloudwatch-AmazonClo
# Maven: see https://github.com/Aashish-Chaturvedi/relaxed-amazonaws-sdk-extensionApi
# See https://github.com/lucee/osgi-bundle-com.amazonaws.aws-java-sdk-osgi
# See https://github.com/timanrebel/AmazonAWS
curl examples
<p>Retrieves a list of documents that match the specified search criteria. Ho…
curl \
  -H "Authorization: $API_KEY" \
  http://cloudsearchdomain.us-east-1.amazonaws.com/2013-01-01/search#format=sdk&pretty=true&q
<p>Retrieves autocomplete suggestions for a partial query string. You can use…
curl \
  -H "Authorization: $API_KEY" \
  http://cloudsearchdomain.us-east-1.amazonaws.com/2013-01-01/suggest#format=sdk&pretty=true&q&suggester
Endpoints (3 total)
GET
/2013-01-01/search#format=sdk&pretty=true&q
<p>Retrieves a list of documents that match the specified search criteria. Ho…
GET
/2013-01-01/suggest#format=sdk&pretty=true&q&suggester
<p>Retrieves autocomplete suggestions for a partial query string. You can use…
POST
/2013-01-01/documents/batch#format=sdk&Content-Type
<p>Posts a batch of documents to a search domain for indexing. A document bat…
Language coverage
Java
2
unknown
2
At a glance
Total SDKs4
Languages2
Endpoints3
Authoauth2
Categories1
http://cloudsearchdomain.us-east-1.amazonaws.com