123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299 |
- {
- "version": "2.0",
- "metadata": {
- "apiVersion": "2013-01-01",
- "endpointPrefix": "cloudsearchdomain",
- "jsonVersion": "1.1",
- "protocol": "rest-json",
- "serviceFullName": "Amazon CloudSearch Domain",
- "serviceId": "CloudSearch Domain",
- "signatureVersion": "v4",
- "signingName": "cloudsearch",
- "uid": "cloudsearchdomain-2013-01-01"
- },
- "operations": {
- "Search": {
- "http": {
- "method": "GET",
- "requestUri": "/2013-01-01/search?format=sdk&pretty=true"
- },
- "input": {
- "type": "structure",
- "required": [
- "query"
- ],
- "members": {
- "cursor": {
- "location": "querystring",
- "locationName": "cursor"
- },
- "expr": {
- "location": "querystring",
- "locationName": "expr"
- },
- "facet": {
- "location": "querystring",
- "locationName": "facet"
- },
- "filterQuery": {
- "location": "querystring",
- "locationName": "fq"
- },
- "highlight": {
- "location": "querystring",
- "locationName": "highlight"
- },
- "partial": {
- "location": "querystring",
- "locationName": "partial",
- "type": "boolean"
- },
- "query": {
- "location": "querystring",
- "locationName": "q"
- },
- "queryOptions": {
- "location": "querystring",
- "locationName": "q.options"
- },
- "queryParser": {
- "location": "querystring",
- "locationName": "q.parser"
- },
- "return": {
- "location": "querystring",
- "locationName": "return"
- },
- "size": {
- "location": "querystring",
- "locationName": "size",
- "type": "long"
- },
- "sort": {
- "location": "querystring",
- "locationName": "sort"
- },
- "start": {
- "location": "querystring",
- "locationName": "start",
- "type": "long"
- },
- "stats": {
- "location": "querystring",
- "locationName": "stats"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "status": {
- "type": "structure",
- "members": {
- "timems": {
- "type": "long"
- },
- "rid": {}
- }
- },
- "hits": {
- "type": "structure",
- "members": {
- "found": {
- "type": "long"
- },
- "start": {
- "type": "long"
- },
- "cursor": {},
- "hit": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "id": {},
- "fields": {
- "type": "map",
- "key": {},
- "value": {
- "type": "list",
- "member": {}
- }
- },
- "exprs": {
- "type": "map",
- "key": {},
- "value": {}
- },
- "highlights": {
- "type": "map",
- "key": {},
- "value": {}
- }
- }
- }
- }
- }
- },
- "facets": {
- "type": "map",
- "key": {},
- "value": {
- "type": "structure",
- "members": {
- "buckets": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "value": {},
- "count": {
- "type": "long"
- }
- }
- }
- }
- }
- }
- },
- "stats": {
- "type": "map",
- "key": {},
- "value": {
- "type": "structure",
- "members": {
- "min": {},
- "max": {},
- "count": {
- "type": "long"
- },
- "missing": {
- "type": "long"
- },
- "sum": {
- "type": "double"
- },
- "sumOfSquares": {
- "type": "double"
- },
- "mean": {},
- "stddev": {
- "type": "double"
- }
- }
- }
- }
- }
- }
- },
- "Suggest": {
- "http": {
- "method": "GET",
- "requestUri": "/2013-01-01/suggest?format=sdk&pretty=true"
- },
- "input": {
- "type": "structure",
- "required": [
- "query",
- "suggester"
- ],
- "members": {
- "query": {
- "location": "querystring",
- "locationName": "q"
- },
- "suggester": {
- "location": "querystring",
- "locationName": "suggester"
- },
- "size": {
- "location": "querystring",
- "locationName": "size",
- "type": "long"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "status": {
- "type": "structure",
- "members": {
- "timems": {
- "type": "long"
- },
- "rid": {}
- }
- },
- "suggest": {
- "type": "structure",
- "members": {
- "query": {},
- "found": {
- "type": "long"
- },
- "suggestions": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "suggestion": {},
- "score": {
- "type": "long"
- },
- "id": {}
- }
- }
- }
- }
- }
- }
- }
- },
- "UploadDocuments": {
- "http": {
- "requestUri": "/2013-01-01/documents/batch?format=sdk"
- },
- "input": {
- "type": "structure",
- "required": [
- "documents",
- "contentType"
- ],
- "members": {
- "documents": {
- "type": "blob",
- "streaming": true
- },
- "contentType": {
- "location": "header",
- "locationName": "Content-Type"
- }
- },
- "payload": "documents"
- },
- "output": {
- "type": "structure",
- "members": {
- "status": {},
- "adds": {
- "type": "long"
- },
- "deletes": {
- "type": "long"
- },
- "warnings": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "message": {}
- }
- }
- }
- }
- }
- }
- },
- "shapes": {}
- }
|