@aws-sdk/client-cloudsearch 3.478.0 → 3.481.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 +8 -8
|
@@ -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 { DescribeScalingParametersRequest, DescribeScalingParametersResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeScalingParametersCommandInput extends DescribeScalingPa
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeScalingParametersCommandOutput extends DescribeScalingParametersResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeScalingParametersCommand_base: {
|
|
24
|
+
new (input: DescribeScalingParametersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeScalingParametersCommandInput, DescribeScalingParametersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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>
|
|
@@ -74,23 +77,5 @@ export interface DescribeScalingParametersCommandOutput extends DescribeScalingP
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class DescribeScalingParametersCommand extends
|
|
78
|
-
readonly input: DescribeScalingParametersCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: DescribeScalingParametersCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeScalingParametersCommandInput, DescribeScalingParametersCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class DescribeScalingParametersCommand extends DescribeScalingParametersCommand_base {
|
|
96
81
|
}
|
|
@@ -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 { DescribeServiceAccessPoliciesRequest, DescribeServiceAccessPoliciesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeServiceAccessPoliciesCommandInput extends DescribeServi
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeServiceAccessPoliciesCommandOutput extends DescribeServiceAccessPoliciesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeServiceAccessPoliciesCommand_base: {
|
|
24
|
+
new (input: DescribeServiceAccessPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeServiceAccessPoliciesCommandInput, DescribeServiceAccessPoliciesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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,
|
|
@@ -72,23 +75,5 @@ export interface DescribeServiceAccessPoliciesCommandOutput extends DescribeServ
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class DescribeServiceAccessPoliciesCommand extends
|
|
76
|
-
readonly input: DescribeServiceAccessPoliciesCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: DescribeServiceAccessPoliciesCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeServiceAccessPoliciesCommandInput, DescribeServiceAccessPoliciesCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class DescribeServiceAccessPoliciesCommand extends DescribeServiceAccessPoliciesCommand_base {
|
|
94
79
|
}
|
|
@@ -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 { DescribeSuggestersRequest, DescribeSuggestersResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeSuggestersCommandInput extends DescribeSuggestersReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeSuggestersCommandOutput extends DescribeSuggestersResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeSuggestersCommand_base: {
|
|
24
|
+
new (input: DescribeSuggestersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSuggestersCommandInput, DescribeSuggestersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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>
|
|
@@ -83,23 +86,5 @@ export interface DescribeSuggestersCommandOutput extends DescribeSuggestersRespo
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class DescribeSuggestersCommand extends
|
|
87
|
-
readonly input: DescribeSuggestersCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: DescribeSuggestersCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSuggestersCommandInput, DescribeSuggestersCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class DescribeSuggestersCommand extends DescribeSuggestersCommand_base {
|
|
105
90
|
}
|
|
@@ -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 { IndexDocumentsRequest, IndexDocumentsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface IndexDocumentsCommandInput extends IndexDocumentsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface IndexDocumentsCommandOutput extends IndexDocumentsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const IndexDocumentsCommand_base: {
|
|
24
|
+
new (input: IndexDocumentsCommandInput): import("@smithy/smithy-client").CommandImpl<IndexDocumentsCommandInput, IndexDocumentsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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>
|
|
@@ -66,23 +69,5 @@ export interface IndexDocumentsCommandOutput extends IndexDocumentsResponse, __M
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class IndexDocumentsCommand extends
|
|
70
|
-
readonly input: IndexDocumentsCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: IndexDocumentsCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<IndexDocumentsCommandInput, IndexDocumentsCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class IndexDocumentsCommand extends IndexDocumentsCommand_base {
|
|
88
73
|
}
|
|
@@ -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 { ListDomainNamesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListDomainNamesCommandInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListDomainNamesCommand_base: {
|
|
24
|
+
new (input: ListDomainNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all search domains owned by an account.</p>
|
|
@@ -54,23 +57,5 @@ export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, _
|
|
|
54
57
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
55
58
|
*
|
|
56
59
|
*/
|
|
57
|
-
export declare class ListDomainNamesCommand extends
|
|
58
|
-
readonly input: ListDomainNamesCommandInput;
|
|
59
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
-
/**
|
|
61
|
-
* @public
|
|
62
|
-
*/
|
|
63
|
-
constructor(input: ListDomainNamesCommandInput);
|
|
64
|
-
/**
|
|
65
|
-
* @internal
|
|
66
|
-
*/
|
|
67
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDomainNamesCommandInput, ListDomainNamesCommandOutput>;
|
|
68
|
-
/**
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
|
-
private serialize;
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
private deserialize;
|
|
60
|
+
export declare class ListDomainNamesCommand extends ListDomainNamesCommand_base {
|
|
76
61
|
}
|
|
@@ -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 { UpdateAvailabilityOptionsRequest, UpdateAvailabilityOptionsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateAvailabilityOptionsCommandInput extends UpdateAvailabilit
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateAvailabilityOptionsCommandOutput extends UpdateAvailabilityOptionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateAvailabilityOptionsCommand_base: {
|
|
24
|
+
new (input: UpdateAvailabilityOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAvailabilityOptionsCommandInput, UpdateAvailabilityOptionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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>
|
|
@@ -83,23 +86,5 @@ export interface UpdateAvailabilityOptionsCommandOutput extends UpdateAvailabili
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class UpdateAvailabilityOptionsCommand extends
|
|
87
|
-
readonly input: UpdateAvailabilityOptionsCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: UpdateAvailabilityOptionsCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAvailabilityOptionsCommandInput, UpdateAvailabilityOptionsCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class UpdateAvailabilityOptionsCommand extends UpdateAvailabilityOptionsCommand_base {
|
|
105
90
|
}
|
|
@@ -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 { UpdateDomainEndpointOptionsRequest, UpdateDomainEndpointOptionsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateDomainEndpointOptionsCommandInput extends UpdateDomainEnd
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateDomainEndpointOptionsCommandOutput extends UpdateDomainEndpointOptionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateDomainEndpointOptionsCommand_base: {
|
|
24
|
+
new (input: UpdateDomainEndpointOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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>
|
|
@@ -89,23 +92,5 @@ export interface UpdateDomainEndpointOptionsCommandOutput extends UpdateDomainEn
|
|
|
89
92
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
90
93
|
*
|
|
91
94
|
*/
|
|
92
|
-
export declare class UpdateDomainEndpointOptionsCommand extends
|
|
93
|
-
readonly input: UpdateDomainEndpointOptionsCommandInput;
|
|
94
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
95
|
-
/**
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
constructor(input: UpdateDomainEndpointOptionsCommandInput);
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private serialize;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private deserialize;
|
|
95
|
+
export declare class UpdateDomainEndpointOptionsCommand extends UpdateDomainEndpointOptionsCommand_base {
|
|
111
96
|
}
|
|
@@ -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 { UpdateScalingParametersRequest, UpdateScalingParametersResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateScalingParametersCommandInput extends UpdateScalingParame
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateScalingParametersCommandOutput extends UpdateScalingParametersResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateScalingParametersCommand_base: {
|
|
24
|
+
new (input: UpdateScalingParametersCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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>
|
|
@@ -88,23 +91,5 @@ export interface UpdateScalingParametersCommandOutput extends UpdateScalingParam
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class UpdateScalingParametersCommand extends
|
|
92
|
-
readonly input: UpdateScalingParametersCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: UpdateScalingParametersCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class UpdateScalingParametersCommand extends UpdateScalingParametersCommand_base {
|
|
110
95
|
}
|
|
@@ -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 { UpdateServiceAccessPoliciesRequest, UpdateServiceAccessPoliciesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateServiceAccessPoliciesCommandInput extends UpdateServiceAc
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateServiceAccessPoliciesCommandOutput extends UpdateServiceAccessPoliciesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateServiceAccessPoliciesCommand_base: {
|
|
24
|
+
new (input: UpdateServiceAccessPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput, CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Configures the access rules that control access to the domain's document and search endpoints.
|
|
@@ -82,23 +85,5 @@ export interface UpdateServiceAccessPoliciesCommandOutput extends UpdateServiceA
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from CloudSearch service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class UpdateServiceAccessPoliciesCommand extends
|
|
86
|
-
readonly input: UpdateServiceAccessPoliciesCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: UpdateServiceAccessPoliciesCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class UpdateServiceAccessPoliciesCommand extends UpdateServiceAccessPoliciesCommand_base {
|
|
104
89
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CloudSearchClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface BuildSuggestersCommandInput extends BuildSuggestersRequest {}
|
|
|
20
14
|
export interface BuildSuggestersCommandOutput
|
|
21
15
|
extends BuildSuggestersResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const BuildSuggestersCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: BuildSuggestersCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
BuildSuggestersCommandInput,
|
|
22
|
+
BuildSuggestersCommandOutput,
|
|
23
|
+
CloudSearchClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class BuildSuggestersCommand extends BuildSuggestersCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CloudSearchClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface CreateDomainCommandInput extends CreateDomainRequest {}
|
|
|
17
11
|
export interface CreateDomainCommandOutput
|
|
18
12
|
extends CreateDomainResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const CreateDomainCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: CreateDomainCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
CreateDomainCommandInput,
|
|
19
|
+
CreateDomainCommandOutput,
|
|
20
|
+
CloudSearchClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class CreateDomainCommand extends CreateDomainCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CloudSearchClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DefineAnalysisSchemeCommandInput
|
|
|
21
15
|
export interface DefineAnalysisSchemeCommandOutput
|
|
22
16
|
extends DefineAnalysisSchemeResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DefineAnalysisSchemeCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DefineAnalysisSchemeCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CloudSearchClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DefineAnalysisSchemeCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DefineAnalysisSchemeCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DefineAnalysisSchemeCommandInput,
|
|
38
|
-
DefineAnalysisSchemeCommandOutput
|
|
23
|
+
DefineAnalysisSchemeCommandOutput,
|
|
24
|
+
CloudSearchClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DefineAnalysisSchemeCommand extends DefineAnalysisSchemeCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CloudSearchClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface DefineExpressionCommandInput extends DefineExpressionRequest {}
|
|
|
20
14
|
export interface DefineExpressionCommandOutput
|
|
21
15
|
extends DefineExpressionResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const DefineExpressionCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DefineExpressionCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DefineExpressionCommandInput,
|
|
22
|
+
DefineExpressionCommandOutput,
|
|
23
|
+
CloudSearchClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DefineExpressionCommand extends DefineExpressionCommand_base {}
|