@aws-sdk/client-cloudsearch 3.1076.0 → 3.1078.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/index.js +37 -265
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BuildSuggestersCommand.js +2 -14
- package/dist-es/commands/CreateDomainCommand.js +2 -14
- package/dist-es/commands/DefineAnalysisSchemeCommand.js +2 -14
- package/dist-es/commands/DefineExpressionCommand.js +2 -14
- package/dist-es/commands/DefineIndexFieldCommand.js +2 -14
- package/dist-es/commands/DefineSuggesterCommand.js +2 -14
- package/dist-es/commands/DeleteAnalysisSchemeCommand.js +2 -14
- package/dist-es/commands/DeleteDomainCommand.js +2 -14
- package/dist-es/commands/DeleteExpressionCommand.js +2 -14
- package/dist-es/commands/DeleteIndexFieldCommand.js +2 -14
- package/dist-es/commands/DeleteSuggesterCommand.js +2 -14
- package/dist-es/commands/DescribeAnalysisSchemesCommand.js +2 -14
- package/dist-es/commands/DescribeAvailabilityOptionsCommand.js +2 -14
- package/dist-es/commands/DescribeDomainEndpointOptionsCommand.js +2 -14
- package/dist-es/commands/DescribeDomainsCommand.js +2 -14
- package/dist-es/commands/DescribeExpressionsCommand.js +2 -14
- package/dist-es/commands/DescribeIndexFieldsCommand.js +2 -14
- package/dist-es/commands/DescribeScalingParametersCommand.js +2 -14
- package/dist-es/commands/DescribeServiceAccessPoliciesCommand.js +2 -14
- package/dist-es/commands/DescribeSuggestersCommand.js +2 -14
- package/dist-es/commands/IndexDocumentsCommand.js +2 -14
- package/dist-es/commands/ListDomainNamesCommand.js +2 -14
- package/dist-es/commands/UpdateAvailabilityOptionsCommand.js +2 -14
- package/dist-es/commands/UpdateDomainEndpointOptionsCommand.js +2 -14
- package/dist-es/commands/UpdateScalingParametersCommand.js +2 -14
- package/dist-es/commands/UpdateServiceAccessPoliciesCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BuildSuggestersCommand.d.ts +3 -8
- package/dist-types/commands/CreateDomainCommand.d.ts +3 -8
- package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +3 -8
- package/dist-types/commands/DefineExpressionCommand.d.ts +3 -8
- package/dist-types/commands/DefineIndexFieldCommand.d.ts +3 -8
- package/dist-types/commands/DefineSuggesterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDomainCommand.d.ts +3 -8
- package/dist-types/commands/DeleteExpressionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIndexFieldCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSuggesterCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDomainsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeExpressionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeScalingParametersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSuggestersCommand.d.ts +3 -8
- package/dist-types/commands/IndexDocumentsCommand.d.ts +3 -8
- package/dist-types/commands/ListDomainNamesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateScalingParametersCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
CloudSearchClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./CloudSearchClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
CloudSearchClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
CloudSearchClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudSearchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudSearchClient";
|
|
8
2
|
import {
|
|
9
3
|
BuildSuggestersRequest,
|
|
10
4
|
BuildSuggestersResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BuildSuggestersCommandInput extends BuildSuggestersRequest {}
|
|
15
8
|
export interface BuildSuggestersCommandOutput
|
|
16
9
|
extends BuildSuggestersResponse,
|
|
@@ -21,22 +14,20 @@ declare const BuildSuggestersCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
BuildSuggestersCommandInput,
|
|
23
16
|
BuildSuggestersCommandOutput,
|
|
24
|
-
CloudSearchClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: BuildSuggestersCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
BuildSuggestersCommandInput,
|
|
32
25
|
BuildSuggestersCommandOutput,
|
|
33
|
-
CloudSearchClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class BuildSuggestersCommand extends BuildSuggestersCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudSearchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudSearchClient";
|
|
8
2
|
import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface CreateDomainCommandInput extends CreateDomainRequest {}
|
|
12
5
|
export interface CreateDomainCommandOutput
|
|
13
6
|
extends CreateDomainResponse,
|
|
@@ -18,22 +11,20 @@ declare const CreateDomainCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreateDomainCommandInput,
|
|
20
13
|
CreateDomainCommandOutput,
|
|
21
|
-
CloudSearchClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CreateDomainCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreateDomainCommandInput,
|
|
29
22
|
CreateDomainCommandOutput,
|
|
30
|
-
CloudSearchClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class CreateDomainCommand extends CreateDomainCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudSearchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudSearchClient";
|
|
8
2
|
import {
|
|
9
3
|
DefineAnalysisSchemeRequest,
|
|
10
4
|
DefineAnalysisSchemeResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DefineAnalysisSchemeCommandInput
|
|
15
8
|
extends DefineAnalysisSchemeRequest {}
|
|
16
9
|
export interface DefineAnalysisSchemeCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DefineAnalysisSchemeCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DefineAnalysisSchemeCommandInput,
|
|
24
17
|
DefineAnalysisSchemeCommandOutput,
|
|
25
|
-
CloudSearchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DefineAnalysisSchemeCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DefineAnalysisSchemeCommandInput,
|
|
33
26
|
DefineAnalysisSchemeCommandOutput,
|
|
34
|
-
CloudSearchClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DefineAnalysisSchemeCommand extends DefineAnalysisSchemeCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudSearchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudSearchClient";
|
|
8
2
|
import {
|
|
9
3
|
DefineExpressionRequest,
|
|
10
4
|
DefineExpressionResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DefineExpressionCommandInput extends DefineExpressionRequest {}
|
|
15
8
|
export interface DefineExpressionCommandOutput
|
|
16
9
|
extends DefineExpressionResponse,
|
|
@@ -21,22 +14,20 @@ declare const DefineExpressionCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DefineExpressionCommandInput,
|
|
23
16
|
DefineExpressionCommandOutput,
|
|
24
|
-
CloudSearchClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DefineExpressionCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DefineExpressionCommandInput,
|
|
32
25
|
DefineExpressionCommandOutput,
|
|
33
|
-
CloudSearchClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DefineExpressionCommand extends DefineExpressionCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudSearchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudSearchClient";
|
|
8
2
|
import {
|
|
9
3
|
DefineIndexFieldRequest,
|
|
10
4
|
DefineIndexFieldResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DefineIndexFieldCommandInput extends DefineIndexFieldRequest {}
|
|
15
8
|
export interface DefineIndexFieldCommandOutput
|
|
16
9
|
extends DefineIndexFieldResponse,
|
|
@@ -21,22 +14,20 @@ declare const DefineIndexFieldCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DefineIndexFieldCommandInput,
|
|
23
16
|
DefineIndexFieldCommandOutput,
|
|
24
|
-
CloudSearchClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DefineIndexFieldCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DefineIndexFieldCommandInput,
|
|
32
25
|
DefineIndexFieldCommandOutput,
|
|
33
|
-
CloudSearchClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DefineIndexFieldCommand extends DefineIndexFieldCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudSearchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudSearchClient";
|
|
8
2
|
import {
|
|
9
3
|
DefineSuggesterRequest,
|
|
10
4
|
DefineSuggesterResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DefineSuggesterCommandInput extends DefineSuggesterRequest {}
|
|
15
8
|
export interface DefineSuggesterCommandOutput
|
|
16
9
|
extends DefineSuggesterResponse,
|
|
@@ -21,22 +14,20 @@ declare const DefineSuggesterCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DefineSuggesterCommandInput,
|
|
23
16
|
DefineSuggesterCommandOutput,
|
|
24
|
-
CloudSearchClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DefineSuggesterCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DefineSuggesterCommandInput,
|
|
32
25
|
DefineSuggesterCommandOutput,
|
|
33
|
-
CloudSearchClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DefineSuggesterCommand extends DefineSuggesterCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudSearchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudSearchClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteAnalysisSchemeRequest,
|
|
10
4
|
DeleteAnalysisSchemeResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteAnalysisSchemeCommandInput
|
|
15
8
|
extends DeleteAnalysisSchemeRequest {}
|
|
16
9
|
export interface DeleteAnalysisSchemeCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteAnalysisSchemeCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteAnalysisSchemeCommandInput,
|
|
24
17
|
DeleteAnalysisSchemeCommandOutput,
|
|
25
|
-
CloudSearchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteAnalysisSchemeCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteAnalysisSchemeCommandInput,
|
|
33
26
|
DeleteAnalysisSchemeCommandOutput,
|
|
34
|
-
CloudSearchClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteAnalysisSchemeCommand extends DeleteAnalysisSchemeCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudSearchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudSearchClient";
|
|
8
2
|
import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteDomainCommandInput extends DeleteDomainRequest {}
|
|
12
5
|
export interface DeleteDomainCommandOutput
|
|
13
6
|
extends DeleteDomainResponse,
|
|
@@ -18,22 +11,20 @@ declare const DeleteDomainCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteDomainCommandInput,
|
|
20
13
|
DeleteDomainCommandOutput,
|
|
21
|
-
CloudSearchClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteDomainCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteDomainCommandInput,
|
|
29
22
|
DeleteDomainCommandOutput,
|
|
30
|
-
CloudSearchClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudSearchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudSearchClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteExpressionRequest,
|
|
10
4
|
DeleteExpressionResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteExpressionCommandInput extends DeleteExpressionRequest {}
|
|
15
8
|
export interface DeleteExpressionCommandOutput
|
|
16
9
|
extends DeleteExpressionResponse,
|
|
@@ -21,22 +14,20 @@ declare const DeleteExpressionCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteExpressionCommandInput,
|
|
23
16
|
DeleteExpressionCommandOutput,
|
|
24
|
-
CloudSearchClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteExpressionCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteExpressionCommandInput,
|
|
32
25
|
DeleteExpressionCommandOutput,
|
|
33
|
-
CloudSearchClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeleteExpressionCommand extends DeleteExpressionCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudSearchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudSearchClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteIndexFieldRequest,
|
|
10
4
|
DeleteIndexFieldResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteIndexFieldCommandInput extends DeleteIndexFieldRequest {}
|
|
15
8
|
export interface DeleteIndexFieldCommandOutput
|
|
16
9
|
extends DeleteIndexFieldResponse,
|
|
@@ -21,22 +14,20 @@ declare const DeleteIndexFieldCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteIndexFieldCommandInput,
|
|
23
16
|
DeleteIndexFieldCommandOutput,
|
|
24
|
-
CloudSearchClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteIndexFieldCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteIndexFieldCommandInput,
|
|
32
25
|
DeleteIndexFieldCommandOutput,
|
|
33
|
-
CloudSearchClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeleteIndexFieldCommand extends DeleteIndexFieldCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudSearchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudSearchClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteSuggesterRequest,
|
|
10
4
|
DeleteSuggesterResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteSuggesterCommandInput extends DeleteSuggesterRequest {}
|
|
15
8
|
export interface DeleteSuggesterCommandOutput
|
|
16
9
|
extends DeleteSuggesterResponse,
|
|
@@ -21,22 +14,20 @@ declare const DeleteSuggesterCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteSuggesterCommandInput,
|
|
23
16
|
DeleteSuggesterCommandOutput,
|
|
24
|
-
CloudSearchClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteSuggesterCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteSuggesterCommandInput,
|
|
32
25
|
DeleteSuggesterCommandOutput,
|
|
33
|
-
CloudSearchClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeleteSuggesterCommand extends DeleteSuggesterCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudSearchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudSearchClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeAnalysisSchemesRequest,
|
|
10
4
|
DescribeAnalysisSchemesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAnalysisSchemesCommandInput
|
|
15
8
|
extends DescribeAnalysisSchemesRequest {}
|
|
16
9
|
export interface DescribeAnalysisSchemesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeAnalysisSchemesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeAnalysisSchemesCommandInput,
|
|
24
17
|
DescribeAnalysisSchemesCommandOutput,
|
|
25
|
-
CloudSearchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeAnalysisSchemesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeAnalysisSchemesCommandInput,
|
|
33
26
|
DescribeAnalysisSchemesCommandOutput,
|
|
34
|
-
CloudSearchClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeAnalysisSchemesCommand extends DescribeAnalysisSchemesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudSearchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudSearchClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeAvailabilityOptionsRequest,
|
|
10
4
|
DescribeAvailabilityOptionsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAvailabilityOptionsCommandInput
|
|
15
8
|
extends DescribeAvailabilityOptionsRequest {}
|
|
16
9
|
export interface DescribeAvailabilityOptionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeAvailabilityOptionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeAvailabilityOptionsCommandInput,
|
|
24
17
|
DescribeAvailabilityOptionsCommandOutput,
|
|
25
|
-
CloudSearchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeAvailabilityOptionsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeAvailabilityOptionsCommandInput,
|
|
33
26
|
DescribeAvailabilityOptionsCommandOutput,
|
|
34
|
-
CloudSearchClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudSearchClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeAvailabilityOptionsCommand extends DescribeAvailabilityOptionsCommand_base {
|
|
43
34
|
protected static __types: {
|