@aws-sdk/client-cloudsearch 3.529.1 → 3.535.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-types/CloudSearch.d.ts +3 -1
- package/dist-types/CloudSearchClient.d.ts +1 -1
- package/dist-types/commands/BuildSuggestersCommand.d.ts +2 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +2 -1
- package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +2 -1
- package/dist-types/commands/DefineExpressionCommand.d.ts +2 -1
- package/dist-types/commands/DefineIndexFieldCommand.d.ts +2 -1
- package/dist-types/commands/DefineSuggesterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDomainCommand.d.ts +2 -1
- package/dist-types/commands/DeleteExpressionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIndexFieldCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSuggesterCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExpressionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScalingParametersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSuggestersCommand.d.ts +2 -1
- package/dist-types/commands/IndexDocumentsCommand.d.ts +2 -1
- package/dist-types/commands/ListDomainNamesCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateScalingParametersCommand.d.ts +2 -1
- package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +307 -307
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/CloudSearch.d.ts +2 -0
- package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -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&q.parser=structured&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
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateScalingParametersCommandOutput extends UpdateScalingParam
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateScalingParametersCommand_base: {
|
|
24
24
|
new (input: UpdateScalingParametersCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateScalingParametersCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Configures scaling parameters for a domain. A domain's scaling parameters specify the desired search instance type and replication count. Amazon CloudSearch will still automatically scale your domain based on the volume of data and traffic, but not below the desired instance type and replication count. If the Multi-AZ option is enabled, these values control the resources used per Availability Zone. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-scaling-options.html" target="_blank">Configuring Scaling Options</a> in the <i>Amazon CloudSearch Developer Guide</i>. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -90,6 +90,7 @@ declare const UpdateScalingParametersCommand_base: {
|
|
|
90
90
|
* @throws {@link CloudSearchServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class UpdateScalingParametersCommand extends UpdateScalingParametersCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateServiceAccessPoliciesCommandOutput extends UpdateServiceA
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateServiceAccessPoliciesCommand_base: {
|
|
24
24
|
new (input: UpdateServiceAccessPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateServiceAccessPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Configures the access rules that control access to the domain's document and search endpoints.
|
|
30
30
|
* For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html" target="_blank">
|
|
31
31
|
* Configuring Access for an Amazon CloudSearch Domain</a>.</p>
|
|
@@ -84,6 +84,7 @@ declare const UpdateServiceAccessPoliciesCommand_base: {
|
|
|
84
84
|
* @throws {@link CloudSearchServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class UpdateServiceAccessPoliciesCommand extends UpdateServiceAccessPoliciesCommand_base {
|
|
89
90
|
}
|