@aws-sdk/client-cloudsearch 3.478.0 → 3.484.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.
- package/dist-cjs/commands/BuildSuggestersCommand.js +18 -41
- package/dist-cjs/commands/CreateDomainCommand.js +18 -41
- package/dist-cjs/commands/DefineAnalysisSchemeCommand.js +18 -41
- package/dist-cjs/commands/DefineExpressionCommand.js +18 -41
- package/dist-cjs/commands/DefineIndexFieldCommand.js +18 -41
- package/dist-cjs/commands/DefineSuggesterCommand.js +18 -41
- package/dist-cjs/commands/DeleteAnalysisSchemeCommand.js +18 -41
- package/dist-cjs/commands/DeleteDomainCommand.js +18 -41
- package/dist-cjs/commands/DeleteExpressionCommand.js +18 -41
- package/dist-cjs/commands/DeleteIndexFieldCommand.js +18 -41
- package/dist-cjs/commands/DeleteSuggesterCommand.js +18 -41
- package/dist-cjs/commands/DescribeAnalysisSchemesCommand.js +18 -41
- package/dist-cjs/commands/DescribeAvailabilityOptionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeDomainEndpointOptionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeDomainsCommand.js +18 -41
- package/dist-cjs/commands/DescribeExpressionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeIndexFieldsCommand.js +18 -41
- package/dist-cjs/commands/DescribeScalingParametersCommand.js +18 -41
- package/dist-cjs/commands/DescribeServiceAccessPoliciesCommand.js +18 -41
- package/dist-cjs/commands/DescribeSuggestersCommand.js +18 -41
- package/dist-cjs/commands/IndexDocumentsCommand.js +18 -41
- package/dist-cjs/commands/ListDomainNamesCommand.js +18 -41
- package/dist-cjs/commands/UpdateAvailabilityOptionsCommand.js +18 -41
- package/dist-cjs/commands/UpdateDomainEndpointOptionsCommand.js +18 -41
- package/dist-cjs/commands/UpdateScalingParametersCommand.js +18 -41
- package/dist-cjs/commands/UpdateServiceAccessPoliciesCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/BuildSuggestersCommand.js +18 -41
- package/dist-es/commands/CreateDomainCommand.js +18 -41
- package/dist-es/commands/DefineAnalysisSchemeCommand.js +18 -41
- package/dist-es/commands/DefineExpressionCommand.js +18 -41
- package/dist-es/commands/DefineIndexFieldCommand.js +18 -41
- package/dist-es/commands/DefineSuggesterCommand.js +18 -41
- package/dist-es/commands/DeleteAnalysisSchemeCommand.js +18 -41
- package/dist-es/commands/DeleteDomainCommand.js +18 -41
- package/dist-es/commands/DeleteExpressionCommand.js +18 -41
- package/dist-es/commands/DeleteIndexFieldCommand.js +18 -41
- package/dist-es/commands/DeleteSuggesterCommand.js +18 -41
- package/dist-es/commands/DescribeAnalysisSchemesCommand.js +18 -41
- package/dist-es/commands/DescribeAvailabilityOptionsCommand.js +18 -41
- package/dist-es/commands/DescribeDomainEndpointOptionsCommand.js +18 -41
- package/dist-es/commands/DescribeDomainsCommand.js +18 -41
- package/dist-es/commands/DescribeExpressionsCommand.js +18 -41
- package/dist-es/commands/DescribeIndexFieldsCommand.js +18 -41
- package/dist-es/commands/DescribeScalingParametersCommand.js +18 -41
- package/dist-es/commands/DescribeServiceAccessPoliciesCommand.js +18 -41
- package/dist-es/commands/DescribeSuggestersCommand.js +18 -41
- package/dist-es/commands/IndexDocumentsCommand.js +18 -41
- package/dist-es/commands/ListDomainNamesCommand.js +18 -41
- package/dist-es/commands/UpdateAvailabilityOptionsCommand.js +18 -41
- package/dist-es/commands/UpdateDomainEndpointOptionsCommand.js +18 -41
- package/dist-es/commands/UpdateScalingParametersCommand.js +18 -41
- package/dist-es/commands/UpdateServiceAccessPoliciesCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/BuildSuggestersCommand.d.ts +6 -21
- package/dist-types/commands/CreateDomainCommand.d.ts +6 -21
- package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +6 -21
- package/dist-types/commands/DefineExpressionCommand.d.ts +6 -21
- package/dist-types/commands/DefineIndexFieldCommand.d.ts +6 -21
- package/dist-types/commands/DefineSuggesterCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDomainCommand.d.ts +6 -21
- package/dist-types/commands/DeleteExpressionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIndexFieldCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSuggesterCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDomainsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeExpressionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeScalingParametersCommand.d.ts +6 -21
- package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSuggestersCommand.d.ts +6 -21
- package/dist-types/commands/IndexDocumentsCommand.d.ts +6 -21
- package/dist-types/commands/ListDomainNamesCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateScalingParametersCommand.d.ts +6 -21
- package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +10 -10
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
4
|
import { DefineExpressionRequest, DefineExpressionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DefineExpressionCommandInput extends DefineExpressionRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DefineExpressionCommandOutput extends DefineExpressionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DefineExpressionCommand_base: {
|
|
24
|
+
new (input: DefineExpressionCommandInput): import("@smithy/smithy-client").CommandImpl<DefineExpressionCommandInput, DefineExpressionCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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>
|
|
@@ -86,23 +89,5 @@ export interface DefineExpressionCommandOutput extends DefineExpressionResponse,
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class DefineExpressionCommand extends
|
|
90
|
-
readonly input: DefineExpressionCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: DefineExpressionCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DefineExpressionCommandInput, DefineExpressionCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class DefineExpressionCommand extends DefineExpressionCommand_base {
|
|
108
93
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
4
|
import { DefineIndexFieldRequest, DefineIndexFieldResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DefineIndexFieldCommandInput extends DefineIndexFieldRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DefineIndexFieldCommandOutput extends DefineIndexFieldResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DefineIndexFieldCommand_base: {
|
|
24
|
+
new (input: DefineIndexFieldCommandInput): import("@smithy/smithy-client").CommandImpl<DefineIndexFieldCommandInput, DefineIndexFieldCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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>
|
|
@@ -252,23 +255,5 @@ export interface DefineIndexFieldCommandOutput extends DefineIndexFieldResponse,
|
|
|
252
255
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
253
256
|
*
|
|
254
257
|
*/
|
|
255
|
-
export declare class DefineIndexFieldCommand extends
|
|
256
|
-
readonly input: DefineIndexFieldCommandInput;
|
|
257
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
258
|
-
/**
|
|
259
|
-
* @public
|
|
260
|
-
*/
|
|
261
|
-
constructor(input: DefineIndexFieldCommandInput);
|
|
262
|
-
/**
|
|
263
|
-
* @internal
|
|
264
|
-
*/
|
|
265
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DefineIndexFieldCommandInput, DefineIndexFieldCommandOutput>;
|
|
266
|
-
/**
|
|
267
|
-
* @internal
|
|
268
|
-
*/
|
|
269
|
-
private serialize;
|
|
270
|
-
/**
|
|
271
|
-
* @internal
|
|
272
|
-
*/
|
|
273
|
-
private deserialize;
|
|
258
|
+
export declare class DefineIndexFieldCommand extends DefineIndexFieldCommand_base {
|
|
274
259
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
4
|
import { DefineSuggesterRequest, DefineSuggesterResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DefineSuggesterCommandInput extends DefineSuggesterRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DefineSuggesterCommandOutput extends DefineSuggesterResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DefineSuggesterCommand_base: {
|
|
24
|
+
new (input: DefineSuggesterCommandInput): import("@smithy/smithy-client").CommandImpl<DefineSuggesterCommandInput, DefineSuggesterCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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>
|
|
@@ -94,23 +97,5 @@ export interface DefineSuggesterCommandOutput extends DefineSuggesterResponse, _
|
|
|
94
97
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
95
98
|
*
|
|
96
99
|
*/
|
|
97
|
-
export declare class DefineSuggesterCommand extends
|
|
98
|
-
readonly input: DefineSuggesterCommandInput;
|
|
99
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
100
|
-
/**
|
|
101
|
-
* @public
|
|
102
|
-
*/
|
|
103
|
-
constructor(input: DefineSuggesterCommandInput);
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DefineSuggesterCommandInput, DefineSuggesterCommandOutput>;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private serialize;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private deserialize;
|
|
100
|
+
export declare class DefineSuggesterCommand extends DefineSuggesterCommand_base {
|
|
116
101
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
4
|
import { DeleteAnalysisSchemeRequest, DeleteAnalysisSchemeResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteAnalysisSchemeCommandInput extends DeleteAnalysisSchemeRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteAnalysisSchemeCommandOutput extends DeleteAnalysisSchemeResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteAnalysisSchemeCommand_base: {
|
|
24
|
+
new (input: DeleteAnalysisSchemeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAnalysisSchemeCommandInput, DeleteAnalysisSchemeCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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>
|
|
@@ -87,23 +90,5 @@ export interface DeleteAnalysisSchemeCommandOutput extends DeleteAnalysisSchemeR
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class DeleteAnalysisSchemeCommand extends
|
|
91
|
-
readonly input: DeleteAnalysisSchemeCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: DeleteAnalysisSchemeCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAnalysisSchemeCommandInput, DeleteAnalysisSchemeCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class DeleteAnalysisSchemeCommand extends DeleteAnalysisSchemeCommand_base {
|
|
109
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
4
|
import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteDomainCommandInput extends DeleteDomainRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteDomainCommand_base: {
|
|
24
|
+
new (input: DeleteDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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,
|
|
@@ -80,23 +83,5 @@ export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __Metad
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class DeleteDomainCommand extends
|
|
84
|
-
readonly input: DeleteDomainCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: DeleteDomainCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDomainCommandInput, DeleteDomainCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
4
|
import { DeleteExpressionRequest, DeleteExpressionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteExpressionCommandInput extends DeleteExpressionRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteExpressionCommandOutput extends DeleteExpressionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteExpressionCommand_base: {
|
|
24
|
+
new (input: DeleteExpressionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteExpressionCommandInput, DeleteExpressionCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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>
|
|
@@ -80,23 +83,5 @@ export interface DeleteExpressionCommandOutput extends DeleteExpressionResponse,
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class DeleteExpressionCommand extends
|
|
84
|
-
readonly input: DeleteExpressionCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: DeleteExpressionCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteExpressionCommandInput, DeleteExpressionCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class DeleteExpressionCommand extends DeleteExpressionCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
4
|
import { DeleteIndexFieldRequest, DeleteIndexFieldResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteIndexFieldCommandInput extends DeleteIndexFieldRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteIndexFieldCommandOutput extends DeleteIndexFieldResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteIndexFieldCommand_base: {
|
|
24
|
+
new (input: DeleteIndexFieldCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIndexFieldCommandInput, DeleteIndexFieldCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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>
|
|
@@ -163,23 +166,5 @@ export interface DeleteIndexFieldCommandOutput extends DeleteIndexFieldResponse,
|
|
|
163
166
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
164
167
|
*
|
|
165
168
|
*/
|
|
166
|
-
export declare class DeleteIndexFieldCommand extends
|
|
167
|
-
readonly input: DeleteIndexFieldCommandInput;
|
|
168
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
169
|
-
/**
|
|
170
|
-
* @public
|
|
171
|
-
*/
|
|
172
|
-
constructor(input: DeleteIndexFieldCommandInput);
|
|
173
|
-
/**
|
|
174
|
-
* @internal
|
|
175
|
-
*/
|
|
176
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIndexFieldCommandInput, DeleteIndexFieldCommandOutput>;
|
|
177
|
-
/**
|
|
178
|
-
* @internal
|
|
179
|
-
*/
|
|
180
|
-
private serialize;
|
|
181
|
-
/**
|
|
182
|
-
* @internal
|
|
183
|
-
*/
|
|
184
|
-
private deserialize;
|
|
169
|
+
export declare class DeleteIndexFieldCommand extends DeleteIndexFieldCommand_base {
|
|
185
170
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
4
|
import { DeleteSuggesterRequest, DeleteSuggesterResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteSuggesterCommandInput extends DeleteSuggesterRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteSuggesterCommandOutput extends DeleteSuggesterResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteSuggesterCommand_base: {
|
|
24
|
+
new (input: DeleteSuggesterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSuggesterCommandInput, DeleteSuggesterCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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>
|
|
@@ -84,23 +87,5 @@ export interface DeleteSuggesterCommandOutput extends DeleteSuggesterResponse, _
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class DeleteSuggesterCommand extends
|
|
88
|
-
readonly input: DeleteSuggesterCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: DeleteSuggesterCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSuggesterCommandInput, DeleteSuggesterCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class DeleteSuggesterCommand extends DeleteSuggesterCommand_base {
|
|
106
91
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
4
|
import { DescribeAnalysisSchemesRequest, DescribeAnalysisSchemesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeAnalysisSchemesCommandInput extends DescribeAnalysisSch
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeAnalysisSchemesCommandOutput extends DescribeAnalysisSchemesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeAnalysisSchemesCommand_base: {
|
|
24
|
+
new (input: DescribeAnalysisSchemesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAnalysisSchemesCommandInput, DescribeAnalysisSchemesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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>
|
|
@@ -86,23 +89,5 @@ export interface DescribeAnalysisSchemesCommandOutput extends DescribeAnalysisSc
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class DescribeAnalysisSchemesCommand extends
|
|
90
|
-
readonly input: DescribeAnalysisSchemesCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: DescribeAnalysisSchemesCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAnalysisSchemesCommandInput, DescribeAnalysisSchemesCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class DescribeAnalysisSchemesCommand extends DescribeAnalysisSchemesCommand_base {
|
|
108
93
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
4
|
import { DescribeAvailabilityOptionsRequest, DescribeAvailabilityOptionsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeAvailabilityOptionsCommandInput extends DescribeAvailab
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeAvailabilityOptionsCommandOutput extends DescribeAvailabilityOptionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeAvailabilityOptionsCommand_base: {
|
|
24
|
+
new (input: DescribeAvailabilityOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAvailabilityOptionsCommandInput, DescribeAvailabilityOptionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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>
|
|
@@ -80,23 +83,5 @@ export interface DescribeAvailabilityOptionsCommandOutput extends DescribeAvaila
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class DescribeAvailabilityOptionsCommand extends
|
|
84
|
-
readonly input: DescribeAvailabilityOptionsCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: DescribeAvailabilityOptionsCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAvailabilityOptionsCommandInput, DescribeAvailabilityOptionsCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class DescribeAvailabilityOptionsCommand extends DescribeAvailabilityOptionsCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
4
|
import { DescribeDomainEndpointOptionsRequest, DescribeDomainEndpointOptionsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeDomainEndpointOptionsCommandInput extends DescribeDomai
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeDomainEndpointOptionsCommandOutput extends DescribeDomainEndpointOptionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeDomainEndpointOptionsCommand_base: {
|
|
24
|
+
new (input: DescribeDomainEndpointOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainEndpointOptionsCommandInput, DescribeDomainEndpointOptionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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>
|
|
@@ -80,23 +83,5 @@ export interface DescribeDomainEndpointOptionsCommandOutput extends DescribeDoma
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class DescribeDomainEndpointOptionsCommand extends
|
|
84
|
-
readonly input: DescribeDomainEndpointOptionsCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: DescribeDomainEndpointOptionsCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDomainEndpointOptionsCommandInput, DescribeDomainEndpointOptionsCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class DescribeDomainEndpointOptionsCommand extends DescribeDomainEndpointOptionsCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
4
|
import { DescribeDomainsRequest, DescribeDomainsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeDomainsCommandInput extends DescribeDomainsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeDomainsCommandOutput extends DescribeDomainsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeDomainsCommand_base: {
|
|
24
|
+
new (input: DescribeDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainsCommandInput, DescribeDomainsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information about the search domains owned by this account. Can be limited to specific domains. Shows
|
|
@@ -85,23 +88,5 @@ export interface DescribeDomainsCommandOutput extends DescribeDomainsResponse, _
|
|
|
85
88
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class DescribeDomainsCommand extends
|
|
89
|
-
readonly input: DescribeDomainsCommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: DescribeDomainsCommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDomainsCommandInput, DescribeDomainsCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class DescribeDomainsCommand extends DescribeDomainsCommand_base {
|
|
107
92
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
4
|
import { DescribeExpressionsRequest, DescribeExpressionsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeExpressionsCommandInput extends DescribeExpressionsRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeExpressionsCommandOutput extends DescribeExpressionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeExpressionsCommand_base: {
|
|
24
|
+
new (input: DescribeExpressionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExpressionsCommandInput, DescribeExpressionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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>
|
|
@@ -79,23 +82,5 @@ export interface DescribeExpressionsCommandOutput extends DescribeExpressionsRes
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class DescribeExpressionsCommand extends
|
|
83
|
-
readonly input: DescribeExpressionsCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: DescribeExpressionsCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeExpressionsCommandInput, DescribeExpressionsCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class DescribeExpressionsCommand extends DescribeExpressionsCommand_base {
|
|
101
86
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
|
|
5
4
|
import { DescribeIndexFieldsRequest, DescribeIndexFieldsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeIndexFieldsCommandInput extends DescribeIndexFieldsRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeIndexFieldsCommandOutput extends DescribeIndexFieldsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeIndexFieldsCommand_base: {
|
|
24
|
+
new (input: DescribeIndexFieldsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeIndexFieldsCommandInput, DescribeIndexFieldsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information about the index fields configured for the search domain.
|
|
@@ -164,23 +167,5 @@ export interface DescribeIndexFieldsCommandOutput extends DescribeIndexFieldsRes
|
|
|
164
167
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
165
168
|
*
|
|
166
169
|
*/
|
|
167
|
-
export declare class DescribeIndexFieldsCommand extends
|
|
168
|
-
readonly input: DescribeIndexFieldsCommandInput;
|
|
169
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
170
|
-
/**
|
|
171
|
-
* @public
|
|
172
|
-
*/
|
|
173
|
-
constructor(input: DescribeIndexFieldsCommandInput);
|
|
174
|
-
/**
|
|
175
|
-
* @internal
|
|
176
|
-
*/
|
|
177
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeIndexFieldsCommandInput, DescribeIndexFieldsCommandOutput>;
|
|
178
|
-
/**
|
|
179
|
-
* @internal
|
|
180
|
-
*/
|
|
181
|
-
private serialize;
|
|
182
|
-
/**
|
|
183
|
-
* @internal
|
|
184
|
-
*/
|
|
185
|
-
private deserialize;
|
|
170
|
+
export declare class DescribeIndexFieldsCommand extends DescribeIndexFieldsCommand_base {
|
|
186
171
|
}
|