@aws-sdk/client-cloudsearch 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +68 -69
- package/dist-cjs/models/CloudSearchServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/CloudSearch.js +1 -1
- package/dist-es/CloudSearchClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/BuildSuggestersCommand.js +2 -2
- package/dist-es/commands/CreateDomainCommand.js +2 -2
- package/dist-es/commands/DefineAnalysisSchemeCommand.js +2 -2
- package/dist-es/commands/DefineExpressionCommand.js +2 -2
- package/dist-es/commands/DefineIndexFieldCommand.js +2 -2
- package/dist-es/commands/DefineSuggesterCommand.js +2 -2
- package/dist-es/commands/DeleteAnalysisSchemeCommand.js +2 -2
- package/dist-es/commands/DeleteDomainCommand.js +2 -2
- package/dist-es/commands/DeleteExpressionCommand.js +2 -2
- package/dist-es/commands/DeleteIndexFieldCommand.js +2 -2
- package/dist-es/commands/DeleteSuggesterCommand.js +2 -2
- package/dist-es/commands/DescribeAnalysisSchemesCommand.js +2 -2
- package/dist-es/commands/DescribeAvailabilityOptionsCommand.js +2 -2
- package/dist-es/commands/DescribeDomainEndpointOptionsCommand.js +2 -2
- package/dist-es/commands/DescribeDomainsCommand.js +2 -2
- package/dist-es/commands/DescribeExpressionsCommand.js +2 -2
- package/dist-es/commands/DescribeIndexFieldsCommand.js +2 -2
- package/dist-es/commands/DescribeScalingParametersCommand.js +2 -2
- package/dist-es/commands/DescribeServiceAccessPoliciesCommand.js +2 -2
- package/dist-es/commands/DescribeSuggestersCommand.js +2 -2
- package/dist-es/commands/IndexDocumentsCommand.js +2 -2
- package/dist-es/commands/ListDomainNamesCommand.js +2 -2
- package/dist-es/commands/UpdateAvailabilityOptionsCommand.js +2 -2
- package/dist-es/commands/UpdateDomainEndpointOptionsCommand.js +2 -2
- package/dist-es/commands/UpdateScalingParametersCommand.js +2 -2
- package/dist-es/commands/UpdateServiceAccessPoliciesCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/CloudSearchServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/CloudSearchClient.d.ts +5 -5
- package/dist-types/commands/BuildSuggestersCommand.d.ts +6 -4
- package/dist-types/commands/CreateDomainCommand.d.ts +6 -4
- package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +6 -4
- package/dist-types/commands/DefineExpressionCommand.d.ts +6 -4
- package/dist-types/commands/DefineIndexFieldCommand.d.ts +6 -4
- package/dist-types/commands/DefineSuggesterCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDomainCommand.d.ts +6 -4
- package/dist-types/commands/DeleteExpressionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteIndexFieldCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSuggesterCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDomainsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeExpressionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeScalingParametersCommand.d.ts +6 -4
- package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeSuggestersCommand.d.ts +6 -4
- package/dist-types/commands/IndexDocumentsCommand.d.ts +6 -4
- package/dist-types/commands/ListDomainNamesCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateScalingParametersCommand.d.ts +6 -4
- package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/CloudSearchServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/CloudSearchClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/CloudSearchServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudSearchClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface BuildSuggestersCommandOutput
|
|
|
18
18
|
declare const BuildSuggestersCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: BuildSuggestersCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
BuildSuggestersCommandInput,
|
|
23
23
|
BuildSuggestersCommandOutput,
|
|
24
24
|
CloudSearchClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const BuildSuggestersCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: BuildSuggestersCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
BuildSuggestersCommandInput,
|
|
32
32
|
BuildSuggestersCommandOutput,
|
|
33
33
|
CloudSearchClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class BuildSuggestersCommand extends BuildSuggestersCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudSearchClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface CreateDomainCommandOutput
|
|
|
15
15
|
declare const CreateDomainCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateDomainCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateDomainCommandInput,
|
|
20
20
|
CreateDomainCommandOutput,
|
|
21
21
|
CloudSearchClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateDomainCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateDomainCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateDomainCommandInput,
|
|
29
29
|
CreateDomainCommandOutput,
|
|
30
30
|
CloudSearchClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateDomainCommand extends CreateDomainCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudSearchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DefineAnalysisSchemeCommandOutput
|
|
|
19
19
|
declare const DefineAnalysisSchemeCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DefineAnalysisSchemeCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DefineAnalysisSchemeCommandInput,
|
|
24
24
|
DefineAnalysisSchemeCommandOutput,
|
|
25
25
|
CloudSearchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DefineAnalysisSchemeCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DefineAnalysisSchemeCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DefineAnalysisSchemeCommandInput,
|
|
33
33
|
DefineAnalysisSchemeCommandOutput,
|
|
34
34
|
CloudSearchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DefineAnalysisSchemeCommand extends DefineAnalysisSchemeCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudSearchClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DefineExpressionCommandOutput
|
|
|
18
18
|
declare const DefineExpressionCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DefineExpressionCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DefineExpressionCommandInput,
|
|
23
23
|
DefineExpressionCommandOutput,
|
|
24
24
|
CloudSearchClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DefineExpressionCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DefineExpressionCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DefineExpressionCommandInput,
|
|
32
32
|
DefineExpressionCommandOutput,
|
|
33
33
|
CloudSearchClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DefineExpressionCommand extends DefineExpressionCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudSearchClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DefineIndexFieldCommandOutput
|
|
|
18
18
|
declare const DefineIndexFieldCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DefineIndexFieldCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DefineIndexFieldCommandInput,
|
|
23
23
|
DefineIndexFieldCommandOutput,
|
|
24
24
|
CloudSearchClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DefineIndexFieldCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DefineIndexFieldCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DefineIndexFieldCommandInput,
|
|
32
32
|
DefineIndexFieldCommandOutput,
|
|
33
33
|
CloudSearchClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DefineIndexFieldCommand extends DefineIndexFieldCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudSearchClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DefineSuggesterCommandOutput
|
|
|
18
18
|
declare const DefineSuggesterCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DefineSuggesterCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DefineSuggesterCommandInput,
|
|
23
23
|
DefineSuggesterCommandOutput,
|
|
24
24
|
CloudSearchClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DefineSuggesterCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DefineSuggesterCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DefineSuggesterCommandInput,
|
|
32
32
|
DefineSuggesterCommandOutput,
|
|
33
33
|
CloudSearchClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DefineSuggesterCommand extends DefineSuggesterCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudSearchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteAnalysisSchemeCommandOutput
|
|
|
19
19
|
declare const DeleteAnalysisSchemeCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteAnalysisSchemeCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteAnalysisSchemeCommandInput,
|
|
24
24
|
DeleteAnalysisSchemeCommandOutput,
|
|
25
25
|
CloudSearchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteAnalysisSchemeCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteAnalysisSchemeCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteAnalysisSchemeCommandInput,
|
|
33
33
|
DeleteAnalysisSchemeCommandOutput,
|
|
34
34
|
CloudSearchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteAnalysisSchemeCommand extends DeleteAnalysisSchemeCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudSearchClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeleteDomainCommandOutput
|
|
|
15
15
|
declare const DeleteDomainCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteDomainCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteDomainCommandInput,
|
|
20
20
|
DeleteDomainCommandOutput,
|
|
21
21
|
CloudSearchClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteDomainCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteDomainCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteDomainCommandInput,
|
|
29
29
|
DeleteDomainCommandOutput,
|
|
30
30
|
CloudSearchClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudSearchClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeleteExpressionCommandOutput
|
|
|
18
18
|
declare const DeleteExpressionCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteExpressionCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteExpressionCommandInput,
|
|
23
23
|
DeleteExpressionCommandOutput,
|
|
24
24
|
CloudSearchClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteExpressionCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteExpressionCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteExpressionCommandInput,
|
|
32
32
|
DeleteExpressionCommandOutput,
|
|
33
33
|
CloudSearchClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteExpressionCommand extends DeleteExpressionCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudSearchClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeleteIndexFieldCommandOutput
|
|
|
18
18
|
declare const DeleteIndexFieldCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteIndexFieldCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteIndexFieldCommandInput,
|
|
23
23
|
DeleteIndexFieldCommandOutput,
|
|
24
24
|
CloudSearchClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteIndexFieldCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteIndexFieldCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteIndexFieldCommandInput,
|
|
32
32
|
DeleteIndexFieldCommandOutput,
|
|
33
33
|
CloudSearchClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteIndexFieldCommand extends DeleteIndexFieldCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudSearchClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeleteSuggesterCommandOutput
|
|
|
18
18
|
declare const DeleteSuggesterCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteSuggesterCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteSuggesterCommandInput,
|
|
23
23
|
DeleteSuggesterCommandOutput,
|
|
24
24
|
CloudSearchClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteSuggesterCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteSuggesterCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteSuggesterCommandInput,
|
|
32
32
|
DeleteSuggesterCommandOutput,
|
|
33
33
|
CloudSearchClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteSuggesterCommand extends DeleteSuggesterCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudSearchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeAnalysisSchemesCommandOutput
|
|
|
19
19
|
declare const DescribeAnalysisSchemesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeAnalysisSchemesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeAnalysisSchemesCommandInput,
|
|
24
24
|
DescribeAnalysisSchemesCommandOutput,
|
|
25
25
|
CloudSearchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeAnalysisSchemesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeAnalysisSchemesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeAnalysisSchemesCommandInput,
|
|
33
33
|
DescribeAnalysisSchemesCommandOutput,
|
|
34
34
|
CloudSearchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeAnalysisSchemesCommand extends DescribeAnalysisSchemesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudSearchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeAvailabilityOptionsCommandOutput
|
|
|
19
19
|
declare const DescribeAvailabilityOptionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeAvailabilityOptionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeAvailabilityOptionsCommandInput,
|
|
24
24
|
DescribeAvailabilityOptionsCommandOutput,
|
|
25
25
|
CloudSearchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeAvailabilityOptionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeAvailabilityOptionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeAvailabilityOptionsCommandInput,
|
|
33
33
|
DescribeAvailabilityOptionsCommandOutput,
|
|
34
34
|
CloudSearchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeAvailabilityOptionsCommand extends DescribeAvailabilityOptionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudSearchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeDomainEndpointOptionsCommandOutput
|
|
|
19
19
|
declare const DescribeDomainEndpointOptionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeDomainEndpointOptionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeDomainEndpointOptionsCommandInput,
|
|
24
24
|
DescribeDomainEndpointOptionsCommandOutput,
|
|
25
25
|
CloudSearchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeDomainEndpointOptionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeDomainEndpointOptionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeDomainEndpointOptionsCommandInput,
|
|
33
33
|
DescribeDomainEndpointOptionsCommandOutput,
|
|
34
34
|
CloudSearchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeDomainEndpointOptionsCommand extends DescribeDomainEndpointOptionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudSearchClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DescribeDomainsCommandOutput
|
|
|
18
18
|
declare const DescribeDomainsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DescribeDomainsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DescribeDomainsCommandInput,
|
|
23
23
|
DescribeDomainsCommandOutput,
|
|
24
24
|
CloudSearchClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DescribeDomainsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [DescribeDomainsCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DescribeDomainsCommandInput,
|
|
32
32
|
DescribeDomainsCommandOutput,
|
|
33
33
|
CloudSearchClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DescribeDomainsCommand extends DescribeDomainsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudSearchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeExpressionsCommandOutput
|
|
|
19
19
|
declare const DescribeExpressionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeExpressionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeExpressionsCommandInput,
|
|
24
24
|
DescribeExpressionsCommandOutput,
|
|
25
25
|
CloudSearchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeExpressionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeExpressionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeExpressionsCommandInput,
|
|
33
33
|
DescribeExpressionsCommandOutput,
|
|
34
34
|
CloudSearchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeExpressionsCommand extends DescribeExpressionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudSearchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeIndexFieldsCommandOutput
|
|
|
19
19
|
declare const DescribeIndexFieldsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeIndexFieldsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeIndexFieldsCommandInput,
|
|
24
24
|
DescribeIndexFieldsCommandOutput,
|
|
25
25
|
CloudSearchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeIndexFieldsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeIndexFieldsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeIndexFieldsCommandInput,
|
|
33
33
|
DescribeIndexFieldsCommandOutput,
|
|
34
34
|
CloudSearchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeIndexFieldsCommand extends DescribeIndexFieldsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudSearchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeScalingParametersCommandOutput
|
|
|
19
19
|
declare const DescribeScalingParametersCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeScalingParametersCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeScalingParametersCommandInput,
|
|
24
24
|
DescribeScalingParametersCommandOutput,
|
|
25
25
|
CloudSearchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeScalingParametersCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeScalingParametersCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeScalingParametersCommandInput,
|
|
33
33
|
DescribeScalingParametersCommandOutput,
|
|
34
34
|
CloudSearchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeScalingParametersCommand extends DescribeScalingParametersCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudSearchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeServiceAccessPoliciesCommandOutput
|
|
|
19
19
|
declare const DescribeServiceAccessPoliciesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeServiceAccessPoliciesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeServiceAccessPoliciesCommandInput,
|
|
24
24
|
DescribeServiceAccessPoliciesCommandOutput,
|
|
25
25
|
CloudSearchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeServiceAccessPoliciesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeServiceAccessPoliciesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeServiceAccessPoliciesCommandInput,
|
|
33
33
|
DescribeServiceAccessPoliciesCommandOutput,
|
|
34
34
|
CloudSearchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeServiceAccessPoliciesCommand extends DescribeServiceAccessPoliciesCommand_base {
|
|
41
43
|
protected static __types: {
|