@aws-sdk/client-cloudsearch 3.478.0 → 3.484.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/BuildSuggestersCommand.js +18 -41
- package/dist-cjs/commands/CreateDomainCommand.js +18 -41
- package/dist-cjs/commands/DefineAnalysisSchemeCommand.js +18 -41
- package/dist-cjs/commands/DefineExpressionCommand.js +18 -41
- package/dist-cjs/commands/DefineIndexFieldCommand.js +18 -41
- package/dist-cjs/commands/DefineSuggesterCommand.js +18 -41
- package/dist-cjs/commands/DeleteAnalysisSchemeCommand.js +18 -41
- package/dist-cjs/commands/DeleteDomainCommand.js +18 -41
- package/dist-cjs/commands/DeleteExpressionCommand.js +18 -41
- package/dist-cjs/commands/DeleteIndexFieldCommand.js +18 -41
- package/dist-cjs/commands/DeleteSuggesterCommand.js +18 -41
- package/dist-cjs/commands/DescribeAnalysisSchemesCommand.js +18 -41
- package/dist-cjs/commands/DescribeAvailabilityOptionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeDomainEndpointOptionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeDomainsCommand.js +18 -41
- package/dist-cjs/commands/DescribeExpressionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeIndexFieldsCommand.js +18 -41
- package/dist-cjs/commands/DescribeScalingParametersCommand.js +18 -41
- package/dist-cjs/commands/DescribeServiceAccessPoliciesCommand.js +18 -41
- package/dist-cjs/commands/DescribeSuggestersCommand.js +18 -41
- package/dist-cjs/commands/IndexDocumentsCommand.js +18 -41
- package/dist-cjs/commands/ListDomainNamesCommand.js +18 -41
- package/dist-cjs/commands/UpdateAvailabilityOptionsCommand.js +18 -41
- package/dist-cjs/commands/UpdateDomainEndpointOptionsCommand.js +18 -41
- package/dist-cjs/commands/UpdateScalingParametersCommand.js +18 -41
- package/dist-cjs/commands/UpdateServiceAccessPoliciesCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/BuildSuggestersCommand.js +18 -41
- package/dist-es/commands/CreateDomainCommand.js +18 -41
- package/dist-es/commands/DefineAnalysisSchemeCommand.js +18 -41
- package/dist-es/commands/DefineExpressionCommand.js +18 -41
- package/dist-es/commands/DefineIndexFieldCommand.js +18 -41
- package/dist-es/commands/DefineSuggesterCommand.js +18 -41
- package/dist-es/commands/DeleteAnalysisSchemeCommand.js +18 -41
- package/dist-es/commands/DeleteDomainCommand.js +18 -41
- package/dist-es/commands/DeleteExpressionCommand.js +18 -41
- package/dist-es/commands/DeleteIndexFieldCommand.js +18 -41
- package/dist-es/commands/DeleteSuggesterCommand.js +18 -41
- package/dist-es/commands/DescribeAnalysisSchemesCommand.js +18 -41
- package/dist-es/commands/DescribeAvailabilityOptionsCommand.js +18 -41
- package/dist-es/commands/DescribeDomainEndpointOptionsCommand.js +18 -41
- package/dist-es/commands/DescribeDomainsCommand.js +18 -41
- package/dist-es/commands/DescribeExpressionsCommand.js +18 -41
- package/dist-es/commands/DescribeIndexFieldsCommand.js +18 -41
- package/dist-es/commands/DescribeScalingParametersCommand.js +18 -41
- package/dist-es/commands/DescribeServiceAccessPoliciesCommand.js +18 -41
- package/dist-es/commands/DescribeSuggestersCommand.js +18 -41
- package/dist-es/commands/IndexDocumentsCommand.js +18 -41
- package/dist-es/commands/ListDomainNamesCommand.js +18 -41
- package/dist-es/commands/UpdateAvailabilityOptionsCommand.js +18 -41
- package/dist-es/commands/UpdateDomainEndpointOptionsCommand.js +18 -41
- package/dist-es/commands/UpdateScalingParametersCommand.js +18 -41
- package/dist-es/commands/UpdateServiceAccessPoliciesCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/BuildSuggestersCommand.d.ts +6 -21
- package/dist-types/commands/CreateDomainCommand.d.ts +6 -21
- package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +6 -21
- package/dist-types/commands/DefineExpressionCommand.d.ts +6 -21
- package/dist-types/commands/DefineIndexFieldCommand.d.ts +6 -21
- package/dist-types/commands/DefineSuggesterCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDomainCommand.d.ts +6 -21
- package/dist-types/commands/DeleteExpressionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIndexFieldCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSuggesterCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDomainsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeExpressionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeScalingParametersCommand.d.ts +6 -21
- package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSuggestersCommand.d.ts +6 -21
- package/dist-types/commands/IndexDocumentsCommand.d.ts +6 -21
- package/dist-types/commands/ListDomainNamesCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateScalingParametersCommand.d.ts +6 -21
- package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +10 -10
|
@@ -1,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 DefineIndexFieldCommandInput extends DefineIndexFieldRequest {}
|
|
|
20
14
|
export interface DefineIndexFieldCommandOutput
|
|
21
15
|
extends DefineIndexFieldResponse,
|
|
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 DefineIndexFieldCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DefineIndexFieldCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DefineIndexFieldCommandInput,
|
|
22
|
+
DefineIndexFieldCommandOutput,
|
|
23
|
+
CloudSearchClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DefineIndexFieldCommand extends DefineIndexFieldCommand_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 DefineSuggesterCommandInput extends DefineSuggesterRequest {}
|
|
|
20
14
|
export interface DefineSuggesterCommandOutput
|
|
21
15
|
extends DefineSuggesterResponse,
|
|
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 DefineSuggesterCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DefineSuggesterCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DefineSuggesterCommandInput,
|
|
22
|
+
DefineSuggesterCommandOutput,
|
|
23
|
+
CloudSearchClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DefineSuggesterCommand extends DefineSuggesterCommand_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 DeleteAnalysisSchemeCommandInput
|
|
|
21
15
|
export interface DeleteAnalysisSchemeCommandOutput
|
|
22
16
|
extends DeleteAnalysisSchemeResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DeleteAnalysisSchemeCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DeleteAnalysisSchemeCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CloudSearchClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DeleteAnalysisSchemeCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteAnalysisSchemeCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DeleteAnalysisSchemeCommandInput,
|
|
38
|
-
DeleteAnalysisSchemeCommandOutput
|
|
23
|
+
DeleteAnalysisSchemeCommandOutput,
|
|
24
|
+
CloudSearchClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeleteAnalysisSchemeCommand extends DeleteAnalysisSchemeCommand_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 DeleteDomainCommandInput extends DeleteDomainRequest {}
|
|
|
17
11
|
export interface DeleteDomainCommandOutput
|
|
18
12
|
extends DeleteDomainResponse,
|
|
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 DeleteDomainCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: DeleteDomainCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
DeleteDomainCommandInput,
|
|
19
|
+
DeleteDomainCommandOutput,
|
|
20
|
+
CloudSearchClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class DeleteDomainCommand extends DeleteDomainCommand_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 DeleteExpressionCommandInput extends DeleteExpressionRequest {}
|
|
|
20
14
|
export interface DeleteExpressionCommandOutput
|
|
21
15
|
extends DeleteExpressionResponse,
|
|
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 DeleteExpressionCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DeleteExpressionCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DeleteExpressionCommandInput,
|
|
22
|
+
DeleteExpressionCommandOutput,
|
|
23
|
+
CloudSearchClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DeleteExpressionCommand extends DeleteExpressionCommand_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 DeleteIndexFieldCommandInput extends DeleteIndexFieldRequest {}
|
|
|
20
14
|
export interface DeleteIndexFieldCommandOutput
|
|
21
15
|
extends DeleteIndexFieldResponse,
|
|
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 DeleteIndexFieldCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DeleteIndexFieldCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DeleteIndexFieldCommandInput,
|
|
22
|
+
DeleteIndexFieldCommandOutput,
|
|
23
|
+
CloudSearchClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DeleteIndexFieldCommand extends DeleteIndexFieldCommand_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 DeleteSuggesterCommandInput extends DeleteSuggesterRequest {}
|
|
|
20
14
|
export interface DeleteSuggesterCommandOutput
|
|
21
15
|
extends DeleteSuggesterResponse,
|
|
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 DeleteSuggesterCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DeleteSuggesterCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DeleteSuggesterCommandInput,
|
|
22
|
+
DeleteSuggesterCommandOutput,
|
|
23
|
+
CloudSearchClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DeleteSuggesterCommand extends DeleteSuggesterCommand_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 DescribeAnalysisSchemesCommandInput
|
|
|
21
15
|
export interface DescribeAnalysisSchemesCommandOutput
|
|
22
16
|
extends DescribeAnalysisSchemesResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DescribeAnalysisSchemesCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DescribeAnalysisSchemesCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CloudSearchClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DescribeAnalysisSchemesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeAnalysisSchemesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DescribeAnalysisSchemesCommandInput,
|
|
38
|
-
DescribeAnalysisSchemesCommandOutput
|
|
23
|
+
DescribeAnalysisSchemesCommandOutput,
|
|
24
|
+
CloudSearchClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeAnalysisSchemesCommand extends DescribeAnalysisSchemesCommand_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 DescribeAvailabilityOptionsCommandInput
|
|
|
21
15
|
export interface DescribeAvailabilityOptionsCommandOutput
|
|
22
16
|
extends DescribeAvailabilityOptionsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DescribeAvailabilityOptionsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DescribeAvailabilityOptionsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CloudSearchClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DescribeAvailabilityOptionsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeAvailabilityOptionsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DescribeAvailabilityOptionsCommandInput,
|
|
38
|
-
DescribeAvailabilityOptionsCommandOutput
|
|
23
|
+
DescribeAvailabilityOptionsCommandOutput,
|
|
24
|
+
CloudSearchClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeAvailabilityOptionsCommand extends DescribeAvailabilityOptionsCommand_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 DescribeDomainEndpointOptionsCommandInput
|
|
|
21
15
|
export interface DescribeDomainEndpointOptionsCommandOutput
|
|
22
16
|
extends DescribeDomainEndpointOptionsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DescribeDomainEndpointOptionsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DescribeDomainEndpointOptionsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CloudSearchClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DescribeDomainEndpointOptionsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeDomainEndpointOptionsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DescribeDomainEndpointOptionsCommandInput,
|
|
38
|
-
DescribeDomainEndpointOptionsCommandOutput
|
|
23
|
+
DescribeDomainEndpointOptionsCommandOutput,
|
|
24
|
+
CloudSearchClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeDomainEndpointOptionsCommand extends DescribeDomainEndpointOptionsCommand_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 DescribeDomainsCommandInput extends DescribeDomainsRequest {}
|
|
|
20
14
|
export interface DescribeDomainsCommandOutput
|
|
21
15
|
extends DescribeDomainsResponse,
|
|
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 DescribeDomainsCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DescribeDomainsCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DescribeDomainsCommandInput,
|
|
22
|
+
DescribeDomainsCommandOutput,
|
|
23
|
+
CloudSearchClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DescribeDomainsCommand extends DescribeDomainsCommand_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,19 +15,16 @@ export interface DescribeExpressionsCommandInput
|
|
|
21
15
|
export interface DescribeExpressionsCommandOutput
|
|
22
16
|
extends DescribeExpressionsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const DescribeExpressionsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeExpressionsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DescribeExpressionsCommandInput,
|
|
23
|
+
DescribeExpressionsCommandOutput,
|
|
24
|
+
CloudSearchClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeExpressionsCommand extends DescribeExpressionsCommand_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,19 +15,16 @@ export interface DescribeIndexFieldsCommandInput
|
|
|
21
15
|
export interface DescribeIndexFieldsCommandOutput
|
|
22
16
|
extends DescribeIndexFieldsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const DescribeIndexFieldsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeIndexFieldsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DescribeIndexFieldsCommandInput,
|
|
23
|
+
DescribeIndexFieldsCommandOutput,
|
|
24
|
+
CloudSearchClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeIndexFieldsCommand extends DescribeIndexFieldsCommand_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 DescribeScalingParametersCommandInput
|
|
|
21
15
|
export interface DescribeScalingParametersCommandOutput
|
|
22
16
|
extends DescribeScalingParametersResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DescribeScalingParametersCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DescribeScalingParametersCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: CloudSearchClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DescribeScalingParametersCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeScalingParametersCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DescribeScalingParametersCommandInput,
|
|
38
|
-
DescribeScalingParametersCommandOutput
|
|
23
|
+
DescribeScalingParametersCommandOutput,
|
|
24
|
+
CloudSearchClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeScalingParametersCommand extends DescribeScalingParametersCommand_base {}
|