@aws-sdk/client-cloudsearch 3.296.0 → 3.298.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/dist-cjs/commands/BuildSuggestersCommand.js +2 -3
  2. package/dist-cjs/commands/CreateDomainCommand.js +2 -3
  3. package/dist-cjs/commands/DefineAnalysisSchemeCommand.js +2 -3
  4. package/dist-cjs/commands/DefineExpressionCommand.js +2 -3
  5. package/dist-cjs/commands/DefineIndexFieldCommand.js +2 -3
  6. package/dist-cjs/commands/DefineSuggesterCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteAnalysisSchemeCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteDomainCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteExpressionCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteIndexFieldCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteSuggesterCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeAnalysisSchemesCommand.js +2 -3
  13. package/dist-cjs/commands/DescribeAvailabilityOptionsCommand.js +2 -3
  14. package/dist-cjs/commands/DescribeDomainEndpointOptionsCommand.js +2 -3
  15. package/dist-cjs/commands/DescribeDomainsCommand.js +2 -3
  16. package/dist-cjs/commands/DescribeExpressionsCommand.js +2 -3
  17. package/dist-cjs/commands/DescribeIndexFieldsCommand.js +2 -3
  18. package/dist-cjs/commands/DescribeScalingParametersCommand.js +2 -3
  19. package/dist-cjs/commands/DescribeServiceAccessPoliciesCommand.js +2 -3
  20. package/dist-cjs/commands/DescribeSuggestersCommand.js +2 -3
  21. package/dist-cjs/commands/IndexDocumentsCommand.js +2 -3
  22. package/dist-cjs/commands/ListDomainNamesCommand.js +2 -3
  23. package/dist-cjs/commands/UpdateAvailabilityOptionsCommand.js +2 -3
  24. package/dist-cjs/commands/UpdateDomainEndpointOptionsCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateScalingParametersCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateServiceAccessPoliciesCommand.js +2 -3
  27. package/dist-cjs/models/models_0.js +1 -330
  28. package/dist-cjs/protocols/Aws_query.js +65 -303
  29. package/dist-es/commands/BuildSuggestersCommand.js +2 -3
  30. package/dist-es/commands/CreateDomainCommand.js +2 -3
  31. package/dist-es/commands/DefineAnalysisSchemeCommand.js +2 -3
  32. package/dist-es/commands/DefineExpressionCommand.js +2 -3
  33. package/dist-es/commands/DefineIndexFieldCommand.js +2 -3
  34. package/dist-es/commands/DefineSuggesterCommand.js +2 -3
  35. package/dist-es/commands/DeleteAnalysisSchemeCommand.js +2 -3
  36. package/dist-es/commands/DeleteDomainCommand.js +2 -3
  37. package/dist-es/commands/DeleteExpressionCommand.js +2 -3
  38. package/dist-es/commands/DeleteIndexFieldCommand.js +2 -3
  39. package/dist-es/commands/DeleteSuggesterCommand.js +2 -3
  40. package/dist-es/commands/DescribeAnalysisSchemesCommand.js +2 -3
  41. package/dist-es/commands/DescribeAvailabilityOptionsCommand.js +2 -3
  42. package/dist-es/commands/DescribeDomainEndpointOptionsCommand.js +2 -3
  43. package/dist-es/commands/DescribeDomainsCommand.js +2 -3
  44. package/dist-es/commands/DescribeExpressionsCommand.js +2 -3
  45. package/dist-es/commands/DescribeIndexFieldsCommand.js +2 -3
  46. package/dist-es/commands/DescribeScalingParametersCommand.js +2 -3
  47. package/dist-es/commands/DescribeServiceAccessPoliciesCommand.js +2 -3
  48. package/dist-es/commands/DescribeSuggestersCommand.js +2 -3
  49. package/dist-es/commands/IndexDocumentsCommand.js +2 -3
  50. package/dist-es/commands/ListDomainNamesCommand.js +2 -3
  51. package/dist-es/commands/UpdateAvailabilityOptionsCommand.js +2 -3
  52. package/dist-es/commands/UpdateDomainEndpointOptionsCommand.js +2 -3
  53. package/dist-es/commands/UpdateScalingParametersCommand.js +2 -3
  54. package/dist-es/commands/UpdateServiceAccessPoliciesCommand.js +2 -3
  55. package/dist-es/models/models_0.js +0 -246
  56. package/dist-es/protocols/Aws_query.js +65 -303
  57. package/dist-types/CloudSearch.d.ts +27 -0
  58. package/dist-types/CloudSearchClient.d.ts +24 -4
  59. package/dist-types/commands/BuildSuggestersCommand.d.ts +16 -0
  60. package/dist-types/commands/CreateDomainCommand.d.ts +16 -0
  61. package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +16 -0
  62. package/dist-types/commands/DefineExpressionCommand.d.ts +16 -0
  63. package/dist-types/commands/DefineIndexFieldCommand.d.ts +16 -0
  64. package/dist-types/commands/DefineSuggesterCommand.d.ts +16 -0
  65. package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +16 -0
  66. package/dist-types/commands/DeleteDomainCommand.d.ts +16 -0
  67. package/dist-types/commands/DeleteExpressionCommand.d.ts +16 -0
  68. package/dist-types/commands/DeleteIndexFieldCommand.d.ts +16 -0
  69. package/dist-types/commands/DeleteSuggesterCommand.d.ts +16 -0
  70. package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +16 -0
  71. package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +16 -0
  72. package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +16 -0
  73. package/dist-types/commands/DescribeDomainsCommand.d.ts +16 -0
  74. package/dist-types/commands/DescribeExpressionsCommand.d.ts +16 -0
  75. package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +16 -0
  76. package/dist-types/commands/DescribeScalingParametersCommand.d.ts +16 -0
  77. package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +16 -0
  78. package/dist-types/commands/DescribeSuggestersCommand.d.ts +16 -0
  79. package/dist-types/commands/IndexDocumentsCommand.d.ts +16 -0
  80. package/dist-types/commands/ListDomainNamesCommand.d.ts +16 -0
  81. package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +16 -0
  82. package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +16 -0
  83. package/dist-types/commands/UpdateScalingParametersCommand.d.ts +16 -0
  84. package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +16 -0
  85. package/dist-types/models/CloudSearchServiceException.d.ts +2 -0
  86. package/dist-types/models/models_0.d.ts +114 -329
  87. package/dist-types/ts3.4/models/models_0.d.ts +0 -228
  88. package/package.json +4 -3
@@ -27,6 +27,7 @@ import { UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCom
27
27
  import { UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput } from "./commands/UpdateScalingParametersCommand";
28
28
  import { UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput } from "./commands/UpdateServiceAccessPoliciesCommand";
29
29
  /**
30
+ * @public
30
31
  * <fullname>Amazon CloudSearch Configuration Service</fullname>
31
32
  * <p>You use the Amazon CloudSearch configuration service to create, configure, and manage search domains.
32
33
  * Configuration service requests are submitted using the AWS Query protocol. AWS Query requests
@@ -37,12 +38,14 @@ import { UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCom
37
38
  */
38
39
  export declare class CloudSearch extends CloudSearchClient {
39
40
  /**
41
+ * @public
40
42
  * <p>Indexes the search suggestions. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html#configuring-suggesters">Configuring Suggesters</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
41
43
  */
42
44
  buildSuggesters(args: BuildSuggestersCommandInput, options?: __HttpHandlerOptions): Promise<BuildSuggestersCommandOutput>;
43
45
  buildSuggesters(args: BuildSuggestersCommandInput, cb: (err: any, data?: BuildSuggestersCommandOutput) => void): void;
44
46
  buildSuggesters(args: BuildSuggestersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BuildSuggestersCommandOutput) => void): void;
45
47
  /**
48
+ * @public
46
49
  * <p>Creates a new search domain. For more information,
47
50
  * see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/creating-domains.html" target="_blank">Creating a Search Domain</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
48
51
  */
@@ -50,36 +53,42 @@ export declare class CloudSearch extends CloudSearchClient {
50
53
  createDomain(args: CreateDomainCommandInput, cb: (err: any, data?: CreateDomainCommandOutput) => void): void;
51
54
  createDomain(args: CreateDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDomainCommandOutput) => void): void;
52
55
  /**
56
+ * @public
53
57
  * <p>Configures an analysis scheme that can be applied to a <code>text</code> or <code>text-array</code> field to define language-specific text processing options. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html" target="_blank">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
54
58
  */
55
59
  defineAnalysisScheme(args: DefineAnalysisSchemeCommandInput, options?: __HttpHandlerOptions): Promise<DefineAnalysisSchemeCommandOutput>;
56
60
  defineAnalysisScheme(args: DefineAnalysisSchemeCommandInput, cb: (err: any, data?: DefineAnalysisSchemeCommandOutput) => void): void;
57
61
  defineAnalysisScheme(args: DefineAnalysisSchemeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DefineAnalysisSchemeCommandOutput) => void): void;
58
62
  /**
63
+ * @public
59
64
  * <p>Configures an <code><a>Expression</a></code> for the search domain. Used to create new expressions and modify existing ones. If the expression exists, the new configuration replaces the old one. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html" target="_blank">Configuring Expressions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
60
65
  */
61
66
  defineExpression(args: DefineExpressionCommandInput, options?: __HttpHandlerOptions): Promise<DefineExpressionCommandOutput>;
62
67
  defineExpression(args: DefineExpressionCommandInput, cb: (err: any, data?: DefineExpressionCommandOutput) => void): void;
63
68
  defineExpression(args: DefineExpressionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DefineExpressionCommandOutput) => void): void;
64
69
  /**
70
+ * @public
65
71
  * <p>Configures an <code><a>IndexField</a></code> for the search domain. Used to create new fields and modify existing ones. You must specify the name of the domain you are configuring and an index field configuration. The index field configuration specifies a unique name, the index field type, and the options you want to configure for the field. The options you can specify depend on the <code><a>IndexFieldType</a></code>. If the field exists, the new configuration replaces the old one. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-index-fields.html" target="_blank">Configuring Index Fields</a> in the <i>Amazon CloudSearch Developer Guide</i>. </p>
66
72
  */
67
73
  defineIndexField(args: DefineIndexFieldCommandInput, options?: __HttpHandlerOptions): Promise<DefineIndexFieldCommandOutput>;
68
74
  defineIndexField(args: DefineIndexFieldCommandInput, cb: (err: any, data?: DefineIndexFieldCommandOutput) => void): void;
69
75
  defineIndexField(args: DefineIndexFieldCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DefineIndexFieldCommandOutput) => void): void;
70
76
  /**
77
+ * @public
71
78
  * <p>Configures a suggester for a domain. A suggester enables you to display possible matches before users finish typing their queries. When you configure a suggester, you must specify the name of the text field you want to search for possible matches and a unique name for the suggester. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html" target="_blank">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
72
79
  */
73
80
  defineSuggester(args: DefineSuggesterCommandInput, options?: __HttpHandlerOptions): Promise<DefineSuggesterCommandOutput>;
74
81
  defineSuggester(args: DefineSuggesterCommandInput, cb: (err: any, data?: DefineSuggesterCommandOutput) => void): void;
75
82
  defineSuggester(args: DefineSuggesterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DefineSuggesterCommandOutput) => void): void;
76
83
  /**
84
+ * @public
77
85
  * <p>Deletes an analysis scheme. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html" target="_blank">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer Guide</i>. </p>
78
86
  */
79
87
  deleteAnalysisScheme(args: DeleteAnalysisSchemeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAnalysisSchemeCommandOutput>;
80
88
  deleteAnalysisScheme(args: DeleteAnalysisSchemeCommandInput, cb: (err: any, data?: DeleteAnalysisSchemeCommandOutput) => void): void;
81
89
  deleteAnalysisScheme(args: DeleteAnalysisSchemeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAnalysisSchemeCommandOutput) => void): void;
82
90
  /**
91
+ * @public
83
92
  * <p>Permanently deletes a search domain and all of its data. Once a domain has been deleted, it cannot be recovered. For more information,
84
93
  * see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/deleting-domains.html" target="_blank">Deleting a Search Domain</a> in the <i>Amazon CloudSearch Developer Guide</i>. </p>
85
94
  */
@@ -87,42 +96,49 @@ export declare class CloudSearch extends CloudSearchClient {
87
96
  deleteDomain(args: DeleteDomainCommandInput, cb: (err: any, data?: DeleteDomainCommandOutput) => void): void;
88
97
  deleteDomain(args: DeleteDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDomainCommandOutput) => void): void;
89
98
  /**
99
+ * @public
90
100
  * <p>Removes an <code><a>Expression</a></code> from the search domain. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html" target="_blank">Configuring Expressions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
91
101
  */
92
102
  deleteExpression(args: DeleteExpressionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteExpressionCommandOutput>;
93
103
  deleteExpression(args: DeleteExpressionCommandInput, cb: (err: any, data?: DeleteExpressionCommandOutput) => void): void;
94
104
  deleteExpression(args: DeleteExpressionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteExpressionCommandOutput) => void): void;
95
105
  /**
106
+ * @public
96
107
  * <p>Removes an <code><a>IndexField</a></code> from the search domain. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-index-fields.html" target="_blank">Configuring Index Fields</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
97
108
  */
98
109
  deleteIndexField(args: DeleteIndexFieldCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIndexFieldCommandOutput>;
99
110
  deleteIndexField(args: DeleteIndexFieldCommandInput, cb: (err: any, data?: DeleteIndexFieldCommandOutput) => void): void;
100
111
  deleteIndexField(args: DeleteIndexFieldCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIndexFieldCommandOutput) => void): void;
101
112
  /**
113
+ * @public
102
114
  * <p>Deletes a suggester. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html" target="_blank">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
103
115
  */
104
116
  deleteSuggester(args: DeleteSuggesterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSuggesterCommandOutput>;
105
117
  deleteSuggester(args: DeleteSuggesterCommandInput, cb: (err: any, data?: DeleteSuggesterCommandOutput) => void): void;
106
118
  deleteSuggester(args: DeleteSuggesterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSuggesterCommandOutput) => void): void;
107
119
  /**
120
+ * @public
108
121
  * <p>Gets the analysis schemes configured for a domain. An analysis scheme defines language-specific text processing options for a <code>text</code> field. Can be limited to specific analysis schemes by name. By default, shows all analysis schemes and includes any pending changes to the configuration. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html" target="_blank">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
109
122
  */
110
123
  describeAnalysisSchemes(args: DescribeAnalysisSchemesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAnalysisSchemesCommandOutput>;
111
124
  describeAnalysisSchemes(args: DescribeAnalysisSchemesCommandInput, cb: (err: any, data?: DescribeAnalysisSchemesCommandOutput) => void): void;
112
125
  describeAnalysisSchemes(args: DescribeAnalysisSchemesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAnalysisSchemesCommandOutput) => void): void;
113
126
  /**
127
+ * @public
114
128
  * <p>Gets the availability options configured for a domain. By default, shows the configuration with any pending changes. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-availability-options.html" target="_blank">Configuring Availability Options</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
115
129
  */
116
130
  describeAvailabilityOptions(args: DescribeAvailabilityOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAvailabilityOptionsCommandOutput>;
117
131
  describeAvailabilityOptions(args: DescribeAvailabilityOptionsCommandInput, cb: (err: any, data?: DescribeAvailabilityOptionsCommandOutput) => void): void;
118
132
  describeAvailabilityOptions(args: DescribeAvailabilityOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAvailabilityOptionsCommandOutput) => void): void;
119
133
  /**
134
+ * @public
120
135
  * <p>Returns the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-domain-endpoint-options.html" target="_blank">Configuring Domain Endpoint Options</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
121
136
  */
122
137
  describeDomainEndpointOptions(args: DescribeDomainEndpointOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDomainEndpointOptionsCommandOutput>;
123
138
  describeDomainEndpointOptions(args: DescribeDomainEndpointOptionsCommandInput, cb: (err: any, data?: DescribeDomainEndpointOptionsCommandOutput) => void): void;
124
139
  describeDomainEndpointOptions(args: DescribeDomainEndpointOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDomainEndpointOptionsCommandOutput) => void): void;
125
140
  /**
141
+ * @public
126
142
  * <p>Gets information about the search domains owned by this account. Can be limited to specific domains. Shows
127
143
  * all domains by default. To get the number of searchable documents in a domain, use the console or submit a <code>matchall</code> request to your domain's search endpoint: <code>q=matchall&amp;q.parser=structured&amp;size=0</code>. For more information,
128
144
  * see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-domain-info.html" target="_blank">Getting Information about a Search Domain</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
@@ -131,12 +147,14 @@ export declare class CloudSearch extends CloudSearchClient {
131
147
  describeDomains(args: DescribeDomainsCommandInput, cb: (err: any, data?: DescribeDomainsCommandOutput) => void): void;
132
148
  describeDomains(args: DescribeDomainsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDomainsCommandOutput) => void): void;
133
149
  /**
150
+ * @public
134
151
  * <p>Gets the expressions configured for the search domain. Can be limited to specific expressions by name. By default, shows all expressions and includes any pending changes to the configuration. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html" target="_blank">Configuring Expressions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
135
152
  */
136
153
  describeExpressions(args: DescribeExpressionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExpressionsCommandOutput>;
137
154
  describeExpressions(args: DescribeExpressionsCommandInput, cb: (err: any, data?: DescribeExpressionsCommandOutput) => void): void;
138
155
  describeExpressions(args: DescribeExpressionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExpressionsCommandOutput) => void): void;
139
156
  /**
157
+ * @public
140
158
  * <p>Gets information about the index fields configured for the search domain.
141
159
  * Can be limited to specific fields by name. By default, shows all fields and includes any pending changes to the configuration. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information,
142
160
  * see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-domain-info.html" target="_blank">Getting Domain Information</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
@@ -145,12 +163,14 @@ export declare class CloudSearch extends CloudSearchClient {
145
163
  describeIndexFields(args: DescribeIndexFieldsCommandInput, cb: (err: any, data?: DescribeIndexFieldsCommandOutput) => void): void;
146
164
  describeIndexFields(args: DescribeIndexFieldsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIndexFieldsCommandOutput) => void): void;
147
165
  /**
166
+ * @public
148
167
  * <p>Gets the scaling parameters configured for a domain. A domain's scaling parameters specify the desired search instance type and replication count. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-scaling-options.html" target="_blank">Configuring Scaling Options</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
149
168
  */
150
169
  describeScalingParameters(args: DescribeScalingParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeScalingParametersCommandOutput>;
151
170
  describeScalingParameters(args: DescribeScalingParametersCommandInput, cb: (err: any, data?: DescribeScalingParametersCommandOutput) => void): void;
152
171
  describeScalingParameters(args: DescribeScalingParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScalingParametersCommandOutput) => void): void;
153
172
  /**
173
+ * @public
154
174
  * <p>Gets information about the access policies that control access to the domain's document and search endpoints. By default, shows the configuration with any pending changes. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information,
155
175
  * see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html" target="_blank">Configuring Access for a Search Domain</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
156
176
  */
@@ -158,42 +178,49 @@ export declare class CloudSearch extends CloudSearchClient {
158
178
  describeServiceAccessPolicies(args: DescribeServiceAccessPoliciesCommandInput, cb: (err: any, data?: DescribeServiceAccessPoliciesCommandOutput) => void): void;
159
179
  describeServiceAccessPolicies(args: DescribeServiceAccessPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeServiceAccessPoliciesCommandOutput) => void): void;
160
180
  /**
181
+ * @public
161
182
  * <p>Gets the suggesters configured for a domain. A suggester enables you to display possible matches before users finish typing their queries. Can be limited to specific suggesters by name. By default, shows all suggesters and includes any pending changes to the configuration. Set the <code>Deployed</code> option to <code>true</code> to show the active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html" target="_blank">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
162
183
  */
163
184
  describeSuggesters(args: DescribeSuggestersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSuggestersCommandOutput>;
164
185
  describeSuggesters(args: DescribeSuggestersCommandInput, cb: (err: any, data?: DescribeSuggestersCommandOutput) => void): void;
165
186
  describeSuggesters(args: DescribeSuggestersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSuggestersCommandOutput) => void): void;
166
187
  /**
188
+ * @public
167
189
  * <p>Tells the search domain to start indexing its documents using the latest indexing options. This operation must be invoked to activate options whose <a>OptionStatus</a> is <code>RequiresIndexDocuments</code>.</p>
168
190
  */
169
191
  indexDocuments(args: IndexDocumentsCommandInput, options?: __HttpHandlerOptions): Promise<IndexDocumentsCommandOutput>;
170
192
  indexDocuments(args: IndexDocumentsCommandInput, cb: (err: any, data?: IndexDocumentsCommandOutput) => void): void;
171
193
  indexDocuments(args: IndexDocumentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: IndexDocumentsCommandOutput) => void): void;
172
194
  /**
195
+ * @public
173
196
  * <p>Lists all search domains owned by an account.</p>
174
197
  */
175
198
  listDomainNames(args: ListDomainNamesCommandInput, options?: __HttpHandlerOptions): Promise<ListDomainNamesCommandOutput>;
176
199
  listDomainNames(args: ListDomainNamesCommandInput, cb: (err: any, data?: ListDomainNamesCommandOutput) => void): void;
177
200
  listDomainNames(args: ListDomainNamesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDomainNamesCommandOutput) => void): void;
178
201
  /**
202
+ * @public
179
203
  * <p>Configures the availability options for a domain. Enabling the Multi-AZ option expands an Amazon CloudSearch domain to an additional Availability Zone in the same Region to increase fault tolerance in the event of a service disruption. Changes to the Multi-AZ option can take about half an hour to become active. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-availability-options.html" target="_blank">Configuring Availability Options</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
180
204
  */
181
205
  updateAvailabilityOptions(args: UpdateAvailabilityOptionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAvailabilityOptionsCommandOutput>;
182
206
  updateAvailabilityOptions(args: UpdateAvailabilityOptionsCommandInput, cb: (err: any, data?: UpdateAvailabilityOptionsCommandOutput) => void): void;
183
207
  updateAvailabilityOptions(args: UpdateAvailabilityOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAvailabilityOptionsCommandOutput) => void): void;
184
208
  /**
209
+ * @public
185
210
  * <p>Updates the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-domain-endpoint-options.html" target="_blank">Configuring Domain Endpoint Options</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
186
211
  */
187
212
  updateDomainEndpointOptions(args: UpdateDomainEndpointOptionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDomainEndpointOptionsCommandOutput>;
188
213
  updateDomainEndpointOptions(args: UpdateDomainEndpointOptionsCommandInput, cb: (err: any, data?: UpdateDomainEndpointOptionsCommandOutput) => void): void;
189
214
  updateDomainEndpointOptions(args: UpdateDomainEndpointOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDomainEndpointOptionsCommandOutput) => void): void;
190
215
  /**
216
+ * @public
191
217
  * <p>Configures scaling parameters for a domain. A domain's scaling parameters specify the desired search instance type and replication count. Amazon CloudSearch will still automatically scale your domain based on the volume of data and traffic, but not below the desired instance type and replication count. If the Multi-AZ option is enabled, these values control the resources used per Availability Zone. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-scaling-options.html" target="_blank">Configuring Scaling Options</a> in the <i>Amazon CloudSearch Developer Guide</i>. </p>
192
218
  */
193
219
  updateScalingParameters(args: UpdateScalingParametersCommandInput, options?: __HttpHandlerOptions): Promise<UpdateScalingParametersCommandOutput>;
194
220
  updateScalingParameters(args: UpdateScalingParametersCommandInput, cb: (err: any, data?: UpdateScalingParametersCommandOutput) => void): void;
195
221
  updateScalingParameters(args: UpdateScalingParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateScalingParametersCommandOutput) => void): void;
196
222
  /**
223
+ * @public
197
224
  * <p>Configures the access rules that control access to the domain's document and search endpoints.
198
225
  * For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html" target="_blank">
199
226
  * Configuring Access for an Amazon CloudSearch Domain</a>.</p>
@@ -34,15 +34,24 @@ import { UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCom
34
34
  import { UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput } from "./commands/UpdateScalingParametersCommand";
35
35
  import { UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput } from "./commands/UpdateServiceAccessPoliciesCommand";
36
36
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
37
+ /**
38
+ * @public
39
+ */
37
40
  export type ServiceInputTypes = BuildSuggestersCommandInput | CreateDomainCommandInput | DefineAnalysisSchemeCommandInput | DefineExpressionCommandInput | DefineIndexFieldCommandInput | DefineSuggesterCommandInput | DeleteAnalysisSchemeCommandInput | DeleteDomainCommandInput | DeleteExpressionCommandInput | DeleteIndexFieldCommandInput | DeleteSuggesterCommandInput | DescribeAnalysisSchemesCommandInput | DescribeAvailabilityOptionsCommandInput | DescribeDomainEndpointOptionsCommandInput | DescribeDomainsCommandInput | DescribeExpressionsCommandInput | DescribeIndexFieldsCommandInput | DescribeScalingParametersCommandInput | DescribeServiceAccessPoliciesCommandInput | DescribeSuggestersCommandInput | IndexDocumentsCommandInput | ListDomainNamesCommandInput | UpdateAvailabilityOptionsCommandInput | UpdateDomainEndpointOptionsCommandInput | UpdateScalingParametersCommandInput | UpdateServiceAccessPoliciesCommandInput;
41
+ /**
42
+ * @public
43
+ */
38
44
  export type ServiceOutputTypes = BuildSuggestersCommandOutput | CreateDomainCommandOutput | DefineAnalysisSchemeCommandOutput | DefineExpressionCommandOutput | DefineIndexFieldCommandOutput | DefineSuggesterCommandOutput | DeleteAnalysisSchemeCommandOutput | DeleteDomainCommandOutput | DeleteExpressionCommandOutput | DeleteIndexFieldCommandOutput | DeleteSuggesterCommandOutput | DescribeAnalysisSchemesCommandOutput | DescribeAvailabilityOptionsCommandOutput | DescribeDomainEndpointOptionsCommandOutput | DescribeDomainsCommandOutput | DescribeExpressionsCommandOutput | DescribeIndexFieldsCommandOutput | DescribeScalingParametersCommandOutput | DescribeServiceAccessPoliciesCommandOutput | DescribeSuggestersCommandOutput | IndexDocumentsCommandOutput | ListDomainNamesCommandOutput | UpdateAvailabilityOptionsCommandOutput | UpdateDomainEndpointOptionsCommandOutput | UpdateScalingParametersCommandOutput | UpdateServiceAccessPoliciesCommandOutput;
45
+ /**
46
+ * @public
47
+ */
39
48
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
40
49
  /**
41
50
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
42
51
  */
43
52
  requestHandler?: __HttpHandler;
44
53
  /**
45
- * A constructor for a class implementing the {@link __Checksum} interface
54
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
46
55
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
47
56
  * @internal
48
57
  */
@@ -132,23 +141,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
132
141
  */
133
142
  logger?: __Logger;
134
143
  /**
135
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
144
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
136
145
  */
137
146
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
138
147
  }
148
+ /**
149
+ * @public
150
+ */
139
151
  type CloudSearchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
140
152
  /**
141
- * The configuration interface of CloudSearchClient class constructor that set the region, credentials and other options.
153
+ * @public
154
+ *
155
+ * The configuration interface of CloudSearchClient class constructor that set the region, credentials and other options.
142
156
  */
143
157
  export interface CloudSearchClientConfig extends CloudSearchClientConfigType {
144
158
  }
159
+ /**
160
+ * @public
161
+ */
145
162
  type CloudSearchClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
146
163
  /**
147
- * The resolved configuration interface of CloudSearchClient class. This is resolved and normalized from the {@link CloudSearchClientConfig | constructor configuration interface}.
164
+ * @public
165
+ *
166
+ * The resolved configuration interface of CloudSearchClient class. This is resolved and normalized from the {@link CloudSearchClientConfig | constructor configuration interface}.
148
167
  */
149
168
  export interface CloudSearchClientResolvedConfig extends CloudSearchClientResolvedConfigType {
150
169
  }
151
170
  /**
171
+ * @public
152
172
  * <fullname>Amazon CloudSearch Configuration Service</fullname>
153
173
  * <p>You use the Amazon CloudSearch configuration service to create, configure, and manage search domains.
154
174
  * Configuration service requests are submitted using the AWS Query protocol. AWS Query requests
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { BuildSuggestersRequest, BuildSuggestersResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BuildSuggestersCommand}.
8
10
  */
9
11
  export interface BuildSuggestersCommandInput extends BuildSuggestersRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BuildSuggestersCommand}.
13
17
  */
14
18
  export interface BuildSuggestersCommandOutput extends BuildSuggestersResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Indexes the search suggestions. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html#configuring-suggesters">Configuring Suggesters</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface BuildSuggestersCommandOutput extends BuildSuggestersResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param BuildSuggestersCommandInput - {@link BuildSuggestersCommandInput}
34
+ * @returns {@link BuildSuggestersCommandOutput}
28
35
  * @see {@link BuildSuggestersCommandInput} for command's `input` shape.
29
36
  * @see {@link BuildSuggestersCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
@@ -47,11 +54,20 @@ export interface BuildSuggestersCommandOutput extends BuildSuggestersResponse, _
47
54
  export declare class BuildSuggestersCommand extends $Command<BuildSuggestersCommandInput, BuildSuggestersCommandOutput, CloudSearchClientResolvedConfig> {
48
55
  readonly input: BuildSuggestersCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: BuildSuggestersCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BuildSuggestersCommandInput, BuildSuggestersCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateDomainCommand}.
8
10
  */
9
11
  export interface CreateDomainCommandInput extends CreateDomainRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateDomainCommand}.
13
17
  */
14
18
  export interface CreateDomainCommandOutput extends CreateDomainResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new search domain. For more information,
18
23
  * see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/creating-domains.html" target="_blank">Creating a Search Domain</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateDomainCommandInput - {@link CreateDomainCommandInput}
35
+ * @returns {@link CreateDomainCommandOutput}
29
36
  * @see {@link CreateDomainCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateDomainCommandOutput} for command's `response` shape.
31
38
  * @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
@@ -51,11 +58,20 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
51
58
  export declare class CreateDomainCommand extends $Command<CreateDomainCommandInput, CreateDomainCommandOutput, CloudSearchClientResolvedConfig> {
52
59
  readonly input: CreateDomainCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: CreateDomainCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDomainCommandInput, CreateDomainCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DefineAnalysisSchemeRequest, DefineAnalysisSchemeResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DefineAnalysisSchemeCommand}.
8
10
  */
9
11
  export interface DefineAnalysisSchemeCommandInput extends DefineAnalysisSchemeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DefineAnalysisSchemeCommand}.
13
17
  */
14
18
  export interface DefineAnalysisSchemeCommandOutput extends DefineAnalysisSchemeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Configures an analysis scheme that can be applied to a <code>text</code> or <code>text-array</code> field to define language-specific text processing options. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html" target="_blank">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DefineAnalysisSchemeCommandOutput extends DefineAnalysisSchemeR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DefineAnalysisSchemeCommandInput - {@link DefineAnalysisSchemeCommandInput}
34
+ * @returns {@link DefineAnalysisSchemeCommandOutput}
28
35
  * @see {@link DefineAnalysisSchemeCommandInput} for command's `input` shape.
29
36
  * @see {@link DefineAnalysisSchemeCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
@@ -53,11 +60,20 @@ export interface DefineAnalysisSchemeCommandOutput extends DefineAnalysisSchemeR
53
60
  export declare class DefineAnalysisSchemeCommand extends $Command<DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput, CloudSearchClientResolvedConfig> {
54
61
  readonly input: DefineAnalysisSchemeCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: DefineAnalysisSchemeCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DefineExpressionRequest, DefineExpressionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DefineExpressionCommand}.
8
10
  */
9
11
  export interface DefineExpressionCommandInput extends DefineExpressionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DefineExpressionCommand}.
13
17
  */
14
18
  export interface DefineExpressionCommandOutput extends DefineExpressionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Configures an <code><a>Expression</a></code> for the search domain. Used to create new expressions and modify existing ones. If the expression exists, the new configuration replaces the old one. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html" target="_blank">Configuring Expressions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DefineExpressionCommandOutput extends DefineExpressionResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DefineExpressionCommandInput - {@link DefineExpressionCommandInput}
34
+ * @returns {@link DefineExpressionCommandOutput}
28
35
  * @see {@link DefineExpressionCommandInput} for command's `input` shape.
29
36
  * @see {@link DefineExpressionCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
@@ -53,11 +60,20 @@ export interface DefineExpressionCommandOutput extends DefineExpressionResponse,
53
60
  export declare class DefineExpressionCommand extends $Command<DefineExpressionCommandInput, DefineExpressionCommandOutput, CloudSearchClientResolvedConfig> {
54
61
  readonly input: DefineExpressionCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: DefineExpressionCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DefineExpressionCommandInput, DefineExpressionCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DefineIndexFieldRequest, DefineIndexFieldResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DefineIndexFieldCommand}.
8
10
  */
9
11
  export interface DefineIndexFieldCommandInput extends DefineIndexFieldRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DefineIndexFieldCommand}.
13
17
  */
14
18
  export interface DefineIndexFieldCommandOutput extends DefineIndexFieldResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Configures an <code><a>IndexField</a></code> for the search domain. Used to create new fields and modify existing ones. You must specify the name of the domain you are configuring and an index field configuration. The index field configuration specifies a unique name, the index field type, and the options you want to configure for the field. The options you can specify depend on the <code><a>IndexFieldType</a></code>. If the field exists, the new configuration replaces the old one. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-index-fields.html" target="_blank">Configuring Index Fields</a> in the <i>Amazon CloudSearch Developer Guide</i>. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DefineIndexFieldCommandOutput extends DefineIndexFieldResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DefineIndexFieldCommandInput - {@link DefineIndexFieldCommandInput}
34
+ * @returns {@link DefineIndexFieldCommandOutput}
28
35
  * @see {@link DefineIndexFieldCommandInput} for command's `input` shape.
29
36
  * @see {@link DefineIndexFieldCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
@@ -53,11 +60,20 @@ export interface DefineIndexFieldCommandOutput extends DefineIndexFieldResponse,
53
60
  export declare class DefineIndexFieldCommand extends $Command<DefineIndexFieldCommandInput, DefineIndexFieldCommandOutput, CloudSearchClientResolvedConfig> {
54
61
  readonly input: DefineIndexFieldCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: DefineIndexFieldCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DefineIndexFieldCommandInput, DefineIndexFieldCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DefineSuggesterRequest, DefineSuggesterResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DefineSuggesterCommand}.
8
10
  */
9
11
  export interface DefineSuggesterCommandInput extends DefineSuggesterRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DefineSuggesterCommand}.
13
17
  */
14
18
  export interface DefineSuggesterCommandOutput extends DefineSuggesterResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Configures a suggester for a domain. A suggester enables you to display possible matches before users finish typing their queries. When you configure a suggester, you must specify the name of the text field you want to search for possible matches and a unique name for the suggester. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html" target="_blank">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer Guide</i>.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DefineSuggesterCommandOutput extends DefineSuggesterResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DefineSuggesterCommandInput - {@link DefineSuggesterCommandInput}
34
+ * @returns {@link DefineSuggesterCommandOutput}
28
35
  * @see {@link DefineSuggesterCommandInput} for command's `input` shape.
29
36
  * @see {@link DefineSuggesterCommandOutput} for command's `response` shape.
30
37
  * @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
@@ -53,11 +60,20 @@ export interface DefineSuggesterCommandOutput extends DefineSuggesterResponse, _
53
60
  export declare class DefineSuggesterCommand extends $Command<DefineSuggesterCommandInput, DefineSuggesterCommandOutput, CloudSearchClientResolvedConfig> {
54
61
  readonly input: DefineSuggesterCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: DefineSuggesterCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DefineSuggesterCommandInput, DefineSuggesterCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }