@aws-sdk/client-cloudsearch 3.533.0 → 3.540.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 (63) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/CloudSearch.d.ts +3 -1
  6. package/dist-types/CloudSearchClient.d.ts +1 -1
  7. package/dist-types/commands/BuildSuggestersCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateDomainCommand.d.ts +2 -1
  9. package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +2 -1
  10. package/dist-types/commands/DefineExpressionCommand.d.ts +2 -1
  11. package/dist-types/commands/DefineIndexFieldCommand.d.ts +2 -1
  12. package/dist-types/commands/DefineSuggesterCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteDomainCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteExpressionCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteIndexFieldCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteSuggesterCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeDomainsCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeExpressionsCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeScalingParametersCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeSuggestersCommand.d.ts +2 -1
  27. package/dist-types/commands/IndexDocumentsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListDomainNamesCommand.d.ts +2 -1
  29. package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateScalingParametersCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +2 -1
  33. package/dist-types/index.d.ts +0 -1
  34. package/dist-types/models/models_0.d.ts +307 -307
  35. package/dist-types/ts3.4/CloudSearch.d.ts +2 -0
  36. package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/index.d.ts +0 -1
  63. package/package.json +40 -40
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -3409,9 +3409,6 @@ var _CloudSearch = class _CloudSearch extends CloudSearchClient {
3409
3409
  __name(_CloudSearch, "CloudSearch");
3410
3410
  var CloudSearch = _CloudSearch;
3411
3411
  (0, import_smithy_client.createAggregatedClient)(commands, CloudSearch);
3412
-
3413
- // src/index.ts
3414
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
3415
3412
  // Annotate the CommonJS export names for ESM import in node:
3416
3413
 
3417
3414
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -2,5 +2,4 @@ export * from "./CloudSearchClient";
2
2
  export * from "./CloudSearch";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
- import "@aws-sdk/util-endpoints";
6
5
  export { CloudSearchServiceException } from "./models/CloudSearchServiceException";
@@ -114,6 +114,7 @@ export interface CloudSearch {
114
114
  /**
115
115
  * @see {@link DescribeDomainsCommand}
116
116
  */
117
+ describeDomains(): Promise<DescribeDomainsCommandOutput>;
117
118
  describeDomains(args: DescribeDomainsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDomainsCommandOutput>;
118
119
  describeDomains(args: DescribeDomainsCommandInput, cb: (err: any, data?: DescribeDomainsCommandOutput) => void): void;
119
120
  describeDomains(args: DescribeDomainsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDomainsCommandOutput) => void): void;
@@ -156,6 +157,7 @@ export interface CloudSearch {
156
157
  /**
157
158
  * @see {@link ListDomainNamesCommand}
158
159
  */
160
+ listDomainNames(): Promise<ListDomainNamesCommandOutput>;
159
161
  listDomainNames(args: ListDomainNamesCommandInput, options?: __HttpHandlerOptions): Promise<ListDomainNamesCommandOutput>;
160
162
  listDomainNames(args: ListDomainNamesCommandInput, cb: (err: any, data?: ListDomainNamesCommandOutput) => void): void;
161
163
  listDomainNames(args: ListDomainNamesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDomainNamesCommandOutput) => void): void;
@@ -185,7 +187,6 @@ export interface CloudSearch {
185
187
  updateServiceAccessPolicies(args: UpdateServiceAccessPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceAccessPoliciesCommandOutput) => void): void;
186
188
  }
187
189
  /**
188
- * @public
189
190
  * <fullname>Amazon CloudSearch Configuration Service</fullname>
190
191
  * <p>You use the Amazon CloudSearch configuration service to create, configure, and manage search domains.
191
192
  * Configuration service requests are submitted using the AWS Query protocol. AWS Query requests
@@ -193,6 +194,7 @@ export interface CloudSearch {
193
194
  * <p>The endpoint for configuration service requests is region-specific: cloudsearch.<i>region</i>.amazonaws.com.
194
195
  * For example, cloudsearch.us-east-1.amazonaws.com. For a current list of supported regions and endpoints,
195
196
  * see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#cloudsearch_region" target="_blank">Regions and Endpoints</a>.</p>
197
+ * @public
196
198
  */
197
199
  export declare class CloudSearch extends CloudSearchClient implements CloudSearch {
198
200
  }
@@ -177,7 +177,6 @@ export type CloudSearchClientResolvedConfigType = __SmithyResolvedConfiguration<
177
177
  export interface CloudSearchClientResolvedConfig extends CloudSearchClientResolvedConfigType {
178
178
  }
179
179
  /**
180
- * @public
181
180
  * <fullname>Amazon CloudSearch Configuration Service</fullname>
182
181
  * <p>You use the Amazon CloudSearch configuration service to create, configure, and manage search domains.
183
182
  * Configuration service requests are submitted using the AWS Query protocol. AWS Query requests
@@ -185,6 +184,7 @@ export interface CloudSearchClientResolvedConfig extends CloudSearchClientResolv
185
184
  * <p>The endpoint for configuration service requests is region-specific: cloudsearch.<i>region</i>.amazonaws.com.
186
185
  * For example, cloudsearch.us-east-1.amazonaws.com. For a current list of supported regions and endpoints,
187
186
  * see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#cloudsearch_region" target="_blank">Regions and Endpoints</a>.</p>
187
+ * @public
188
188
  */
189
189
  export declare class CloudSearchClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CloudSearchClientResolvedConfig> {
190
190
  /**
@@ -22,10 +22,10 @@ export interface BuildSuggestersCommandOutput extends BuildSuggestersResponse, _
22
22
  }
23
23
  declare const BuildSuggestersCommand_base: {
24
24
  new (input: BuildSuggestersCommandInput): import("@smithy/smithy-client").CommandImpl<BuildSuggestersCommandInput, BuildSuggestersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BuildSuggestersCommandInput): import("@smithy/smithy-client").CommandImpl<BuildSuggestersCommandInput, BuildSuggestersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const BuildSuggestersCommand_base: {
68
68
  * @throws {@link CloudSearchServiceException}
69
69
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class BuildSuggestersCommand extends BuildSuggestersCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
22
22
  }
23
23
  declare const CreateDomainCommand_base: {
24
24
  new (input: CreateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new search domain. For more information,
30
30
  * 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>
31
31
  * @example
@@ -91,6 +91,7 @@ declare const CreateDomainCommand_base: {
91
91
  * @throws {@link CloudSearchServiceException}
92
92
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class CreateDomainCommand extends CreateDomainCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface DefineAnalysisSchemeCommandOutput extends DefineAnalysisSchemeR
22
22
  }
23
23
  declare const DefineAnalysisSchemeCommand_base: {
24
24
  new (input: DefineAnalysisSchemeCommandInput): import("@smithy/smithy-client").CommandImpl<DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DefineAnalysisSchemeCommandInput): import("@smithy/smithy-client").CommandImpl<DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -102,6 +102,7 @@ declare const DefineAnalysisSchemeCommand_base: {
102
102
  * @throws {@link CloudSearchServiceException}
103
103
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class DefineAnalysisSchemeCommand extends DefineAnalysisSchemeCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface DefineExpressionCommandOutput extends DefineExpressionResponse,
22
22
  }
23
23
  declare const DefineExpressionCommand_base: {
24
24
  new (input: DefineExpressionCommandInput): import("@smithy/smithy-client").CommandImpl<DefineExpressionCommandInput, DefineExpressionCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DefineExpressionCommandInput): import("@smithy/smithy-client").CommandImpl<DefineExpressionCommandInput, DefineExpressionCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -88,6 +88,7 @@ declare const DefineExpressionCommand_base: {
88
88
  * @throws {@link CloudSearchServiceException}
89
89
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class DefineExpressionCommand extends DefineExpressionCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface DefineIndexFieldCommandOutput extends DefineIndexFieldResponse,
22
22
  }
23
23
  declare const DefineIndexFieldCommand_base: {
24
24
  new (input: DefineIndexFieldCommandInput): import("@smithy/smithy-client").CommandImpl<DefineIndexFieldCommandInput, DefineIndexFieldCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DefineIndexFieldCommandInput): import("@smithy/smithy-client").CommandImpl<DefineIndexFieldCommandInput, DefineIndexFieldCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -254,6 +254,7 @@ declare const DefineIndexFieldCommand_base: {
254
254
  * @throws {@link CloudSearchServiceException}
255
255
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
256
256
  *
257
+ * @public
257
258
  */
258
259
  export declare class DefineIndexFieldCommand extends DefineIndexFieldCommand_base {
259
260
  }
@@ -22,10 +22,10 @@ export interface DefineSuggesterCommandOutput extends DefineSuggesterResponse, _
22
22
  }
23
23
  declare const DefineSuggesterCommand_base: {
24
24
  new (input: DefineSuggesterCommandInput): import("@smithy/smithy-client").CommandImpl<DefineSuggesterCommandInput, DefineSuggesterCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DefineSuggesterCommandInput): import("@smithy/smithy-client").CommandImpl<DefineSuggesterCommandInput, DefineSuggesterCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -96,6 +96,7 @@ declare const DefineSuggesterCommand_base: {
96
96
  * @throws {@link CloudSearchServiceException}
97
97
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class DefineSuggesterCommand extends DefineSuggesterCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface DeleteAnalysisSchemeCommandOutput extends DeleteAnalysisSchemeR
22
22
  }
23
23
  declare const DeleteAnalysisSchemeCommand_base: {
24
24
  new (input: DeleteAnalysisSchemeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAnalysisSchemeCommandInput, DeleteAnalysisSchemeCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAnalysisSchemeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAnalysisSchemeCommandInput, DeleteAnalysisSchemeCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const DeleteAnalysisSchemeCommand_base: {
89
89
  * @throws {@link CloudSearchServiceException}
90
90
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class DeleteAnalysisSchemeCommand extends DeleteAnalysisSchemeCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __Metad
22
22
  }
23
23
  declare const DeleteDomainCommand_base: {
24
24
  new (input: DeleteDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Permanently deletes a search domain and all of its data. Once a domain has been deleted, it cannot be recovered. For more information,
30
30
  * 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>
31
31
  * @example
@@ -82,6 +82,7 @@ declare const DeleteDomainCommand_base: {
82
82
  * @throws {@link CloudSearchServiceException}
83
83
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface DeleteExpressionCommandOutput extends DeleteExpressionResponse,
22
22
  }
23
23
  declare const DeleteExpressionCommand_base: {
24
24
  new (input: DeleteExpressionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteExpressionCommandInput, DeleteExpressionCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteExpressionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteExpressionCommandInput, DeleteExpressionCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const DeleteExpressionCommand_base: {
82
82
  * @throws {@link CloudSearchServiceException}
83
83
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class DeleteExpressionCommand extends DeleteExpressionCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface DeleteIndexFieldCommandOutput extends DeleteIndexFieldResponse,
22
22
  }
23
23
  declare const DeleteIndexFieldCommand_base: {
24
24
  new (input: DeleteIndexFieldCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIndexFieldCommandInput, DeleteIndexFieldCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteIndexFieldCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIndexFieldCommandInput, DeleteIndexFieldCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -165,6 +165,7 @@ declare const DeleteIndexFieldCommand_base: {
165
165
  * @throws {@link CloudSearchServiceException}
166
166
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
167
167
  *
168
+ * @public
168
169
  */
169
170
  export declare class DeleteIndexFieldCommand extends DeleteIndexFieldCommand_base {
170
171
  }
@@ -22,10 +22,10 @@ export interface DeleteSuggesterCommandOutput extends DeleteSuggesterResponse, _
22
22
  }
23
23
  declare const DeleteSuggesterCommand_base: {
24
24
  new (input: DeleteSuggesterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSuggesterCommandInput, DeleteSuggesterCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteSuggesterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSuggesterCommandInput, DeleteSuggesterCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const DeleteSuggesterCommand_base: {
86
86
  * @throws {@link CloudSearchServiceException}
87
87
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class DeleteSuggesterCommand extends DeleteSuggesterCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface DescribeAnalysisSchemesCommandOutput extends DescribeAnalysisSc
22
22
  }
23
23
  declare const DescribeAnalysisSchemesCommand_base: {
24
24
  new (input: DescribeAnalysisSchemesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAnalysisSchemesCommandInput, DescribeAnalysisSchemesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAnalysisSchemesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAnalysisSchemesCommandInput, DescribeAnalysisSchemesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -88,6 +88,7 @@ declare const DescribeAnalysisSchemesCommand_base: {
88
88
  * @throws {@link CloudSearchServiceException}
89
89
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class DescribeAnalysisSchemesCommand extends DescribeAnalysisSchemesCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface DescribeAvailabilityOptionsCommandOutput extends DescribeAvaila
22
22
  }
23
23
  declare const DescribeAvailabilityOptionsCommand_base: {
24
24
  new (input: DescribeAvailabilityOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAvailabilityOptionsCommandInput, DescribeAvailabilityOptionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAvailabilityOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAvailabilityOptionsCommandInput, DescribeAvailabilityOptionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const DescribeAvailabilityOptionsCommand_base: {
82
82
  * @throws {@link CloudSearchServiceException}
83
83
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class DescribeAvailabilityOptionsCommand extends DescribeAvailabilityOptionsCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface DescribeDomainEndpointOptionsCommandOutput extends DescribeDoma
22
22
  }
23
23
  declare const DescribeDomainEndpointOptionsCommand_base: {
24
24
  new (input: DescribeDomainEndpointOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainEndpointOptionsCommandInput, DescribeDomainEndpointOptionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDomainEndpointOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainEndpointOptionsCommandInput, DescribeDomainEndpointOptionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const DescribeDomainEndpointOptionsCommand_base: {
82
82
  * @throws {@link CloudSearchServiceException}
83
83
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class DescribeDomainEndpointOptionsCommand extends DescribeDomainEndpointOptionsCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface DescribeDomainsCommandOutput extends DescribeDomainsResponse, _
22
22
  }
23
23
  declare const DescribeDomainsCommand_base: {
24
24
  new (input: DescribeDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainsCommandInput, DescribeDomainsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeDomainsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeDomainsCommandInput, DescribeDomainsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about the search domains owned by this account. Can be limited to specific domains. Shows
30
30
  * 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,
31
31
  * 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>
@@ -87,6 +87,7 @@ declare const DescribeDomainsCommand_base: {
87
87
  * @throws {@link CloudSearchServiceException}
88
88
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class DescribeDomainsCommand extends DescribeDomainsCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface DescribeExpressionsCommandOutput extends DescribeExpressionsRes
22
22
  }
23
23
  declare const DescribeExpressionsCommand_base: {
24
24
  new (input: DescribeExpressionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExpressionsCommandInput, DescribeExpressionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeExpressionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExpressionsCommandInput, DescribeExpressionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const DescribeExpressionsCommand_base: {
81
81
  * @throws {@link CloudSearchServiceException}
82
82
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class DescribeExpressionsCommand extends DescribeExpressionsCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface DescribeIndexFieldsCommandOutput extends DescribeIndexFieldsRes
22
22
  }
23
23
  declare const DescribeIndexFieldsCommand_base: {
24
24
  new (input: DescribeIndexFieldsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeIndexFieldsCommandInput, DescribeIndexFieldsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeIndexFieldsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeIndexFieldsCommandInput, DescribeIndexFieldsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about the index fields configured for the search domain.
30
30
  * 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,
31
31
  * 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>
@@ -166,6 +166,7 @@ declare const DescribeIndexFieldsCommand_base: {
166
166
  * @throws {@link CloudSearchServiceException}
167
167
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
168
168
  *
169
+ * @public
169
170
  */
170
171
  export declare class DescribeIndexFieldsCommand extends DescribeIndexFieldsCommand_base {
171
172
  }
@@ -22,10 +22,10 @@ export interface DescribeScalingParametersCommandOutput extends DescribeScalingP
22
22
  }
23
23
  declare const DescribeScalingParametersCommand_base: {
24
24
  new (input: DescribeScalingParametersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeScalingParametersCommandInput, DescribeScalingParametersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeScalingParametersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeScalingParametersCommandInput, DescribeScalingParametersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const DescribeScalingParametersCommand_base: {
76
76
  * @throws {@link CloudSearchServiceException}
77
77
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DescribeScalingParametersCommand extends DescribeScalingParametersCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface DescribeServiceAccessPoliciesCommandOutput extends DescribeServ
22
22
  }
23
23
  declare const DescribeServiceAccessPoliciesCommand_base: {
24
24
  new (input: DescribeServiceAccessPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeServiceAccessPoliciesCommandInput, DescribeServiceAccessPoliciesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeServiceAccessPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeServiceAccessPoliciesCommandInput, DescribeServiceAccessPoliciesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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,
30
30
  * 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>
31
31
  * @example
@@ -74,6 +74,7 @@ declare const DescribeServiceAccessPoliciesCommand_base: {
74
74
  * @throws {@link CloudSearchServiceException}
75
75
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class DescribeServiceAccessPoliciesCommand extends DescribeServiceAccessPoliciesCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface DescribeSuggestersCommandOutput extends DescribeSuggestersRespo
22
22
  }
23
23
  declare const DescribeSuggestersCommand_base: {
24
24
  new (input: DescribeSuggestersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSuggestersCommandInput, DescribeSuggestersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeSuggestersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSuggestersCommandInput, DescribeSuggestersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -85,6 +85,7 @@ declare const DescribeSuggestersCommand_base: {
85
85
  * @throws {@link CloudSearchServiceException}
86
86
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class DescribeSuggestersCommand extends DescribeSuggestersCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface IndexDocumentsCommandOutput extends IndexDocumentsResponse, __M
22
22
  }
23
23
  declare const IndexDocumentsCommand_base: {
24
24
  new (input: IndexDocumentsCommandInput): import("@smithy/smithy-client").CommandImpl<IndexDocumentsCommandInput, IndexDocumentsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: IndexDocumentsCommandInput): import("@smithy/smithy-client").CommandImpl<IndexDocumentsCommandInput, IndexDocumentsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const IndexDocumentsCommand_base: {
68
68
  * @throws {@link CloudSearchServiceException}
69
69
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class IndexDocumentsCommand extends IndexDocumentsCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, _
22
22
  }
23
23
  declare const ListDomainNamesCommand_base: {
24
24
  new (input: ListDomainNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDomainNamesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all search domains owned by an account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -56,6 +56,7 @@ declare const ListDomainNamesCommand_base: {
56
56
  * @throws {@link CloudSearchServiceException}
57
57
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
58
58
  *
59
+ * @public
59
60
  */
60
61
  export declare class ListDomainNamesCommand extends ListDomainNamesCommand_base {
61
62
  }
@@ -22,10 +22,10 @@ export interface UpdateAvailabilityOptionsCommandOutput extends UpdateAvailabili
22
22
  }
23
23
  declare const UpdateAvailabilityOptionsCommand_base: {
24
24
  new (input: UpdateAvailabilityOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAvailabilityOptionsCommandInput, UpdateAvailabilityOptionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAvailabilityOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAvailabilityOptionsCommandInput, UpdateAvailabilityOptionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -85,6 +85,7 @@ declare const UpdateAvailabilityOptionsCommand_base: {
85
85
  * @throws {@link CloudSearchServiceException}
86
86
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class UpdateAvailabilityOptionsCommand extends UpdateAvailabilityOptionsCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface UpdateDomainEndpointOptionsCommandOutput extends UpdateDomainEn
22
22
  }
23
23
  declare const UpdateDomainEndpointOptionsCommand_base: {
24
24
  new (input: UpdateDomainEndpointOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDomainEndpointOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -91,6 +91,7 @@ declare const UpdateDomainEndpointOptionsCommand_base: {
91
91
  * @throws {@link CloudSearchServiceException}
92
92
  * <p>Base exception class for all service exceptions from CloudSearch service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class UpdateDomainEndpointOptionsCommand extends UpdateDomainEndpointOptionsCommand_base {
96
97
  }