aws-sdk-core 2.0.0.rc9 → 2.0.0.rc10

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,32 @@
1
+ {
2
+ "pagination": {
3
+ "ListCloudFrontOriginAccessIdentities": {
4
+ "input_token": "Marker",
5
+ "output_token": "NextMarker",
6
+ "limit_key": "MaxItems",
7
+ "more_results": "IsTruncated",
8
+ "result_key": "Items"
9
+ },
10
+ "ListDistributions": {
11
+ "input_token": "Marker",
12
+ "output_token": "NextMarker",
13
+ "limit_key": "MaxItems",
14
+ "more_results": "IsTruncated",
15
+ "result_key": "Items"
16
+ },
17
+ "ListInvalidations": {
18
+ "input_token": "Marker",
19
+ "output_token": "NextMarker",
20
+ "limit_key": "MaxItems",
21
+ "more_results": "IsTruncated",
22
+ "result_key": "Items"
23
+ },
24
+ "ListStreamingDistributions": {
25
+ "input_token": "Marker",
26
+ "output_token": "NextMarker",
27
+ "limit_key": "MaxItems",
28
+ "more_results": "IsTruncated",
29
+ "result_key": "Items"
30
+ }
31
+ }
32
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "waiters": {
3
+ "__default__": {
4
+ "success_type": "output",
5
+ "success_path": "Status"
6
+ },
7
+ "StreamingDistributionDeployed": {
8
+ "operation": "GetStreamingDistribution",
9
+ "description": "Wait until a streaming distribution is deployed.",
10
+ "interval": 60,
11
+ "max_attempts": 25,
12
+ "success_value": "Deployed"
13
+ },
14
+ "DistributionDeployed": {
15
+ "operation": "GetDistribution",
16
+ "description": "Wait until a distribution is deployed.",
17
+ "interval": 60,
18
+ "max_attempts": 25,
19
+ "success_value": "Deployed"
20
+ },
21
+ "InvalidationCompleted": {
22
+ "operation": "GetInvalidation",
23
+ "description": "Wait until an invalidation has completed.",
24
+ "interval": 20,
25
+ "max_attempts": 30,
26
+ "success_value": "Completed"
27
+ }
28
+ }
29
+ }
@@ -0,0 +1,471 @@
1
+ {
2
+ "api_version": "2013-01-01",
3
+ "type": "rest-json",
4
+ "service_full_name": "Amazon CloudSearchDomain",
5
+ "endpoint_prefix": "cloudsearchdomain",
6
+ "xmlnamespace": "http://cloudsearch.amazonaws.com/doc/2013-01-01/",
7
+ "documentation": "\n <p>You use the AmazonCloudSearch2013 API to upload documents to a search domain and search those documents. </p>\n \n <p>The endpoints for submitting <code>UploadDocuments</code>, <code>Search</code>, and <code>Suggest</code> requests are domain-specific. To get the endpoints for your domain, use the Amazon CloudSearch configuration service <code>DescribeDomains</code> action. The domain endpoints are also displayed on the domain dashboard in the Amazon CloudSearch console. You submit suggest requests to the search endpoint. </p>\n <p>For more information, see the <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide\">Amazon CloudSearch Developer Guide</a>.</p>\n ",
8
+ "operations": {
9
+ "Search": {
10
+ "name": "Search",
11
+ "http": {
12
+ "uri": "/2013-01-01/search?format=sdk&pretty=true&cursor={cursor}&expr={expr}&facet={facet}&fq={filterQuery}&highlight={highlight}&partial={partial}&q={query}&q.options={queryOptions}&q.parser={queryParser}&return={return}&size={size}&sort={sort}&start={start}",
13
+ "method": "GET"
14
+ },
15
+ "input": {
16
+ "shape_name": "SearchRequest",
17
+ "type": "structure",
18
+ "members": {
19
+ "cursor": {
20
+ "shape_name": "Cursor",
21
+ "type": "string",
22
+ "documentation": "\n <p>Retrieves a cursor value you can use to page through large result sets. \n Use the <code>size</code> parameter to control the number of hits to include in each response. You can specify either the <code>cursor</code> or\n <code>start</code> parameter in a request; they are mutually exclusive. To get the first cursor, set the cursor value to <code>initial</code>. In subsequent requests, specify the cursor value returned in the hits section of the response. </p>\n <p>For more\n information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/paginating-results.html\">Paginating Results</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>\n ",
23
+ "location": "uri"
24
+ },
25
+ "expr": {
26
+ "shape_name": "Expr",
27
+ "type": "string",
28
+ "documentation": "\n <p>Defines one or more numeric expressions that can be used to sort results or specify search or filter\n criteria. You can also specify expressions as return fields. </p>\n <p>For more\n information about defining and using expressions, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html\">Configuring Expressions</a>\n in the <i>Amazon CloudSearch Developer Guide</i>.</p>\n \n <examples>\n <example>\n <name>Defining Multiple Expressions</name>\n <description>You can define and use multiple expressions in a search request.</description>\n <request>\n {\"expression1\":\"_score*rating\", \"expression2\":\"(1/rank)*year\"}\n </request>\n <response></response>\n </example>\n \n </examples>\n \n ",
29
+ "location": "uri"
30
+ },
31
+ "facet": {
32
+ "shape_name": "Facet",
33
+ "type": "string",
34
+ "documentation": "\n <p>Specifies one or more fields for which to get facet information, and options that control how the facet information is returned. Each specified field must be facet-enabled in the domain configuration. The fields and options are specified in JSON using the form <code>{\"FIELD\":{\"OPTION\":VALUE,\"OPTION:\"STRING\"},\"FIELD\":{\"OPTION\":VALUE,\"OPTION\":\"STRING\"}}</code>.</p>\n <p>You can specify the following faceting options:</p>\n <ul>\n <li>\n <p><code>buckets</code> specifies an array of the facet values or\n ranges to count. Ranges are specified using the same syntax that you use to search for a range of values.\n For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/searching-ranges.html\">\n Searching for a Range of Values</a> in the <i>Amazon CloudSearch Developer Guide</i>. Buckets are returned in the order they\n are specified in the request. The <code>sort</code> and <code>size</code> options are\n not valid if you specify <code>buckets</code>.</p>\n </li>\n <li>\n <p><code>size</code> specifies the maximum number of facets to include in the results. By\n default, Amazon CloudSearch returns counts for the top 10. The\n <code>size</code> parameter is only valid when you specify\n the <code>sort</code> option; it cannot be used in conjunction\n with <code>buckets</code>.</p>\n </li>\n <li>\n <p><code>sort</code> specifies how you want to sort the facets in\n the results: <code>bucket</code> or <code>count</code>. Specify\n <code>bucket</code> to sort alphabetically or numerically by\n facet value (in ascending order). Specify <code>count</code> to\n sort by the facet counts computed for each facet value (in\n descending order). To retrieve facet counts for particular\n values or ranges of values, use the <code>buckets</code> option\n instead of <code>sort</code>. </p>\n </li>\n </ul>\n <p>If no facet options are specified, facet counts are computed for all field values, the facets are sorted by facet count, and the top 10 facets are returned in the results.</p>\n <p>For more\n information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/faceting.html\">Getting and Using Facet Information</a>\n in the <i>Amazon CloudSearch Developer Guide</i>.</p>\n <examples>\n <example>\n <name>Counting Particular Buckets of Values</name>\n <description>This request uses the <code>buckets</code> option to calculate and return facet counts by decade.</description>\n <request>\n {\"year\":{\"buckets\":[\"[1970,1979]\",\"[1980,1989]\",\"[1990,1999]\",\"[2000,2009]\",\"[2010,}\"]}} \n </request>\n <response></response>\n </example>\n <example>\n <name>Sorting Facets By Facet Count</name>\n <description>This request sets the <code>sort</code> option to <code>count</code> to sort the facet values by facet count, with the facet\n values that have the most matching documents listed first. Setting the <code>size</code> option to 3 returns only the top three facet values.</description>\n <request>\n {\"year\":{\"sort\":\"count\",\"size\":3}}\n </request>\n <response></response>\n </example>\n <example>\n <name>Sorting Facets By Value</name>\n <description>This request sets the <code>sort</code> option to <code>bucket</code> to sort the facet values numerically by year, with earliest year listed first. </description>\n <request>\n {\"year\":{\"sort\":\"bucket\"}}\n </request>\n <response></response>\n </example>\n </examples>\n \n ",
35
+ "location": "uri"
36
+ },
37
+ "filterQuery": {
38
+ "shape_name": "FilterQuery",
39
+ "type": "string",
40
+ "documentation": "\n <p>Specifies a structured query that filters the results of a search without affecting how the results are scored and sorted. You use <code>filterQuery</code> in conjunction with the <code>query</code> parameter to filter the documents that match the constraints specified in the <code>query</code> parameter. Specifying a filter controls only which matching documents are included in the results, it has no effect on how they are scored and sorted. The <code>filterQuery</code> parameter supports the full structured query syntax. </p>\n <p>For more information about using filters, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/filtering-results.html\">Filtering Matching Documents</a>\n in the <i>Amazon CloudSearch Developer Guide</i>.</p>\n ",
41
+ "location": "uri"
42
+ },
43
+ "highlight": {
44
+ "shape_name": "Highlight",
45
+ "type": "string",
46
+ "documentation": "\n <p>Retrieves highlights for matches in the specified <code>text</code> or\n <code>text-array</code> fields. Each specified field must be highlight enabled in the domain configuration. The fields and options are specified in JSON using the form <code>{\"FIELD\":{\"OPTION\":VALUE,\"OPTION:\"STRING\"},\"FIELD\":{\"OPTION\":VALUE,\"OPTION\":\"STRING\"}}</code>.</p>\n <p>You can specify the following highlight options:</p>\n <ul>\n <li>\n <code>format</code>: specifies the format of the data in the\n text field: <code>text</code> or <code>html</code>. When data is\n returned as HTML, all non-alphanumeric characters are encoded.\n The default is <code>html</code>. \n </li>\n <li>\n <code>max_phrases</code>: specifies the maximum number of\n occurrences of the search term(s) you want to highlight. By\n default, the first occurrence is highlighted. \n </li>\n <li>\n <code>pre_tag</code>: specifies the string to prepend to an\n occurrence of a search term. The default for HTML highlights is\n <code>&amp;lt;em&amp;gt;</code>. The default for text highlights is\n <code>*</code>. \n </li>\n <li>\n <code>post_tag</code>: specifies the string to append to an\n occurrence of a search term. The default for HTML highlights is\n <code>&amp;lt;/em&amp;gt;</code>. The default for text highlights is\n <code>*</code>. \n </li>\n </ul>\n <p>If no highlight options are specified for a field, the returned field text is treated as HTML and the first match is\n highlighted with emphasis tags: <code>&amp;lt;em&gt;search-term&amp;lt;/em&amp;gt;</code>.</p>\n <examples>\n <example>\n <name>Setting Highlight Options</name>\n <description>This example retrieves highlights for the <code>actors</code> and <code>title</code> fields.</description>\n <request>{\n \"actors\": {},\n \"title\": {\"format\": \"text\",\"max_phrases\": 2,\"pre_tag\": \"<b>\",\"post_tag\": \"</b>\"}\n }</request>\n \n </example>\n </examples>\n ",
47
+ "location": "uri"
48
+ },
49
+ "partial": {
50
+ "shape_name": "Partial",
51
+ "type": "boolean",
52
+ "documentation": "\n <p>Enables partial results to be returned if one or more index partitions are unavailable. When your search index is partitioned across multiple search instances, by default Amazon CloudSearch only returns results if every partition can be queried. This means that the failure of a single search instance can result in 5xx (internal server) errors. When you enable partial results, Amazon CloudSearch returns whatever results are available and includes the percentage of documents searched in the search results (percent-searched). This enables you to more gracefully degrade your users' search experience. For example, rather than displaying no results, you could display the partial results and a message indicating that the results might be incomplete due to a temporary system outage.</p>\n ",
53
+ "location": "uri"
54
+ },
55
+ "query": {
56
+ "shape_name": "Query",
57
+ "type": "string",
58
+ "documentation": "\n <p>Specifies the search criteria for the request. How you specify the search\n criteria depends on the query parser used for the request and the parser options\n specified in the <code>queryOptions</code> parameter. By default,\n the <code>simple</code> query parser is used to process requests. To use\n the <code>structured</code>, <code>lucene</code>, or <code>dismax</code> query parser, \n you must also specify the <code>queryParser</code> parameter. </p>\n <p>For more information about specifying search criteria, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/searching.html\">Searching Your Data</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>\n \n ",
59
+ "required": true,
60
+ "location": "uri"
61
+ },
62
+ "queryOptions": {
63
+ "shape_name": "QueryOptions",
64
+ "type": "string",
65
+ "documentation": "\n <p>Configures options for the query parser specified in the <code>queryParser</code> parameter.</p>\n \n <p>The options you can configure vary according to which parser you use:</p>\n <ul>\n <li>\n<code>defaultOperator</code>: The default operator used to combine individual terms in the search string. For example: <code>defaultOperator: 'or'</code>. For the <code>dismax</code> parser, you specify a percentage that represents the percentage of terms in the search string (rounded down) that must match, rather than a default operator. A value of <code>0%</code> is the equivalent to OR, and a value of <code>100%</code> is equivalent to AND. The percentage must be specified as a value in the range 0-100 followed by the percent (%) symbol. For example, <code>defaultOperator: 50%</code>. Valid values: <code>and</code>, <code>or</code>, a percentage in the range 0%-100% (<code>dismax</code>). Default: <code>and</code> (<code>simple</code>, <code>structured</code>, <code>lucene</code>) or <code>100</code> (<code>dismax</code>). Valid for: <code>simple</code>, <code>structured</code>, <code>lucene</code>, and <code>dismax</code>.</li>\n <li>\n<code>fields</code>: An array of the fields to search when no fields are specified in a search. If no fields are specified in a search and this option is not specified, all text and text-array fields are searched. You can specify a weight for each field to control the relative importance of each field when Amazon CloudSearch calculates relevance scores. To specify a field weight, append a caret (<code>^</code>) symbol and the weight to the field name. For example, to boost the importance of the <code>title</code> field over the <code>description</code> field you could specify: <code>\"fields\":[\"title^5\",\"description\"]</code>. Valid values: The name of any configured field and an optional numeric value greater than zero. Default: All <code>text</code> and <code>text-array</code> fields. Valid for: <code>simple</code>, <code>structured</code>, <code>lucene</code>, and <code>dismax</code>.</li>\n <li>\n<code>operators</code>: An array of the operators or special characters you want to\n disable for the simple query parser. If you disable the\n <code>and</code>, <code>or</code>, or <code>not</code>\n operators, the corresponding operators (<code>+</code>,\n <code>|</code>, <code>-</code>) have no special meaning and\n are dropped from the search string. Similarly, disabling\n <code>prefix</code> disables the wildcard operator\n (<code>*</code>) and disabling <code>phrase</code> disables\n the ability to search for phrases by enclosing phrases in double\n quotes. Disabling precedence disables the ability to control\n order of precedence using parentheses. Disabling <code>near</code> disables \n the ability to use the ~ operator to perform a sloppy phrase search. \n Disabling the <code>fuzzy</code> operator disables the ability to use the ~ operator to perform a fuzzy search.\n <code>escape</code> disables the ability to use a backslash\n (<code>\\</code>) to escape special characters within the\n search string. Disabling whitespace is an advanced option that\n prevents the parser from tokenizing on whitespace, which can be\n useful for Vietnamese. (It prevents Vietnamese words from being\n split incorrectly.) For example, you could disable all operators\n other than the phrase operator to support just simple term and\n phrase queries: <code>\"operators\":[\"and\",\"not\",\"or\",\n \"prefix\"]</code>. Valid values: <code>and</code>, <code>escape</code>, \n <code>fuzzy</code>, <code>near</code>, <code>not</code>, <code>or</code>, \n <code>phrase</code>, <code>precedence</code>, <code>prefix</code>,\n <code>whitespace</code>. Default: All\n operators and special characters are enabled. Valid for:\n <code>simple</code>.</li>\n <li>\n<code>phraseFields</code>: An array of the <code>text</code> or <code>text-array</code> fields you want to use for\n phrase searches. When the terms in the search string appear in\n close proximity within a field, the field scores higher. You can\n specify a weight for each field to boost that score. The\n <code>phraseSlop</code> option controls how much the matches\n can deviate from the search string and still be boosted. To\n specify a field weight, append a caret (<code>^</code>) symbol\n and the weight to the field name. For example, to boost phrase\n matches in the <code>title</code> field over the\n <code>abstract</code> field, you could specify:\n <code>\"phraseFields\":[\"title^3\",\n \"plot\"]</code>\n Valid values: The name of any <code>text</code> or\n <code>text-array</code> field and an optional numeric value greater than zero. Default: No fields. If you don't specify any fields with <code>phraseFields</code>, proximity scoring is disabled even if <code>phraseSlop</code> is specified. Valid\n for: <code>dismax</code>.</li>\n <li>\n<code>phraseSlop</code>: An integer value that specifies how much matches can deviate from the search phrase and still be boosted according to the weights specified in the <code>phraseFields</code> option; for example, <code>phraseSlop: 2</code>. You must also specify <code>phraseFields</code> to enable proximity scoring. Valid values: positive integers. Default: 0. Valid for: <code>dismax</code>.</li>\n <li>\n<code>explicitPhraseSlop</code>: An integer value that specifies how much a match can deviate from the search phrase when the phrase is enclosed in double quotes in the search string. (Phrases that exceed this proximity distance are not considered a match.) For example, to specify a slop of three for dismax phrase queries, you would specify <code>\"explicitPhraseSlop\":3</code>. Valid values: positive integers. Default: 0. Valid for: <code>dismax</code>.</li>\n <li>\n<code>tieBreaker</code>: When a term in the search string is found in a document's field, a score is calculated for that field based on how common the word is in that field compared to other documents. If the term occurs in multiple fields within a document, by default only the highest scoring field contributes to the document's overall score. You can specify a <code>tieBreaker</code> value to enable the matches in lower-scoring fields to contribute to the document's score. That way, if two documents have the same max field score for a particular term, the score for the document that has matches in more fields will be higher. The formula for calculating the score with a tieBreaker is <code>(max field score) + (tieBreaker) * (sum of the scores for the rest of the matching fields)</code>.\n \n Set <code>tieBreaker</code> to 0 to disregard all but the highest scoring field (pure max): <code>\"tieBreaker\":0</code>. Set to 1 to sum the scores from all fields (pure sum): <code>\"tieBreaker\":1</code>. Valid values: 0.0 to 1.0. Default: 0.0. Valid for: <code>dismax</code>. \n </li>\n </ul>\n <examples>\n <example>\n <name>Setting Default Search Fields</name>\n <description>This example searches the <code>title</code> and <code>plot</code> fields if no fields are specified in the search criteria.</description>\n <request>{\"fields\":[\"title\",\"plot\"]}</request>\n <response> </response>\n </example>\n </examples>\n ",
66
+ "location": "uri"
67
+ },
68
+ "queryParser": {
69
+ "shape_name": "QueryParser",
70
+ "type": "string",
71
+ "enum": [
72
+ "simple",
73
+ "structured",
74
+ "lucene",
75
+ "dismax"
76
+ ],
77
+ "documentation": "\n <p>Specifies which\n query parser to use to process the request. If <code>queryParser</code> is not specified, Amazon CloudSearch\n uses the <code>simple</code> query parser. </p>\n <p>Amazon CloudSearch supports four query parsers:</p>\n <ul>\n <li>\n <code>simple</code>: perform simple searches of <code>text</code> and\n <code>text-array</code> fields. By default, the\n <code>simple</code> query parser searches all\n <code>text</code> and <code>text-array</code> fields. You\n can specify which fields to search by with the\n <code>queryOptions</code> parameter. If you prefix a search\n term with a plus sign (+) documents must contain the term to be considered a match. \n (This is the default, unless you configure the default operator with the <code>queryOptions</code> parameter.)\n You can use the <code>-</code> (NOT), <code>|</code>\n (OR), and <code>*</code> (wildcard) operators to exclude\n particular terms, find results that match any of the specified\n terms, or search for a prefix. To search for a phrase rather\n than individual terms, enclose the phrase in double quotes. For\n more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/searching-text.html\">Searching for Text</a> in the <i>Amazon CloudSearch Developer Guide</i>. \n </li>\n <li>\n <code>structured</code>: perform advanced searches by combining \n multiple expressions to define the search criteria. You can also search \n within particular fields, search for values and ranges of values, and use \n advanced options such as term boosting, <code>matchall</code>, and <code>near</code>. \n For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/searching-compound-queries.html\">Constructing Compound Queries</a> in the <i>Amazon CloudSearch Developer Guide</i>.\n </li>\n <li>\n <code>lucene</code>: search using the Apache Lucene query parser syntax. \n For more information, see <a href=\"http://lucene.apache.org/core/4_6_0/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description\">Apache Lucene Query Parser Syntax</a>.\n </li>\n <li>\n <code>dismax</code>: search using the simplified subset of the Apache Lucene query parser syntax\n defined by the DisMax query parser.\n For more information, see <a href=\"http://wiki.apache.org/solr/DisMaxQParserPlugin#Query_Syntax\">DisMax Query Parser Syntax</a>.\n </li>\n \n </ul>\n ",
78
+ "location": "uri"
79
+ },
80
+ "return": {
81
+ "shape_name": "Return",
82
+ "type": "string",
83
+ "documentation": "\n <p>Specifies the field and expression values to include in the response. Multiple fields or expressions are specified as a comma-separated list. By default, a search response includes all\n return enabled fields (<code>_all_fields</code>). \n To return only the document IDs for the matching documents, \n specify <code>_no_fields</code>.\n To retrieve the relevance score calculated for each document, \n specify <code>_score</code>. </p> \n ",
84
+ "location": "uri"
85
+ },
86
+ "size": {
87
+ "shape_name": "Size",
88
+ "type": "long",
89
+ "documentation": "\n <p>Specifies the maximum number of search hits to include in the response. </p>\n ",
90
+ "location": "uri"
91
+ },
92
+ "sort": {
93
+ "shape_name": "Sort",
94
+ "type": "string",
95
+ "documentation": "\n <p>Specifies the fields or custom expressions to use to sort the search\n results. Multiple fields or expressions are specified as a comma-separated list.\n You must specify the sort direction (<code>asc</code> or\n <code>desc</code>) for each field; for example, <code>year\n desc,title asc</code>. To use a field to sort results, the field must be sort-enabled in\n the domain configuration. Array type fields cannot be used for sorting.\n If no <code>sort</code> parameter is specified, results are sorted by\n their default relevance scores in descending order: <code>_score\n desc</code>. You can also sort by document ID\n (<code>_id asc</code>) and version (<code>_version desc</code>).</p>\n <p>For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/sorting-results.html\">Sorting Results</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>\n ",
96
+ "location": "uri"
97
+ },
98
+ "start": {
99
+ "shape_name": "Start",
100
+ "type": "long",
101
+ "documentation": "\n <p>Specifies the offset of the first search hit you want to return. Note that the result set is zero-based; the first result is at index 0. You can specify either the <code>start</code> or <code>cursor</code> parameter in a request, they are mutually exclusive. </p>\n <p>For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/paginating-results.html\">Paginating Results</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>\n ",
102
+ "location": "uri"
103
+ }
104
+ },
105
+ "documentation": "\n <p>Container for the parameters to the <code>Search</code> request.</p>\n "
106
+ },
107
+ "output": {
108
+ "shape_name": "SearchResponse",
109
+ "type": "structure",
110
+ "members": {
111
+ "status": {
112
+ "shape_name": "SearchStatus",
113
+ "type": "structure",
114
+ "members": {
115
+ "timems": {
116
+ "shape_name": "Long",
117
+ "type": "long",
118
+ "documentation": "\n <p>How long it took to process the request, in milliseconds.</p> \n "
119
+ },
120
+ "rid": {
121
+ "shape_name": "String",
122
+ "type": "string",
123
+ "documentation": "\n <p>The encrypted resource ID for the request.</p> \n "
124
+ }
125
+ },
126
+ "documentation": "\n <p>The status information returned for the search request.</p>\n "
127
+ },
128
+ "hits": {
129
+ "shape_name": "Hits",
130
+ "type": "structure",
131
+ "members": {
132
+ "found": {
133
+ "shape_name": "Long",
134
+ "type": "long",
135
+ "documentation": "\n <p>The total number of documents that match the search request.</p>\n "
136
+ },
137
+ "start": {
138
+ "shape_name": "Long",
139
+ "type": "long",
140
+ "documentation": "\n <p>The index of the first matching document.</p>\n "
141
+ },
142
+ "cursor": {
143
+ "shape_name": "String",
144
+ "type": "string",
145
+ "documentation": "\n <p>A cursor that can be used to retrieve the next set of matching documents when you want to page through a large result set.</p>\n "
146
+ },
147
+ "hit": {
148
+ "shape_name": "HitList",
149
+ "type": "list",
150
+ "members": {
151
+ "shape_name": "Hit",
152
+ "type": "structure",
153
+ "members": {
154
+ "id": {
155
+ "shape_name": "String",
156
+ "type": "string",
157
+ "documentation": "\n <p>The document ID of a document that matches the search request.</p>\n "
158
+ },
159
+ "fields": {
160
+ "shape_name": "Fields",
161
+ "type": "map",
162
+ "keys": {
163
+ "shape_name": "String",
164
+ "type": "string",
165
+ "documentation": null
166
+ },
167
+ "members": {
168
+ "shape_name": "FieldValue",
169
+ "type": "list",
170
+ "members": {
171
+ "shape_name": "String",
172
+ "type": "string",
173
+ "documentation": null
174
+ },
175
+ "documentation": null
176
+ },
177
+ "documentation": "\n <p>The fields returned from a document that matches the search request.</p>\n "
178
+ },
179
+ "highlights": {
180
+ "shape_name": "Highlights",
181
+ "type": "map",
182
+ "keys": {
183
+ "shape_name": "String",
184
+ "type": "string",
185
+ "documentation": null
186
+ },
187
+ "members": {
188
+ "shape_name": "String",
189
+ "type": "string",
190
+ "documentation": null
191
+ },
192
+ "documentation": "\n <p>The highlights returned from a document that matches the search request.</p>\n "
193
+ }
194
+ },
195
+ "documentation": "\n <p>Information about a document that matches the search request.</p>\n "
196
+ },
197
+ "documentation": "\n <p>A document that matches the search request.</p>\n "
198
+ }
199
+ },
200
+ "documentation": "\n <p>The documents that match the search criteria.</p> \n "
201
+ },
202
+ "facets": {
203
+ "shape_name": "Facets",
204
+ "type": "map",
205
+ "keys": {
206
+ "shape_name": "String",
207
+ "type": "string",
208
+ "documentation": null
209
+ },
210
+ "members": {
211
+ "shape_name": "BucketInfo",
212
+ "type": "structure",
213
+ "members": {
214
+ "buckets": {
215
+ "shape_name": "BucketList",
216
+ "type": "list",
217
+ "members": {
218
+ "shape_name": "Bucket",
219
+ "type": "structure",
220
+ "members": {
221
+ "value": {
222
+ "shape_name": "String",
223
+ "type": "string",
224
+ "documentation": "\n <p>The facet value being counted.</p>\n "
225
+ },
226
+ "count": {
227
+ "shape_name": "Long",
228
+ "type": "long",
229
+ "documentation": "\n <p>The number of hits that contain the facet value in the specified facet field.</p>\n "
230
+ }
231
+ },
232
+ "documentation": "\n <p>A container for facet information. </p>\n "
233
+ },
234
+ "documentation": "\n <p>A list of the calculated facet values and counts.</p>\n "
235
+ }
236
+ },
237
+ "documentation": "\n <p>A container for the calculated facet values and counts.</p>\n "
238
+ },
239
+ "documentation": "\n <p>The requested facet information.</p> \n "
240
+ }
241
+ },
242
+ "documentation": "\n <p>The result of a <code>Search</code> request. Contains the documents that match the specified search criteria and any requested fields, highlights, and facet information.</p>\n "
243
+ },
244
+ "errors": [
245
+ {
246
+ "shape_name": "SearchException",
247
+ "type": "structure",
248
+ "members": {
249
+ "message": {
250
+ "shape_name": "String",
251
+ "type": "string",
252
+ "documentation": "\n <p>A description of the error returned by the search service.</p>\n "
253
+ }
254
+ },
255
+ "documentation": "\n <p>Information about any problems encountered while processing a search request.</p>\n "
256
+ }
257
+ ],
258
+ "documentation": "\n <p>Retrieves a list of documents that match the specified search criteria. How you specify the search criteria depends on which query parser you use. Amazon CloudSearch supports four query parsers:</p>\n <ul>\n <li>\n<code>simple</code>: search all <code>text</code> and <code>text-array</code> fields for the specified string. Search for phrases, individual terms, and prefixes. </li>\n <li>\n<code>structured</code>: search specific fields, construct compound queries using Boolean operators, and use advanced features such as term boosting and proximity searching.</li>\n <li>\n<code>lucene</code>: specify search criteria using the Apache Lucene query parser syntax.</li>\n <li>\n<code>dismax</code>: specify search criteria using the simplified subset of the Apache Lucene query parser syntax defined by the DisMax query parser.</li>\n </ul>\n <p>For more information, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/searching.html\">Searching Your Data</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>\n <p>The endpoint for submitting <code>Search</code> requests is domain-specific. You submit search requests to a domain's search endpoint. To get the search endpoint for your domain, use the Amazon CloudSearch configuration service <code>DescribeDomains</code> action. A domain's endpoints are also displayed on the domain dashboard in the Amazon CloudSearch console. </p>\n \n "
259
+ },
260
+ "Suggest": {
261
+ "name": "Suggest",
262
+ "http": {
263
+ "uri": "/2013-01-01/suggest?format=sdk&pretty=true&q={query}&suggester={suggester}&size={size}",
264
+ "method": "GET"
265
+ },
266
+ "input": {
267
+ "shape_name": "SuggestRequest",
268
+ "type": "structure",
269
+ "members": {
270
+ "query": {
271
+ "shape_name": "Query",
272
+ "type": "string",
273
+ "documentation": "\n <p>Specifies the string for which you want to get suggestions.</p>\n ",
274
+ "required": true,
275
+ "location": "uri"
276
+ },
277
+ "suggester": {
278
+ "shape_name": "Suggester",
279
+ "type": "string",
280
+ "documentation": "\n <p>Specifies the name of the suggester to use to find suggested matches.</p>\n ",
281
+ "required": true,
282
+ "location": "uri"
283
+ },
284
+ "size": {
285
+ "shape_name": "SuggestionsSize",
286
+ "type": "long",
287
+ "documentation": "\n <p>Specifies the maximum number of suggestions to return. </p>\n ",
288
+ "location": "uri"
289
+ }
290
+ },
291
+ "documentation": "\n <p>Container for the parameters to the <code>Suggest</code> request.</p> \n "
292
+ },
293
+ "output": {
294
+ "shape_name": "SuggestResponse",
295
+ "type": "structure",
296
+ "members": {
297
+ "status": {
298
+ "shape_name": "SuggestStatus",
299
+ "type": "structure",
300
+ "members": {
301
+ "timems": {
302
+ "shape_name": "Long",
303
+ "type": "long",
304
+ "documentation": "\n <p>How long it took to process the request, in milliseconds.</p> \n "
305
+ },
306
+ "rid": {
307
+ "shape_name": "String",
308
+ "type": "string",
309
+ "documentation": "\n <p>The encrypted resource ID for the request.</p> \n "
310
+ }
311
+ },
312
+ "documentation": "\n <p>The status of a <code>SuggestRequest</code>. Contains the resource ID (<code>rid</code>) and how long it took to process the request (<code>timems</code>).</p>\n "
313
+ },
314
+ "suggest": {
315
+ "shape_name": "SuggestModel",
316
+ "type": "structure",
317
+ "members": {
318
+ "query": {
319
+ "shape_name": "String",
320
+ "type": "string",
321
+ "documentation": "\n <p>The query string specified in the suggest request.</p> \n "
322
+ },
323
+ "found": {
324
+ "shape_name": "Long",
325
+ "type": "long",
326
+ "documentation": "\n <p>The number of documents that were found to match the query string.</p> \n "
327
+ },
328
+ "suggestions": {
329
+ "shape_name": "Suggestions",
330
+ "type": "list",
331
+ "members": {
332
+ "shape_name": "SuggestionMatch",
333
+ "type": "structure",
334
+ "members": {
335
+ "suggestion": {
336
+ "shape_name": "String",
337
+ "type": "string",
338
+ "documentation": "\n <p>The string that matches the query string specified in the <code>SuggestRequest</code>. </p>\n "
339
+ },
340
+ "score": {
341
+ "shape_name": "Long",
342
+ "type": "long",
343
+ "documentation": "\n <p>The relevance score of a suggested match.</p>\n "
344
+ },
345
+ "id": {
346
+ "shape_name": "String",
347
+ "type": "string",
348
+ "documentation": "\n <p>The document ID of the suggested document.</p>\n "
349
+ }
350
+ },
351
+ "documentation": "\n <p>An autocomplete suggestion that matches the query string specified in a <code>SuggestRequest</code>. </p>\n "
352
+ },
353
+ "documentation": "\n <p>The documents that match the query string.</p> \n "
354
+ }
355
+ },
356
+ "documentation": "\n <p>Container for the matching search suggestion information.</p> \n "
357
+ }
358
+ },
359
+ "documentation": "\n <p>Contains the response to a <code>Suggest</code> request.</p>\n "
360
+ },
361
+ "errors": [
362
+ {
363
+ "shape_name": "SearchException",
364
+ "type": "structure",
365
+ "members": {
366
+ "message": {
367
+ "shape_name": "String",
368
+ "type": "string",
369
+ "documentation": "\n <p>A description of the error returned by the search service.</p>\n "
370
+ }
371
+ },
372
+ "documentation": "\n <p>Information about any problems encountered while processing a search request.</p>\n "
373
+ }
374
+ ],
375
+ "documentation": "\n <p>Retrieves autocomplete suggestions for a partial query string. You can use suggestions enable you to display likely matches before users finish typing. In Amazon CloudSearch, suggestions are based on the contents of a particular text field. When you request suggestions, Amazon CloudSearch finds all of the documents whose values in the suggester field start with the specified query string. The beginning of the field must match the query string to be considered a match. </p>\n <p>For more information about configuring suggesters and retrieving suggestions, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html\">Getting Suggestions</a> in the <i>Amazon CloudSearch Developer Guide</i>. </p>\n \n <p>The endpoint for submitting <code>Suggest</code> requests is domain-specific. You submit suggest requests to a domain's search endpoint. To get the search endpoint for your domain, use the Amazon CloudSearch configuration service <code>DescribeDomains</code> action. A domain's endpoints are also displayed on the domain dashboard in the Amazon CloudSearch console. </p>\n \n \n "
376
+ },
377
+ "UploadDocuments": {
378
+ "name": "UploadDocuments",
379
+ "http": {
380
+ "uri": "/2013-01-01/documents/batch?format=sdk",
381
+ "method": "POST"
382
+ },
383
+ "input": {
384
+ "shape_name": "UploadDocumentsRequest",
385
+ "type": "structure",
386
+ "members": {
387
+ "documents": {
388
+ "shape_name": "Blob",
389
+ "type": "blob",
390
+ "streaming": true,
391
+ "documentation": "\n <p>A batch of documents formatted in JSON or HTML.</p>\n ",
392
+ "required": true,
393
+ "payload": true
394
+ },
395
+ "contentType": {
396
+ "shape_name": "ContentType",
397
+ "type": "string",
398
+ "enum": [
399
+ "application/json",
400
+ "application/xml"
401
+ ],
402
+ "documentation": "\n <p>The format of the batch you are uploading. Amazon CloudSearch supports two document batch formats:</p>\n <ul>\n <li>application/json</li>\n <li>application/xml</li>\n </ul>\n ",
403
+ "required": true,
404
+ "location": "header",
405
+ "location_name": "Content-Type"
406
+ }
407
+ },
408
+ "documentation": "\n <p>Container for the parameters to the <code>UploadDocuments</code> request.</p>\n "
409
+ },
410
+ "output": {
411
+ "shape_name": "UploadDocumentsResponse",
412
+ "type": "structure",
413
+ "members": {
414
+ "status": {
415
+ "shape_name": "String",
416
+ "type": "string",
417
+ "documentation": "\n <p>The status of an <code>UploadDocumentsRequest</code>.</p>\n "
418
+ },
419
+ "adds": {
420
+ "shape_name": "Adds",
421
+ "type": "long",
422
+ "documentation": "\n <p>The number of documents that were added to the search domain.</p>\n "
423
+ },
424
+ "deletes": {
425
+ "shape_name": "Deletes",
426
+ "type": "long",
427
+ "documentation": "\n <p>The number of documents that were deleted from the search domain.</p>\n "
428
+ },
429
+ "warnings": {
430
+ "shape_name": "DocumentServiceWarnings",
431
+ "type": "list",
432
+ "members": {
433
+ "shape_name": "DocumentServiceWarning",
434
+ "type": "structure",
435
+ "members": {
436
+ "message": {
437
+ "shape_name": "String",
438
+ "type": "string",
439
+ "documentation": "\n <p>The description for a warning returned by the document service.</p>\n "
440
+ }
441
+ },
442
+ "documentation": "\n <p>A warning returned by the document service when an issue is discovered while processing an upload request.</p>\n "
443
+ },
444
+ "documentation": "\n <p>Any warnings returned by the document service about the documents being uploaded.</p>\n "
445
+ }
446
+ },
447
+ "documentation": "\n <p>Contains the response to an <code>UploadDocuments</code> request.</p>\n "
448
+ },
449
+ "errors": [
450
+ {
451
+ "shape_name": "DocumentServiceException",
452
+ "type": "structure",
453
+ "members": {
454
+ "status": {
455
+ "shape_name": "String",
456
+ "type": "string",
457
+ "documentation": "\n <p>The return status of a document upload request, <code>error</code> or <code>success</code>.</p>\n "
458
+ },
459
+ "message": {
460
+ "shape_name": "String",
461
+ "type": "string",
462
+ "documentation": "\n <p>The description of the errors returned by the document service.</p>\n "
463
+ }
464
+ },
465
+ "documentation": "\n <p>Information about any problems encountered while processing an upload request.</p>\n "
466
+ }
467
+ ],
468
+ "documentation": "\n <p>Posts a batch of documents to a search domain for indexing. A document batch is a collection of add and delete operations that represent the documents you want to add, update, or delete from your domain. Batches can be described in either JSON or XML. Each item that you want Amazon CloudSearch to return as a search result (such as a product) is represented as a document. Every document has a unique ID and one or more fields that contain the data that you want to search and return in results. Individual documents cannot contain more than 1 MB of data. The entire batch cannot exceed 5 MB. To get the best possible upload performance, group add and delete operations in batches that are close the 5 MB limit. Submitting a large volume of single-document batches can overload a domain's document service. </p>\n <p>The endpoint for submitting <code>UploadDocuments</code> requests is domain-specific. To get the document endpoint for your domain, use the Amazon CloudSearch configuration service <code>DescribeDomains</code> action. A domain's endpoints are also displayed on the domain dashboard in the Amazon CloudSearch console. </p>\n <p>For more information about formatting your data for Amazon CloudSearch, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/preparing-data.html\">Preparing Your Data</a> in the <i>Amazon CloudSearch Developer Guide</i>. \n For more information about uploading data for indexing, see <a href=\"http://docs.aws.amazon.com/cloudsearch/latest/developerguide/uploading-data.html\">Uploading Data</a> in the <i>Amazon CloudSearch Developer Guide</i>. </p>\n "
469
+ }
470
+ }
471
+ }